/*
================================================================================

  Importing all SCSS-files

================================================================================
*/
/* Utils
------------------------------------ */
/*
================================================================================

  Variables

================================================================================
*/
/* Grid
------------------------------------ */
/* Fonts
------------------------------------ */
/* Colors
------------------------------------ */
/*
================================================================================

  Mixins

================================================================================
*/
/* Placeholder's styles
------------------------------------ */
/* Font normalization
------------------------------------ */
/* Base
------------------------------------ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
================================================================================

  Fonts

================================================================================
*/
@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue"), local("BebasNeue"), url("https://static.bpmsupreme.com/front/fonts/BebasNeue.woff2") format("woff2"), url("https://static.bpmsupreme.com/front/fonts/BebasNeue.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*
================================================================================

  Grid settings

================================================================================
*/
/* Container
------------------------------------ */
/*
================================================================================

  Icons

================================================================================
*/
/*
================================================================================

  Responsive breakpoints settings

================================================================================
*/
/*
================================================================================

  General styles

================================================================================
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100%;
  background-color: #000;
  font-family: "Poppins", sans-serif;
}

body.js-no-scroll {
  overflow: hidden;
}

/* Components
------------------------------------ */
/*
================================================================================

  "Small Caption" component base styles

================================================================================
*/
.small-caption {
  position: relative;
  margin-bottom: 3rem;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
}

.small-caption__number {
  position: relative;
  padding-right: 8.6rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.small-caption__number::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.6rem;
  height: 0.2rem;
  background-color: #e9222e;
}

.small-caption__title {
  color: rgba(150, 149, 156, 0.55);
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 35.49em) {
  .small-caption__number {
    position: relative;
    display: block;
    min-height: 1px;
    margin-bottom: 2rem;
    padding-right: 0;
  }
  .small-caption__number::after {
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -0.9rem;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  .small-caption__title {
    display: block;
    text-align: center;
  }
}

/*
================================================================================

  "Popup" component base styles

================================================================================
*/
/* ================================================================================
   ANIMATIONS
================================================================================ */
/* Fade
------------------------------------ */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
================================================================================

  "Button" component

================================================================================
*/
.btn {
  display: inline-block;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  height: 5.4rem;
  color: #fff;
  background-color: #e9222e;
  border: 0.1rem solid #e9222e;
  outline: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  line-height: 5.4rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.btn:hover, .btn:focus {
  color: #e9222e;
  background-color: transparent;
}

.btn--transparent {
  background-color: transparent;
}

.btn--transparent:hover, .btn--transparent:focus {
  color: #fff;
  background-color: #e9222e;
}

.btn--facebook {
  background-color: #3856a0;
  border: 0.1rem solid #3856a0;
}

.btn--facebook:hover, .btn--facebook:focus {
  color: #3856a0;
  background-color: transparent;
}

.btn--small {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  height: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 4rem;
}
.btn-loading, .btn_loading:hover {
  background: url('https://static.bpmsupreme.com/images/loader_circle-black.gif') center center no-repeat;
  background-size: contain;
  font-size: 0;
  background-color: #1b1a1f !important;
  cursor: wait;
}

/*
================================================================================

  "CTA Button" component

================================================================================
*/
.cta-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  height: 5.4rem;
  color: #fff;
  background-color: #e9222e;
  border: 0;
  outline: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  line-height: 5.4rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cta-btn:hover::before, .cta-btn:focus::before {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  color: #fff;
  opacity: 1;
}

.cta-btn:hover .cta-btn__overlay, .cta-btn:focus .cta-btn__overlay {
  -webkit-transform: translate3d(10%, 0, 0) skew(-20deg);
  -moz-transform: translate3d(10%, 0, 0) skew(-20deg);
  transform: translate3d(10%, 0, 0) skew(-20deg);
  opacity: 1;
}

.cta-btn:hover .cta-btn__text, .cta-btn:focus .cta-btn__text {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}

.cta-btn::before {
  content: attr(data-text);
  position: absolute;
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  -o-transition: opacity 250ms ease, -o-transform 250ms ease;
  -moz-transition: opacity 250ms ease, transform 250ms ease, -moz-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease, -webkit-transform 250ms ease, -moz-transform 250ms ease, -o-transform 250ms ease;
}

.cta-btn__overlay {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0) skew(0deg);
  -moz-transform: translate3d(100%, 0, 0) skew(0deg);
  transform: translate3d(100%, 0, 0) skew(0deg);
  display: block;
  height: 100%;
  width: 140%;
  background-color: #c4141e;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 500ms ease;
  transition: opacity 300ms ease, -webkit-transform 500ms ease;
  -o-transition: opacity 300ms ease, -o-transform 500ms ease;
  -moz-transition: transform 500ms ease, opacity 300ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease, opacity 300ms ease;
  transition: transform 500ms ease, opacity 300ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease, -o-transform 500ms ease;
}

.cta-btn__text {
  display: inline-block;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  -o-transition: opacity 250ms ease, -o-transform 250ms ease;
  -moz-transition: opacity 250ms ease, transform 250ms ease, -moz-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease, -webkit-transform 250ms ease, -moz-transform 250ms ease, -o-transform 250ms ease;
}

.cta-btn--transparent {
  background-color: transparent;
  border: 0.1rem solid #e9222e;
}

.cta-btn--transparent .cta-btn__overlay {
  background-color: #e9222e;
}

/*
================================================================================

  "Play Button" component base styles

================================================================================
*/
.play-btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  background-color: rgba(233, 34, 46, 0.1);
  border-radius: 50%;
  outline: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-btn:hover, .play-btn:focus {
  background-color: rgba(233, 34, 46, 0.15);
}

.play-btn:hover::before, .play-btn:focus::before {
  background-color: rgba(233, 34, 46, 0.25);
}

.play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 17rem;
  height: 17rem;
  background-color: rgba(233, 34, 46, 0.16);
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 10rem;
  height: 10rem;
  background-color: #e9222e;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-btn__icon {
  position: relative;
  z-index: 10;
  margin-left: 0.7rem;
  width: 2.7rem;
  height: 3.5rem;
  fill: #fff;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .play-btn {
    width: 21rem;
    height: 21rem;
  }
  .play-btn::before {
    width: 15rem;
    height: 15rem;
  }
  .play-btn::after {
    width: 9rem;
    height: 9rem;
  }
}

@media (max-width: 47.99em) {
  .play-btn {
    width: 10rem;
    height: 10rem;
    background-color: #e9222e;
  }
  .play-btn:hover, .play-btn:focus {
    background-color: #e9222e;
  }
  .play-btn::before {
    display: none;
  }
  .play-btn::after {
    display: none;
  }
}

@media (max-width: 35.49em) {
  .play-btn {
    width: 9rem;
    height: 9rem;
  }
}

@media (max-width: 25.865em) {
  .play-btn {
    width: 8rem;
    height: 8rem;
  }
}

@media (max-width: 23.4275em) {
  .play-btn {
    width: 7rem;
    height: 7rem;
  }
}

/*
================================================================================

  "Form Input" component base styles

================================================================================
*/
.form-field {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.form-field--with-icon .form-field__input {
  padding-right: 7rem;
}

.form-field__icon {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #6d6d6d;
}

.form-field__icon--user {
  width: 1.8rem;
  height: 1.9rem;
}

.form-field__icon--email {
  right: 2.3rem;
  width: 1.9rem;
  height: 1.5rem;
}

.form-field__icon--lock {
  right: 2.6rem;
  width: 1.5rem;
  height: 2rem;
}

.form-field__icon--phone {
  right: 2.6rem;
  width: 1.5rem;
  height: 2rem;
}

.form-field__input {
  display: block;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  height: 4.8rem;
  color: #fff;
  background-color: #464646;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-field__input:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #e9222e;
  box-shadow: 0 0 0 0.1rem #e9222e;
}

.form-field__input:-ms-input-placeholder {
  color: #fff;
}

.form-field__input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-field__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-field__input::-webkit-input-placeholder {
  color: #fff;
}

.form-field__input::-ms-input-placeholder {
  color: #fff;
}

.form-field__input::placeholder {
  color: #fff;
}

/*
================================================================================

  "Form Textarea" component base styles

================================================================================
*/
.form-textarea {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-textarea__input {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  height: 11.4rem;
  color: #fff;
  background-color: #464646;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

.form-textarea__input:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #e9222e;
  box-shadow: 0 0 0 0.1rem #e9222e;
}

.form-textarea__input:-ms-input-placeholder {
  color: #fff;
}

.form-textarea__input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-textarea__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-textarea__input::-webkit-input-placeholder {
  color: #fff;
}

.form-textarea__input::-ms-input-placeholder {
  color: #fff;
}

.form-textarea__input::placeholder {
  color: #fff;
}

/*
================================================================================

  "Form Select" component base styles

================================================================================
*/
.form-select {
  position: relative;
  background-color: #464646;
}

.form-select__arrow-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: 0.9rem;
  fill: rgba(255, 255, 255, 0.25);
}

.form-select__select {
  position: relative;
  z-index: 10;
  padding-left: 2rem;
  padding-right: 6rem;
  width: 100%;
  height: 4.8rem;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select__select:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #e9222e;
  box-shadow: 0 0 0 0.1rem #e9222e;
}

.form-select__select::-ms-expand {
  display: none;
}

.form-select__select option {
  color: #686868;
}

/*
================================================================================

  "Features" component styles

================================================================================
*/
.features {
  background-image: url("https://static.bpmsupreme.com/front/img/bg/vertical-stripes-light.svg");
  background-position: 50% 0;
  background-repeat: repeat;
}

.features--dark-bg {
  background-color: #181818;
}

.features__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 14rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
}

.features__header {
  margin-bottom: 9rem;
}

.features__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.features__desc {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.features__desc *:first-child {
  margin-top: 0;
}

.features__desc *:last-child {
  margin-bottom: 0;
}

.features__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ITEM
============================================================ */
.features-item {
  max-width: 28rem;
}

.features-item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.6rem;
  height: 7.8rem;
}

.features-item__icon--record-player svg {
  width: 9.4rem;
  height: 7.1rem;
}

.features-item__icon--vinyls svg {
  width: 7.6rem;
  height: 7.6rem;
}

.features-item__icon--track svg {
  width: 6.3rem;
  height: 7.7rem;
}

.features-item__icon--downloads svg {
  width: 7.4rem;
  height: 7.2rem;
}

.features-item__icon--cloud-download svg {
  width: 9.5rem;
  height: 7.3rem;
}

.features-item__icon--headset svg {
  width: 7.3rem;
  height: 7.4rem;
}

.features-item__icon--media svg {
  width: 7.9rem;
  height: 7.5rem;
}

.features-item__icon--media-file svg {
  width: 6.4rem;
  height: 8.2rem;
}

.features-item__icon svg {
  fill: #e9222e;
}

.features-item__title {
  margin-top: 0;
  margin-bottom: 2.4rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.features-item__desc {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.features-item__desc *:first-child {
  margin-top: 0;
}

.features-item__desc *:last-child {
  margin-bottom: 0;
}

/* COMPANIES
============================================================ */
.features-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 102.4rem;
}

.features-companies__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.features-companies__item img {
  display: block;
  max-width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .features__container {
    padding-bottom: 12rem;
  }
  .features__inner-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .features-item {
    width: 20%;
    max-width: none;
    text-align: center;
  }
  .features-item__icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 63.99em) {
  .features__inner-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
    width: 100%;
  }
  .features-item {
    margin-bottom: 8rem;
    width: 100%;
    max-width: 30rem;
  }
  .features-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .features-companies {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8rem;
    max-width: 70rem;
  }
  .features-companies__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    width: 33.3333%;
  }
}

@media (max-width: 47.99em) {
  .features__container {
    padding-top: 10rem;
  }
  .features__title {
    max-width: 50rem;
    font-size: 3.6rem;
  }
  .features__inner-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .features-item {
    margin-bottom: 6rem;
    width: 40%;
    max-width: none;
  }
}

@media (max-width: 35.49em) {
  .features {
    background-image: none;
  }
  .features__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .features__header {
    margin-bottom: 4rem;
  }
  .features__title {
    max-width: 40rem;
    font-size: 3.2rem;
  }
  .features__inner-container {
    display: block;
    max-width: none;
  }
  .features-item {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 30rem;
  }
  .features-item:last-child {
    margin-bottom: 0;
  }
  .features-item:nth-last-child(-n+2) {
    margin-bottom: 5rem;
  }
  .features-item__icon {
    margin-bottom: 2.5rem;
  }
  .features-item__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .features-companies__item {
    width: 50%;
  }
}

@media (max-width: 25.865em) {
  .features__container {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  .features__title {
    max-width: 32rem;
    font-size: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .features__container {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .features__title {
    margin-bottom: 4rem;
    max-width: 32rem;
    font-size: 2.6rem;
  }
  .features-item__title {
    font-size: 2rem;
  }
}

/*
================================================================================

  "Track" component base styles

================================================================================
*/
.tracks {
  background-image: url("https://static.bpmsupreme.com/front/img/bg/dark-waves.jpg");
  background-position: 50% 99%;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .tracks {
    background-image: url("https://static.bpmsupreme.com/front/img/bg/dark-waves@2x.jpg");
  }
}

.tracks__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13rem;
  padding-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
}

.tracks__illustration {
  -webkit-transform: translateX(-20rem);
  -moz-transform: translateX(-20rem);
  -o-transform: translateX(-20rem);
  transform: translateX(-20rem);
  -webkit-box-shadow: 0.1rem 3.3rem 9.8rem rgba(0, 0, 0, 0.94);
  box-shadow: 0.1rem 3.3rem 9.8rem rgba(0, 0, 0, 0.94);
}

.tracks__illustration img {
  display: block;
  max-width: 100%;
}

.tracks__content {
  -webkit-transform: translateX(-7.5rem);
  -moz-transform: translateX(-7.5rem);
  -o-transform: translateX(-7.5rem);
  transform: translateX(-7.5rem);
  max-width: 47rem;
}

.tracks__content .small-caption {
  text-align: left;
}

.tracks__title {
  margin-top: 0;
  margin-bottom: 3rem;
  max-width: 40rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

/* FEATURES
============================================================ */
.tracks-features {
  margin-top: 0;
  margin-bottom: 5rem;
}

.tracks-features__term {
  margin-bottom: 0.8rem;
  color: #e9222e;
  font-size: 2rem;
  line-height: 1.3;
}

.tracks-features__desc {
  margin-bottom: 3rem;
  margin-left: 0;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.tracks-features__desc:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 89.99em) {
  .tracks__illustration {
    -webkit-transform: translateX(-18rem);
    -moz-transform: translateX(-18rem);
    -o-transform: translateX(-18rem);
    transform: translateX(-18rem);
  }
  .tracks__content {
    max-width: 54rem;
  }
}

@media (max-width: 79.99em) {
  .tracks__container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10rem;
  }
  .tracks__illustration {
    max-width: 90rem;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .tracks__content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-bottom: 10rem;
    max-width: none;
    text-align: center;
  }
  .tracks__content .small-caption {
    text-align: center;
  }
  .tracks__title {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .tracks-features {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
}

@media (max-width: 63.99em) {
  .tracks__container {
    padding-bottom: 4rem;
  }
}

@media (max-width: 47.99em) {
  .tracks__container {
    padding-top: 10rem;
  }
  .tracks__title {
    max-width: 34rem;
    font-size: 3.6rem;
  }
}

@media (max-width: 35.49em) {
  .tracks__container {
    padding-top: 8rem;
  }
  .tracks__content {
    margin-bottom: 8rem;
  }
  .tracks__title {
    max-width: 30rem;
    font-size: 3.2rem;
  }
  .tracks-features {
    max-width: 32rem;
  }
}

@media (max-width: 25.865em) {
  .tracks__container {
    padding-top: 6rem;
  }
  .tracks__content {
    margin-bottom: 6rem;
  }
  .tracks__title {
    max-width: 26rem;
    font-size: 2.8rem;
  }
  .tracks-features {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .tracks__container {
    padding-top: 5rem;
  }
  .tracks__content {
    margin-bottom: 5rem;
  }
  .tracks__title {
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Responsive" component base styles

================================================================================
*/
.responsive {
  margin-left: auto;
  margin-right: auto;
  padding-top: 11rem;
  padding-bottom: 11rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
}

.responsive__title {
  margin-top: 0;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 77rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.responsive__illustration {
  margin-bottom: 3rem;
}

.responsive__illustration img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.responsive__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 74rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.responsive__desc *:first-child {
  margin-top: 0;
}

.responsive__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .responsive__desc {
    max-width: 50rem;
  }
}

@media (max-width: 47.99em) {
  .responsive {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .responsive__title {
    font-size: 3.6rem;
  }
  .responsive__illustration {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .responsive__desc {
    max-width: 38rem;
  }
}

@media (max-width: 35.49em) {
  .responsive {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .responsive__title {
    max-width: 26rem;
    font-size: 3.2rem;
  }
  .responsive__illustration {
    max-width: 34rem;
  }
  .responsive__desc {
    max-width: 38rem;
  }
}

@media (max-width: 25.865em) {
  .responsive {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .responsive__title {
    font-size: 2.8rem;
  }
  .responsive__illustration {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .responsive {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .responsive__title {
    max-width: 22rem;
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Trusted By Companies" component base styles

================================================================================
*/
.trusted-by-companies {
  background-color: #151515;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/vertical-stripes-dark.svg");
  background-repeat: repeat;
  background-position: 50% 50%;
}

.trusted-by-companies--highlights .trusted-by-companies__container {
  padding-bottom: 9.5rem;
}

.trusted-by-companies--highlights .trusted-by-companies__inner-container {
  margin-bottom: 0;
}

.trusted-by-companies__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 16rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
  text-align: center;
}

.trusted-by-companies__title {
  margin-top: 0;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 77rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.trusted-by-companies__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}

.trusted-by-companies__logo {
  display: block;
  margin-bottom: 2.5rem;
  margin-left: 3%;
  margin-right: 3%;
  max-width: 100%;
}

.trusted-by-companies__logo.big {
  max-height: 150px;
}

.trusted-by-companies__logo.mid {
  max-width: 150px;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .trusted-by-companies__container {
    padding-bottom: 12rem;
  }
}

@media (max-width: 79.99em) {
  .trusted-by-companies__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10rem;
  }
}

@media (max-width: 47.99em) {
  .trusted-by-companies--highlights .trusted-by-companies__container {
    padding-bottom: 7.5rem;
  }
  .trusted-by-companies__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .trusted-by-companies__title {
    max-width: 40rem;
    font-size: 3.6rem;
  }
  .trusted-by-companies__logo {
    margin-left: 4%;
    margin-right: 4%;
    max-width: 80%;
    max-height: 80px;
  }
}

@media (max-width: 35.49em) {
  .trusted-by-companies {
    background-image: none;
  }
  .trusted-by-companies--highlights .trusted-by-companies__container {
    padding-bottom: 5.5rem;
  }
  .trusted-by-companies__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .trusted-by-companies__title {
    max-width: 36rem;
    font-size: 3.2rem;
  }
  .trusted-by-companies__logo {

  }
}

@media (max-width: 25.865em) {
  .trusted-by-companies--highlights .trusted-by-companies__container {
    padding-bottom: 3.5rem;
  }
  .trusted-by-companies__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .trusted-by-companies__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .trusted-by-companies--highlights .trusted-by-companies__container {
    padding-bottom: 2.5rem;
  }
  .trusted-by-companies__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .trusted-by-companies__title {
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Trusted By DJs" component base styles

================================================================================
*/
.trusted-by-djs {
  background-color: #040404;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/mixed-stripes.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.trusted-by-djs__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 13rem;
  padding-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
}

.trusted-by-djs__container .small-caption {
  text-align: left;
}

.trusted-by-djs__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.trusted-by-djs__desc {
  margin-bottom: 4.5rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.trusted-by-djs__desc *:first-child {
  margin-top: 0;
}

.trusted-by-djs__desc *:last-child {
  margin-bottom: 0;
}

.trusted-by-djs__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11rem;
}

.trusted-by-djs__logo-item {
  margin-right: 5rem;
}

.trusted-by-djs__logo-item:last-child {
  margin-right: 0;
}

.trusted-by-djs__logo-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.trusted-by-djs__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* ITEM
============================================================ */
.trusted-by-djs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
}

.trusted-by-djs-item__avatar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 4rem;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
}

.trusted-by-djs-item__avatar img {
  display: block;
  max-width: 100%;
}

.trusted-by-djs-item__name {
  color: #e9222e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

.trusted-by-djs-item__position {
  margin-bottom: 2.5rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.trusted-by-djs-item__feedback {
  max-width: 43rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.trusted-by-djs-item__feedback *:first-child {
  margin-top: 0;
}

.trusted-by-djs-item__feedback *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .trusted-by-djs__container {
    padding-top: 10rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (max-width: 63.99em) {
  .trusted-by-djs__container {
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
  }
  .trusted-by-djs__container .small-caption {
    text-align: center;
  }
  .trusted-by-djs__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .trusted-by-djs__logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .trusted-by-djs__logo-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
    margin-left: 3%;
    margin-right: 3%;
    width: 27%;
  }
  .trusted-by-djs__logo-item:last-child {
    margin-right: 3%;
  }
  .trusted-by-djs__inner-container {
    display: block;
  }
  .trusted-by-djs-item {
    margin-bottom: 7rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 50rem;
    text-align: left;
  }
  .trusted-by-djs-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 47.99em) {
  .trusted-by-djs__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .trusted-by-djs__title {
    font-size: 3.6rem;
  }
  .trusted-by-djs__logo-item {
    margin-left: 6%;
    margin-right: 6%;
    width: 21%;
  }
  .trusted-by-djs__logo-item:last-child {
    margin-right: 6%;
  }
}

@media (max-width: 35.49em) {
  .trusted-by-djs__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .trusted-by-djs__title {
    font-size: 3.2rem;
  }
  .trusted-by-djs__logo-item {
    margin-left: 4%;
    margin-right: 4%;
    width: 25%;
  }
  .trusted-by-djs__logo-item:last-child {
    margin-right: 4%;
  }
}

@media (max-width: 25.865em) {
  .trusted-by-djs__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .trusted-by-djs__title {
    font-size: 2.8rem;
  }
  .trusted-by-djs-item {
    margin-bottom: 5rem;
  }
  .trusted-by-djs-item__avatar {
    margin-right: 2rem;
    width: 7rem;
    height: 7rem;
  }
}

@media (max-width: 23.4275em) {
  .trusted-by-djs__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .trusted-by-djs__title {
    font-size: 2.6rem;
  }
  .trusted-by-djs-item__avatar {
    width: 5rem;
    height: 5rem;
  }
}

/*
================================================================================

  "Membership" component base styles

================================================================================
*/
.membership {
  background-color: #1e1e1e;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/radial-stripes.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.membership__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 86rem;
}

.membership__title {
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.membership__desc {
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.membership__desc strong {
  color: #fff;
}

.membership__desc *:first-child {
  margin-top: 0;
}

.membership__desc *:last-child {
  margin-bottom: 0;
}

.membership__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6.5rem;
}

.membership__annotation {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align:center;
}

/* ITEM
============================================================ */
.membership-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 5rem;
  max-width: 30rem;
  width: 100%;
}

.membership-item:last-child {
  margin-right: 0;
}

.membership-item__title {
  margin-bottom: 2.5rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1;
}

.membership-item__desc {
  margin-bottom: 2rem;
  max-width: 22rem;
  color: rgba(150, 149, 156, 0.53);
  font-size: 1.3rem;
  line-height: 1.53846;
}

.membership-item__features {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 2.1rem;
  max-width: 30rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.membership-item__btn {
  margin-top: auto;
}

/* Prices
------------------------------------ */
.membership-item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.membership-item-price__value {
  margin-right: 1.5rem;
  color: #e9222e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 10rem;
  letter-spacing: 0.2rem;
  line-height: 0.8;
}

.membership-item-price__value sup {
  margin-right: 0.5rem;
  font-size: 6rem;
}

.membership-item-price__caption {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .membership__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .membership__title {
    font-size: 3.6rem;
  }
  .membership__desc {
    margin-bottom: 4rem;
    max-width: 38rem;
  }
  .membership__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .membership__annotation {
    display: block;
    text-align: center;
  }
  .membership-item {
    margin-bottom: 6rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .membership-item:last-child {
    margin-right: auto;
  }
  .membership-item__desc {
    margin-left: auto;
    margin-right: auto;
  }
  .membership-item__features {
    padding-left: 0;
    list-style-type: none;
  }
  .membership-item__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .membership-item-price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 35.49em) {
  .membership__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .membership__title {
    font-size: 3.2rem;
  }
  .membership__desc {
    max-width: 28rem;
  }
  .membership__annotation {
    font-size: 1.4rem;
    font-style: italic;
  }
}

@media (max-width: 25.865em) {
  .membership__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .membership__title {
    font-size: 2.8rem;
  }
  .membership-item-price__value {
    font-size: 8rem;
  }
  .membership-item-price__value sup {
    font-size: 5rem;
  }
}

@media (max-width: 23.4275em) {
  .membership__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .membership__title {
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "FAQ" component base styles

================================================================================
*/
.faq {
  background-color: #151515;
}

.faq__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 116rem;
}

.faq__title {
  margin-top: 0;
  margin-bottom: 5.6rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

/* ITEM
============================================================ */
.faq-item {
  border-bottom: 0.1rem solid #272727;
}

.faq-item__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.faq-item__question:hover .faq-item__title, .faq-item__question:focus .faq-item__title {
  color: #e9222e;
}

.faq-item__question.js-opened .faq-item__icon {
  -webkit-transform: rotate(180deg) translateZ(0);
  -moz-transform: rotate(180deg) translateZ(0);
  transform: rotate(180deg) translateZ(0);
}

.faq-item__title {
  margin-right: 5rem;
  color: #fff;
  border-bottom: 0.1rem solid transparent;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.faq-item__icon {
  width: 2.4rem;
  height: 1.5rem;
  fill: #e9222e;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.faq-item__answer {
  display: none;
  padding-bottom: 3rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.faq-item__answer *:first-child {
  margin-top: 0;
}

.faq-item__answer *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .faq__title {
    font-size: 3.6rem;
  }
  .faq-item__question {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .faq-item__title {
    font-size: 1.8rem;
  }
  .faq-item__icon {
    width: 2rem;
    height: 1.1rem;
  }
}

@media (max-width: 47.99em) {
  .faq__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .faq__title {
    font-size: 3.6rem;
  }
}

@media (max-width: 35.49em) {
  .faq__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .faq__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    font-size: 3.2rem;
  }
}

@media (max-width: 25.865em) {
  .faq__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .faq__title {
    margin-bottom: 4rem;
    max-width: 24rem;
    font-size: 2.8rem;
  }
  .faq-item__title {
    font-size: 1.7rem;
  }
}

@media (max-width: 23.4275em) {
  .faq__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .faq__title {
    margin-bottom: 3rem;
    max-width: 24rem;
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Top DJs Love" component base styles

================================================================================
*/
.top-djs-love {
  background-color: #1e1e1e;
}

.top-djs-love__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 126rem;
}

.top-djs-love__icon {
  display: block;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 3.6rem;
  height: 3.6rem;
  fill: #e9222e;
}

.top-djs-love__title {
  margin-top: 0;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.top-djs-love__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ITEM
============================================================ */
.top-djs-love-item {
  padding-top: 4rem;
  padding-bottom: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 31.6%;
  background-color: transparent;
  border: 0.1rem solid #292929;
}

.top-djs-love-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.5rem;
}

.top-djs-love-item__avatar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 2.7rem;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
}

.top-djs-love-item__avatar img {
  display: block;
  max-width: 100%;
}

.top-djs-love-item__name {
  color: #e9222e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

.top-djs-love-item__position {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.top-djs-love-item__content {
  margin: 0;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.top-djs-love-item__content *:first-child {
  margin-top: 0;
}

.top-djs-love-item__content *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 89.99em) {
  .top-djs-love {
    background-color: #1e1e1e;
  }
  .top-djs-love__container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 7rem;
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 126rem;
  }
  .top-djs-love__icon {
    display: block;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    width: 3.6rem;
    height: 3.6rem;
    fill: #e9222e;
  }
  .top-djs-love__title {
    margin-top: 0;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
    line-height: 1.2;
    text-align: center;
  }
  .top-djs-love__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-djs-love-item {
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 32%;
  }
  .top-djs-love-item__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.5rem;
  }
  .top-djs-love-item__avatar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 2.7rem;
    width: 8.2rem;
    height: 8.2rem;
    border-radius: 50%;
  }
  .top-djs-love-item__avatar img {
    display: block;
    max-width: 100%;
  }
  .top-djs-love-item__name {
    color: #e9222e;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    line-height: 1.2;
  }
  .top-djs-love-item__position {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
  .top-djs-love-item__content {
    margin: 0;
    color: #96959c;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .top-djs-love-item__content *:first-child {
    margin-top: 0;
  }
  .top-djs-love-item__content *:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 63.99em) {
  .top-djs-love__container {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  .top-djs-love__icon {
    margin-bottom: 2rem;
  }
  .top-djs-love-item__header {
    margin-bottom: 2.5rem;
  }
  .top-djs-love-item__avatar {
    margin-right: 2rem;
    width: 6rem;
    height: 6rem;
  }
  .top-djs-love-item__name {
    font-size: 2.2rem;
  }
  .top-djs-love-item__position {
    font-size: 1.6rem;
  }
}

@media (max-width: 47.99em) {
  .top-djs-love__title {
    max-width: 54rem;
    font-size: 3.4rem;
  }
  .top-djs-love__inner-container {
    display: block;
  }
  .top-djs-love-item {
    display: block;
    margin-bottom: 3rem;
    width: 100%;
  }
  .top-djs-love-item:last-child {
    margin-bottom: 0;
  }
  .top-djs-love-item__name {
    font-size: 2.6rem;
  }
  .top-djs-love-item__position {
    font-size: 1.8rem;
  }
}

@media (max-width: 35.49em) {
  .top-djs-love__container {
    padding-bottom: 6rem;
  }
  .top-djs-love__title {
    max-width: 34rem;
    font-size: 2.8rem;
  }
  .top-djs-love-item {
    margin-bottom: 2rem;
  }
}

@media (max-width: 23.4275em) {
  .top-djs-love__container {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .top-djs-love__title {
    max-width: 30rem;
    font-size: 2.4rem;
  }
}

/*
================================================================================

  "Top DJs Trusted" component base styles

================================================================================
*/
.top-djs-trusted {
  background-image: url("https://static.bpmsupreme.com/front/img/bg/dark-waves.jpg");
  background-position: 15% 99%;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .top-djs-trusted {
    background-image: url("https://static.bpmsupreme.com/front/img/bg/dark-waves@2x.jpg");
  }
}

.top-djs-trusted__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  padding-bottom: 13rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
}

.top-djs-trusted__title {
  margin-top: 0;
  margin-bottom: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.top-djs-trusted__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e9222e;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/components/top-djs-trusted/top-djs-trusted-container-bg.svg");
  background-position: 50% 107%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0.1rem 3.3rem 7.3rem rgba(0, 0, 0, 0.68);
  box-shadow: 0.1rem 3.3rem 7.3rem rgba(0, 0, 0, 0.68);
}

/* ITEM
============================================================ */
.top-djs-trusted-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  width: 25%;
  height: 25.6rem;
  border-bottom: 0.1rem solid #ba1620;
  border-right: 0.1rem solid #ba1620;
}

.top-djs-trusted-item:nth-child(4n) {
  border-right: 0;
}

.top-djs-trusted-item:nth-last-child(-n+4) {
  border-bottom: 0;
}

.top-djs-trusted-item img {
  display: block;
  max-width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .top-djs-trusted__container {
    max-width: 110rem;
  }
  .top-djs-trusted-item {
    padding: 5rem;
    height: 20rem;
  }
}

@media (max-width: 79.99em) {
  .top-djs-trusted__container {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 63.99em) {
  .top-djs-trusted-item {
    padding: 3rem;
  }
}

@media (max-width: 47.99em) {
  .top-djs-trusted__title {
    margin-bottom: 4rem;
    max-width: 38rem;
    font-size: 3.4rem;
  }
  .top-djs-trusted-item {
    padding: 3rem;
    width: 50%;
  }
  .top-djs-trusted-item:nth-child(4n) {
    border-right: 0.1rem solid #ba1620;
  }
  .top-djs-trusted-item:nth-child(2n) {
    border-right: 0;
  }
  .top-djs-trusted-item:nth-last-child(-n+4) {
    border-bottom: 0.1rem solid #ba1620;
  }
  .top-djs-trusted-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .top-djs-trusted__container {
    padding-top: 6rem;
  }
  .top-djs-trusted__title {
    max-width: 30rem;
    font-size: 2.8rem;
  }
  .top-djs-trusted-item {
    height: 16rem;
  }
}

@media (max-width: 23.4275em) {
  .top-djs-trusted__container {
    padding-top: 5rem;
  }
  .top-djs-trusted__title {
    max-width: 28rem;
    font-size: 2.6rem;
  }
  .top-djs-trusted-item {
    height: 14rem;
  }
}

/*
================================================================================

  "Access" component base styles

================================================================================
*/
.access {
  background-color: #000;
  background-image: url("https://static.bpmsupreme.com/front/img/components/access/access-bg.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.access__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
  text-align: center;
}

.access__title {
  margin-top: 0;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 76rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  text-align: center;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .access__title {
    max-width: 60rem;
    font-size: 3.6rem;
  }
}

@media (max-width: 47.99em) {
  .access {
    background-position: 50% 100%;
  }
  .access__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .access__title {
    max-width: 34rem;
    font-size: 3.6rem;
  }
}

@media (max-width: 35.49em) {
  .access__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .access__title {
    max-width: 34rem;
    font-size: 3.2rem;
  }
}

@media (max-width: 25.865em) {
  .access__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .access__title {
    max-width: 28rem;
    font-size: 2.8rem;
  }
}

@media (max-width: 25.865em) {
  .access__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .access__title {
    max-width: 26rem;
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Feedback" component base styles

================================================================================
*/
.feedback {
  background-color: #040404;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/mixed-stripes.svg");
  background-position: 65% 0;
  background-repeat: no-repeat;
}

.feedback__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
  text-align: center;
}

.feedback__header {
  position: relative;
  margin-bottom: 7.7rem;
}

.feedback__header::after {
  content: '';
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.8rem;
  height: 0.1rem;
  background-color: #e9222e;
}

.feedback__avatar {
  overflow: hidden;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
}

.feedback__avatar img {
  display: block;
  max-width: 100%;
}

.feedback__name {
  margin-bottom: 0.6rem;
  color: #e9222e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

.feedback__position {
  margin-bottom: 2.5rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.feedback__content {
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  color: #96959c;
  font-size: 1.8rem;
  line-height: 1.625;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .feedback__content {
    max-width: 50rem;
  }
}

@media (max-width: 47.99em) {
  .feedback__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (max-width: 35.49em) {
  .feedback__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 25.865em) {
  .feedback__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .feedback__content {
    font-size: 1.6rem;
  }
}

@media (max-width: 23.4275em) {
  .feedback__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/*
================================================================================

  "Schools" component base styles

================================================================================
*/
.schools {
  background-color: #242424;
}

.schools__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 116.4rem;
  text-align: center;
}

.schools__title {
  margin-top: 0;
  margin-bottom: 5rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.schools__logos {
  margin-bottom: 7rem;
  font-size: 0;
}

.schools__subtitle {
  margin-top: 0;
  margin-bottom: 3rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.schools__subtitle strong {
  display: block;
  color: #e9222e;
  font-weight: 400;
}

/* ITEM
============================================================ */
.schools-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  padding-top: 5rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  width: 31.5%;
  height: 22rem;
  border: 0.1rem solid #333;
}

.schools-item:nth-child(3n) {
  margin-right: 0;
}

.schools-item__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
  height: 10.8rem;
}

.schools-item__logo img {
  display: block;
  max-width: 100%;
}

.schools-item__city {
  color: #96959c;
  font-size: 1.4rem;
  line-height: 1.2;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .schools__title {
    font-size: 3.6rem;
  }
  .schools__subtitle {
    font-size: 3.6rem;
  }
  .schools__logos {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
  }
  .schools-item {
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 48%;
    height: 20rem;
  }
  .schools-item:nth-child(3n) {
    margin-right: 1%;
  }
  .schools-item:nth-child(2n) {
    margin-right: 0;
  }
  .schools-item__logo {
    max-width: 70%;
    height: 8rem;
  }
}

@media (max-width: 35.49em) {
  .schools__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .schools__title {
    font-size: 3.2rem;
  }
  .schools__subtitle {
    font-size: 2.8rem;
  }
}

@media (max-width: 25.865em) {
  .schools__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .schools__title {
    font-size: 2.8rem;
  }
  .schools__subtitle {
    font-size: 2.4rem;
  }
}

@media (max-width: 23.4275em) {
  .schools__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .schools__title {
    font-size: 2.6rem;
  }
  .schools__subtitle {
    font-size: 1.9rem;
  }
}

/*
================================================================================

  "Become A Member" component base styles

================================================================================
*/
.become-member {
  background-color: #040404;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/mixed-stripes.svg");
  background-position: 70% 50%;
  background-repeat: no-repeat;
}

.become-member__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 11rem;
  padding-bottom: 11rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
  text-align: center;
}

.become-member__title {
  margin-top: 0;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 66rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.become-member__title strong {
  color: #e9222e;
  font-weight: 400;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .become-member__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 45rem;
    font-size: 3.6rem;
  }
}

@media (max-width: 35.49em) {
  .become-member__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .become-member__title {
    max-width: 30rem;
    font-size: 3.2rem;
  }
}

@media (max-width: 25.865em) {
  .become-member__title {
    max-width: 26rem;
    font-size: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .become-member__container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .become-member__title {
    max-width: 24rem;
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Benefits" component styles

================================================================================
*/
.benefits {
  background-color: #1e1e1e;
  background-image: url("https://static.bpmsupreme.com/front/img/components/benefits/benefits-waves-bg.svg");
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  padding-bottom: 13.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
}

.benefits__header {
  margin-bottom: 6rem;
}

.benefits__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.benefits__desc {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.benefits__desc *:first-child {
  margin-top: 0;
}

.benefits__desc *:last-child {
  margin-bottom: 0;
}

.benefits__inner-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
  max-width: 130rem;
  background-color: #e9222e;
  background-image: url("https://static.bpmsupreme.com/front/img/components/benefits/benefits-inner-bg.svg");
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0.1rem 3.3rem 7.3rem rgba(0, 0, 0, 0.68);
  box-shadow: 0.1rem 3.3rem 7.3rem rgba(0, 0, 0, 0.68);
}

.benefits__inner-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.4rem;
  background-color: #0b0b0b;
}

/* ITEM
============================================================ */
.benefits-item {
  margin-bottom: 5rem;
  margin-right: 7.6%;
  max-width: 19.3%;
}

.benefits-item:nth-child(4n) {
  margin-right: 0;
}

.benefits-item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.2rem;
  height: 7.8rem;
}

.benefits-item__icon--video-camera svg {
  width: 7.7rem;
  height: 6.6rem;
}

.benefits-item__icon--badge svg {
  width: 6.3rem;
  height: 7.8rem;
}

.benefits-item__icon--vinyls svg {
  width: 7.2rem;
  height: 7.2rem;
}

.benefits-item__icon--track svg {
  width: 6.3rem;
  height: 7.7rem;
}

.benefits-item__icon--cloud-upload svg {
  width: 9.6rem;
  height: 7.1rem;
}

.benefits-item__icon--versions svg {
  width: 8.1rem;
  height: 6.6rem;
}

.benefits-item__icon--downloads svg {
  width: 7.4rem;
  height: 7.1rem;
}

.benefits-item__icon--modes svg {
  width: 7.7rem;
  height: 7.4rem;
}

.benefits-item__icon svg {
  fill: #fff;
}

.benefits-item__title {
  margin-top: 0;
  margin-bottom: 2.2rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.benefits-item__desc {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.625;
}

.benefits-item__desc *:first-child {
  margin-top: 0;
}

.benefits-item__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .benefits {
    background-image: none;
  }
  .benefits__container {
    padding-bottom: 4rem;
  }
  .benefits__header {
    margin-bottom: 5rem;
  }
  .benefits__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 58rem;
  }
  .benefits__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .benefits__inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
  }
  .benefits__inner-container::after {
    display: none;
  }
  .benefits-item {
    margin-left: 7.5%;
    margin-right: 7.5%;
    max-width: 35%;
  }
  .benefits-item:nth-child(4n) {
    margin-right: 7.5%;
  }
}

@media (max-width: 47.99em) {
  .benefits__container {
    padding-top: 8rem;
  }
  .benefits__title {
    max-width: 40rem;
    font-size: 3.6rem;
  }
  .benefits__inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .benefits-item {
    margin-left: 5%;
    margin-right: 5%;
    max-width: 40%;
  }
  .benefits-item:nth-child(4n) {
    margin-right: 5%;
  }
}

@media (max-width: 35.49em) {
  .benefits__title {
    max-width: 36rem;
    font-size: 3.2rem;
  }
  .benefits__desc {
    max-width: 30rem;
  }
  .benefits__inner-container {
    display: block;
    background-image: none;
  }
  .benefits-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    text-align: center;
  }
  .benefits-item:nth-child(4n) {
    margin-right: auto;
  }
  .benefits-item__icon svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits-item__title {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}

@media (max-width: 25.865em) {
  .benefits__container {
    padding-top: 6rem;
  }
  .benefits__title {
    max-width: 32rem;
    font-size: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .benefits__container {
    padding-top: 5rem;
  }
  .benefits__title {
    max-width: 28rem;
    font-size: 2.4rem;
  }
}

/*
================================================================================

  "Apply Dialog" component styles

================================================================================
*/
.apply-dialog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 110rem;
}

/* Close button
------------------------------------ */
.apply-dialog-close-btn {
  position: absolute;
  top: -3rem;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.apply-dialog-close-btn:hover .apply-dialog-close-btn__title, .apply-dialog-close-btn:focus .apply-dialog-close-btn__title {
  opacity: 1;
}

.apply-dialog-close-btn__title {
  margin-right: 0.6rem;
  color: #fff;
  opacity: 0.27;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.apply-dialog-close-btn__icon {
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

/* FORM
============================================================ */
.apply-dialog-form {
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  width: 64%;
  background-color: #242424;
}

.apply-dialog-form__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.4rem;
}

.apply-dialog-form__title {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.apply-dialog-form__icon {
  width: 6.7rem;
  height: 2.7rem;
  fill: #323230;
}

.apply-dialog-form__container .form-field__input {
  height: 5.4rem;
}

.apply-dialog-form__container .form-textarea__input {
  height: 12rem;
}

.apply-dialog-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2%;
}

.apply-dialog-form__row .form-field {
  max-width: 49%;
}

.apply-dialog-form__message {
  margin-bottom: 3.5rem;
}

/* CONTACTS
============================================================ */
.apply-dialog-contacts {
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  width: 36%;
  background-color: #1c1c1c;
}

.apply-dialog-contacts__title {
  margin-bottom: 3.8rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.apply-dialog-contacts__container {
  margin-bottom: 4.4rem;
  font-style: normal;
}

/* Item
------------------------------------ */
.apply-dialog-contacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.4rem;
}

.apply-dialog-contacts-item:last-child {
  margin-bottom: 0;
}

.apply-dialog-contacts-item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.4rem;
  width: 2.3rem;
  height: 3.1rem;
}

.apply-dialog-contacts-item__icon--map-marker {
  margin-top: 0.3rem;
}

.apply-dialog-contacts-item__icon--map-marker svg {
  width: 2.3rem;
  height: 3.1rem;
}

.apply-dialog-contacts-item__icon--tel {
  margin-top: -0.4rem;
}

.apply-dialog-contacts-item__icon--tel svg {
  width: 2.3rem;
  height: 2.3rem;
}

.apply-dialog-contacts-item__icon--email {
  margin-top: -0.4rem;
}

.apply-dialog-contacts-item__icon--email svg {
  width: 2.3rem;
  height: 1.8rem;
}

.apply-dialog-contacts-item__icon--clock svg {
  width: 2.3rem;
  height: 2.3rem;
}

.apply-dialog-contacts-item__icon svg {
  fill: #e9222e;
}

.apply-dialog-contacts-item__desc {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.5;
}

.apply-dialog-contacts-item__desc a {
  color: #96959c;
  border-bottom: 0.1rem solid transparent;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.apply-dialog-contacts-item__desc a:hover, .apply-dialog-contacts-item__desc a:focus {
  color: #fff;
  border-bottom-color: #e9222e;
}

/* Social
------------------------------------ */
.apply-dialog-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apply-dialog-social__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 1rem;
  width: 3.8rem;
  height: 3.8rem;
  background-color: transparent;
  border-radius: 50%;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.apply-dialog-social__item:hover, .apply-dialog-social__item:focus {
  background-color: rgba(233, 34, 46, 0.5);
}

.apply-dialog-social__item:last-child {
  margin-right: 0;
}

.apply-dialog-social__icon {
  fill: #fff;
}

.apply-dialog-social__icon--facebook {
  width: 1rem;
  height: 2rem;
}

.apply-dialog-social__icon--twitter {
  width: 2.2rem;
  height: 1.7rem;
}

.apply-dialog-social__icon--linked-in {
  width: 2rem;
  height: 2rem;
}

.apply-dialog-social__icon--google-plus {
  width: 1.9rem;
  height: 1.9rem;
}

/* DIALOG STYLES
============================================================ */
.mfp-apply-dialog {
  -webkit-overflow-scrolling: touch;
}

.mfp-apply-dialog .mfp-container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mfp-apply-dialog.mfp-bg {
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #000;
}

.mfp-apply-dialog.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.mfp-apply-dialog.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-apply-dialog.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mfp-apply-dialog.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-apply-dialog.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .apply-dialog-form {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 50%;
  }
  .apply-dialog-form__header {
    margin-bottom: 3rem;
  }
  .apply-dialog-form__container .form-field__input {
    height: 4.8rem;
  }
  .apply-dialog-form__row {
    display: block;
    margin-bottom: 0;
  }
  .apply-dialog-form__row .form-field {
    margin-bottom: 1.5rem;
    max-width: none;
  }
  .apply-dialog-contacts {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 50%;
  }
}

@media (max-width: 47.99em) {
  .apply-dialog {
    display: block;
    max-width: 50rem;
  }
  .apply-dialog-form {
    width: 100%;
  }
  .apply-dialog-contacts {
    width: 100%;
  }
}

@media (max-width: 25.865em) {
  .apply-dialog-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .apply-dialog-contacts {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 23.4275em) {
  .apply-dialog-form__title {
    font-size: 2.6rem;
  }
  .apply-dialog-form__icon {
    display: none;
  }
  .apply-dialog-contacts__title {
    font-size: 2.6rem;
  }
}

/* Layout
------------------------------------ */
/*
================================================================================

  Page wrapper

================================================================================
*/
.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-color: #242424;
}

.page-wrapper--white {
  background-color: #fff;
}

.page-wrapper--dark {
  background-color: #161616;
}

/*
================================================================================

  Header

================================================================================
*/
.header {
  position: relative;
  background-color: #040404;
  height: 11.2rem;
}

.header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
}

.header__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  width: 100%;
  height: 11.2rem;
}

.header__container.js-fixed {
  position: fixed;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.9);
}

.header__container.js-out {
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

.header__container.js-in {
  z-index: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

/* LOGO
============================================================ */
.h-logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h-logo__icon {
  width: 20rem;
  height: 5.3rem;
}

/* NAVIGATION
============================================================ */
.h-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h-nav__list {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3.4rem;
  padding-left: 0;
  font-size: 0;
  list-style-type: none;
}

.h-nav__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.6rem;
}

.h-nav__item:last-child {
  margin-right: 0;
}

.h-nav__link {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #96959c;
  outline: 0;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.h-nav__link:not(span):hover, .h-nav__link:not(span):focus, .h-nav__link:not(span).h-nav__link_selected {
  color: #fff;
}

.h-nav__link:not(span):hover::after, .h-nav__link:not(span):focus::after, .h-nav__link:not(span).h-nav__link_selected::after {
  opacity: 1;
}

.h-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.6rem;
  height: 0.2rem;
  background-color: #e9222e;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.h-nav__btn {
  display: block;
  padding-left: 3rem;
  padding-right: 3rem;
  height: 5rem;
  color: #fff;
  background-color: transparent;
  border: 0.1rem solid #e9222e;
  outline: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.h-nav__btn:hover, .h-nav__btn:focus {
  color: #fff;
  background-color: #e9222e;
}

.h-nav__close-btn {
  position: absolute;
  top: 4.2rem;
  right: 2.2rem;
  display: none;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.h-nav__close-btn svg {
  width: 2.8rem;
  height: 2.8rem;
  fill: #fff;
}

/* HAMBURGER
============================================================ */
.h-hamburger {
  display: none;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.h-hamburger svg {
  width: 3.2rem;
  height: 2.4rem;
  fill: #fff;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .header__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 63.99em) {
  .h-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000;
  }
  .h-nav.js-opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .h-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .h-nav__item {
    display: block;
    margin-bottom: 2rem;
    margin-right: 0;
    text-align: center;
  }
  .h-nav__item:last-child {
    margin-right: 0;
  }
  .h-nav__link {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #fff;
    font-size: 2.4rem;
  }
  .h-nav__link:not(span):hover, .h-nav__link:not(span):focus {
    color: #fff;
  }
  .h-nav__link::after {
    display: none;
  }
  .h-nav__btn {
    padding-left: 8rem;
    padding-right: 8rem;
    height: 6rem;
    color: #fff;
    background-color: #e9222e;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    line-height: 6rem;
  }
  .h-nav__close-btn {
    display: block;
  }
  .h-hamburger {
    display: block;
  }
}

@media (max-width: 47.99em) {
  .h-nav {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .h-nav__item {
    margin-bottom: 1rem;
  }
  .h-nav__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
  }
  .h-nav__btn {
    padding-left: 6rem;
    padding-right: 6rem;
    height: 5.4rem;
    font-size: 2.6rem;
    line-height: 5.4rem;
  }
}

@media (max-width: 35.49em) {
  .header {
    height: 9rem;
  }
  .header__container {
    height: 9rem;
  }
  .h-nav__close-btn {
    top: 3rem;
  }
}

@media (max-width: 25.865em) {
  .header {
    height: 7.4rem;
  }
  .header__container {
    height: 7.4rem;
  }
  .header__container.js-fixed {
    height: 7.4rem;
  }
  .h-logo__icon {
    width: 16rem;
    height: 4.1rem;
  }
  .h-nav__close-btn {
    top: 2.3rem;
  }
}

@media (max-width: 23.4275em) {
  .header {
    height: 6.4rem;
  }
  .header__container {
    height: 6.4rem;
  }
  .header__container.js-fixed {
    height: 6.4rem;
  }
  .h-hamburger svg {
    width: 2.8rem;
    height: 2rem;
  }
  .h-nav__close-btn {
    top: 2rem;
  }
  .h-nav__close-btn svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media (max-width: 64em) and (max-height: 33.75em) {
  .h-nav {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .h-nav__list {
    margin-bottom: 2rem;
  }
  .h-nav__item {
    margin-bottom: 2rem;
  }
  .h-nav__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 2rem;
  }
  .h-nav__btn {
    height: 4.6rem;
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}

@media (max-width: 64em) and (max-height: 26.25em) {
  .h-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .h-nav__list {
    margin-bottom: 1rem;
  }
  .h-nav__item {
    margin-bottom: 1rem;
  }
  .h-nav__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  .h-nav__btn {
    height: 4.6rem;
    font-size: 2.2rem;
    line-height: 4.6rem;
  }
}

@media (max-width: 64em) and (max-height: 20em) {
  .h-nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .h-nav__list {
    margin-bottom: 1rem;
  }
  .h-nav__item {
    margin-bottom: 0.5rem;
  }
  .h-nav__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .h-nav__btn {
    height: 3.4rem;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}

/*
================================================================================

  Main

================================================================================
*/
/*
================================================================================

  Footer

================================================================================
*/
.footer {
  margin-top: auto;
  background-color: #1e1e1e;
}

.footer__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 140rem;
}

.footer__top-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.footer__bottom-part {
  padding-top: 6rem;
  padding-bottom: 7rem;
  border-top: 0.1rem solid #3e3e3e;
}

/* NAVIGATION
============================================================ */
.f-nav__title {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
}

.f-nav__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.f-nav__item {
  margin-bottom: 1.5rem;
}

.f-nav__item:last-child {
  margin-bottom: 0;
}

.f-nav__link {
  color: #686868;
  border-bottom: 0.1rem solid transparent;
  outline: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.f-nav__link:hover, .f-nav__link:focus, .f-nav__link.f-nav__link_selected {
  color: #fff;
  border-bottom-color: #e9222e;
}

/* LANGUAGE
============================================================ */
.f-language__title {
  display: inline-block;
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  cursor: pointer;
}

.f-language__select-wrapper {
  position: relative;
}

.f-language__arrow-icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: 0.9rem;
  fill: #3e3e3e;
}

.f-language__select {
  position: relative;
  z-index: 10;
  padding-left: 2rem;
  padding-right: 5rem;
  min-width: 18.8rem;
  height: 5rem;
  color: #686868;
  background-color: transparent;
  border: 0.1rem solid #3e3e3e;
  border-radius: 0;
  outline: 0;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.f-language__select:hover, .f-language__select:focus {
  color: #fff;
  border-color: #e9222e;
}

.f-language__select::-ms-expand {
  display: none;
}

.f-language__select option {
  color: #686868;
}

/* SOCIAL
============================================================ */
.f-social__title {
  display: inline-block;
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  cursor: pointer;
}

.f-social__container {
  font-size: 0;
}

.f-social__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 1rem;
  width: 3.8rem;
  height: 3.8rem;
  background-color: transparent;
  border: 0.1rem solid #3e3e3e;
  border-radius: 50%;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.f-social__item:hover, .f-social__item:focus {
  border-color: #e9222e;
}

.f-social__item:last-child {
  margin-right: 0;
}

.f-social__icon {
  fill: #fff;
}

.f-social__icon--facebook {
  width: 0.8rem;
  height: 1.7rem;
}

.f-social__icon--twitter {
  width: 1.6rem;
  height: 1.4rem;
}

.f-social__icon--instagram {
  width: 1.5rem;
  height: 1.5rem;
}

.f-social__icon--youtube {
  width: 1.7rem;
  height: 1.7rem;
}

/* COPYRIGHT
============================================================ */
.f-copyright {
  color: #686868;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.f-copyright *:first-child {
  margin-top: 0;
}

.f-copyright *:last-child {
  margin-bottom: 0;
}


/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .footer__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer__top-part {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
    max-width: 65rem;
  }
  .footer__bottom-part {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .f-nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 33.333%;
    text-align: center;
  }
  .f-nav__item {
    margin-bottom: 2rem;
  }
  .f-language {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 7rem;
    margin-right: 7rem;
    text-align: center;
  }
  .f-social {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 7rem;
    text-align: center;
  }
  .f-social__title {
    margin-bottom: 3.6rem;
  }
}

@media (max-width: 35.49em) {
  .footer__top-part {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .footer__bottom-part {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .f-language {
    margin-bottom: 5rem;
    margin-right: 0;
  }
  .f-language__title {
    margin-bottom: 2.5rem;
  }
  .f-social {
    margin-bottom: 5rem;
  }
  .f-social__title {
    margin-bottom: 2.5rem;
  }
  .f-nav {
    margin-bottom: 5rem;
    width: 100%;
  }
}

@media (max-width: 25.865em) {
  .f-copyright {
    font-size: 1.2rem;
  }
}

/* Pages
------------------------------------ */
/*
================================================================================

  "About" page base styles

================================================================================
*/
/* HERO
============================================================ */
.about-hero {
  background-image: url("https://static.bpmsupreme.com/front/img/pages/about/about-hero-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
  text-align: center;
}

.about-hero__title {
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5.4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.about-hero__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  color: #96959c;
  font-size: 1.8rem;
  line-height: 1.44444;
}

.about-hero__desc *:first-child {
  margin-top: 0;
}

.about-hero__desc *:last-child {
  margin-bottom: 0;
}

/* WHERE
============================================================ */
.about-where {
  background-color: #fff;
  background-image: url("https://static.bpmsupreme.com/front/img/pages/about/about-where.svg");
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-where__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
  text-align: center;
}

.about-where__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  max-width: 80rem;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 1.2;
}

.about-where__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6.8rem;
  height: 0.2rem;
  background-color: #e9222e;
}

.about-where__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  color: #96959c;
  font-size: 1.8rem;
  line-height: 1.55556;
}

.about-where__desc *:first-child {
  margin-top: 0;
}

.about-where__desc *:last-child {
  margin-bottom: 0;
}

/* PHOTOS
============================================================ */
.about-photos {
  position: relative;
  padding-bottom: 45%;
  height: 0;
}

.about-photos__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://static.bpmsupreme.com/front/img/pages/about/about-photos.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .about-photos__container {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/about/about-photos@2x.jpg");
  }
}

/* WHO WE ARE
============================================================ */
.about-who-we-are {
  background-color: #212121;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/vertical-stripes-light.svg");
  background-position: 0 0;
  background-repeat: repeat;
}

.about-who-we-are__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
  text-align: center;
}

.about-who-we-are__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  max-width: 80rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 1.2;
}

.about-who-we-are__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6.8rem;
  height: 0.2rem;
  background-color: #e9222e;
}

.about-who-we-are__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  color: #96959c;
  font-size: 1.8rem;
  line-height: 1.55556;
}

.about-who-we-are__desc *:first-child {
  margin-top: 0;
}

.about-who-we-are__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .about-hero__title {
    max-width: 66rem;
    font-size: 4.6rem;
  }
  .about-hero__desc {
    max-width: 60rem;
  }
  .about-where {
    background-size: cover;
  }
  .about-where__title {
    max-width: 40rem;
  }
  .about-where__desc {
    max-width: 60rem;
  }
  .about-who-we-are__title {
    max-width: 40rem;
  }
  .about-who-we-are__desc {
    max-width: 60rem;
  }
}

@media (max-width: 47.99em) {
  .about-hero__title {
    max-width: 50rem;
    font-size: 3.8rem;
  }
  .about-hero__desc {
    max-width: 44rem;
    font-size: 1.6rem;
  }
  .about-where__title {
    font-size: 3.6rem;
  }
  .about-where__desc {
    max-width: 44rem;
    font-size: 1.6rem;
  }
  .about-who-we-are__title {
    font-size: 3.6rem;
  }
  .about-who-we-are__desc {
    max-width: 44rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 35.49em) {
  .about-hero__title {
    max-width: 38rem;
    font-size: 3.2rem;
  }
  .about-where__title {
    max-width: 34rem;
    font-size: 3.2rem;
  }
  .about-where__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .about-who-we-are {
    background-image: none;
  }
  .about-who-we-are__title {
    font-size: 3.2rem;
  }
  .about-who-we-are__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 25.865em) {
  .about-hero__title {
    max-width: 34rem;
    font-size: 2.8rem;
  }
  .about-where__title {
    max-width: 30rem;
    font-size: 2.8rem;
  }
  .about-where__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .about-who-we-are__title {
    font-size: 2.8rem;
  }
  .about-who-we-are__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 23.4275em) {
  .about-hero__title {
    max-width: 34rem;
    font-size: 2.6rem;
  }
  .about-where__title {
    max-width: 30rem;
    font-size: 2.6rem;
  }
  .about-where__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .about-who-we-are__title {
    font-size: 2.6rem;
  }
  .about-who-we-are__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/*
================================================================================

  "Article" page base styles

================================================================================
*/
.article {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 96rem;
  padding-top: 5rem;
  padding-bottom: 8rem;
  width: 100%;
}

.article--wide {
  max-width: 130rem;
}

.article__container {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.article__container h1 {
  position: relative;
  margin-top: 0;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.article__container h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.8rem;
  height: 0.5rem;
  background-color: #e9222e;
}

.article__container h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.article__container h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.article__container ul.styled {
  margin-top: 2em;
  margin-bottom: 2em;
  list-style-type: none;
}

.article__container ul.styled li {
  position: relative;
  margin-bottom: 1em;
}

.article__container ul.styled li:last-child {
  margin-bottom: 0;
}

.article__container ul.styled li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
}

.article__container a {
  color: #e9222e;
  text-decoration: none;
}

.article__container a:hover {
  text-decoration: underline;
}

.article__container strong {
  color: #fff;
  font-weight: 700;
}

.article__section {
  margin-bottom: 2.5em;
}

.article__section:last-child {
  margin-bottom: 0;
}

.article__subsection {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 6rem;
}

.article__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10rem;
}

.article__left-column {
  margin-right: 9rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .article--wide {
    max-width: 96rem;
  }
  .article__columns {
    display: block;
    margin-bottom: 10rem;
  }
  .article__left-column {
    margin-bottom: 2.5em;
    margin-right: 0;
  }
}

@media (max-width: 47.99em) {
  .article__container h1 {
    font-size: 3.6rem;
  }
  .article__subsection {
    padding-left: 2rem;
  }
}

@media (max-width: 35.49em) {
  .article__container h1 {
    font-size: 3.2rem;
  }
}

@media (max-width: 25.865em) {
  .article {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .article__container h1 {
    font-size: 2.8rem;
  }
  .article__columns {
    margin-bottom: 6rem;
  }
  .article__subsection {
    padding-left: 1rem;
  }
}

/*
================================================================================

  "Contacts" page

================================================================================
*/
/* MESSAGE
============================================================ */
.contacts-message {
  padding-top: 6rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contacts-message__header {
  margin-bottom: 3.5rem;
  text-align: center;
}

.contacts-message__header .small-caption {
  margin-bottom: 1rem;
  margin-left: -4rem;
}

.contacts-message__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

.contacts-message__desc {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.625;
  text-align: center;
}

.contacts-message__desc *:first-child {
  margin-top: 0;
}

.contacts-message__desc *:last-child {
  margin-bottom: 0;
}

/* Address
------------------------------------ */
.contacts-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 74rem;
  font-style: normal;
  text-align: center;
}

.contacts-address__item {
  margin-right: 4rem;
  font-size: 0;
  outline: 0;
  text-decoration: none;
}

.contacts-address__item:last-child {
  margin-right: 0;
}

.contacts-address__item--link:hover .contacts-address__title, .contacts-address__item--link:focus .contacts-address__title {
  color: #fff;
  border-bottom-color: #e9222e;
}

.contacts-address__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  fill: #96959c;
}

.contacts-address__icon--phone {
  width: 1.6rem;
  height: 2rem;
}

.contacts-address__icon--email {
  width: 2.2rem;
  height: 1.6rem;
}

.contacts-address__icon--clock {
  width: 2.2rem;
  height: 2.2rem;
}

.contacts-address__title {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  color: #96959c;
  border-bottom: 0.1rem solid transparent;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* Form
------------------------------------ */
.contacts-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 96rem;
}

.contacts-form__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.contacts-form__fields .form-field {
  margin-right: 2.5rem;
}

.contacts-form__fields .form-field:last-child {
  margin-right: 0;
}

.contacts-form__reason {
  margin-bottom: 3rem;
}

.contacts-form__message {
  margin-bottom: 3rem;
}

.contacts-form__footer {
  text-align: center;
}

.contacts-form__btn {
  display: block;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
}

.contacts-form__link {
  display: inline-block;
  padding-bottom: 0.2rem;
  color: #96959c;
  border-bottom: 0.1rem solid #96959c;
  outline: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contacts-form__link:hover, .contacts-form__link:focus {
  color: #fff;
  border-bottom-color: #e9222e;
}

/* LOCATION
============================================================ */
.contacts-location {
  background-image: url("https://static.bpmsupreme.com/front/img/pages/contacts/contacts-location-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .contacts-location {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/contacts/contacts-location-bg@2x.jpg");
  }
}

.contacts-location__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 102rem;
  height: 48rem;
}

.contacts-location__content .small-caption {
  margin-bottom: 2rem;
  margin-left: -1.5rem;
  text-align: left;
}

.contacts-location__content .small-caption__title {
  color: #ccc;
}

.contacts-location__title {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 44rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .contacts-location__container {
    padding-left: 5rem;
  }
}

@media (max-width: 63.99em) {
  .contacts-location {
    background-position: 60% 50%;
    background-repeat: no-repeat;
  }
  .contacts-location__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
    height: auto;
  }
}

@media (max-width: 47.99em) {
  .contacts-message__header .small-caption {
    margin-left: 0;
  }
  .contacts-message__title {
    font-size: 3.6rem;
  }
  .contacts-address {
    display: block;
    max-width: none;
  }
  .contacts-address__item {
    display: block;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
  .contacts-address__item:last-child {
    margin-bottom: 0;
  }
  .contacts-form__fields {
    display: block;
    margin-bottom: 0;
  }
  .contacts-form__fields .form-field {
    margin-bottom: 3rem;
    margin-right: 0;
  }
  .contacts-form__fields .form-field:last-child {
    margin-right: 0;
  }
  .contacts-location__title {
    max-width: 34rem;
    font-size: 3rem;
  }
}

@media (max-width: 35.49em) {
  .contacts-location {
    background-position: 66% 100%;
  }
  .contacts-location__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 2rem;
  }
  .contacts-location__content .small-caption {
    margin-left: 0;
  }
  .contacts-location__content .small-caption__number::after {
    right: auto;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .contacts-location__content .small-caption__title {
    text-align: left;
  }
  .contacts-location__title {
    max-width: 24rem;
    font-size: 2.6rem;
  }
}

@media (max-width: 25.865em) {
  .contacts-message {
    padding-top: 4rem;
  }
  .contacts-message__title {
    font-size: 2.8rem;
  }
  .contacts-message__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    font-size: 1.5rem;
  }
  .contacts-location__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .contacts-location__title {
    max-width: 20rem;
    font-size: 2.4rem;
  }
}

@media (max-width: 23.4275em) {
  .contacts-message__title {
    font-size: 2.6rem;
  }
  .contacts-location__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .contacts-location__title {
    max-width: 18rem;
    font-size: 2rem;
  }
}

/*
================================================================================

  "Index" page base styles

================================================================================
*/
/* HERO
============================================================ */
.index-hero {
  background-color: #040404;
  background-image: url("https://static.bpmsupreme.com/front/img/pages/index/index-hero-bg.jpg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .index-hero {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/index/index-hero-bg@2x.jpg");
  }
}

.index-hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
  min-height: 65rem;
}

.index-hero__title {
  margin-top: 0;
  margin-bottom: 1rem;
  max-width: 74rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.index-hero__desc {
  margin-bottom: 6rem;
  max-width: 70rem;
  color: #96959c;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.54545;
}

.index-hero__desc *:first-child {
  margin-top: 0;
}

.index-hero__desc *:last-child {
  margin-bottom: 0;
}

.index-hero__btn {
  height: 6.6rem;
  font-size: 3rem;
  line-height: 6.6rem;
}

.index-hero__video {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 5rem;
}

.index-hero__play-btn {
  margin-left: auto;
  margin-right: auto;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .index-hero__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .index-hero__title {
    margin-bottom: 1rem;
    max-width: 57rem;
    font-size: 7rem;
  }
  .index-hero__desc {
    max-width: 50rem;
    font-size: 2rem;
  }
  .index-hero__btn {
    height: 6rem;
    font-size: 2.6rem;
    line-height: 6rem;
  }
}

@media (max-width: 89.99em) {
  .index-hero {
    background-position: 80% 100%;
  }
}

@media (max-width: 79.99em) {
  .index-hero__title {
    margin-bottom: 2rem;
    max-width: 48rem;
    font-size: 5.4rem;
  }
  .index-hero__desc {
    margin-bottom: 4rem;
    max-width: 44rem;
    font-size: 1.8rem;
  }
}

@media (max-width: 63.99em) {
  .index-hero {
    position: relative;
  }
  .index-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .index-hero__content {
    position: relative;
  }
  .index-hero__desc {
    color: #fff;
  }
}

@media (max-width: 47.99em) {
  .index-hero__content {
    padding-top: 5rem;
  }
  .index-hero__title {
    max-width: 36rem;
    font-size: 4.8rem;
  }
  .index-hero__desc {
    max-width: 34rem;
    font-size: 1.6rem;
  }
  .index-hero__btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.2rem;
  }
}

@media (max-width: 35.49em) {
  .index-hero__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .index-hero__title {
    max-width: 26rem;
    font-size: 4rem;
  }
  .index-hero__video {
    margin-left: 3rem;
    margin-right: 1rem;
  }
}

@media (max-width: 25.865em) {
  .index-hero__container {
    min-height: 55rem;
  }
  .index-hero__title {
    font-size: 3.4rem;
  }
  .index-hero__desc {
    line-height: 1.4;
  }
  .index-hero__btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
  }
}

@media (max-width: 23.4275em) {
  .index-hero__title {
    font-size: 2.8rem;
  }
  .index-hero__desc {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .index-hero__btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 5rem;
    font-size: 1.7rem;
    line-height: 5rem;
  }
}

/*
================================================================================

  "Press Releases" page base styles

================================================================================
*/
.press-releases {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 114rem;
}

.press-releases__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 4.6rem;
  padding-bottom: 2rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.press-releases__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.8rem;
  height: 0.5rem;
  background-color: #e9222e;
}

/* ITEM
============================================================ */
.press-releases-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5.5rem;
  padding-bottom: 5.5rem;
  border-bottom: 0.1rem solid #373737;
}

.press-releases-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.press-releases-item__thumb {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 5rem;
  max-width: 29.4rem;
}

.press-releases-item__thumb img {
  display: block;
  max-width: 100%;
}

.press-releases-item__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.press-releases-item__time {
  display: block;
  margin-bottom: 2rem;
  font-size: 0;
}

.press-releases-item__time-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  fill: #e9222e;
}

.press-releases-item__time-value {
  display: inline-block;
  vertical-align: middle;
  color: #e9222e;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.press-releases-item__title {
  margin-bottom: 1.4rem;
}

.press-releases-item__title a {
  color: #fff;
  outline: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.52941;
  text-decoration: none;
}

.press-releases-item__title a:hover, .press-releases-item__title a:focus {
  text-decoration: underline;
}

.press-releases-item__excerpt {
  margin-bottom: 2.8rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.press-releases-item__excerpt *:first-child {
  margin-top: 0;
}

.press-releases-item__excerpt *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .press-releases {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .press-releases__title {
    font-size: 3.6rem;
  }
  .press-releases-item {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
  .press-releases-item__thumb {
    margin-right: 3rem;
    max-width: 20rem;
  }
}

@media (max-width: 35.49em) {
  .press-releases {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .press-releases__title {
    font-size: 3.2rem;
  }
  .press-releases-item {
    display: block;
  }
  .press-releases-item__thumb {
    margin-bottom: 3rem;
    margin-right: 0;
    max-width: none;
  }
}

@media (max-width: 25.865em) {
  .press-releases__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .press-releases {
    padding-bottom: 5rem;
  }
  .press-releases__title {
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Copyright" page base styles

================================================================================
*/
.copyright {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 8.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 96.4rem;
  width: 100%;
}

.copyright__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.copyright__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.8rem;
  height: 0.5rem;
  background-color: #e9222e;
}

.copyright__desc {
  margin-bottom: 3rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.copyright__desc *:first-child {
  margin-top: 0;
}

.copyright__desc *:last-child {
  margin-bottom: 0;
}

/* FORM
============================================================ */
.copyright-form__fieldset {
  margin-bottom: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
}

.copyright-form__fieldset .form-field__input {
  padding-left: 2rem;
  padding-right: 2rem;
}

.copyright-form__fieldset .form-field__input:-ms-input-placeholder {
  color: #96959c;
}

.copyright-form__fieldset .form-field__input:-moz-placeholder {
  color: #96959c;
  opacity: 1;
}

.copyright-form__fieldset .form-field__input::-moz-placeholder {
  color: #96959c;
  opacity: 1;
}

.copyright-form__fieldset .form-field__input::-webkit-input-placeholder {
  color: #96959c;
}

.copyright-form__fieldset .form-field__input::-ms-input-placeholder {
  color: #96959c;
}

.copyright-form__fieldset .form-field__input::placeholder {
  color: #96959c;
}

.copyright-form__title {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.copyright-form__row {
  margin-bottom: 2rem;
}

.copyright-form__row--two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.copyright-form__row--two-column .form-field {
  margin-right: 2rem;
}

.copyright-form__row--two-column .form-field:last-child {
  margin-right: 0;
}

.copyright-form__row--three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.copyright-form__row--three-column .form-field {
  margin-right: 2rem;
}

.copyright-form__row--three-column .form-field:last-child {
  margin-right: 0;
}

/* Agreement
------------------------------------ */
.copyright-form-agreement {
  margin-bottom: 4rem;
}

.copyright-form-agreement__title {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.28571;
}

.copyright-form-agreement__list {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 85rem;
  padding-left: 0;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  list-style-type: none;
}

.copyright-form-agreement__list li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}

.copyright-form-agreement__list li:last-child {
  margin-bottom: 0;
}

.copyright-form-agreement__list li::before {
  width: 1.6rem;
  height: 1.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13'%3E%3Cpath fill='%2396959C' fill-rule='evenodd' d='M.364 6.671L2.51 4.756l4.143 3.007 6.07-7.7 2.609 2.355L6.957 12.44z'/%3E%3C/svg%3E");
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .copyright {
    padding-top: 5rem;
  }
  .copyright__title {
    max-width: 40rem;
    font-size: 3.6rem;
  }
  .copyright-form__row {
    margin-bottom: 2rem;
  }
  .copyright-form__row--two-column {
    display: block;
  }
  .copyright-form__row--two-column .form-field {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .copyright-form__row--two-column .form-field:last-child {
    margin-bottom: 0;
  }
  .copyright-form__row--three-column {
    display: block;
  }
  .copyright-form__row--three-column .form-field {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .copyright-form__row--three-column .form-field:last-child {
    margin-bottom: 0;
  }
  .copyright-form-agreement__title {
    max-width: 40rem;
    line-height: 1.5;
  }
}

@media (max-width: 35.49em) {
  .copyright__title {
    font-size: 3.2rem;
  }
}

@media (max-width: 25.865em) {
  .copyright {
    padding-top: 4rem;
  }
  .copyright__title {
    font-size: 2.8rem;
  }
  .copyright-form-agreement__list {
    font-size: 1.5rem;
  }
}

/*
================================================================================

  "Sign Up" page base styles

================================================================================
*/
.sign-up {
  background-color: #040404;
  background-image: url("https://static.bpmsupreme.com/front/img/pages/sign-up/sign-up-bg.jpg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .sign-up {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/sign-up/sign-up-bg@2x.jpg");
  }
}

.sign-up__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 128.8rem;
  min-height: 70rem;
}

.sign-up__inner-container {
  width: 100%;
  max-width: 50.8rem;
}

.sign-up__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.sign-up__notice {
  margin-bottom: 3rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.sign-up__notice *:first-child {
  margin-top: 0;
}

.sign-up__notice *:last-child {
  margin-bottom: 0;
}

.sign-up__form .form-field {
  margin-bottom: 1.5rem;
}

.sign-up__form .form-field:last-child {
  margin-bottom: 0;
}

.sign-up__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.4rem;
  margin-bottom: 3.5rem;
}

.sign-up__buttons .btn:nth-child(1) {
  width: 40%;
}

.sign-up__buttons .btn:nth-child(3) {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
}

.sign-up__or-separator {
  width: 10%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.sign-up__agreement {
  color: #56555b;
  font-size: 1.3rem;
  line-height: 1.38462;
}

.sign-up__agreement a {
  color: #96959c;
  outline: 0;
  text-decoration: none;
}

.sign-up__agreement a:hover, .sign-up__agreement a:focus {
  text-decoration: underline;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 89.99em) {
  .sign-up__container {
    position: relative;
  }
  .sign-up__container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sign-up__inner-container {
    position: relative;
    margin-left: 5rem;
    padding-top: 8rem;
  }
}

@media (max-width: 79.99em) {
  .sign-up {
    background-position: 50% 100%;
  }
}

@media (max-width: 47.99em) {
  .sign-up__inner-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 0;
  }
  .sign-up__title {
    font-size: 3.6rem;
  }
  .sign-up__buttons .btn {
    font-size: 2rem;
  }
  .sign-up__agreement {
    max-width: 30rem;
    color: #aaa;
  }
  .sign-up__agreement a {
    color: #fff;
  }
}

@media (max-width: 35.49em) {
  .sign-up {
    background-image: none;
  }
  .sign-up__inner-container {
    max-width: 40rem;
  }
  .sign-up__title {
    font-size: 3.2rem;
  }
  .sign-up__buttons {
    display: block;
  }
  .sign-up__buttons .btn {
    width: 100% !important;
  }
  .sign-up__or-separator {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 25.865em) {
  .sign-up__title {
    font-size: 2.8rem;
  }
}

/*
================================================================================

  "Education" page base styles

================================================================================
*/
/* HERO
============================================================ */
.edu-hero {
  background-image: url("https://static.bpmsupreme.com/front/img/pages/education/education-hero-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .edu-hero {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/education/education-hero-bg@2x.jpg");
  }
}

.edu-hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 160rem;
  min-height: 70rem;
}

.edu-hero__title {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1;
}

.edu-hero__desc {
  margin-bottom: 6rem;
  max-width: 74rem;
  color: #96959c;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.54545;
}

.edu-hero__desc em {
  color: #fff;
  font-style: normal;
}

.edu-hero__desc *:first-child {
  margin-top: 0;
}

.edu-hero__desc *:last-child {
  margin-bottom: 0;
}

.edu-hero__btn {
  height: 6.6rem;
  font-size: 3rem;
  line-height: 6.6rem;
}

.edu-hero__video {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 5rem;
}

.edu-hero__play-btn {
  margin-left: auto;
  margin-right: auto;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .edu-hero__container {
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .edu-hero__title {
    margin-bottom: 1rem;
    max-width: 40rem;
    font-size: 7rem;
  }
  .edu-hero__desc {
    max-width: 66rem;
  }
  .edu-hero__btn {
    height: 6rem;
    font-size: 2.6rem;
    line-height: 6rem;
  }
}

@media (max-width: 63.99em) {
  .edu-hero__content {
    position: relative;
  }
  .edu-hero__desc {
    color: #fff;
  }
}

@media (max-width: 47.99em) {
  .edu-hero__content {
    padding-top: 5rem;
  }
  .edu-hero__title {
    max-width: 36rem;
    font-size: 4.8rem;
  }
  .edu-hero__desc {
    max-width: 34rem;
    font-size: 1.6rem;
  }
  .edu-hero__btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.2rem;
  }
}

@media (max-width: 35.49em) {
  .edu-hero__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .edu-hero__title {
    max-width: 26rem;
    font-size: 4rem;
  }
  .edu-hero__video {
    margin-left: 3rem;
    margin-right: 1rem;
  }
}

@media (max-width: 25.865em) {
  .edu-hero__container {
    padding-bottom: 4rem;
    min-height: 70rem;
  }
  .edu-hero__title {
    font-size: 3.4rem;
  }
  .edu-hero__desc {
    line-height: 1.4;
  }
  .edu-hero__btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
  }
}

@media (max-width: 23.4275em) {
  .edu-hero__container {
    min-height: 65rem;
  }
  .edu-hero__title {
    font-size: 2.8rem;
  }
  .edu-hero__desc {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .edu-hero__btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 5rem;
    font-size: 1.7rem;
    line-height: 5rem;
  }
}

/*
================================================================================

  "Features" page styles

================================================================================
*/
/* HERO
============================================================ */
.features-hero {
  overflow: hidden;
  position: relative;
  background-image: url("https://static.bpmsupreme.com/front/img/pages/features/features-hero-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .features-hero {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/features/features-hero-bg@2x.jpg");
  }
}

.features-hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13rem;
  padding-left: 2rem;
  min-height: 60rem;
}

.features-hero__content {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -6.5rem;
  margin-left: 20%;
  margin-right: 6rem;
  max-width: 44rem;
  color: #fff;
}

.features-hero__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

.features-hero__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.6rem;
  height: 0.2rem;
  background-color: #e9222e;
}

.features-hero__desc {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.54545;
}

.features-hero__desc *:first-child {
  margin-top: 0;
}

.features-hero__desc *:last-child {
  margin-bottom: 0;
}

.features-hero__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  color: #96959c;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  list-style-type: none;
}

.features-hero__list li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3.8rem;
}

.features-hero__list li:last-child {
  margin-bottom: 0;
}

.features-hero__list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #e9222e;
  border-radius: 50%;
}

.features-hero__list li::after {
  width: 1.2rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 12 10'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M.446 5.805l1.29-2.024 3.291 2.42L9.813.677l1.784 1.682-6.464 6.967L.446 5.805z'/%3E%3C/svg%3E%0A");
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 0.6rem;
}

.features-hero__screenshot {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.3);
}

.features-hero__screenshot img {
  display: block;
  max-width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 124.99em) {
  .features-hero__content {
    margin-left: 12%;
  }
}

@media (max-width: 79.99em) {
  .features-hero__container {
    padding-top: 12rem;
    padding-bottom: 7rem;
    padding-right: 2rem;
  }
  .features-hero__content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .features-hero__title {
    font-size: 7rem;
  }
  .features-hero__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .features-hero__list li {
    display: inline-block;
  }
  .features-hero__screenshot {
    display: none;
  }
}

@media (max-width: 47.99em) {
  .features-hero__title {
    font-size: 6rem;
  }
}

@media (max-width: 35.49em) {
  .features-hero__container {
    padding-top: 15rem;
    padding-bottom: 10rem;
    min-height: 0;
  }
  .features-hero__title {
    font-size: 5rem;
  }
  .features-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
    font-size: 2rem;
  }
  .features-hero__list {
    font-size: 1.8rem;
  }
  .features-hero__list li {
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .features-hero__list li::before {
    width: 2rem;
    height: 2rem;
  }
  .features-hero__list li::after {
    top: 0.5rem;
    left: 0.4rem;
  }
}

@media (max-width: 25.865em) {
  .features-hero__container {
    padding-top: 13rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 23.4275em) {
  .features-hero__container {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
  .features-hero__title {
    font-size: 4rem;
  }
  .features-hero__desc {
    max-width: 26rem;
    font-size: 1.8rem;
  }
  .features-hero__list {
    font-size: 1.6rem;
  }
}

/*
================================================================================

  "Learn more" page styles

================================================================================
*/
/* HOW IT WORKS
============================================================ */
.learn-how {
  background-color: #1e1e1e;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/vertical-stripes-light.svg");
  background-position: 50% 0;
  background-repeat: repeat;
}

.learn-how__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 134rem;
  text-align: center;
}

.learn-how__header {
  margin-bottom: 7rem;
}

.learn-how__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.learn-how__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 9rem;
}

/* Item
------------------------------------ */
.learn-how-item {
  max-width: 35rem;
  text-align: left;
}

.learn-how-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.learn-how-item__number {
  margin-right: 1.5rem;
  padding-top: 1rem;
  color: #2d2d2d;
  font-family: "Bebas Neue", sans-serif;
  font-size: 10rem;
  line-height: 0.8;
}

.learn-how-item__icon--record-player {
  width: 9.4rem;
  height: 7.1rem;
  fill: #e9222e;
}

.learn-how-item__icon--plans {
  width: 7.6rem;
  height: 7.9rem;
  fill: #e9222e;
}

.learn-how-item__icon--downloads {
  width: 7.4rem;
  height: 7.1rem;
  fill: #e9222e;
}

.learn-how-item__title {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 1rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.learn-how-item__desc {
  padding-left: 1rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.learn-how-item__desc *:first-child {
  margin-top: 0;
}

.learn-how-item__desc *:last-child {
  margin-bottom: 0;
}

/* FEATURES
============================================================ */
.learn-features {
  background-color: #141414;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/dark-waves.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .learn-features {
    background-image: url("https://static.bpmsupreme.com/front/img/bg/dark-waves@2x.jpg");
  }
}

.learn-features__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 134rem;
}

.learn-features__content {
  margin-right: 5rem;
}

.learn-features__header .small-caption {
  text-align: left;
}

.learn-features__title {
  margin-top: 0;
  margin-bottom: 4rem;
  max-width: 40rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.learn-features__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 77rem;
  background-color: #e9222e;
  background-image: url("https://static.bpmsupreme.com/front/img/pages/learn-more/learn-features-inner-container-bg.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0.1rem 3.3rem 7.3rem rgba(0, 0, 0, 0.52);
  box-shadow: 0.1rem 3.3rem 7.3rem rgba(0, 0, 0, 0.52);
}

/* Item
------------------------------------ */
.learn-features-item {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 33.3333%;
  border-right: 1.1rem solid #141414;
}

.learn-features-item:last-child {
  border-right: 0;
}

.learn-features-item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  width: 9.4rem;
  height: 8.3rem;
  fill: #fff;
}

.learn-features-item__icon--badge svg {
  width: 6.7rem;
  height: 8.3rem;
}

.learn-features-item__icon--devices svg {
  width: 9.4rem;
  height: 7.6rem;
}

.learn-features-item__icon--profile svg {
  width: 6.1rem;
  height: 7.9rem;
}

.learn-features-item__title {
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.1;
}

.learn-features-item__desc {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
}

.learn-features-item__desc *:first-child {
  margin-top: 0;
}

.learn-features-item__desc *:last-child {
  margin-bottom: 0;
}

/* ABOUT US
============================================================ */
.learn-about {
  background-color: #030303;
  background-image: url("https://static.bpmsupreme.com/front/img/pages/learn-more/learn-about-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .learn-about {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/learn-more/learn-about-bg@2x.jpg");
  }
}

.learn-about__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 11rem;
  padding-bottom: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 134rem;
}

.learn-about__content {
  margin-left: auto;
  max-width: 65rem;
}

.learn-about__content .small-caption {
  text-align: left;
}

.learn-about__title {
  margin-top: 0;
  margin-bottom: 2.5rem;
  max-width: 40rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.learn-about__desc {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.learn-about__desc *:first-child {
  margin-top: 0;
}

.learn-about__desc *:last-child {
  margin-bottom: 0;
}

/* MEMBER TESTIMONIALS
============================================================ */
.learn-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11rem;
  padding-bottom: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 134rem;
}

.learn-member__header {
  margin-right: 5rem;
}

.learn-member__header .small-caption {
  text-align: left;
}

.learn-member__icon {
  margin-bottom: 2rem;
  width: 3.9rem;
  height: 3.6rem;
  fill: #e9222e;
}

.learn-member__title {
  margin-top: 0;
  margin-bottom: 2.5rem;
  max-width: 30rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.learn-member__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* Item
------------------------------------ */
.learn-member-item {
  margin-right: 3.3rem;
  padding: 4rem;
  max-width: 38.4rem;
  border: 0.1rem solid #2b2b2b;
}

.learn-member-item:last-child {
  margin-right: 0;
}

.learn-member-item__icon {
  margin-bottom: 2rem;
  width: 5.6rem;
  height: 4.5rem;
  fill: #2e2e2e;
}

.learn-member-item__name {
  margin-bottom: 2rem;
  color: #e9222e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.7rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.learn-member-item__feedback {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.73333;
}

.learn-member-item__feedback *:first-child {
  margin-top: 0;
}

.learn-member-item__feedback *:last-child {
  margin-bottom: 0;
}

/* INDUSTRY TRUSTED
============================================================ */
.learn-trusted {
  background-color: #151515;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/vertical-stripes-light.svg");
  background-position: 50% 0;
  background-repeat: repeat;
}

.learn-trusted__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 11rem;
  padding-bottom: 11rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 134rem;
}

.learn-trusted__header {
  margin-bottom: 5rem;
  text-align: center;
}

.learn-trusted__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.learn-trusted__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------ */
.learn-trusted-item {
  width: 28%;
}

.learn-trusted-item__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.5rem;
  height: 8rem;
}

.learn-trusted-item__logo img {
  display: block;
  max-width: 100%;
}

.learn-trusted-item__feedback {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.learn-trusted-item__feedback *:first-child {
  margin-top: 0;
}

.learn-trusted-item__feedback *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .learn-how__container {
    max-width: 120rem;
  }
  .learn-how-item {
    margin-right: 7rem;
  }
  .learn-how-item:last-child {
    margin-right: 0;
  }
  .learn-features__container {
    max-width: 120rem;
  }
  .learn-features__title {
    max-width: 35rem;
    font-size: 3.2rem;
  }
  .learn-member {
    max-width: 120rem;
  }
  .learn-trusted__container {
    max-width: 120rem;
  }
}

@media (max-width: 79.99em) {
  .learn-member {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .learn-member__header {
    padding-left: 2rem;
  }
}

@media (max-width: 63.99em) {
  .learn-how-item {
    margin-right: 5rem;
  }
  .learn-features__container {
    display: block;
  }
  .learn-features__content {
    margin-bottom: 5rem;
    margin-right: 0;
    text-align: center;
  }
  .learn-features__header .small-caption {
    text-align: center;
  }
  .learn-features__title {
    margin-left: auto;
    margin-right: auto;
  }
  .learn-features__inner-container {
    margin-left: auto;
    margin-right: auto;
  }
  .learn-about__container {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
  .learn-about__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .learn-about__content .small-caption {
    text-align: center;
  }
  .learn-about__title {
    margin-left: auto;
    margin-right: auto;
  }
  .learn-member {
    display: block;
  }
  .learn-member__header {
    margin-bottom: 5rem;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .learn-member__header .small-caption {
    text-align: center;
  }
  .learn-member__title {
    margin-left: auto;
    margin-right: auto;
  }
  .learn-member__inner-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 47.99em) {
  .learn-how__header {
    margin-bottom: 5rem;
  }
  .learn-how__title {
    max-width: 40rem;
    font-size: 3.6rem;
  }
  .learn-how__inner-container {
    display: block;
    margin-bottom: 5rem;
  }
  .learn-how-item {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .learn-how-item:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
  .learn-how-item__header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .learn-features__title {
    max-width: 40rem;
    font-size: 3.6rem;
  }
  .learn-features__inner-container {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: none;
    background-image: none;
  }
  .learn-features-item {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    max-width: 40rem;
    border-right: 0;
    text-align: center;
  }
  .learn-features-item:last-child {
    margin-bottom: 0;
  }
  .learn-about__title {
    font-size: 3.6rem;
  }
  .learn-member__title {
    font-size: 3.6rem;
  }
  .learn-member-item {
    margin-right: 2.5rem;
    padding: 2rem;
  }
  .learn-member-item__name {
    font-size: 2.4rem;
  }
  .learn-trusted__title {
    font-size: 3.6rem;
  }
}

@media (max-width: 35.49em) {
  .learn-how {
    background-image: none;
  }
  .learn-how__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .learn-how__title {
    max-width: 34rem;
    font-size: 3.2rem;
  }
  .learn-how-item__title {
    font-size: 2.4rem;
  }
  .learn-features__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .learn-features__title {
    max-width: 34rem;
    font-size: 3.2rem;
  }
  .learn-features-item {
    max-width: 30rem;
  }
  .learn-about__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .learn-about__title {
    max-width: 34rem;
    font-size: 3.2rem;
  }
  .learn-member {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .learn-member__title {
    max-width: 30rem;
    font-size: 3.2rem;
  }
  .learn-member__inner-container {
    display: block;
  }
  .learn-member-item {
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .learn-member-item:last-child {
    margin-bottom: 0;
  }
  .learn-trusted {
    background-image: none;
  }
  .learn-trusted__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .learn-trusted__title {
    font-size: 3.2rem;
  }
  .learn-trusted__inner-container {
    display: block;
  }
  .learn-trusted-item {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 30rem;
    text-align: center;
  }
  .learn-trusted-item:last-child {
    margin-bottom: 0;
  }
  .learn-trusted-item__logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 25.865em) {
  .learn-how__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .learn-how__title {
    max-width: 30rem;
    font-size: 2.8rem;
  }
  .learn-how-item__title {
    font-size: 2.2rem;
  }
  .learn-features__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .learn-features__title {
    max-width: 30rem;
    font-size: 2.8rem;
  }
  .learn-features-item__title {
    font-size: 2.4rem;
  }
  .learn-about__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .learn-about__title {
    max-width: 30rem;
    font-size: 2.8rem;
  }
  .learn-member {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .learn-member__title {
    max-width: 26rem;
    font-size: 2.8rem;
  }
  .learn-trusted__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .learn-trusted__title {
    font-size: 2.8rem;
  }
  .learn-trusted-item__logo {
    margin-bottom: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 23.4275em) {
  .learn-how__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .learn-how__title {
    max-width: 28rem;
    font-size: 2.6rem;
  }
  .learn-features__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .learn-features__title {
    max-width: 28rem;
    font-size: 2.6rem;
  }
  .learn-features__btn {
    font-size: 2rem;
  }
  .learn-about__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .learn-about__title {
    max-width: 24rem;
    font-size: 2.6rem;
  }
  .learn-member {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .learn-member__title {
    max-width: 24rem;
    font-size: 2.6rem;
  }
  .learn-trusted__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .learn-trusted__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    font-size: 2.6rem;
  }
  .learn-trusted-item__logo {
    margin-bottom: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*
================================================================================

  "Highlights" page styles

================================================================================
*/
/* STEADY GROWTH
============================================================ */
.highlights-growth {
  background-image: url("https://static.bpmsupreme.com/front/img/pages/highlights/highlights-growth-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .highlights-growth {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/highlights/highlights-growth-bg@2x.jpg");
  }
}

.highlights-growth__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 13rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 134rem;
}

.highlights-growth__header {
  margin-bottom: 7rem;
  text-align: center;
}

.highlights-growth__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.highlights-growth__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 84rem;
}

.highlights-growth__footnote {
  display: block;
  color: rgba(150, 149, 156, 0.37);
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

/* Item
------------------------------------ */
.highlights-growth-item__icon {
  margin-bottom: 2rem;
}

.highlights-growth-item__icon--followers svg {
  width: 6.2rem;
  height: 5.8rem;
}

.highlights-growth-item__icon--thumb-up svg {
  width: 6.5rem;
  height: 5.6rem;
}

.highlights-growth-item__icon--globe svg {
  width: 5.8rem;
  height: 5.8rem;
}

.highlights-growth-item__icon svg {
  fill: #e9222e;
}

.highlights-growth-item__value {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 8rem;
  line-height: 0.8;
  text-transform: uppercase;
}

.highlights-growth-item__caption {
  color: #96959c;
  font-size: 1.8rem;
  line-height: 1.2;
}

/* SOCIAL MEDIA
============================================================ */
.highlights-social {
  background-color: #191919;
  background-image: url("https://static.bpmsupreme.com/front/img/pages/highlights/highlights-social-bg.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.highlights-social__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 134rem;
}

.highlights-social__header {
  margin-bottom: 8rem;
  text-align: center;
}

.highlights-social__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.highlights-social__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 84rem;
}

.highlights-social__footnote {
  display: block;
  color: rgba(150, 149, 156, 0.37);
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

/* Item
------------------------------------ */
.highlights-social-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.highlights-social-item__img {
  display: block;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.highlights-social-item__caption {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

/* PARTNERSHIPS
============================================================ */
.highlights-partnership {
  background-image: url("https://static.bpmsupreme.com/front/img/pages/highlights/highlights-partnership-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .highlights-partnership {
    background-image: url("https://static.bpmsupreme.com/front/img/pages/highlights/highlights-partnership-bg@2x.jpg");
  }
}

.highlights-partnership__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 134rem;
}

.highlights-partnership__content {
  margin-left: auto;
  max-width: 66rem;
}

.highlights-partnership__header {
  margin-bottom: 3rem;
}

.highlights-partnership__header .small-caption {
  text-align: left;
}

.highlights-partnership__title {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 54rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.highlights-partnership__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 60rem;
}

.highlights-partnership__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  width: 46%;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  list-style-type: none;
}

.highlights-partnership__list li {
  position: relative;
  padding-left: 2rem;
}

.highlights-partnership__list li::before {
  width: 0.7rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'%3E%3Cpath fill='%23ED0505' fill-rule='evenodd' d='M1.102 11.321L.029 10.06l4.629-3.935L.029 2.19 1.102.929l5.831 4.957-.203.239.203.239-5.831 4.957z'/%3E%3C/svg%3E%0A");
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
}

/* ENGAGEMENT
============================================================ */
.highlights-engagement {
  background-color: #000;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/mixed-stripes.svg");
  background-position: 50% 50%;
}

.highlights-engagement__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 110rem;
}

.highlights-engagement__header {
  margin-bottom: 6rem;
  text-align: center;
}

.highlights-engagement__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.highlights-engagement__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Item
------------------------------------ */
.highlights-engagement-item {
  margin-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 33.3333%;
  text-align: center;
}

.highlights-engagement-item__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
}

.highlights-engagement-item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 7.7rem;
  height: 7rem;
}

.highlights-engagement-item__icon--posts svg {
  width: 5.1rem;
  height: 6.2rem;
}

.highlights-engagement-item__icon--record-player svg {
  width: 7.7rem;
  height: 5.9rem;
}

.highlights-engagement-item__icon--video svg {
  width: 6.2rem;
  height: 4.9rem;
}

.highlights-engagement-item__icon--megaphone svg {
  width: 6.9rem;
  height: 5.5rem;
}

.highlights-engagement-item__icon--receiver svg {
  width: 6.9rem;
  height: 6.9rem;
}

.highlights-engagement-item__icon--vinyls svg {
  width: 6.8rem;
  height: 6.7rem;
}

.highlights-engagement-item__icon svg {
  fill: #e9222e;
}

.highlights-engagement-item__desc {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.highlights-engagement-item__desc *:first-child {
  margin-top: 0;
}

.highlights-engagement-item__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .highlights-growth__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .highlights-growth__inner-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .highlights-growth-item__value {
    font-size: 6.4rem;
  }
  .highlights-social__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .highlights-social__header {
    margin-bottom: 7rem;
  }
  .highlights-partnership__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (max-width: 63.99em) {
  .highlights-partnership__content {
    margin-left: auto;
    margin-right: auto;
  }
  .highlights-partnership__header .small-caption {
    text-align: center;
  }
  .highlights-partnership__title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .highlights-partnership__inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
  }
}

@media (max-width: 47.99em) {
  .highlights-growth__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 46rem;
    font-size: 3.6rem;
  }
  .highlights-growth-item__value {
    font-size: 4rem;
  }
  .highlights-social__title {
    font-size: 3.6rem;
  }
  .highlights-partnership__title {
    max-width: 50rem;
    font-size: 3.6rem;
  }
  .highlights-engagement__title {
    max-width: 40rem;
    font-size: 3.6rem;
  }
}

@media (max-width: 35.49em) {
  .highlights-growth__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .highlights-growth__title {
    max-width: 25rem;
    font-size: 3.2rem;
  }
  .highlights-growth-item__icon {
    margin-bottom: 2rem;
    height: 3.8rem;
  }
  .highlights-growth-item__icon--followers svg {
    width: 4.2rem;
    height: 3.8rem;
  }
  .highlights-growth-item__icon--thumb-up svg {
    width: 4.5rem;
    height: 3.6rem;
  }
  .highlights-growth-item__icon--globe svg {
    width: 3.8rem;
    height: 3.8rem;
  }
  .highlights-growth-item__value {
    font-size: 2.8rem;
    line-height: 1;
  }
  .highlights-growth-item__caption {
    font-size: 1.6rem;
  }
  .highlights-social {
    background-image: none;
  }
  .highlights-social__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .highlights-social__title {
    font-size: 3.2rem;
  }
  .highlights-social__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .highlights-social-item {
    margin-bottom: 5rem;
  }
  .highlights-social-item:last-child {
    margin-bottom: auto;
  }
  .highlights-social-item__img {
    max-width: 22rem;
    max-height: 24rem;
  }
  .highlights-partnership__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .highlights-partnership__title {
    max-width: 36rem;
    font-size: 3.2rem;
  }
  .highlights-partnership__inner-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }
  .highlights-partnership__list {
    width: 100%;
  }
  .highlights-engagement__container {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
  .highlights-engagement__title {
    max-width: 34rem;
    font-size: 3.2rem;
  }
  .highlights-engagement-item {
    margin-bottom: 5rem;
    width: 50%;
  }
}

@media (max-width: 25.865em) {
  .highlights-growth__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .highlights-growth__header {
    margin-bottom: 5rem;
  }
  .highlights-growth__title {
    font-size: 2.8rem;
  }
  .highlights-growth__inner-container {
    margin-bottom: 5rem;
  }
  .highlights-growth-item__value {
    font-size: 2.6rem;
  }
  .highlights-social__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .highlights-social__title {
    font-size: 2.8rem;
  }
  .highlights-social-item {
    margin-bottom: 5rem;
  }
  .highlights-social-item:last-child {
    margin-bottom: auto;
  }
  .highlights-social-item__img {
    max-width: 22rem;
    max-height: 24rem;
  }
  .highlights-partnership__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .highlights-partnership__title {
    max-width: 30rem;
    font-size: 2.8rem;
  }
  .highlights-engagement__container {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
  .highlights-engagement__title {
    max-width: 30rem;
    font-size: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .highlights-growth__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .highlights-growth__header {
    margin-bottom: 4rem;
  }
  .highlights-growth__title {
    font-size: 2.6rem;
  }
  .highlights-growth__footnote {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    line-height: 1.3;
  }
  .highlights-growth-item__value {
    font-size: 2.2rem;
  }
  .highlights-growth-item__caption {
    font-size: 1.3rem;
  }
  .highlights-social__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .highlights-social__title {
    font-size: 2.6rem;
  }
  .highlights-partnership__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .highlights-partnership__title {
    max-width: 28rem;
    font-size: 2.6rem;
  }
  .highlights-engagement__container {
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .highlights-engagement__title {
    max-width: 30rem;
    font-size: 2.6rem;
  }
  .highlights-engagement-item__desc {
    font-size: 1.3rem;
  }
}

/*
================================================================================

  "Media Room" page base styles

================================================================================
*/
.media {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 8.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 96.4rem;
  width: 100%;
}

.media__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.media__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.8rem;
  height: 0.5rem;
  background-color: #e9222e;
}

.media__desc {
  margin-bottom: 7rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.media__desc strong {
  color: #d8d8d9;
}

.media__desc *:first-child {
  margin-top: 0;
}

.media__desc *:last-child {
  margin-bottom: 0;
}

.media__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10rem;
}

.media__contacts {
  color: #96959c;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.625;
}

.media__contacts p {
  margin-top: 1em;
  padding-bottom: 1em;
}

.media__contacts strong {
  color: #fff;
}

.media__contacts a {
  color: #d8d8d9;
  outline: 0;
  border-bottom: 0.1rem solid transparent;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.media__contacts a:hover, .media__contacts a:focus {
  border-bottom-color: #e9222e;
}

.media__contacts *:first-child {
  margin-top: 0;
}

.media__contacts *:last-child {
  margin-bottom: 0;
}

/* TABS
============================================================ */
.media-tabs {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26rem;
  border-right: 0.1rem solid #414141;
}

/* Item
------------------------------------ */
.media-tabs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 4.4rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.media-tabs-item:hover .media-tabs-item__title, .media-tabs-item:focus .media-tabs-item__title {
  color: #fff;
}

.media-tabs-item.js-active {
  position: relative;
}

.media-tabs-item.js-active::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.1rem;
  width: 0.2rem;
  background-color: #e9222e;
}

.media-tabs-item.js-active .media-tabs-item__icon svg {
  fill: #e9222e;
}

.media-tabs-item.js-active .media-tabs-item__title {
  color: #fff;
}

.media-tabs-item__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 0.2rem;
  margin-right: 1.5rem;
}

.media-tabs-item__icon--releases svg {
  width: 1.9rem;
  height: 1.5rem;
}

.media-tabs-item__icon--highlights svg {
  width: 1.9rem;
  height: 1.7rem;
}

.media-tabs-item__icon--news svg {
  width: 2rem;
  height: 2rem;
}

.media-tabs-item__icon--events svg {
  width: 1.8rem;
  height: 1.8rem;
}

.media-tabs-item__icon--assets svg {
  width: 1.9rem;
  height: 1.8rem;
}

.media-tabs-item__icon svg {
  fill: #4e4e4e;
}

.media-tabs-item__title {
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* CONTENT
============================================================ */
.media-content {
  padding-left: 5rem;
}

.media-content__container {
  display: none;
  padding-bottom: 5rem;
}

.media-content__container.js-active {
  display: block;
}

.media-content__title {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.media-content__title a {
  color: #fff;
  outline: 0;
  border-bottom: 0.1rem solid transparent;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.media-content__title a:hover, .media-content__title a:focus {
  border-bottom-color: #e9222e;
}

/* Press release item
------------------------------------ */
.media-release-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4rem;
  max-width: 50rem;
}

.media-release-item:last-child {
  margin-bottom: 0;
}

.media-release-item__thumb {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 3rem;
  max-width: 13.5rem;
}

.media-release-item__thumb img {
  display: block;
  max-width: 100%;
}

.media-release-item__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.media-release-item__time {
  display: block;
  margin-bottom: 2rem;
  font-size: 0;
}

.media-release-item__time-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  fill: #e9222e;
}

.media-release-item__time-value {
  display: inline-block;
  vertical-align: middle;
  color: #e9222e;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.media-release-item__title a {
  padding-top: 0.3rem;
  color: #96959c;
  outline: 0;
  font-size: 1.6rem;
  line-height: 1.625;
  text-decoration: none;
}

.media-release-item__title a:hover, .media-release-item__title a:focus {
  text-decoration: underline;
}

/* ASSETS
============================================================ */
.media-assets {
  font-size: 0;
}

/* Item
------------------------------------ */
.media-assets-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3rem;
  margin-right: 2rem;
}

.media-assets-item__icon {
  margin-bottom: 1.4rem;
  max-width: 10.7rem;
  background-color: #000;
}

.media-assets-item__icon img {
  display: block;
  max-width: 100%;
}

.media-assets-item__title {
  font-size: 1.6rem;
  line-height: 1.2;
}

.media-assets-item__title a {
  color: #96959c;
  text-decoration: none;
}

.media-assets-item__title a:hover, .media-assets-item__title a:focus {
  text-decoration: underline;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .media {
    padding-top: 5rem;
  }
  .media__title {
    max-width: 40rem;
    font-size: 3.6rem;
  }
  .media-tabs {
    width: auto;
  }
  .media-tabs-item {
    padding-right: 2rem;
  }
  .media-tabs-item__icon {
    margin-right: 0;
  }
  .media-tabs-item__title {
    display: none;
  }
  .media-content {
    padding-left: 2rem;
  }
}

@media (max-width: 35.49em) {
  .media {
    padding-bottom: 6rem;
  }
  .media__title {
    font-size: 3.2rem;
  }
  .media__container {
    margin-bottom: 6rem;
  }
  .media-content__container {
    padding-bottom: 2rem;
  }
  .media-release-item {
    margin-bottom: 3rem;
  }
  .media-release-item__thumb {
    margin-right: 2rem;
    max-width: 8rem;
  }
  .media-release-item__time {
    margin-bottom: 1rem;
  }
  .media-release-item__title a {
    font-size: 1.5rem;
  }
}

@media (max-width: 25.865em) {
  .media {
    padding-top: 4rem;
  }
  .media__title {
    font-size: 2.8rem;
  }
  .media-release-item__thumb {
    max-width: 7rem;
  }
  .media-assets-item__icon {
    max-width: 8rem;
  }
  .media-assets-item__title {
    font-size: 1.4rem;
  }
}

/*
================================================================================

  "Login" page styles

================================================================================
*/
.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  min-height: 80rem;
  background-color: #000;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/percent-bg.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.login--redeem-code-login {
  min-height: 86rem;
}

.login--redeem-code {
  min-height: 60rem;
}

.login--redeem-sign-up {
  min-height: 95rem;
}

.login--forgot-password {
  min-height: 60rem;
}

/* LOGO
============================================================ */
.login-logo {
  display: block;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-logo__icon {
  width: 20rem;
  height: 5.3rem;
}

/* LOGIN FORM
============================================================ */
.redeem-form {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
  width: 100%;
  max-width: 62rem;
  background-color: #242424;
}

.redeem-form__title {
  margin-bottom: 3.5rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.redeem-form__code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}

.redeem-form__field input {
  height: 5.8rem;
  text-align: center;
}

.redeem-form__separator {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #464646;
}

.redeem-form__submit {
  display: block;
  margin-bottom: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 17rem;
}

/* REDEEM FORM
============================================================ */
.login-form {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
  width: 100%;
  max-width: 62rem;
  background-color: #242424;
}

.login-form--narrow {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.login-form__or-separator {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.login-form__field {
  margin-bottom: 2rem;
}

.login-form__field input {
  height: 5.8rem;
}

.login-form__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}

.login-form__remember {
  margin-right: 5rem;
  white-space: nowrap;
}

.login-form__remember input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.login-form__remember label {
  position: relative;
  padding-left: 2.7rem;
  color: rgba(150, 149, 156, 0.5);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35714;
  cursor: pointer;
}

.login-form__remember input + label::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #464646;
  border: 0.1rem solid #464646;
}

.login-form__remember input + label::after {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0.4rem;
  z-index: 10;
  display: none;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #e9222e;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.login-form__remember input:checked + label::before {
  background-color: transparent;
  border-color: #e9222e;
}

.login-form__remember input:checked + label::after {
  display: block;
}

.login-form__remember input:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(233, 34, 46, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(233, 34, 46, 0.5);
}

.login-form__forgot-password {
  text-align: right;
}

.login-form__forgot-password a {
  color: rgba(150, 149, 156, 0.5);
  border-bottom: 0.1rem solid transparent;
  outline: 0;
  font-size: 1.4rem;
  line-height: 1.35714;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.login-form__forgot-password a:hover, .login-form__forgot-password a:focus {
  color: #fff;
  border-bottom-color: #e9222e;
}

.login-form__submit {
  display: block;
  margin-bottom: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 17rem;
}

.login-form__login-facebook {
  text-align: center;
}

.login-form__login-facebook a {
  color: #96959c;
  border-bottom: 0.1rem solid transparent;
  outline: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.login-form__login-facebook a:hover, .login-form__login-facebook a:focus {
  color: #fff;
  border-bottom-color: #e9222e;
}

/* FOOTER
============================================================ */
.login-footer {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 62rem;
  text-align: center;
}

.login-footer__title {
  margin-bottom: 3rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.login-footer__title a {
  color: #e9222e;
  outline: 0;
  border-bottom: 0.1rem solid transparent;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.login-footer__title a:hover, .login-footer__title a:focus {
  border-bottom-color: #e9222e;
}

.login-footer__desc {
  color: #56555b;
  font-size: 1.3rem;
  line-height: 1.69231;
}

.login-footer__desc a {
  color: #96959c;
  outline: 0;
  text-decoration: none;
}

.login-footer__desc a:hover, .login-footer__desc a:focus {
  text-decoration: underline;
}

.login-footer__desc *:first-child {
  margin-top: 0;
}

.login-footer__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .login-logo {
    margin-bottom: 3rem;
  }
  .login-form,
  .redeem-form {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: 56rem;
  }
  .login-form__field input,
  .redeem-form__field input {
    height: 5rem;
  }
  .login-footer {
    margin-top: 3rem;
    max-width: 56rem;
  }
  .login-footer__title {
    margin-bottom: 2rem;
  }
}

@media (max-width: 47.99em) {
  .login {
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: auto !important;
    min-height: 0;
    background: none;
  }
  .login-form,
  .redeem-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 35.49em) {
  .redeem-form__code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .redeem-form__separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 0.2rem;
    height: 0.8rem;
  }
}

@media (max-width: 25.865em) {
  .login {
    padding-top: 3rem;
  }
  .login-logo {
    width: 16rem;
  }
  .login-logo__icon {
    width: 16rem;
    height: 4.2rem;
  }
  .login-form__remember {
    margin-right: 2rem;
  }
  .login-form__remember label {
    padding-left: 2.5rem;
    font-size: 1.3rem;
    line-height: 1.38462;
  }
  .login-form__forgot-password a {
    font-size: 1.3rem;
  }
}

@media (max-width: 23.4275em) {
  .login-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .login-form__facebook-btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .redeem-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .redeem-form__field {
    width: 100%;
  }
}

/*
================================================================================

  "Forgot Password" page styles

================================================================================
*/
.forgot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  min-height: 60rem;
  background-color: #000;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/percent-bg.svg");
  background-position: 50% 50%;
  background-size: cover;
}

/* LOGO
============================================================ */
.forgot-logo {
  display: block;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.forgot-logo__icon {
  width: 20rem;
  height: 5.3rem;
}

/* FORM
============================================================ */
.forgot-form {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
  width: 100%;
  max-width: 62rem;
  background-color: #242424;
}

.forgot-form--sent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 36.4rem;
}

.forgot-form__field {
  margin-bottom: 4rem;
}

.forgot-form__field input {
  height: 5.8rem;
}

.forgot-form__desc {
  margin-bottom: 4rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.forgot-form__desc em {
  color: #fff;
  font-style: normal;
}

.forgot-form__desc *:first-child {
  margin-top: 0;
}

.forgot-form__desc *:last-child {
  margin-bottom: 0;
}

.forgot-form__submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .forgot-logo {
    margin-bottom: 3rem;
  }
  .forgot-form {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: 56rem;
  }
  .forgot-form--sent {
    min-height: 35.6rem;
  }
  .forgot-form__field input {
    height: 5rem;
  }
}

@media (max-width: 47.99em) {
  .forgot {
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: auto !important;
    min-height: 0;
    background: none;
  }
  .forgot-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .forgot-form--sent {
    min-height: 31.6rem;
  }
}

@media (max-width: 25.865em) {
  .forgot {
    padding-top: 3rem;
  }
  .forgot-logo {
    width: 16rem;
  }
  .forgot-logo__icon {
    width: 16rem;
    height: 4.2rem;
  }
}

@media (max-width: 23.4275em) {
  .forgot-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/*
================================================================================

  "Preferences" page styles

================================================================================
*/
.pref {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 95rem;
}

.pref__header {
  margin-bottom: 8rem;
  text-align: center;
}

.pref__title {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.25;
  text-transform: lowercase;
}

.pref__desc {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.375;
}

.pref__desc *:first-child {
  margin-top: 0;
}

.pref__desc *:last-child {
  margin-bottom: 0;
}

.pref__container {
  margin-bottom: 6rem;
  padding-bottom: 8rem;
  border-bottom: 0.1rem solid #cfc5c5;
}

.pref__footer {
  text-align: center;
}

.pref__submit-btn {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  height: 5.4rem;
  color: #fff;
  background-color: transparent;
  border: 0.1rem solid #e9222e;
  outline: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.pref__submit-btn:hover, .pref__submit-btn:focus {
  color: #fff;
  background-color: #e9222e;
}

.pref__submit-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.pref__submit-btn[disabled]:hover, .pref__submit-btn[disabled]:focus {
  color: #666;
  background-color: #fff;
}

/* ITEM
============================================================ */
.pref-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.6rem;
}

.pref-item:last-child {
  margin-bottom: 0;
}

.pref-item__content {
  margin-right: 8rem;
}

.pref-item__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}

.pref-item__desc {
  color: #666;
  font-size: 1.5rem;
  line-height: 1.66667;
}

.pref-item__checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pref-item__checkbox input[type=checkbox] + label {
  position: relative;
  display: block;
  width: 5.8rem;
  height: 2.8rem;
  cursor: pointer;
}

.pref-item__checkbox input[type=checkbox] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5.8rem;
  height: 2.8rem;
  border-radius: 10rem;
  background-color: #000;
  border: 0.2rem solid #333;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pref-item__checkbox input[type=checkbox] + label .toggle {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  z-index: 10;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pref-item__checkbox input[type=checkbox] + label .toggle .icon-check {
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  opacity: 0;
  width: 1.2rem;
  height: 1rem;
  fill: #e9222e;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pref-item__checkbox input[type=checkbox] + label .toggle .icon-close {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 1rem;
  height: 1rem;
  fill: #999;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pref-item__checkbox input[type=checkbox]:checked + label::before {
  background: #e9222e;
  border-color: #e9222e;
}

.pref-item__checkbox input[type=checkbox]:checked + label .toggle {
  left: 3.3rem;
}

.pref-item__checkbox input[type=checkbox]:checked + label .toggle .icon-check {
  opacity: 1;
}

.pref-item__checkbox input[type=checkbox]:checked + label .toggle .icon-close {
  opacity: 0;
}

.pref-item__checkbox input[type=checkbox]:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 34, 46, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 34, 46, 0.5);
}

/* PRIVACY
============================================================ */
.pref-privacy {
  margin-bottom: 4.5rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.pref-privacy__container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  padding-bottom: 2rem;
  max-width: 68rem;
  height: 24rem;
}

.pref-privacy__title {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #eee;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.375;
}

.pref-privacy__content {
  margin-bottom: 2rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.33333;
}

.pref-privacy__content *:first-child {
  margin-top: 0;
}

.pref-privacy__content *:last-child {
  margin-bottom: 0;
}

.pref-privacy__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pref-privacy__checkbox label {
  position: relative;
  padding-left: 2.7rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35714;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.pref-privacy__checkbox input + label::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: 0.1rem solid #fff;
}

.pref-privacy__checkbox input + label::after {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0.4rem;
  z-index: 10;
  display: none;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #e9222e;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pref-privacy__checkbox input:checked + label::before {
  background-color: transparent;
  border-color: #e9222e;
}

.pref-privacy__checkbox input:checked + label::after {
  display: block;
}

.pref-privacy__checkbox input:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(233, 34, 46, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(233, 34, 46, 0.5);
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .pref {
    padding-top: 6rem;
  }
}

@media (max-width: 79.99em) {
  .pref {
    padding-bottom: 8rem;
  }
}

@media (max-width: 63.99em) {
  .pref__header {
    margin-bottom: 5rem;
  }
  .pref__title {
    font-size: 3.6rem;
  }
  .pref__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .pref__container {
    margin-bottom: 4rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 47.99em) {
  .pref__title {
    font-size: 3.2rem;
  }
}

@media (max-width: 35.49em) {
  .pref-item {
    margin-bottom: 3rem;
  }
  .pref-item__content {
    margin-right: 5rem;
  }
  .pref-item__title {
    font-size: 1.8rem;
  }
  .pref-item__desc {
    font-size: 1.4rem;
  }
}

@media (max-width: 25.865em) {
  .pref {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .pref__title {
    font-size: 2.8rem;
  }
  .pref__desc {
    max-width: 28rem;
  }
  .pref__container {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
  .pref-item__content {
    margin-right: 3rem;
  }
}

@media (max-width: 23.4275em) {
  .pref__title {
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Confirmation" page styles

================================================================================
*/
.confirmation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  min-height: 80rem;
  background-color: #000;
  background-image: url("https://static.bpmsupreme.com/front/img/bg/percent-bg.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.confirmation__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
  width: 100%;
  max-width: 62rem;
  background-color: #242424;
  text-align: center;
}

.confirmation__title {
  margin-top: 0;
  margin-bottom: 3rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.confirmation__content {
  margin-bottom: 3rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.625;
}

.confirmation__content p:first-child {
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
}

/* LOGO
============================================================ */
.confirmation-logo {
  display: block;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.confirmation-logo__icon {
  width: 20rem;
  height: 5.3rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 99.99em) {
  .confirmation-logo {
    margin-bottom: 3rem;
  }
}

@media (max-width: 47.99em) {
  .confirmation {
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: auto !important;
    min-height: 0;
    background: none;
  }
  .confirmation__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 35.49em) {
  .confirmation {
    padding-top: 3rem;
  }
  .confirmation-logo {
    margin-bottom: 2rem;
  }
}

@media (max-width: 25.865em) {
  .confirmation__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .confirmation__title {
    margin-bottom: 2rem;
    font-size: 3.4rem;
  }
  .confirmation__content {
    line-height: 1.375;
  }
  .confirmation__content p:first-child {
    font-size: 1.8rem;
  }
  .confirmation-logo {
    width: 16rem;
  }
  .confirmation-logo__icon {
    width: 16rem;
    height: 4.2rem;
  }
}

@media (max-width: 23.4275em) {
  .confirmation__btn {
    font-size: 2rem;
  }
}

/*
================================================================================

  "Create Account" page styles

================================================================================
*/
.create {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 76rem;
  text-align: center;
}

.create__header {
  margin-bottom: 4rem;
}

.create__title {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.create__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.create__desc *:first-child {
  margin-top: 0;
}

.create__desc *:last-child {
  margin-bottom: 0;
}

.create__form {
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 44rem;
}

.create__field {
  margin-bottom: 1.5rem;
}

.create__field:last-child {
  margin-bottom: 0;
}

.create__btn {
  margin-top: 3rem;
}

.create__notice {
  color: #56555b;
  font-size: 1.3rem;
  line-height: 1.69231;
}

.create__notice a {
  color: #96959c;
  outline: 0;
  text-decoration: none;
}

.create__notice a:hover, .create__notice a:focus {
  text-decoration: underline;
}

.create__notice *:first-child {
  margin-top: 0;
}

.create__notice *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .create {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .create__title {
    font-size: 3.6rem;
  }
  .create__form {
    margin-bottom: 5rem;
  }
  .create__notice {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 35.49em) {
  .create__title {
    font-size: 3.2rem;
  }
  .create__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
  }
}

@media (max-width: 25.865em) {
  .create {
    padding-top: 5rem;
  }
  .create__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .create__title {
    font-size: 2.6rem;
  }
}

/*
================================================================================

  "Choose a plan" page styles

================================================================================
*/
.choose {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 120rem;
}

.choose__header {
  margin-bottom: 6rem;
  text-align: center;
}

.choose__title {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.choose__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 54rem;
  color: #96959c;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.choose__desc strong {
  color: #fff;
}

.choose__desc *:first-child {
  margin-top: 0;
}

.choose__desc *:last-child {
  margin-bottom: 0;
}

.choose__footer {
  margin-top: 6rem;
  text-align: right;
}

/* SELECTOR
============================================================ */
.choose-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 6rem;
}

.choose-selector__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
  padding-top: 1.6rem;
  padding-left: 3rem;
  width: 16.5rem;
  height: 15rem;
  background-color: transparent;
  border: 0.2rem solid #454545;
  border-radius: 0.2rem;
  outline: 0;
  text-align: left;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.choose-selector__item:hover, .choose-selector__item:focus {
  background-color: rgba(233, 34, 46, 0.2);
}

.choose-selector__item:last-child {
  margin-right: 0;
}

.choose-selector__item.js-selected {
  background-color: #e9222e;
  border-color: #e9222e;
  cursor: default;
}

.choose-selector__item.js-selected .choose-selector__price {
  color: #fff;
}

.choose-selector__title {
  margin-bottom: 0.4rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.choose-selector__price {
  margin-bottom: 0.2rem;
  color: #e9222e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.choose-selector__price em {
  font-size: 3rem;
  font-style: normal;
  vertical-align: top;
}

.choose-selector__notice {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-transform: uppercase;
}

/* TABLE
============================================================ */
.choose-table {
  border-top: 0.1rem solid #454545;
}

.choose-table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #454545;
}

.choose-table__title {
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
}

.choose-table__desc {
  color: #96959c;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.33333;
}

/* Check
------------------------------------ */
.choose-table-check {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
  width: 16.5rem;
}

.choose-table-check:last-child {
  margin-right: 0;
}

.choose-table-check.js-standard {
  margin-left: auto;
}

.choose-table-check.js-selected .choose-table-check__icon {
  border-color: #e9222e;
}

.choose-table-check__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #454545;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.choose-table-check__icon svg {
  width: 1.4rem;
  height: 1.2rem;
  fill: #fff;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .choose {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .choose-selector__item {
    padding-top: 1.3rem;
    padding-left: 2rem;
    width: 14rem;
    height: 13rem;
  }
  .choose-selector__title {
    font-size: 2.2rem;
  }
  .choose-selector__price {
    font-size: 4rem;
  }
  .choose-selector__price em {
    font-size: 2.4rem;
  }
  .choose-selector__notice {
    letter-spacing: 0.05rem;
  }
  .choose-table-check {
    width: 14rem;
  }
}

@media (max-width: 47.99em) {
  .choose {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .choose__header {
    margin-bottom: 4rem;
  }
  .choose__title {
    font-size: 3.6rem;
  }
  .choose-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4rem;
  }
  .choose-table-check {
    margin-right: 0;
    width: 8rem;
  }
}

@media (max-width: 35.49em) {
  .choose {
    padding-top: 4rem;
  }
  .choose__title {
    font-size: 3.2rem;
  }
  .choose__footer {
    margin-top: 4rem;
  }
  .choose-selector {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .choose-selector__item {
    margin-right: 0;
    padding-top: 1rem;
    padding-left: 1.5rem;
    width: 31%;
    height: 11rem;
  }
  .choose-selector__title {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .choose-selector__price {
    font-size: 3.4rem;
    letter-spacing: 0.1rem;
  }
  .choose-selector__price em {
    font-size: 2rem;
  }
  .choose-selector__notice {
    font-size: 1.2rem;
  }
  .choose-table-check {
    width: 6rem;
  }
}

@media (max-width: 25.865em) {
  .choose {
    padding-top: 5rem;
  }
  .choose__title {
    font-size: 2.8rem;
  }
  .choose-table-check {
    width: 5rem;
  }
}

@media (max-width: 23.4275em) {
  .choose__title {
    font-size: 2.6rem;
  }
  .choose__desc {
    font-size: 1.4rem;
  }
  .choose-selector__item {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 32%;
    height: 10rem;
  }
  .choose-selector__price {
    font-size: 3rem;
  }
  .choose-selector__notice {
    font-size: 1rem;
  }
}

/*
================================================================================

  "Payment" page styles

================================================================================
*/
.payment {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 56rem;
}

.payment__title {
  margin-top: 0;
  margin-bottom: 3rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
}

.payment__form {
  position: relative;
  margin-bottom: 2.5rem;
}

.payment__fields {
  margin-bottom: 3rem;
}

.payment__middle {
  position: relative;
  margin-bottom: 5rem;
  min-height: 5.8rem;
}

.payment__agree input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.payment__agree input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-top: 0.1rem;
  padding-left: 3rem;
  color: #56555b;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  cursor: pointer;
}

.payment__agree input[type=checkbox] + label a {
  color: #79787c;
  outline: 0;
  text-decoration: none;
}

.payment__agree input[type=checkbox] + label a:hover, .payment__agree input[type=checkbox] + label a:focus {
  text-decoration: underline;
}

.payment__agree input[type=checkbox] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: 0.2rem solid #5e5e5e;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.payment__agree input[type=checkbox] + label::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #e9222e;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.payment__agree input[type=checkbox]:checked + label::before {
  border-color: #e9222e;
}

.payment__agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.payment__agree input[type=checkbox]:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(233, 34, 46, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(233, 34, 46, 0.5);
}

.payment__footer {
  text-align: center;
}

.payment__btn {
  margin-top: 6rem;
}

.payment__notice {
  color: #56555b;
  font-size: 1.3rem;
  line-height: 1.69231;
  text-align: center;
}

.payment__notice *:first-child {
  margin-top: 0;
}

.payment__notice *:last-child {
  margin-bottom: 0;
}

/* Field
------------------------------------ */
.payment-field {
  position: relative;
  margin-bottom: 4.4rem;
}

.payment-field:last-child {
  margin-bottom: 0;
}

.payment-field__label {
  position: absolute;
  top: 2.1rem;
  left: 1.5rem;
  z-index: 10;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.payment-field__label.js-fixed {
  top: -2.4rem;
  left: 0;
  color: #8a898f;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.payment-field__input {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  height: 5.8rem;
  color: #fff;
  background-color: #464646;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.payment-field__input:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #e9222e;
  box-shadow: 0 0 0 0.1rem #e9222e;
}

.payment-field__input:-ms-input-placeholder {
  color: #fff;
}

.payment-field__input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.payment-field__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.payment-field__input::-webkit-input-placeholder {
  color: #fff;
}

.payment-field__input::-ms-input-placeholder {
  color: #fff;
}

.payment-field__input::placeholder {
  color: #fff;
}

/* INFORMATION
============================================================ */
.payment-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.payment-info__item:last-child {
  text-align: right;
}

.payment-info__title {
  margin-bottom: 0.3rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
  line-height: 1;
}

.payment-info__title--red {
  color: #e9222e;
}

.payment-info__title em {
  vertical-align: top;
  font-size: 1.8rem;
  font-style: normal;
}

.payment-info__subtitle {
  color: #7f7e83;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}

/* CHANGE PLAN
============================================================ */
.payment-change-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.payment-change-plan__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 1.6rem;
  padding-left: 3rem;
  width: 32%;
  height: 15rem;
  background-color: transparent;
  border: 0.2rem solid #454545;
  border-radius: 0.2rem;
  outline: 0;
  text-align: left;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.payment-change-plan__item:hover, .payment-change-plan__item:focus {
  background-color: rgba(233, 34, 46, 0.2);
}

.payment-change-plan__item.js-selected {
  background-color: #e9222e;
  border-color: #e9222e;
  cursor: default;
}

.payment-change-plan__item.js-selected .payment-change-plan__price {
  color: #fff;
}

.payment-change-plan__title {
  margin-bottom: 0.4rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.payment-change-plan__price {
  margin-bottom: 0.2rem;
  color: #e9222e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.payment-change-plan__price em {
  font-size: 3rem;
  font-style: normal;
  vertical-align: top;
}

.payment-change-plan__notice {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-transform: uppercase;
}

/* METHOD
============================================================ */
.payment-method {
  margin-bottom: 4rem;
}

.payment-method__title {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
}

.payment-method__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-method__item {
  margin-right: 6rem;
}

.payment-method__item:last-child {
  margin-right: 0;
}

.payment-method__item input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.payment-method__item input[type=radio] + label {
  position: relative;
  padding-top: 0.1rem;
  padding-left: 3rem;
  color: #8a898f;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-transform: uppercase;
  cursor: pointer;
}

.payment-method__item input[type=radio] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: 0.2rem solid #5e5e5e;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.payment-method__item input[type=radio] + label::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #e9222e;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.payment-method__item input[type=radio]:checked + label::before {
  border-color: #e9222e;
}

.payment-method__item input[type=radio]:checked + label::after {
  opacity: 1;
}

.payment-method__item input[type=radio]:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(233, 34, 46, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(233, 34, 46, 0.5);
}

/* DATA
============================================================ */
.payment-data__label {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #8a898f;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-transform: uppercase;
}

.payment-data__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Selector
------------------------------------ */
.payment-data-selector {
  position: relative;
  margin-right: 2rem;
  width: 9rem;
  height: 5.8rem;
  background-color: #464646;
}

.payment-data-selector__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.2rem;
  fill: #fff;
}

.payment-data-selector__select {
  position: relative;
  z-index: 10;
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 9rem;
  height: 5.8rem;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.payment-data-selector__select:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #e9222e;
  box-shadow: 0 0 0 0.1rem #e9222e;
}

.payment-data-selector__select::-ms-expand {
  display: none;
}

/* CVC
------------------------------------ */
.payment-cvc {
  position: relative;
}

.payment-cvc__label {
  position: absolute;
  top: 2.1rem;
  left: 1.5rem;
  z-index: 10;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.payment-cvc__label.js-fixed {
  top: -2.4rem;
  left: 0;
  color: #8a898f;
  font-size: 1.2rem;
}

.payment-cvc__input {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 9rem;
  height: 5.8rem;
  color: #fff;
  background-color: #464646;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.payment-cvc__input:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #e9222e;
  box-shadow: 0 0 0 0.1rem #e9222e;
}

.payment-cvc__input:-ms-input-placeholder {
  color: #fff;
}

.payment-cvc__input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.payment-cvc__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.payment-cvc__input::-webkit-input-placeholder {
  color: #fff;
}

.payment-cvc__input::-ms-input-placeholder {
  color: #fff;
}

.payment-cvc__input::placeholder {
  color: #fff;
}

/* Promo
------------------------------------ */
.payment-promo {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: bottom 300ms ease;
  -o-transition: bottom 300ms ease;
  -moz-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
}

.payment-promo__label {
  position: absolute;
  top: 1.8rem;
  right: -0.5rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 9rem;
  color: #8a898f;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.payment-promo__label.js-visible {
  top: -2.9rem;
  right: 3rem;
}

.payment-promo__input {
  padding: 0;
  width: 0;
  height: 5.8rem;
  color: #fff;
  background-color: #464646;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.payment-promo__input:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #e9222e;
  box-shadow: 0 0 0 0.1rem #e9222e;
}

.payment-promo__input:-ms-input-placeholder {
  color: #fff;
}

.payment-promo__input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.payment-promo__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.payment-promo__input::-webkit-input-placeholder {
  color: #fff;
}

.payment-promo__input::-ms-input-placeholder {
  color: #fff;
}

.payment-promo__input::placeholder {
  color: #fff;
}

.payment-promo__input.js-visible {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 12rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .payment {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .payment__title {
    font-size: 3.6rem;
  }
  .payment__form {
    margin-bottom: 5rem;
  }
}

@media (max-width: 35.49em) {
  .payment__title {
    font-size: 3.2rem;
  }
  .payment__btn {
    margin-top: 5rem;
  }
  .payment-change-plan {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .payment-change-plan__item {
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    height: auto;
  }
  .payment-change-plan__title {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .payment-change-plan__price {
    font-size: 3.4rem;
    letter-spacing: 0.1rem;
  }
  .payment-change-plan__price em {
    font-size: 2rem;
  }
  .payment-change-plan__notice {
    font-size: 1.2rem;
  }
  .payment-data {
    margin-bottom: 4.6rem;
  }
  .payment-promo {
    position: static;
    -webkit-transition: bottom 300ms ease;
    -o-transition: bottom 300ms ease;
    -moz-transition: bottom 300ms ease;
    transition: bottom 300ms ease;
  }
  .payment-promo.js-padded {
    bottom: 8rem;
  }
  .payment-promo__container {
    position: relative;
  }
  .payment-promo__label {
    left: 0;
    right: auto;
  }
}

@media (max-width: 25.865em) {
  .payment {
    padding-top: 5rem;
  }
  .payment__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 23.4275em) {
  .payment__title {
    font-size: 2.6rem;
  }
  .payment-change-plan__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .payment-change-plan__price {
    font-size: 3rem;
  }
  .payment-change-plan__notice {
    font-size: 1rem;
  }
  .payment-data-selector {
    margin-right: 1.5rem;
    width: 8rem;
  }
  .payment-data-selector__select {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 8rem;
  }
  .payment-cvc__input {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 9rem;
  }
}

/* Vendor
------------------------------------ */
/*
================================================================================

  "Magnific Popup" styles

================================================================================
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -moz-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  -moz-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  -moz-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  -moz-transition-duration: .45s;
  -o-transition-duration: .45s;
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  -moz-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  -moz-transition-duration: .55s;
  -o-transition-duration: .55s;
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  -moz-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  -moz-transition-duration: .65s;
  -o-transition-duration: .65s;
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  -moz-transition-delay: .65s;
  -o-transition-delay: .65s;
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  -moz-transition-duration: .75s;
  -o-transition-duration: .75s;
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  -moz-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  -moz-transition-duration: .85s;
  -o-transition-duration: .85s;
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  -moz-transition-delay: .85s;
  -o-transition-delay: .85s;
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  -moz-transition-duration: .9s;
  -o-transition-duration: .9s;
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  -moz-transition-duration: .95s;
  -o-transition-duration: .95s;
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  -moz-transition-delay: .95s;
  -o-transition-delay: .95s;
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -moz-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -moz-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -moz-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -moz-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -moz-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -moz-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -moz-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -moz-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -moz-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -moz-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -moz-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -moz-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -moz-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -moz-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -moz-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -moz-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -moz-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -moz-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -moz-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -moz-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -moz-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -moz-transition-duration: 2.05s;
  -o-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -moz-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -moz-transition-duration: 2.1s;
  -o-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -moz-transition-duration: 2.15s;
  -o-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -moz-transition-delay: 2.15s;
  -o-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -moz-transition-duration: 2.2s;
  -o-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -moz-transition-duration: 2.25s;
  -o-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -moz-transition-duration: 2.3s;
  -o-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -moz-transition-duration: 2.35s;
  -o-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -moz-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -moz-transition-duration: 2.4s;
  -o-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -moz-transition-duration: 2.45s;
  -o-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -moz-transition-delay: 2.45s;
  -o-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -moz-transition-duration: 2.55s;
  -o-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -moz-transition-delay: 2.55s;
  -o-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -moz-transition-duration: 2.6s;
  -o-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -moz-transition-duration: 2.65s;
  -o-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -moz-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -moz-transition-duration: 2.7s;
  -o-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -moz-transition-duration: 2.75s;
  -o-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -moz-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -moz-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -moz-transition-duration: 2.85s;
  -o-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -moz-transition-delay: 2.85s;
  -o-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -moz-transition-duration: 2.9s;
  -o-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -moz-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -moz-transition-duration: 2.95s;
  -o-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -moz-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  -moz-transition-property: opacity,transform,-moz-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform,-moz-transform,-o-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

[data-aos=fade-up] {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

[data-aos=fade-down] {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

[data-aos=fade-right] {
  -webkit-transform: translate(-100px);
  -moz-transform: translate(-100px);
  -o-transform: translate(-100px);
  transform: translate(-100px);
}

[data-aos=fade-left] {
  -webkit-transform: translate(100px);
  -moz-transform: translate(100px);
  -o-transform: translate(100px);
  transform: translate(100px);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
  -moz-transform: translate(-100px, 100px);
  -o-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
  -moz-transform: translate(100px, 100px);
  -o-transform: translate(100px, 100px);
  transform: translate(100px, 100px);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
  -moz-transform: translate(-100px, -100px);
  -o-transform: translate(-100px, -100px);
  transform: translate(-100px, -100px);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
  -moz-transform: translate(100px, -100px);
  -o-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  -moz-transition-property: opacity,transform,-moz-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform,-moz-transform,-o-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
  -moz-transform: translate(0) scale(1);
  -o-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translateY(100px) scale(0.6);
  -moz-transform: translateY(100px) scale(0.6);
  -o-transform: translateY(100px) scale(0.6);
  transform: translateY(100px) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translateY(-100px) scale(0.6);
  -moz-transform: translateY(-100px) scale(0.6);
  -o-transform: translateY(-100px) scale(0.6);
  transform: translateY(-100px) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate(-100px) scale(0.6);
  -moz-transform: translate(-100px) scale(0.6);
  -o-transform: translate(-100px) scale(0.6);
  transform: translate(-100px) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate(100px) scale(0.6);
  -moz-transform: translate(100px) scale(0.6);
  -o-transform: translate(100px) scale(0.6);
  transform: translate(100px) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translateY(100px) scale(1.2);
  -moz-transform: translateY(100px) scale(1.2);
  -o-transform: translateY(100px) scale(1.2);
  transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translateY(-100px) scale(1.2);
  -moz-transform: translateY(-100px) scale(1.2);
  -o-transform: translateY(-100px) scale(1.2);
  transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate(-100px) scale(1.2);
  -moz-transform: translate(-100px) scale(1.2);
  -o-transform: translate(-100px) scale(1.2);
  transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate(100px) scale(1.2);
  -moz-transform: translate(100px) scale(1.2);
  -o-transform: translate(100px) scale(1.2);
  transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

[data-aos=slide-up] {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

[data-aos=slide-down] {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

[data-aos=slide-right] {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

[data-aos=slide-left] {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  -moz-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  -moz-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  -moz-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  -moz-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  -moz-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  -moz-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  -moz-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  -moz-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}
