@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200&display=swap);
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root {
    --sidebar-width: 256px;
  }
* {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }
html {
    overflow-y: hidden;
  }
p,
  button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.rnpg-pointer-events-none{
  pointer-events: none;
}
.rnpg-static{
  position: static;
}
.rnpg-fixed{
  position: fixed;
}
.rnpg-absolute{
  position: absolute;
}
.rnpg-relative{
  position: relative;
}
.rnpg-sticky{
  position: sticky;
}
.rnpg-inset-0{
  inset: 0px;
}
.rnpg-bottom-0{
  bottom: 0px;
}
.rnpg-bottom-6{
  bottom: 1.5rem;
}
.rnpg-left-0{
  left: 0px;
}
.rnpg-left-1\/2{
  left: 50%;
}
.rnpg-right-0{
  right: 0px;
}
.rnpg-right-4{
  right: 1rem;
}
.rnpg-right-8{
  right: 2rem;
}
.rnpg-right-\[7px\]{
  right: 7px;
}
.rnpg-top-0{
  top: 0px;
}
.rnpg-top-1\/2{
  top: 50%;
}
.rnpg-top-\[200px\]{
  top: 200px;
}
.rnpg-top-\[35px\]{
  top: 35px;
}
.rnpg-top-\[38px\]{
  top: 38px;
}
.rnpg-top-\[7px\]{
  top: 7px;
}
.rnpg-z-10{
  z-index: 10;
}
.rnpg-z-50{
  z-index: 50;
}
.rnpg-z-\[11\]{
  z-index: 11;
}
.rnpg-z-\[9999\]{
  z-index: 9999;
}
.rnpg-col-span-1{
  grid-column: span 1 / span 1;
}
.rnpg-col-span-2{
  grid-column: span 2 / span 2;
}
.rnpg-col-span-3{
  grid-column: span 3 / span 3;
}
.rnpg-col-span-5{
  grid-column: span 5 / span 5;
}
.rnpg-col-span-full{
  grid-column: 1 / -1;
}
.rnpg-m-0\.5{
  margin: 0.125rem;
}
.rnpg-m-1{
  margin: 0.25rem;
}
.rnpg-m-auto{
  margin: auto;
}
.rnpg-mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.rnpg-mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.rnpg-my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.rnpg-my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.rnpg-my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!rnpg-mt-12{
  margin-top: 3rem !important;
}
.\!rnpg-mt-5{
  margin-top: 1.25rem !important;
}
.-rnpg-mb-3{
  margin-bottom: -0.75rem;
}
.-rnpg-mb-\[100\%\]{
  margin-bottom: -100%;
}
.-rnpg-ml-2{
  margin-left: -0.5rem;
}
.-rnpg-ml-4{
  margin-left: -1rem;
}
.-rnpg-ml-6{
  margin-left: -1.5rem;
}
.-rnpg-mr-4{
  margin-right: -1rem;
}
.-rnpg-mt-4{
  margin-top: -1rem;
}
.-rnpg-mt-6{
  margin-top: -1.5rem;
}
.rnpg-mb-1{
  margin-bottom: 0.25rem;
}
.rnpg-mb-2{
  margin-bottom: 0.5rem;
}
.rnpg-mb-4{
  margin-bottom: 1rem;
}
.rnpg-mb-6{
  margin-bottom: 1.5rem;
}
.rnpg-ml-16{
  margin-left: 4rem;
}
.rnpg-ml-2{
  margin-left: 0.5rem;
}
.rnpg-ml-4{
  margin-left: 1rem;
}
.rnpg-ml-8{
  margin-left: 2rem;
}
.rnpg-ml-auto{
  margin-left: auto;
}
.rnpg-mr-2{
  margin-right: 0.5rem;
}
.rnpg-mr-3{
  margin-right: 0.75rem;
}
.rnpg-mr-4{
  margin-right: 1rem;
}
.rnpg-mr-8{
  margin-right: 2rem;
}
.rnpg-mr-auto{
  margin-right: auto;
}
.rnpg-mt-1{
  margin-top: 0.25rem;
}
.rnpg-mt-2{
  margin-top: 0.5rem;
}
.rnpg-mt-4{
  margin-top: 1rem;
}
.rnpg-mt-6{
  margin-top: 1.5rem;
}
.rnpg-mt-8{
  margin-top: 2rem;
}
.rnpg-mt-\[100px\]{
  margin-top: 100px;
}
.rnpg-mt-\[60px\]{
  margin-top: 60px;
}
.rnpg-mt-auto{
  margin-top: auto;
}
.rnpg-block{
  display: block;
}
.rnpg-inline-block{
  display: inline-block;
}
.rnpg-flex{
  display: flex;
}
.rnpg-grid{
  display: grid;
}
.rnpg-hidden{
  display: none;
}
.rnpg-h-0{
  height: 0px;
}
.rnpg-h-1{
  height: 0.25rem;
}
.rnpg-h-10{
  height: 2.5rem;
}
.rnpg-h-2{
  height: 0.5rem;
}
.rnpg-h-4{
  height: 1rem;
}
.rnpg-h-40{
  height: 10rem;
}
.rnpg-h-6{
  height: 1.5rem;
}
.rnpg-h-7{
  height: 1.75rem;
}
.rnpg-h-8{
  height: 2rem;
}
.rnpg-h-\[100px\]{
  height: 100px;
}
.rnpg-h-\[300px\]{
  height: 300px;
}
.rnpg-h-\[38px\]{
  height: 38px;
}
.rnpg-h-\[50px\]{
  height: 50px;
}
.rnpg-h-\[60px\]{
  height: 60px;
}
.rnpg-h-\[80px\]{
  height: 80px;
}
.rnpg-h-\[calc\(100\%\)\]{
  height: calc(100%);
}
.rnpg-h-\[calc\(100vh-60px\)\]{
  height: calc(100vh - 60px);
}
.rnpg-h-auto{
  height: auto;
}
.rnpg-h-full{
  height: 100%;
}
.rnpg-h-max{
  height: -moz-max-content;
  height: max-content;
}
.rnpg-h-screen{
  height: 100vh;
}
.rnpg-max-h-\[150px\]{
  max-height: 150px;
}
.rnpg-max-h-\[200px\]{
  max-height: 200px;
}
.rnpg-max-h-\[350px\]{
  max-height: 350px;
}
.rnpg-max-h-\[400px\]{
  max-height: 400px;
}
.rnpg-max-h-\[500px\]{
  max-height: 500px;
}
.rnpg-max-h-\[calc\(100\%-3rem\)\]{
  max-height: calc(100% - 3rem);
}
.rnpg-max-h-\[calc\(100\%-56px\)\]{
  max-height: calc(100% - 56px);
}
.rnpg-max-h-full{
  max-height: 100%;
}
.rnpg-min-h-0{
  min-height: 0px;
}
.rnpg-min-h-\[42px\]{
  min-height: 42px;
}
.rnpg-min-h-\[50px\]{
  min-height: 50px;
}
.rnpg-min-h-\[650px\]{
  min-height: 650px;
}
.rnpg-min-h-\[710px\]{
  min-height: 710px;
}
.rnpg-min-h-screen{
  min-height: 100vh;
}
.\!rnpg-w-full{
  width: 100% !important;
}
.rnpg-w-0{
  width: 0px;
}
.rnpg-w-1{
  width: 0.25rem;
}
.rnpg-w-1\/2{
  width: 50%;
}
.rnpg-w-10{
  width: 2.5rem;
}
.rnpg-w-2{
  width: 0.5rem;
}
.rnpg-w-3{
  width: 0.75rem;
}
.rnpg-w-4{
  width: 1rem;
}
.rnpg-w-6{
  width: 1.5rem;
}
.rnpg-w-8{
  width: 2rem;
}
.rnpg-w-\[100px\]{
  width: 100px;
}
.rnpg-w-\[120px\]{
  width: 120px;
}
.rnpg-w-\[200px\]{
  width: 200px;
}
.rnpg-w-\[250px\]{
  width: 250px;
}
.rnpg-w-\[38px\]{
  width: 38px;
}
.rnpg-w-\[400px\]{
  width: 400px;
}
.rnpg-w-\[480px\]{
  width: 480px;
}
.rnpg-w-\[540px\]{
  width: 540px;
}
.rnpg-w-\[calc\(100\%-400px\)\]{
  width: calc(100% - 400px);
}
.rnpg-w-\[fit-content\]{
  width: -moz-fit-content;
  width: fit-content;
}
.rnpg-w-\[max-content\]{
  width: -moz-max-content;
  width: max-content;
}
.rnpg-w-auto{
  width: auto;
}
.rnpg-w-full{
  width: 100%;
}
.rnpg-w-screen{
  width: 100vw;
}
.rnpg-min-w-\[100px\]{
  min-width: 100px;
}
.\!rnpg-max-w-\[unset\]{
  max-width: unset !important;
}
.rnpg-max-w-\[100\%\]{
  max-width: 100%;
}
.rnpg-max-w-\[1040px\]{
  max-width: 1040px;
}
.rnpg-max-w-\[250px\]{
  max-width: 250px;
}
.rnpg-max-w-\[320px\]{
  max-width: 320px;
}
.rnpg-max-w-\[767px\]{
  max-width: 767px;
}
.rnpg-max-w-\[800px\]{
  max-width: 800px;
}
.rnpg-max-w-\[90vw\]{
  max-width: 90vw;
}
.rnpg-max-w-\[calc\(100\%-24px\)\]{
  max-width: calc(100% - 24px);
}
.rnpg-max-w-\[calc\(100\%-32px\)\]{
  max-width: calc(100% - 32px);
}
.rnpg-max-w-\[unset\]{
  max-width: unset;
}
.rnpg-max-w-full{
  max-width: 100%;
}
.rnpg-flex-1{
  flex: 1 1 0%;
}
.rnpg-flex-shrink-0{
  flex-shrink: 0;
}
.rnpg-shrink{
  flex-shrink: 1;
}
.rnpg-shrink-0{
  flex-shrink: 0;
}
.rnpg-flex-grow{
  flex-grow: 1;
}
.rnpg-grow{
  flex-grow: 1;
}
.-rnpg-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rnpg-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rnpg--translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rnpg-translate-x-\[-1px\]{
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rnpg-translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rnpg-translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rnpg-translate-y-\[3px\]{
  --tw-translate-y: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rnpg-rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rnpg-transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!rnpg-cursor-pointer{
  cursor: pointer !important;
}
.\!rnpg-cursor-text{
  cursor: text !important;
}
.rnpg-cursor-default{
  cursor: default;
}
.rnpg-cursor-grab{
  cursor: grab;
}
.rnpg-cursor-pointer{
  cursor: pointer;
}
.rnpg-select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rnpg-resize-none{
  resize: none;
}
.rnpg-list-disc{
  list-style-type: disc;
}
.rnpg-list-none{
  list-style-type: none;
}
.rnpg-appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.rnpg-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.rnpg-grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.rnpg-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rnpg-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rnpg-grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.rnpg-grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.rnpg-flex-row{
  flex-direction: row;
}
.rnpg-flex-col{
  flex-direction: column;
}
.rnpg-flex-col-reverse{
  flex-direction: column-reverse;
}
.rnpg-flex-wrap{
  flex-wrap: wrap;
}
.rnpg-flex-nowrap{
  flex-wrap: nowrap;
}
.rnpg-content-start{
  align-content: flex-start;
}
.rnpg-items-start{
  align-items: flex-start;
}
.rnpg-items-end{
  align-items: flex-end;
}
.rnpg-items-center{
  align-items: center;
}
.rnpg-items-baseline{
  align-items: baseline;
}
.rnpg-justify-start{
  justify-content: flex-start;
}
.rnpg-justify-end{
  justify-content: flex-end;
}
.rnpg-justify-center{
  justify-content: center;
}
.rnpg-justify-between{
  justify-content: space-between;
}
.rnpg-justify-around{
  justify-content: space-around;
}
.rnpg-justify-evenly{
  justify-content: space-evenly;
}
.rnpg-gap-2{
  gap: 0.5rem;
}
.rnpg-gap-4{
  gap: 1rem;
}
.rnpg-gap-6{
  gap: 1.5rem;
}
.rnpg-gap-\[3px\]{
  gap: 3px;
}
.rnpg-gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.rnpg-gap-y-1{
  row-gap: 0.25rem;
}
.rnpg-gap-y-5{
  row-gap: 1.25rem;
}
.rnpg-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.rnpg-overflow-hidden{
  overflow: hidden;
}
.rnpg-overflow-clip{
  overflow: clip;
}
.rnpg-overflow-visible{
  overflow: visible;
}
.rnpg-overflow-y-auto{
  overflow-y: auto;
}
.rnpg-overflow-x-clip{
  overflow-x: clip;
}
.rnpg-overflow-x-visible{
  overflow-x: visible;
}
.rnpg-text-ellipsis{
  text-overflow: ellipsis;
}
.rnpg-whitespace-nowrap{
  white-space: nowrap;
}
.rnpg-break-words{
  overflow-wrap: break-word;
}
.rnpg-rounded{
  border-radius: 0.25rem;
}
.rnpg-rounded-full{
  border-radius: 9999px;
}
.rnpg-rounded-lg{
  border-radius: 0.5rem;
}
.rnpg-rounded-sm{
  border-radius: 0.125rem;
}
.rnpg-rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rnpg-rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rnpg-rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rnpg-rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rnpg-border{
  border-width: 1px;
}
.rnpg-border-0{
  border-width: 0px;
}
.rnpg-border-2{
  border-width: 2px;
}
.rnpg-border-b{
  border-bottom-width: 1px;
}
.rnpg-border-b-0{
  border-bottom-width: 0px;
}
.rnpg-border-b-\[5px\]{
  border-bottom-width: 5px;
}
.rnpg-border-l-4{
  border-left-width: 4px;
}
.rnpg-border-l-\[5px\]{
  border-left-width: 5px;
}
.rnpg-border-r-\[5px\]{
  border-right-width: 5px;
}
.rnpg-border-t{
  border-top-width: 1px;
}
.rnpg-border-t-0{
  border-top-width: 0px;
}
.rnpg-border-t-\[5px\]{
  border-top-width: 5px;
}
.rnpg-border-dashed{
  border-style: dashed;
}
.rnpg-border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.rnpg-border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.rnpg-border-midgrey{
  --tw-border-opacity: 1;
  border-color: rgb(174 174 186 / var(--tw-border-opacity));
}
.rnpg-border-midgrey-light-16{
  --tw-border-opacity: 1;
  border-color: rgb(242 242 244 / var(--tw-border-opacity));
}
.rnpg-border-navy{
  --tw-border-opacity: 1;
  border-color: rgb(4 4 42 / var(--tw-border-opacity));
}
.rnpg-border-red{
  --tw-border-opacity: 1;
  border-color: rgb(237 99 105 / var(--tw-border-opacity));
}
.rnpg-border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.rnpg-border-white\/0{
  border-color: rgb(255 255 255 / 0);
}
.rnpg-border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.rnpg-border-l-transparent{
  border-left-color: transparent;
}
.rnpg-border-r-transparent{
  border-right-color: transparent;
}
.rnpg-border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.rnpg-bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.rnpg-bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.rnpg-bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.rnpg-bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.rnpg-bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.rnpg-bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(109 218 127 / var(--tw-bg-opacity));
}
.rnpg-bg-midgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(174 174 186 / var(--tw-bg-opacity));
}
.rnpg-bg-midgrey-light-16{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 244 / var(--tw-bg-opacity));
}
.rnpg-bg-midgrey-light-32{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 233 / var(--tw-bg-opacity));
}
.rnpg-bg-midgrey-opacity-48{
  background-color: #AEAEBA7A;
}
.rnpg-bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(237 99 105 / var(--tw-bg-opacity));
}
.rnpg-bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.rnpg-bg-transparent{
  background-color: transparent;
}
.rnpg-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.rnpg-bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.rnpg-object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.rnpg-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.rnpg-object-center{
  -o-object-position: center;
     object-position: center;
}
.rnpg-p-0{
  padding: 0px;
}
.rnpg-p-1{
  padding: 0.25rem;
}
.rnpg-p-2{
  padding: 0.5rem;
}
.rnpg-p-2\.5{
  padding: 0.625rem;
}
.rnpg-p-3{
  padding: 0.75rem;
}
.rnpg-p-4{
  padding: 1rem;
}
.rnpg-p-6{
  padding: 1.5rem;
}
.rnpg-p-8{
  padding: 2rem;
}
.rnpg-px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.rnpg-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.rnpg-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.rnpg-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.rnpg-py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.rnpg-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.rnpg-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.rnpg-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.rnpg-py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.rnpg-py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\!rnpg-pt-\[40px\]{
  padding-top: 40px !important;
}
.rnpg-pl-0{
  padding-left: 0px;
}
.rnpg-pl-2{
  padding-left: 0.5rem;
}
.rnpg-pl-4{
  padding-left: 1rem;
}
.rnpg-pl-\[400px\]{
  padding-left: 400px;
}
.rnpg-pr-0{
  padding-right: 0px;
}
.rnpg-pr-4{
  padding-right: 1rem;
}
.rnpg-pr-6{
  padding-right: 1.5rem;
}
.rnpg-pt-2{
  padding-top: 0.5rem;
}
.rnpg-pt-4{
  padding-top: 1rem;
}
.rnpg-text-left{
  text-align: left;
}
.rnpg-text-center{
  text-align: center;
}
.rnpg-text-right{
  text-align: right;
}
.rnpg-text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.rnpg-text-\[2rem\]{
  font-size: 2rem;
}
.rnpg-text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.rnpg-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.rnpg-text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.rnpg-text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.rnpg-font-bold{
  font-weight: 700;
}
.rnpg-font-thin{
  font-weight: 100;
}
.rnpg-uppercase{
  text-transform: uppercase;
}
.rnpg-capitalize{
  text-transform: capitalize;
}
.rnpg-italic{
  font-style: italic;
}
.\!rnpg-text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(13 32 175 / var(--tw-text-opacity)) !important;
}
.rnpg-text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rnpg-text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.rnpg-text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.rnpg-text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.rnpg-text-midgrey{
  --tw-text-opacity: 1;
  color: rgb(174 174 186 / var(--tw-text-opacity));
}
.rnpg-text-navy{
  --tw-text-opacity: 1;
  color: rgb(4 4 42 / var(--tw-text-opacity));
}
.rnpg-text-red{
  --tw-text-opacity: 1;
  color: rgb(237 99 105 / var(--tw-text-opacity));
}
.rnpg-text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.rnpg-text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rnpg-opacity-0{
  opacity: 0;
}
.rnpg-opacity-100{
  opacity: 1;
}
.rnpg-opacity-50{
  opacity: 0.5;
}
.rnpg-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rnpg-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rnpg-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.rnpg-transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.rnpg-duration-300{
  transition-duration: 300ms;
}
.rnpg-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*universal header components*/
[v-cloak],
[x-cloak] {
  display: none;
}

/*hides header until it's finished loading*/
header .rnpg_h6,
header .rnpg_h6 span {
  transition: unset;
}

.rnpg_header_button {
  display: none !important;
}

.rnpg_header_error .rnpg_h6 {
  color: #1345ac !important;
}

.rnpg_header_error .rnpg_a .rnpg_rectangle_button, .rnpg_header_error .rnpg_a .rnpg_rounded_button {
  color: #fff !important;
}

.rnpg_header_box_shadow {
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.1);
}

.rnpg_header_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 60px;
  padding: 0;
}

.rnpg_header_logo {
  width: 215.8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.rnpg_header_menu_button {
  display: none;
}

.rnpg_header_list_container {
  display: none;
}

.rnpg_header_ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}

.rnpg_header_separator {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 10px;
}

.rnpg_header_li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 27px 0;
  margin: 0 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.rnpg_header_ul:nth-child(4) .rnpg_header_li {
  margin: 0 10px;
}

.rnpg_header_ul div:first-child .rnpg_header_li {
  margin-left: 0;
}

.rnpg_header_ul div:last-child .rnpg_header_li {
  margin-right: 0;
}

.rnpg_header_login_ul .rnpg_header_li {
  padding: 0;
}

.rnpg_header_services {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rnpg_header_li_arrow {
  margin-left: 10px;
}

.rnpg_header_arrow_toggle {
  transform: rotate(180deg);
}

.rnpg_header_li .rnpg_a {
  padding: 13px 0;
}

.rnpg_header_services_li .rnpg_a {
  width: 236px;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #f1f1f1 !important;
}

.rnpg_header_services_li:first-child .rnpg_a {
  border-top: 0 !important;
}

.rnpg_header_services_li:last-child {
  position: relative;
}

.rnpg_header_services_li .rnpg_h6 {
  position: relative;
}

#rnpg_header_music_dropdown {
  position: absolute;
  top: 0;
  right: -276px;
}

@container (max-width: 1206px) {
  .rnpg_header_li {
    margin: 0 19px;
  }
}
@container (max-width: 1199px) {
  #rnpg_header {
    width: unset;
    min-height: 40px;
    display: block;
    padding: 20px;
    background-color: #04042a;
  }
  .rnpg_header_button {
    display: inline-table !important;
    margin-right: 40px;
  }
  .rnpg_header_error {
    width: 100%;
    position: relative !important;
    background-color: #fff !important;
    box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.1);
  }
  #rnpg_header.rnpg_header_error .rnpg_p_pb, #rnpg_header.rnpg_header_error .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell #rnpg_header.rnpg_header_error .rnpg_h3.rnpg_text_oswald:after, #rnpg_header.rnpg_header_error div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) #rnpg_header.rnpg_header_error .rnpg_h3.rnpg_text_oswald:after, #rnpg_header.rnpg_header_error .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_earn_more_with_inner #rnpg_header.rnpg_header_error .rnpg_h3.rnpg_text_oswald:before,
  #rnpg_header.rnpg_header_error .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner #rnpg_header.rnpg_header_error .rnpg_h3.rnpg_text_oswald:before, #rnpg_header.rnpg_header_error .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner #rnpg_header.rnpg_header_error .rnpg_h3.rnpg_text_oswald:before {
    color: #202020;
  }
  #rnpg_header.rnpg_header_error .rnpg_dropdown_border {
    border-top: 1px solid #1345ac !important;
  }
  #rnpg_header .rnpg_text_blue, #rnpg_header .rnpg_border_button .rnpg_rectangle_button, .rnpg_border_button #rnpg_header .rnpg_rectangle_button, #rnpg_header .rnpg_border_button .rnpg_rounded_button, .rnpg_border_button #rnpg_header .rnpg_rounded_button, #rnpg_header .rnpg_white_button .rnpg_rectangle_button, .rnpg_white_button #rnpg_header .rnpg_rectangle_button, #rnpg_header .rnpg_white_button .rnpg_rounded_button, .rnpg_white_button #rnpg_header .rnpg_rounded_button {
    color: #fff;
  }
  .rnpg_header_services_arrow_blue {
    background-image: url("./_assets/icons/header-arrow-white.svg");
  }
  .rnpg_header_inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    position: relative;
    padding: 0;
  }
  .rnpg_top_bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  .rnpg_header_logo .rnpg_a:hover {
    opacity: 0.9;
  }
  .rnpg_header_logo_white {
    display: block !important;
    width: 50px;
    height: 50px;
  }
  .rnpg_header_logo_blue {
    display: none !important;
  }
  .rnpg_header_menu_button {
    padding: 0;
    margin: 0;
    display: block;
    width: 22px;
    height: 22px;
    background-color: transparent;
  }
  .rnpg_header_inner > .rnpg_header_ul {
    display: none;
  }
  .rnpg_header_list_container {
    display: block;
    width: 100%;
    transition: none;
    margin-top: 20px;
  }
  .rnpg_header_list_container_inner {
    display: flex;
    flex-direction: column;
  }
  .rnpg_header_ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .rnpg_header_ul:last-child {
    flex-direction: row;
    width: 100%;
  }
  .rnpg_header_ul:first-child .rnpg_header_li:nth-child(2) {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    flex-shrink: 0;
    position: relative;
  }
  .rnpg_header_li {
    margin: 0;
    padding: 0;
  }
}
@container (max-width: 767px) {
  .rnpg_top_bar {
    height: 40px;
  }
  .rnpg_header_logo_white {
    width: 40px;
    height: 40px;
  }
  .rnpg_header_button {
    margin-right: 20px;
  }
  .rnpg_header_menu_button {
    top: 9px;
  }
}
@container (max-width: 539px) {
  .rnpg_header_ul:last-child {
    justify-content: space-around;
    align-items: center;
  }
  .rnpg_header_ul:last-child .rnpg_header_li:first-child {
    width: 50%;
    justify-content: center;
  }
  .rnpg_header_ul:last-child .rnpg_a {
    position: relative;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_header_services_li .rnpg_a {
    padding: 10px 0;
  }
  .rnpg_header_services_li:last-child .rnpg_a {
    padding-top: 0px;
  }
}
@container (max-width: 767px) {
  .rnpg_header_logo {
    width: 40px;
    height: 40px;
  }
  .rnpg_header_logo a,
  .rnpg_header_logo a svg {
    width: 100% !important;
    height: 100% !important;
  }
}
.rnpg_rectangle_button, .rnpg_rounded_button {
  padding: 0;
  border: 0;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
}

.rnpg_rounded_button {
  margin: 0 5px;
  border-radius: 9999px;
  flex-shrink: 0;
}

.rnpg_a .rnpg_rectangle_button, .rnpg_a .rnpg_rounded_button,
.rnpg_rounded_button.rnpg_a {
  padding: 13px 32px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.rnpg_rounded_button:hover {
  color: #1345ac;
}

.rnpg_rounded_button:active {
  color: #fff !important;
}

.rnpg_blue_button .rnpg_rectangle_button, .rnpg_blue_button .rnpg_rounded_button {
  color: #fff !important;
}

.rnpg_green_button .rnpg_rectangle_button, .rnpg_green_button .rnpg_rounded_button {
  color: #fff !important;
}

.rnpg_navy_button .rnpg_rectangle_button, .rnpg_navy_button .rnpg_rounded_button {
  color: #fff !important;
}

.rnpg_white_button .rnpg_rectangle_button, .rnpg_white_button .rnpg_rounded_button {
  color: #fff !important;
}

.rnpg_border_button .rnpg_rectangle_button, .rnpg_border_button .rnpg_rounded_button {
  color: #fff !important;
}

@container (max-width: 767px) {
  .rnpg_rectangle_button .rnpg_a, .rnpg_rounded_button .rnpg_a {
    padding: 10px 24px;
  }
  .rnpg_rounded_button.rnpg_a {
    padding: 14px 20px;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_rectangle_button .rnpg_a, .rnpg_rounded_button .rnpg_a {
    padding: 10px 24px;
  }
  .rnpg_rounded_button.rnpg_a {
    padding: 14px 20px;
  }
}
/*universal footer components*/
#rnpg_footer {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.rnpg_footer_inner {
  max-width: 1021px;
  width: 100%;
}

.rnpg_footer_columns {
  display: grid;
  grid-template-columns: repeat(4, 236px);
  grid-gap: 25px;
  margin-bottom: 40px;
}

.rnpg_footer_column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.rnpg_footer_bottom {
  border-top: 1px solid rgba(216, 216, 216, 0.2);
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.rnpg_footer_copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rnpg_footer_copyright_logo {
  margin-right: 10px;
}

.rnpg_footer_copyright_logo_sm {
  display: none;
}

.rnpg_footer_scroll_top:before {
  display: none;
  content: none;
}

.rnpg_footer_scroll_top {
  display: none;
}

@container (max-width: 1199px) {
  /*  .rnpg_footer_columns,
  .rnpg_footer_bottom {
      margin-left: 20px;
      margin-right: 20px;
  } */
  .rnpg_footer_bottom {
    margin-top: 0 !important;
  }
}
@container (max-width: 991px) {
  .rnpg_footer_columns {
    grid-template-columns: repeat(3, calc(33% - 19px));
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }
  .rnpg_footer_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  /*  .rnpg_footer_column:nth-child(4) {
      grid-column: 1 / 4;
      grid-row: 2;
  } */
}
@container (max-width: 767px) {
  .rnpg_footer_columns {
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }
  /*  .rnpg_footer_column:nth-child(1) {
      grid-column: 1;
      grid-row: 1;
  }

  .rnpg_footer_column:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
  }

  .rnpg_footer_column:nth-child(3) {
      grid-column: 1;
      grid-row: 2 / 4;
  }

  .rnpg_footer_column:nth-child(4) {
      grid-column: 2;
      grid-row: 2 / 4;
  } */
  .rnpg_footer_bottom {
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
  }
  .rnpg_footer_bottom .rnpg_p_sb:not(.rnpg_footer_scroll_top) {
    margin-top: 10px;
  }
  .rnpg_footer_social_list {
    margin-bottom: 10px;
  }
  .rnpg_footer_copyright_logo {
    display: none;
    margin-right: 5px;
  }
  .rnpg_footer_copyright_logo_sm {
    display: block;
  }
  .rnpg_footer_scroll_top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
  }
  .rnpg_footer_scroll_top:hover .rnpg_footer_arrow {
    transform: translateY(-5px);
  }
  .rnpg_footer_scroll_top:active .rnpg_footer_arrow {
    transform: translateY(-5px);
    filter: brightness(90%);
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_footer_columns {
    grid-template-columns: repeat(12, 50px);
    grid-template-rows: 191px;
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }
  /*    .rnpg_footer_column:first-child {
      grid-column: 1 / 3;
  }

  .rnpg_footer_column:nth-child(2) {
      grid-column: 4 / 6;
  }

  .rnpg_footer_column:nth-child(3) {
      grid-column: 6 / 8;
  }

  .rnpg_footer_column:nth-child(4) {
      grid-column: 8 / 11;
      grid-row: 1;
  } */
  .rnpg_footer_copyright_logo {
    display: none;
    margin-right: 5px;
  }
  .rnpg_footer_copyright_logo_sm {
    display: block;
  }
}
/*styles applicable across site*/
@supports (padding: max(0px)) {
  body,
  header,
  footer {
    padding-left: min(0vmin, env(safe-area-inset-left));
    padding-right: min(0vmin, env(safe-area-inset-right));
  }
}
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select,
button {
  transition: all 0.1s;
}

input[type=range]::-moz-range-thumb {
  border: 0 !important;
  outline: 0 !important;
}

.rnpg_body {
  margin: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

/* recommended css code for vue-svgicon */
.svg-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: inherit;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
}

.svg-fill {
  fill: currentColor;
  stroke: none;
}

.svg-up {
  /* default */
  transform: rotate(0deg);
}

.svg-right {
  transform: rotate(90deg);
}

.svg-down {
  transform: rotate(180deg);
}

.svg-left {
  transform: rotate(-90deg);
}

/*links*/
.rnpg_a,
.rnpg_button,
.hooper-navigation button,
.rnpg_a *,
.rnpg_button *,
.hooper-navigation button * {
  text-decoration: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
       user-select: none !important;
  cursor: pointer !important;
  transition: all 0.1s ease;
  border: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.rnpg_a:visited {
  text-decoration: none !important;
}

.rnpg_input {
  max-width: 441px;
  width: 100%;
  border: none;
  padding: 16px !important;
  line-height: 16px !important;
  border-radius: 0;
}

.rnpg_input:focus {
  background-color: #fafafa !important;
}

.rnpg_input::-moz-placeholder {
  color: #999999 !important;
  opacity: 1;
}

.rnpg_input::placeholder {
  color: #999999 !important;
  opacity: 1;
}

.rnpg_input:focus {
  background-color: #fafafa !important;
}

.rnpg_textarea {
  resize: none;
}

.rnpg_search_input_container {
  width: 100%;
  max-width: 473px;
  position: relative;
}

.rnpg_input_arrow {
  position: absolute;
  cursor: pointer;
  top: 22.5px;
  right: 25px;
  transition: all 0.1s ease;
}

.rnpg_input_arrow_rotate {
  transform: rotate(180deg);
}

.rnpg_input_results {
  width: calc(100% - 8px);
  position: absolute;
  z-index: 999;
  top: 48px;
  max-height: 300px;
  overflow-y: auto;
}

.rnpg_input_results_item {
  padding: 16px;
}

.rnpg_input_results_item:hover {
  background-color: rgba(19, 69, 172, 0.1019607843);
}

.rnpg_input_no_results:hover {
  background-color: transparent !important;
}

.rnpg_search_input_container .rnpg_input,
.rnpg_input_results .rnpg_p_lb {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/*default font for text arial*/
.rnpg_h1,
.rnpg_h2,
.rnpg_h3,
.rnpg_h4,
.rnpg_h5,
.rnpg_pricing_cost .rnpg_h1:before,
.rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after,
.rnpg_h6,
.rnpg_h7,
.rnpg_p_lb,
.rnpg_p_pb,
.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after,
.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after,
div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after,
.rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before,
.rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before,
.rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before,
.rnpg_p_sb,
.rnpg_40x_text {
  font-family: Arial;
  margin: 0;
  padding: 0;
}

/*default font-weight for headings bold*/
.rnpg_h1,
.rnpg_h2,
.rnpg_h3,
.rnpg_h4,
.rnpg_h5,
.rnpg_pricing_cost .rnpg_h1:before,
.rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after,
.rnpg_h6,
.rnpg_h7,
.rnpg_40x_text {
  font-weight: bold;
}

/*font dimensions for h1-h7*/
.rnpg_h1 {
  font-size: 72px;
  line-height: 92px;
}

.rnpg_h2 {
  font-size: 48px;
  line-height: 72px;
}

.rnpg_h3 {
  font-size: 32px;
  line-height: 50px;
}

.rnpg_h4 {
  font-size: 24px;
  line-height: 38px;
}

.rnpg_h5, .rnpg_pricing_cost .rnpg_h1:before, .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after {
  font-size: 20px;
  line-height: 32px;
}

.rnpg_h6 {
  font-size: 16px;
  line-height: 24px;
}

.rnpg_h7 {
  font-size: 14px;
  line-height: 22px;
}

/*font dimensions for large-body - small-body text*/
.rnpg_p_lb {
  font-size: 16px;
  line-height: 28px;
}

.rnpg_p_pb, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after,
.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before,
.rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before {
  font-size: 14px;
  line-height: 22px;
}

.rnpg_p_sb {
  font-size: 12px;
  line-height: 18px;
}

/*font dimensions for 403/404 error text*/
.rnpg_40x_text {
  font-size: 190px;
  line-height: 212px;
}

/*class for oswald-light text*/
.rnpg_text_oswald {
  font-family: "Oswald" !important;
  font-weight: 100 !important;
}

/*colour options for text*/
.rnpg_text_blue, .rnpg_white_button .rnpg_rectangle_button, .rnpg_white_button .rnpg_rounded_button, .rnpg_border_button .rnpg_rectangle_button, .rnpg_border_button .rnpg_rounded_button {
  color: #1345ac;
}

.rnpg_text_navy {
  color: #04042a;
}

.rnpg_text_darker_grey {
  color: #202020;
}

.rnpg_text_dark_grey, .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after {
  color: #999999;
}

.rnpg_text_red {
  color: #ef6966;
}

.rnpg_text_orange {
  color: #fda400;
}

.rnpg_text_green {
  color: #76dc7c;
}

/*background colours used throughout site*/
.rnpg_bg_blue, .rnpg_underline_blue:after, .rnpg_blue_button .rnpg_rectangle_button, .rnpg_blue_button .rnpg_rounded_button {
  background-color: #1345ac;
}

.rnpg_bg_light_blue {
  background-color: rgba(27, 93, 228, 0.0784313725);
}

.rnpg_bg_light_blue_hover:hover, .rnpg_rounded_button:hover {
  background-color: rgba(27, 93, 228, 0.2509803922);
}

.rnpg_bg_green, .rnpg_underline_green_hover:hover:after,
.rnpg_underline_green_hover:active:after,
.rnpg_underline_green_hover:focus:after,
.rnpg_underline_green:after, .rnpg_green_button .rnpg_rectangle_button, .rnpg_green_button .rnpg_rounded_button {
  background-color: #76dc7c;
}

.rnpg_bg_navy, .rnpg_navy_button .rnpg_rectangle_button, .rnpg_navy_button .rnpg_rounded_button {
  background-color: #04042a;
}

.rnpg_bg_indigo {
  background-color: #141e6a;
}

.rnpg_bg_ruby, .rnpg_underline_ruby:after {
  background-color: #ce027c;
}

.rnpg_bg_violet {
  background-color: #5309c3;
}

.rnpg_bg_darkest_grey {
  background-color: #1c1c1c;
}

.rnpg_bg_darker_grey {
  background-color: #202020;
}

.rnpg_bg_dark_grey {
  background-color: #999999;
}

.rnpg_bg_grey {
  background-color: #f5f5f5;
}

.rnpg_bg_light_grey {
  background-color: #fafafa;
}

.rnpg_bg_lighter_grey {
  background-color: #fafbfc;
}

.rnpg_bg_orange {
  background-color: #fda400;
}

.rnpg_bg_red {
  background-color: #ef6966;
}

.rnpg_bg_light_green {
  background-color: #def9e3;
}

.rnpg_bg_light_red {
  background-color: #ffe0df;
}

/*element borders*/
.rnpg_border_blue, .rnpg_border_button .rnpg_rectangle_button, .rnpg_border_button .rnpg_rounded_button {
  border: 2px solid #1345ac !important;
}

.rnpg_border_blue_darken:active {
  border: 2px solid #0f378a !important;
}

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

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

.rnpg_border_green {
  border: 1px solid #76dc7c !important;
}

.rnpg_divider_line {
  border-top: 1px solid #e8e8e8 !important;
  height: 0px;
}

/*animations and special conditions for buttons*/
.rnpg_move_up,
.rnpg_move_up * {
  display: inline-table !important;
}

.rnpg_move_up:hover,
.rnpg_move_up:active {
  margin-top: -5px;
  margin-bottom: 5px;
}

.rnpg_vue_darken,
.rnpg_darken:hover,
.rnpg_header_error .rnpg_h6:hover,
.rnpg_navy_button .rnpg_rectangle_button:hover,
.rnpg_navy_button .rnpg_rounded_button:hover,
.rnpg_darken:active,
.rnpg_header_error .rnpg_h6:active,
.rnpg_navy_button .rnpg_rectangle_button:active,
.rnpg_navy_button .rnpg_rounded_button:active {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
}

.rnpg_vue_text_blue_darken,
.rnpg_text_blue_darken:active,
.rnpg_white_button .rnpg_rectangle_button:active,
.rnpg_white_button .rnpg_rounded_button:active,
.rnpg_text_blue_darken:focus,
.rnpg_white_button .rnpg_rectangle_button:focus,
.rnpg_white_button .rnpg_rounded_button:focus {
  color: #0f378a;
}

.rnpg_darken_bg_blue:active, .rnpg_rounded_button:active, .rnpg_blue_button .rnpg_rectangle_button:active {
  background-color: #0f378a;
}

.rnpg_darken_bg_green:active, .rnpg_green_button .rnpg_rectangle_button:active, .rnpg_green_button .rnpg_rounded_button:active {
  background-color: #5eb063;
}

.rnpg_vue_fade,
.rnpg_fade:active,
.rnpg_fade:focus,
.rnpg_logo_fade:hover {
  opacity: 0.9;
}

.rnpg_input_error,
.rnpg_input_success {
  opacity: 0.5;
}

.rnpg_disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/*pseudo-element setup*/
.rnpg_underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.rnpg_underline:after {
  content: "";
  display: block;
  height: 22.2222%;
  min-height: 7px;
  border-radius: 999px;
  position: absolute;
  top: 61.65%;
  right: 2%;
  left: 2%;
  transition: all 0.1s ease;
  z-index: -1;
}

.rnpg_h7 .rnpg_underline:after,
.rnpg_h7.rnpg_underline:after,
.rnpg_h6 .rnpg_underline:after,
.rnpg_h6.rnpg_underline:after {
  top: 50%;
  right: 1%;
  left: 1%;
  opacity: 0.5;
}

.rnpg_underline_green_hover:before,
.rnpg_underline_green_hover:after {
  display: none;
  transition: all 0.1s ease;
}

.rnpg_underline_green_hover:hover:after,
.rnpg_underline_green_hover:active:after,
.rnpg_underline_green_hover:focus:after,
.rnpg_underline_green:after {
  display: block;
  opacity: 0.5;
}

.rnpg_underline_blue:after {
  opacity: 0.9;
}

.rnpg_underline_ruby:after {
  opacity: 0.6;
}

/*top margins*/
.rnpg_margin_top_xs {
  margin-top: 10px;
}

.rnpg_margin_top_sm {
  margin-top: 20px;
}

.rnpg_margin_top_md {
  margin-top: 40px;
}

.rnpg_margin_top_lg {
  margin-top: 80px;
}

.rnpg_margin_top_xl {
  margin-top: 100px;
}

.rnpg_social_list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.rnpg_social {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rnpg_social:first-child {
  margin-left: 0;
}

.rnpg_social:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}

.rnpg_social .rnpg_a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

/*container queries*/
@container (max-width: 1599px) {
  .rnpg_section {
    padding: 0 20px;
  }
}
@container (max-width: 767px) {
  .rnpg_search_input_container .rnpg_input_arrow {
    top: 18px;
    right: 21px;
  }
  .rnpg_input_results {
    top: 42px;
  }
  /*font dimensions for h1-h7*/
  .rnpg_h1 {
    font-size: 48px;
    line-height: 72px;
  }
  .rnpg_h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .rnpg_h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .rnpg_h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .rnpg_h5, .rnpg_pricing_cost .rnpg_h1:before, .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after {
    font-size: 16px;
    line-height: 24px;
  }
  .rnpg_h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .rnpg_h7 {
    font-size: 12px;
    line-height: 18px;
  }
  /*font dimensions for large-body - small-body text*/
  .rnpg_p_lb {
    font-size: 14px;
    line-height: 22px;
  }
  .rnpg_p_pb, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after,
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before {
    font-size: 12px;
    line-height: 18px;
  }
  .rnpg_p_sb {
    font-size: 10px;
    line-height: 11px;
  }
  .rnpg_40x_text {
    font-size: 150px;
    line-height: 120px;
  }
  .rnpg_margin_top_sm {
    margin-top: 10px;
  }
  .rnpg_margin_top_md {
    margin-top: 20px;
  }
  .rnpg_margin_top_lg {
    margin-top: 40px;
  }
  .rnpg_margin_top_xl {
    margin-top: 80px;
  }
  .rnpg_input {
    padding: 13px 16px !important;
  }
}
@container (max-width: 539px) {
  .rnpg_40x_text {
    font-size: 111px;
    line-height: 85px;
  }
  .rnpg_error_lg {
    position: absolute;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
    pointer-events: none;
  }
  .rnpg_error_sm {
    display: none;
    position: static;
    visibility: visible;
    -webkit-user-select: none;
    -moz-user-select: auto;
         user-select: auto;
    pointer-events: auto;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_h1 {
    font-size: 48px;
    line-height: 72px;
  }
  .rnpg_h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .rnpg_h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .rnpg_h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .rnpg_h5, .rnpg_pricing_cost .rnpg_h1:before, .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after {
    font-size: 16px;
    line-height: 24px;
  }
  .rnpg_h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .rnpg_h7 {
    font-size: 12px;
    line-height: 18px;
  }
  /*font dimensions for large-body - small-body text*/
  .rnpg_p_lb {
    font-size: 14px;
    line-height: 22px;
  }
  .rnpg_p_pb, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after,
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before {
    font-size: 12px;
    line-height: 18px;
  }
  .rnpg_p_sb {
    font-size: 10px;
    line-height: 11px;
  }
  .rnpg_40x_text {
    font-size: 150px;
    line-height: 120px;
  }
  .rnpg_margin_top_sm {
    margin-top: 10px;
  }
  .rnpg_margin_top_md {
    margin-top: 20px;
  }
  .rnpg_margin_top_lg {
    margin-top: 40px;
  }
  .rnpg_margin_top_xl {
    margin-top: 80px;
  }
}
#rnpg_testimonials {
  height: 451px;
}

#rnpg_testimonials * {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transition: unset;
}

.rnpg_testimonials_inner {
  position: relative;
  display: flex;
  flex-direction: row;
}

.rnpg_testimonial_slide {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.rnpg_testimonial_slide * {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.hooper {
  width: 100%;
}

.hooper-track {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.hooper-slide {
  list-style-type: none;
  flex-shrink: 0;
}

.hooper-liveregion {
  display: none;
}

.rnpg_testimonial_slide_text {
  width: 50%;
  margin: auto 100px;
  padding-left: 80px;
  transition: unset;
  position: relative;
}

.rnpg_testimonial_slide_image_container {
  width: 40%;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 5;
}

.rnpg_testimonial_slide_image_container .hooper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.rnpg_testimonial_slide_image_container .hooper-slide {
  width: 701px;
  height: 451px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.rnpg_testimonial_slide_image {
  width: 420px;
  height: auto;
  pointer-events: none;
}

.rnpg_testimonial_slide_text_container {
  min-width: 721px;
  width: 100%;
}

.rnpg_testimonial_slide_text_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: unset;
}

.hooper-slide:not(.is-current) .rnpg_testimonial_slide_text_inner {
  display: none;
}

.rnpg_testimonial_slide_text_quote {
  position: absolute;
  top: -6px;
}

.rnpg_testimonial_slide_text_quote:first-child {
  left: 7px;
}

.rnpg_testimonial_slide_text_quote:nth-child(2) {
  left: 30px;
}

.rnpg_testimonial_slide_text .rnpg_h5, .rnpg_testimonial_slide_text .rnpg_pricing_cost .rnpg_h1:before, .rnpg_pricing_cost .rnpg_testimonial_slide_text .rnpg_h1:before, .rnpg_testimonial_slide_text .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after, .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_testimonial_slide_text .rnpg_h1:after {
  font-weight: normal;
  position: relative;
}

.rnpg_testimonial_slide_text .rnpg_h6 {
  font-size: 18px;
  line-height: 24px;
}

.rnpg_testimonial_slide_text .rnpg_p_lb {
  padding-top: 5px;
}

.hooper-navigation {
  width: 56px;
  position: absolute;
  z-index: 999;
  top: 300px;
  left: 90%;
}

.hooper-navigation button {
  background-color: transparent;
  color: transparent;
  border: none;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 13px;
  transition: all 0.1s ease !important;
}

.hooper-navigation button:active {
  filter: brightness(90%);
}

.hooper-navigation svg {
  display: none;
}

.hooper-prev {
  background-image: url("./_assets/landing/button-arrow-white.svg");
  transform: rotate(180deg);
  margin-right: 20px;
}

.hooper-prev:hover,
.hooper-prev:active {
  transform: translateX(-5px) rotate(180deg);
}

.hooper-next {
  background-image: url("./_assets/landing/button-arrow-white.svg");
}

.hooper-next:hover,
.hooper-next:active {
  transform: translateX(5px);
}

@container (max-width: 1899px) {
  #rnpg_testimonials * {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .rnpg_testimonials_inner {
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .rnpg_testimonial_slide {
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  .rnpg_testimonial_slide * {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .rnpg_testimonial_slide_image_container {
    max-width: 701px;
    width: 100%;
    overflow: hidden;
  }
  .rnpg_testimonial_slide_text_container {
    min-width: 721px;
    height: auto;
    width: 100%;
  }
  .rnpg_testimonial_slide_text {
    margin: auto 100px;
    padding-left: 80px;
    transition: unset;
    position: relative;
  }
  .rnpg_testimonial_slide_text_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: unset;
  }
}
@container (max-width: 1599px) {
  #rnpg_testimonials {
    height: auto;
    padding: 0;
  }
  .rnpg_testimonials_inner {
    flex-direction: column;
    align-items: center;
  }
  .rnpg_testimonial_slide_image_container {
    max-width: unset;
    width: 100%;
  }
  .rnpg_testimonial_slide_text_container {
    min-width: unset;
  }
  .rnpg_testimonial_slide_text_inner {
    height: 237px;
  }
  .rnpg_testimonial_slide_text {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
  .rnpg_testimonial_slide_text .hooper {
    width: auto;
  }
  .hooper-navigation {
    position: static;
    margin: 40px auto;
  }
  .hooper-track {
    height: auto;
  }
}
@container (max-width: 1199px) {
  #rnpg_testimonials {
    padding: 0;
  }
  .rnpg_testimonial_slide_text_container {
    width: 100%;
    max-width: 100%;
    max-height: 451px;
    justify-content: center;
  }
  .rnpg_testimonial_slide_text_inner {
    height: 269px;
  }
  .rnpg_testimonial_slide_text {
    width: auto;
    max-width: unset;
    flex-shrink: 1;
    margin: auto 160px auto 80px;
  }
}
@container (max-width: 991px) {
  .rnpg_testimonial_slide_text_inner {
    height: 301px;
  }
  .rnpg_testimonial_slide_text {
    margin: 0 100px 0 40px;
  }
}
@container (max-width: 767px) {
  .rnpg_testimonial_slide {
    flex-direction: column;
    justify-content: flex-start;
  }
  .rnpg_testimonial_slide_text_inner {
    height: 277px;
  }
  .rnpg_testimonial_slide_text_quote {
    width: 20px;
    height: 20px;
    top: 0px;
  }
  .rnpg_testimonial_slide_text_quote:first-child {
    left: 36px;
  }
  .rnpg_testimonial_slide_text_quote:nth-child(2) {
    left: 59px;
  }
  .rnpg_testimonial_slide_text {
    padding: 40px 0 0px 40px;
    height: auto;
    justify-content: flex-start;
  }
}
@container (max-width: 539px) {
  #rnpg_testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rnpg_testimonials_inner {
    width: 100%;
  }
  .rnpg_testimonial_slide_image_container .hooper-slide {
    height: 268px;
  }
  .rnpg_testimonial_slide_image {
    width: 280px;
  }
  .rnpg_testimonial_slide_text_inner {
    height: 325px;
  }
  .rnpg_testimonial_slide_text {
    width: auto;
    margin: auto 20px auto 0px;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_testimonial_slide {
    flex-direction: column;
    justify-content: flex-start;
  }
  .rnpg_testimonial_slide_image_center {
    width: 540px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .rnpg_testimonial_slide_text_inner {
    height: 181px;
  }
  .rnpg_testimonial_slide_text .rnpg_h5:before, .rnpg_testimonial_slide_text .rnpg_pricing_cost .rnpg_h1:before, .rnpg_pricing_cost .rnpg_testimonial_slide_text .rnpg_h1:before,
  .rnpg_testimonial_slide_text .rnpg_h5:after,
  .rnpg_testimonial_slide_text .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after,
  .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_testimonial_slide_text .rnpg_h1:after {
    width: 20px;
    height: 20px;
    background-size: contain;
    top: -30px;
  }
  .rnpg_testimonial_slide_text:before {
    left: 36px;
  }
  .rnpg_testimonial_slide_text:after {
    left: 59px;
  }
  .rnpg_testimonial_slide_text {
    padding: 40px 0 40px 40px;
    justify-content: flex-start;
  }
}
#rnpg_banner {
  background-image: linear-gradient(100deg, rgba(24, 4, 192, 0.6) 1%, rgba(248, 83, 75, 0.6) 23%, rgba(250, 98, 98, 0.6) 52%, rgba(23, 43, 148, 0.6) 71%, rgba(105, 25, 254, 0.6) 97%);
  background-size: cover;
  z-index: 0;
}

.rnpg_banner_inner {
  padding-top: 240px;
  padding-bottom: 159px;
  max-width: 1020px;
}

.rnpg_banner_inner_no_signup {
  margin-top: 114px;
  margin-bottom: 168px;
  max-width: 1020px;
}

.rnpg_banner_text {
  max-width: 591px;
}

.rnpg_banner_text .rnpg_h1 .rnpg_underline:after {
  top: 67.15%;
  left: 1%;
  right: 1%;
}

.rnpg_banner_widget_container {
  width: calc(100% - 40px);
  max-width: 350px;
  height: auto;
  min-height: 650px;
  bottom: -55px;
  box-shadow: -1px 12px 21px 6px rgba(63, 92, 151, 0.08);
}

.rnpg_how_it_works_inner,
.rnpg_why_routenote_inner,
.rnpg_partners_inner,
.rnpg_faqs_inner {
  max-width: 1020px;
  padding: 100px 0;
}

.rnpg_how_it_works_inner .rnpg_p_lb,
.rnpg_why_routenote_inner .rnpg_p_lb,
.rnpg_partners_inner .rnpg_p_lb,
.rnpg_faqs_inner .rnpg_p_lb {
  max-width: 671px;
}

.rnpg_how_it_works_step {
  width: 261px;
}

.rnpg_how_it_works_number {
  top: -10px;
  left: 47px;
}

.rnpg_how_it_works_dash_sm {
  display: none !important;
}

.rnpg_why_routenote_node {
  width: 261px;
  box-shadow: -1px 12px 21px rgba(19, 69, 172, 0.0784313725);
  padding: 40px 30px 35px 30px;
}

.rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-last-child(-n+3) {
  margin-top: 20px;
}

.rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-child(3n-1) {
  transition-delay: 0.3s;
}

.rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-child(3n) {
  transition-delay: 0.6s;
}

.rnpg_section .rnpg_h3:nth-last-child(2) {
  max-width: 751px;
}

#rnpg_partners_card {
  border-left: 30px solid #1345ac;
  max-width: 910px;
  padding: 40px;
  box-shadow: 11px 11px 21px 6px rgba(19, 69, 172, 0.05);
  opacity: 0;
  animation: 1s rnpg_card_fade_in forwards;
}

@keyframes rnpg_card_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#rnpg_partners_card_modal {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0;
  z-index: 9999;
}

.rnpg_partners_card_modal_inner {
  padding: 20px;
}

.rnpg_partners_card_text {
  max-width: 703px;
}

.rnpg_partners_card_text .rnpg_p_lb {
  max-width: unset;
}

.rnpg_partners_card_cross {
  top: 15px;
  right: 15px;
}

.rnpg_partners_card_logo {
  max-width: 419px;
}

.rnpg_partners_filter_logo {
  transition: 0.1s all ease;
}

.rnpg_partners_filter_logo:hover,
.rnpg_partners_filter_logo_selected {
  box-shadow: -1px 12px 21px 6px rgba(63, 92, 151, 0.08);
}

.rnpg_faqs_container {
  max-width: 725px;
}

.rnpg_footer_inner {
  width: calc(100% - 40px);
  max-width: 1020px;
}

@container (max-width: 1199px) {
  .rnpg_banner_text {
    max-width: 569px;
  }
  .rnpg_banner_inner_no_signup {
    margin: 0 !important;
    padding: 20px;
    padding-bottom: 100px;
    padding-top: 100px;
    max-width: 1020px;
  }
  .rnpg_banner_text svg {
    width: 569px !important;
  }
  .rnpg_why_routenote_nodes {
    max-width: 662px;
  }
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-last-child(-n+3) {
    margin-top: 0px;
  }
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-child(3n-1) {
    transition-delay: 0s;
  }
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-child(3n) {
    transition-delay: 0s;
  }
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-last-child(-n+4) {
    margin-top: 20px;
  }
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-child(2n) {
    transition-delay: 0.3s;
  }
  #rnpg_partners_card {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
    border-left: 30px solid #1345ac;
    max-width: unset;
    width: auto !important;
    padding: 40px;
    box-shadow: 11px 11px 21px 6px rgba(19, 69, 172, 0.05);
  }
  .rnpg_partners_card_logo {
    max-width: unset;
    width: auto !important;
  }
  .rnpg_partners_card_text {
    margin-top: 20px;
  }
  .rnpg_partners_inner .rnpg_partners_filter_tab {
    width: 816px;
  }
}
@container (max-width: 991px) {
  #rnpg_banner {
    background-position: 35%;
  }
  .rnpg_banner_inner {
    padding-top: 200px;
    /* 
    padding-bottom: 0; */
    margin-bottom: -80px;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .rnpg_banner_text {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .rnpg_banner_text * {
    text-align: center;
  }
  .rnpg_banner_text .rnpg_h1 {
    justify-content: center !important;
  }
  .rnpg_banner_widget_container {
    margin-top: 80px;
    position: static !important;
  }
  .rnpg_how_it_works_steps {
    flex-direction: column !important;
  }
  .rnpg_how_it_works_step {
    max-width: 303px;
  }
  .rnpg_how_it_works_dash_lg {
    display: none !important;
  }
  .rnpg_how_it_works_dash_sm {
    display: block !important;
    border-radius: 999px;
    margin: 20px 0;
  }
  .rnpg_partners_inner .rnpg_partners_filter_tab {
    width: 612px;
  }
}
@container (max-width: 767px) {
  #rnpg_banner {
    background-image: linear-gradient(100deg, rgba(24, 4, 192, 0.6) 1%, rgba(248, 83, 75, 0.6) 23%, rgba(250, 98, 98, 0.6) 52%, rgba(23, 43, 148, 0.6) 71%, rgba(105, 25, 254, 0.6) 97%);
    background-position: 0 80px;
  }
  .rnpg_banner_inner_no_signup {
    margin: 0 !important;
    padding: 20px;
    padding-bottom: 100px;
    padding-top: 80px;
    max-width: 1020px;
  }
  .rnpg_banner_inner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .rnpg_banner_text .rnpg_h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .rnpg_banner_text svg {
    width: 100% !important;
  }
  .rnpg_banner_widget_container {
    margin-top: 40px;
    width: 100%;
  }
  .rnpg_how_it_works_inner,
  .rnpg_why_routenote_inner,
  .rnpg_partners_inner,
  .rnpg_faqs_inner {
    padding: 80px 0;
  }
  .rnpg_how_it_works_inner .rnpg_h4 {
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }
  .rnpg_how_it_works_inner .rnpg_h5, .rnpg_how_it_works_inner .rnpg_pricing_cost .rnpg_h1:before, .rnpg_pricing_cost .rnpg_how_it_works_inner .rnpg_h1:before, .rnpg_how_it_works_inner .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after, .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_how_it_works_inner .rnpg_h1:after,
  .rnpg_why_routenote_inner .rnpg_h5,
  .rnpg_why_routenote_inner .rnpg_pricing_cost .rnpg_h1:before,
  .rnpg_pricing_cost .rnpg_why_routenote_inner .rnpg_h1:before,
  .rnpg_why_routenote_inner .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after,
  .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_why_routenote_inner .rnpg_h1:after {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .rnpg_how_it_works_inner .rnpg_p_pb, .rnpg_how_it_works_inner .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:after, .rnpg_how_it_works_inner div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:after, .rnpg_how_it_works_inner .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_earn_more_with_inner .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_how_it_works_inner .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_how_it_works_inner .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:before {
    font-size: 14px;
    line-height: 22px;
  }
  .rnpg_how_it_works_steps {
    width: 100%;
  }
  .rnpg_how_it_works_number {
    width: 20px !important;
    height: 20px !important;
    left: calc(50% - 69px);
  }
  .rnpg_how_it_works_step,
  .rnpg_how_it_works_step .rnpg_p_pb,
  .rnpg_how_it_works_step .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after,
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_how_it_works_step .rnpg_h3.rnpg_text_oswald:after,
  .rnpg_how_it_works_step div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after,
  div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_how_it_works_step .rnpg_h3.rnpg_text_oswald:after,
  .rnpg_how_it_works_step .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_earn_more_with_inner .rnpg_how_it_works_step .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_how_it_works_step .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner .rnpg_how_it_works_step .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_how_it_works_step .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_price_comparison_inner .rnpg_how_it_works_step .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_why_routenote_nodes,
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node {
    max-width: unset;
    width: 100%;
  }
  .rnpg_why_routenote_nodes {
    justify-content: center !important;
  }
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node {
    margin-top: 20px;
  }
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node:first-child {
    margin-top: 0px;
  }
  .rnpg_why_routenote_nodes .rnpg_why_routenote_node:nth-child(2n) {
    transition-delay: 0s;
  }
  .rnpg_why_routenote_node .rnpg_p_pb, .rnpg_why_routenote_node .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:after, .rnpg_why_routenote_node div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:after, .rnpg_why_routenote_node .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_earn_more_with_inner .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_why_routenote_node .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:before, .rnpg_why_routenote_node .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:before {
    font-size: 14px;
    line-height: 22px;
  }
  #rnpg_partners_card {
    display: none !important;
  }
  #rnpg_partners_card_modal {
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: auto;
         user-select: auto;
    opacity: 1;
  }
  .rnpg_partners_card_cross {
    width: 15px !important;
    height: 15px !important;
    top: 10px;
    right: 10px;
  }
  .rnpg_partners_filter .rnpg_rounded_button.rnpg_a {
    padding: 7px 14px;
    font-size: 12px;
  }
  .rnpg_partners_inner .rnpg_partners_filter_tab {
    width: 444px;
  }
}
@container (max-width: 539px) {
  .rnpg_partners_inner .rnpg_partners_filter_tab {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .rnpg_footer_inner {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .rnpg_footer_inner * {
    text-align: center;
  }
  .rnpg_social {
    margin-top: 10px;
  }
}
@container (max-width: 374px) {
  .rnpg_partners_inner .rnpg_partners_filter_tab {
    width: 250px;
  }
}
@container (max-width: 360px) {
  .rnpg_partners_filter .rnpg_label:nth-child(4) {
    margin-top: 10px;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_header_button {
    display: block !important;
    margin-right: 20px;
  }
  .rnpg_banner_inner {
    padding-top: 320px;
  }
  @container (max-width: 991px) {
    .rnpg_banner_inner {
      padding-top: 160px;
    }
  }
  .rnpg_banner_text .rnpg_h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .rnpg_how_it_works_inner,
  .rnpg_why_routenote_inner,
  .rnpg_partners_inner,
  .rnpg_faqs_inner {
    padding: 80px 0;
  }
  .rnpg_how_it_works_inner .rnpg_h4 {
    font-size: 24px;
    line-height: 38px;
  }
  .rnpg_how_it_works_inner .rnpg_p_pb, .rnpg_how_it_works_inner .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:after, .rnpg_how_it_works_inner div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:after, .rnpg_how_it_works_inner .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_earn_more_with_inner .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_how_it_works_inner .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_how_it_works_inner .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner .rnpg_how_it_works_inner .rnpg_h3.rnpg_text_oswald:before {
    font-size: 14px;
    line-height: 22px;
  }
  .rnpg_banner_auth_container {
    top: 120px;
  }
  .rnpg_how_it_works_inner .rnpg_h4 {
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }
  .rnpg_how_it_works_inner .rnpg_h5, .rnpg_how_it_works_inner .rnpg_pricing_cost .rnpg_h1:before, .rnpg_pricing_cost .rnpg_how_it_works_inner .rnpg_h1:before, .rnpg_how_it_works_inner .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after, .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_how_it_works_inner .rnpg_h1:after,
  .rnpg_why_routenote_inner .rnpg_h5,
  .rnpg_why_routenote_inner .rnpg_pricing_cost .rnpg_h1:before,
  .rnpg_pricing_cost .rnpg_why_routenote_inner .rnpg_h1:before,
  .rnpg_why_routenote_inner .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after,
  .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_why_routenote_inner .rnpg_h1:after {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .rnpg_how_it_works_step_number {
    width: 20px !important;
    height: 20px !important;
    left: 60px;
  }
  .rnpg_why_routenote_node .rnpg_p_pb, .rnpg_why_routenote_node .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:after, .rnpg_why_routenote_node div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:after, .rnpg_why_routenote_node .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_earn_more_with_inner .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_why_routenote_node .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:before, .rnpg_why_routenote_node .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner .rnpg_why_routenote_node .rnpg_h3.rnpg_text_oswald:before {
    font-size: 14px;
    line-height: 22px;
  }
}
/*section 1 - banner*/
#rnpg_partners_banner {
  background-image: linear-gradient(91deg, rgba(79, 49, 203, 0.6) 15%, rgba(219, 64, 64, 0.6) 41%, rgba(252, 135, 120, 0.6) 74%, rgba(72, 62, 237, 0.6) 95%), url("./_assets/partners/partners-lights-hero.png"), url("./_assets/partners/partners-page-hero-cropped.jpg");
  background-size: cover;
  background-position: center;
}

.rnpg_partners_banner_inner {
  max-width: 1411px;
  width: 100%;
  padding-bottom: 157px;
}

.rnpg_partners_banner_inner .rnpg_p_lb {
  max-width: 703px;
}

/*section 2 - partners*/
.rnpg_partners_team_up_inner {
  max-width: 1020px;
  padding-bottom: 100px;
}

.rnpg_partners_team_up_inner .rnpg_p_lb {
  max-width: 846px;
}

#rnpg_partners_card {
  border-left: 30px solid #1345ac;
  max-width: 910px;
  padding: 40px;
  box-shadow: 11px 11px 21px 6px rgba(19, 69, 172, 0.05);
  opacity: 0;
  animation: 1s rnpg_card_fade_in forwards;
}

#rnpg_partners_card_modal {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0;
  z-index: 9999;
}

.rnpg_partners_card_modal_inner {
  padding: 20px;
}

.rnpg_partners_card_text {
  max-width: 703px;
}

.rnpg_partners_card_cross {
  top: 15px;
  right: 15px;
}

.rnpg_partners_card_logo {
  max-width: 419px;
}

.rnpg_partners_filter_logo {
  transition: 0.1s all ease;
}

.rnpg_partners_filter_logo:hover,
.rnpg_partners_filter_logo_selected {
  box-shadow: -1px 12px 21px 6px rgba(63, 92, 151, 0.08);
}

.rnpg_partners_filter_logo img {
  width: 200px;
  height: 125px;
}

@container (max-width: 1199px) {
  #rnpg_partners_card {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
    border-left: 30px solid #1345ac;
    max-width: unset;
    width: auto !important;
    padding: 40px;
    box-shadow: 11px 11px 21px 6px rgba(19, 69, 172, 0.05);
  }
  .rnpg_partners_card_text {
    margin-top: 20px;
    max-width: unset;
  }
  .rnpg_partners_card_logo {
    justify-content: flex-start !important;
  }
  .rnpg_partners_filter_tab {
    width: 800px;
  }
}
@container (max-width: 991px) {
  .rnpg_partners_filter_container {
    flex-direction: column !important;
    justify-content: start !important;
    align-items: center !important;
  }
  .rnpg_partners_filter_tab {
    width: 600px;
  }
}
@container (max-width: 767px) {
  .rnpg_partners_banner_inner,
  .rnpg_partners_team_up_inner {
    padding-bottom: 80px;
  }
  #rnpg_partners_card {
    display: none !important;
  }
  #rnpg_partners_card_modal {
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: auto;
         user-select: auto;
    opacity: 1;
  }
  .rnpg_partners_card_cross {
    width: 15px !important;
    height: 15px !important;
    top: 10px;
    right: 10px;
  }
  .rnpg_partners_filter .rnpg_rounded_button.rnpg_a {
    padding: 7px 14px;
    font-size: 12px;
  }
  .rnpg_partners_filter_tab {
    width: 444px;
  }
  .rnpg_partners_filter_logo img {
    width: 148px;
    height: 92.5px;
  }
}
@container (max-width: 539px) {
  .rnpg_partners_banner_inner {
    align-items: center !important;
  }
  .rnpg_partners_banner_inner * {
    text-align: center;
  }
  .rnpg_partners_filter_tab {
    width: 375px;
    justify-content: center;
  }
  .rnpg_partners_filter_logo img {
    width: 200px;
    height: 125px;
  }
}
@container (max-width: 374px) {
  .rnpg_partners_filter,
  .rnpg_partners_filter_tab {
    width: 250px;
  }
}
@container (max-width: 360px) {
  .rnpg_partners_filter .rnpg_label:nth-child(4) {
    margin-top: 10px;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_partners_filter_container {
    flex-direction: column !important;
    justify-content: start !important;
    align-items: center !important;
  }
  .rnpg_partners_filter {
    margin-top: 20px;
  }
}
@keyframes rnpg_card_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#rnpg_price_comparison {
  padding: 80px 0px !important;
  background-image: url("./_assets/landing/earnings-background.png"), linear-gradient(-46deg, #2F3FD8 0%, #13039C 50%, #FF0528 100%);
  background-size: cover;
  background-position: center;
}

#rnpg_price_comparison * {
  box-sizing: unset;
}

.rnpg_price_comparison_caption_sm {
  display: none;
}

.rnpg_price_comparison_text {
  padding: 0 20px;
}

.rnpg_price_comparison_inner .rnpg_p_lb {
  width: 1018px;
}

.rnpg_price_comparison_table_container {
  width: calc(100% - 40px);
  padding: 0px 20px;
}

.rnpg_price_comparison_potential_earnings {
  margin-top: 81px;
  width: 147px;
  height: 50px;
  padding-right: 43px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.rnpg_price_comparison_tooltip_container {
  right: 30px;
  top: 28px;
}

.rnpg_price_comparison_tooltip_icon {
  background-color: rgba(255, 255, 255, 0.3490196078);
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

.rnpg_price_comparison_tooltip_icon .rnpg_h7 {
  font-size: 8px;
  line-height: 13px;
}

.rnpg_price_comparison_tooltip {
  width: 334px;
  padding: 17px 23px;
  top: -120px;
  right: -308px;
  z-index: 9999;
}

.rnpg_price_comparison_tooltip_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #1345ac transparent transparent transparent;
  top: 100px;
  left: 53px;
}

.rnpg_price_comparison_slider_container {
  margin: 0px 20px;
}

#rnpg_price_comparison_table {
  grid-template-columns: 0px 235px 235px 174px 174px 0px;
}

.rnpg_price_comparison_cell {
  width: calc(100% - 43px);
  height: 50px;
  padding: 16px 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  transition: all 0.3s ease;
}

.rnpg_price_comparison_cell.rnl-bg-white {
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
}

.rnpg_price_comparison_column_selected .rnpg_price_comparison_cell {
  z-index: 5;
  border-right: 0px;
}

.rnpg_price_comparison_cell .rnpg_p_sb {
  display: none;
}

.rnpg_price_comparison_column.rnpg_border_blue, .rnpg_border_button .rnpg_price_comparison_column.rnpg_rectangle_button, .rnpg_border_button .rnpg_price_comparison_column.rnpg_rounded_button,
.rnpg_price_comparison_column.rnpg_border_green {
  border: 0 !important;
}

.rnpg_price_comparison_column.rnpg_border_blue:after, .rnpg_border_button .rnpg_price_comparison_column.rnpg_rectangle_button:after, .rnpg_border_button .rnpg_price_comparison_column.rnpg_rounded_button:after,
.rnpg_price_comparison_column.rnpg_border_green:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
  z-index: 1;
}

.rnpg_price_comparison_column.rnpg_border_blue:after, .rnpg_border_button .rnpg_price_comparison_column.rnpg_rectangle_button:after, .rnpg_border_button .rnpg_price_comparison_column.rnpg_rounded_button:after {
  background: #1345ac;
}

.rnpg_price_comparison_column.rnpg_border_green:after {
  background: #75dc7c;
}

.rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before {
  content: "$";
  position: absolute;
  top: 4px;
  left: -8px;
}

.rnpg_price_comparison_cell.rnpg_tunecore_cell {
  border-left: 1px solid #F5F5F5;
}

.rnpg_price_comparison_cell.rnpg_premium_cell {
  border-left: 0;
  border-right: 1px solid #FFFFFF;
}

.rnpg_price_comparison_years:before {
  display: none;
}

@container (max-width: 1199px) {
  .rnpg_price_comparison_inner .rnpg_h2 {
    width: auto;
  }
  .rnpg_price_comparison_inner .rnpg_p_lb {
    width: auto;
  }
  .rnpg_price_comparison_potential_earnings {
    width: 167px;
    padding-right: 23px;
  }
  .rnpg_price_comparison_tooltip_container {
    right: 20px;
    top: 33px;
  }
}
@container (max-width: 1059px) {
  .rnpg_price_comparison_potential_earnings {
    display: none !important;
  }
  .rnpg_price_comparison_cell .rnpg_p_sb {
    display: block;
  }
  .rnpg_price_comparison_column .rnpg_price_comparison_cell:first-child {
    height: 68px;
  }
}
@container (max-width: 991px) {
  #rnpg_price_comparison_table {
    grid-template-columns: 0px 193px 193px 161px 161px 0px;
  }
}
@container (max-width: 767px) {
  /* .rnpg_price_comparison_inner .rnpg_h2 {
      width: 452px;
  } */
  .rnpg_price_comparison_sliders_aligner {
    flex-direction: column !important;
  }
  .rnpg_price_comparison_sliders {
    flex-direction: column !important;
  }
  .rnpg_price_comparison_caption_sm {
    display: block;
  }
  .rnpg_price_comparison_caption_lg {
    display: none;
  }
  .rnpg_price_comparison_slider_container {
    margin: 10px;
    margin-bottom: 0px;
  }
  .rnpg_price_comparison_slider_container:first-child {
    margin-right: 5px;
  }
  .rnpg_price_comparison_slider_container:last-child {
    margin-left: 5px;
  }
  .rnpg_price_comparison_table_container {
    width: 100%;
    padding: 0px;
  }
  .rnpg_price_comparison_swipe {
    display: flex !important;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
  .rnpg_price_comparison_swipe input[type=range] {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 190px;
    height: 4px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5019607843);
  }
  input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: var(--progress-thumb-width);
    height: 4px;
    border-radius: 3px;
    background-color: #FFFFFF;
  }
  input[type=range]::-moz-range-thumb {
    width: var(--progress-thumb-width);
    height: 4px;
    border-radius: 3px;
    background-color: #FFFFFF;
  }
  input[type=range]::-ms-thumb {
    width: var(--progress-thumb-width);
    height: 4px;
    border-radius: 3px;
    background-color: #FFFFFF;
  }
  #rnpg_price_comparison_table {
    grid-template-columns: 20px 178px 178px 178px 178px 20px;
    overflow-x: scroll;
    overflow-y: visible;
    height: 261px;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    cursor: pointer;
    margin: auto;
  }
  #rnpg_price_comparison_table:active {
    cursor: grabbing;
  }
  #rnpg_price_comparison_table::-webkit-scrollbar {
    display: none;
  }
  .rnpg_price_comparison_sliders .rnpg_h6:first-child {
    margin-top: 0px;
  }
  .rnpg_price_comparison_cell {
    width: calc(100% - 41.5px);
    height: 42px;
    padding: 20px;
  }
  .rnpg_price_comparison_cell svg {
    width: 100% !important;
    max-width: 99px;
    height: auto !important;
  }
  .rnpg_price_comparison_column .rnpg_price_comparison_cell:first-child {
    height: 50px;
  }
}
@container (max-width: 539px) {
  /* .rnpg_price_comparison_inner .rnpg_h2 {
      width: 280px;
  } */
  #rnpg_price_comparison_table {
    grid-template-columns: 20px 140px 140px 140px 140px 20px;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_price_comparison_column .rnpg_price_comparison_cell:first-child {
    height: 50px;
  }
}
.rnpg_home_signup_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}

.rnpg_home_signup_inner .rnpg_home_button {
  padding: 0;
  height: unset;
}

@container (max-width: 991px) {
  #rnpg_home_signup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rnpg_home_signup_inner {
    max-width: 713px;
  }
}
@container (max-width: 767px) {
  .rnpg_home_signup_inner {
    max-width: 485px;
  }
}
#rnpg_email {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.rnpg_email_inner,
.rnpg_email_sent_inner {
  max-width: 1232px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.rnpg_email_input_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rnpg_email_input_container .rnpg_input {
  margin-right: 20px;
}

.rnpg_email_input_container .rnpg_input,
.rnpg_email_input_container .rnpg_home_button {
  flex-shrink: 0;
}

.rnpg_email_input_container .rnpg_home_button {
  margin-left: 0px;
}

#rnpg_email .rnpg_p_sb {
  width: 617px;
}

.rnpg_email_disclaimer_sm {
  display: none;
}

.rnpg_error_sm {
  position: absolute;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}

.rnpg_email_sent_inner .rnpg_rectangle_button, .rnpg_email_sent_inner .rnpg_rounded_button {
  margin-top: 20px;
}

@container (max-width: 1199px) {
  .rnpg_email_inner,
  .rnpg_email_sent_inner {
    max-width: 937px;
  }
}
@container (max-width: 991px) {
  .rnpg_email_inner,
  .rnpg_email_sent_inner {
    max-width: 713px;
  }
}
@container (max-width: 767px) {
  #rnpg_email {
    padding-bottom: 80px;
  }
  .rnpg_email_inner,
  .rnpg_email_sent_inner {
    max-width: 485px;
  }
  .rnpg_email_input_container .rnpg_input {
    flex-shrink: unset;
  }
  #rnpg_email .rnpg_p_sb {
    width: 485px;
  }
  #rnpg_email .rnpg_rectangle_button, #rnpg_email .rnpg_rounded_button {
    height: 44px;
  }
}
@container (max-width: 539px) {
  .rnpg_email_input_container {
    flex-direction: column;
  }
  .rnpg_email_input_container .rnpg_input {
    max-width: 100%;
    width: -webkit-fill-available;
    margin-right: 0;
  }
  #rnpg_email .rnpg_p_sb {
    transition: unset;
    width: 100%;
  }
  .rnpg_error_lg {
    position: absolute;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
    pointer-events: none;
  }
  .rnpg_error_sm {
    display: block;
    position: static;
    visibility: visible;
    -webkit-user-select: none;
    -moz-user-select: auto;
         user-select: auto;
    pointer-events: auto;
  }
  .rnpg_email_inner .rnpg_rectangle_button, .rnpg_email_inner .rnpg_rounded_button {
    margin-top: 20px;
  }
  #rnpg_email .rnpg_rectangle_button .rnpg_a, #rnpg_email .rnpg_rounded_button .rnpg_a {
    padding: 0px 33px !important;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_email_inner,
  .rnpg_email_sent_inner {
    max-width: 772px;
  }
  #rnpg_email .rnpg_h2 {
    width: 485px;
  }
  #rnpg_email .rnpg_p_sb {
    width: 610px;
  }
}
#rnpg_free_music_dist_banner {
  background-image: linear-gradient(90deg, rgba(67, 43, 212, 0.6509803922) 8%, rgba(253, 88, 88, 0.6509803922) 35%, rgba(198, 125, 109, 0.6509803922) 59%, rgba(97, 63, 205, 0.6509803922) 88%), url("./SEO/_assets/free-music-distribution/free-music-distribution-lights-hero.png"), url("./SEO/_assets/free-music-distribution/free-music-distribution-hero-image.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

#rnpg_free_music_dist_why_choose {
  box-sizing: unset;
}

.rnpg_free_music_dist_banner_inner {
  max-width: 1020px;
  padding-top: 132px;
  padding-bottom: 100px;
}

.rnpg_free_music_dist_upload_music_inner {
  max-width: 1399px;
  padding: 100px 0px;
}

.rnpg_free_music_dist_upload_music_inner .rnpg_h2 {
  max-width: 1020px;
}

.rnpg_free_music_dist_upload_music_inner .rnpg_p_lb {
  max-width: 845px;
}

.rnpg_free_music_dist_upload_music_sub_text {
  max-width: 532px;
}

.rnpg_free_music_dist_spotify_youtube_inner,
.rnpg_free_music_dist_why_choose_inner,
.rnpg_free_music_dist_questions_inner {
  max-width: 1020px;
  padding: 100px 0;
}

.rnpg_free_music_dist_spotify_youtube_box,
.rnpg_free_music_dist_questions_box {
  max-width: 436px;
}

.rnpg_free_music_dist_spotify_youtube_box .rnpg_h4 {
  max-width: 321px;
}

.rnpg_free_music_dist_spotify_youtube_inner .rnpg_a svg,
.rnpg_free_music_dist_questions_inner .rnpg_a svg {
  margin-left: 5px;
  font-size: 0;
}

.rnpg_free_music_dist_spotify_youtube_inner .rnpg_a:hover svg,
.rnpg_free_music_dist_questions_inner .rnpg_a:hover svg {
  transform: translateX(5px);
}

.rnpg_free_music_dist_questions_inner .rnpg_h4 {
  max-width: 372px;
}

@container (max-width: 1399px) {
  .rnpg_free_music_dist_upload_music_sub {
    flex-direction: column-reverse !important;
  }
  .rnpg_free_music_dist_upload_music_sub * {
    align-items: center !important;
    text-align: center;
  }
  .rnpg_free_music_dist_upload_music_sub_text {
    margin-top: 40px;
  }
}
@container (max-width: 1199px) {
  .rnpg_free_music_dist_banner_inner {
    padding-top: 100px;
  }
}
@container (max-width: 991px) {
  .rnpg_free_music_dist_upload_music_video {
    max-width: 485px;
    max-height: 273px;
  }
  .rnpg_free_music_dist_spotify_youtube_inner,
  .rnpg_free_music_dist_questions_inner {
    flex-direction: column !important;
  }
  .rnpg_free_music_dist_spotify_youtube_box:last-child,
  .rnpg_free_music_dist_questions_box:last-child {
    margin-top: 40px;
  }
}
@container (max-width: 767px) {
  .rnpg_free_music_dist_banner_inner,
  .rnpg_free_music_dist_upload_music_inner,
  .rnpg_free_music_dist_spotify_youtube_inner,
  .rnpg_free_music_dist_why_choose_inner,
  .rnpg_free_music_dist_questions_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .rnpg_free_music_dist_banner_inner {
    justify-content: center !important;
  }
  .rnpg_free_music_dist_banner_inner * {
    text-align: center;
  }
  .rnpg_free_music_dist_spotify_youtube_box:last-child,
  .rnpg_free_music_dist_questions_box:last-child {
    margin-top: 20px;
  }
}
@container (max-width: 539px) {
  .rnpg_free_music_dist_banner_inner * {
    text-align: center;
  }
  .rnpg_free_music_dist_upload_music_video {
    max-width: 280px;
    max-height: 158px;
  }
}
@container screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_free_music_dist_banner_inner,
  .rnpg_free_music_dist_upload_music_inner,
  .rnpg_free_music_dist_spotify_youtube_inner,
  .rnpg_free_music_dist_why_choose_inner,
  .rnpg_free_music_dist_questions_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .rnpg_free_music_dist_spotify_youtube_box:last-child,
  .rnpg_free_music_dist_questions_box:last-child {
    margin-top: 20px;
  }
}
#rnpg_pricing_banner {
  background-image: linear-gradient(66deg, rgba(44, 15, 255, 0.45) 0%, rgba(54, 20, 249, 0.45) 21%, rgba(243, 102, 102, 0.45) 45%, rgba(255, 81, 81, 0.45) 71%, rgba(82, 43, 212, 0.45) 95%), url("/_assets/pricing/pricing-lights-hero.png"), url("/_assets/pricing/pricing-hero.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.rnpg_pricing_options_seo {
  max-width: 844px;
  padding-bottom: 100px;
}

.rnpg_pricing_banner_inner {
  max-width: 1110px;
  padding-bottom: 114px;
}

.rnpg_pricing_banner_inner .rnpg_h1 {
  width: 896px;
}

.rnpg_pricing_comparison_inner {
  max-width: 1266px;
}

.rnpg_pricing_comparison_inner .rnpg_pricing_options {
  transform: translateY(-45px);
  margin-bottom: -45px;
}

.rnpg_pricing_options * {
  box-sizing: unset;
}

.rnpg_pricing_premium_options {
  width: 312px;
  height: 50px;
  border-radius: 9999px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-shadow: 10px 6px 17px rgba(0, 0, 0, 0.0509803922);
}

.rnpg_pricing_premium_option {
  width: 78px;
  height: 100%;
  cursor: pointer;
}

.rnpg_pricing_option_wide.rnpg_pricing_premium {
  padding-bottom: 23px;
}

.rnpg_pricing_premium_option,
.rnpg_pricing_premium_option .rnpg_h7 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rnpg_pricing_premium_option_hover:hover {
  background-color: rgba(118, 220, 124, 0.1019607843);
}

.rnpg_pricing_premium_option_hover:active {
  background-color: rgba(118, 220, 124, 0.2);
}

.rnpg_pricing_premium_option .rnpg_h7 {
  width: 100%;
  height: 34px;
  font-size: 12px;
  border-right: 1px solid #E8E8E8;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.rnpg_pricing_premium_option:last-child .rnpg_h7 {
  border-right: 0px;
}

.rnpg_pricing_cost_post_number {
  height: 76px;
}

.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h7 span {
  transition: unset;
  animation: 0.3s fadeIn forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after {
  content: "*";
  font-weight: 100;
  position: absolute;
  top: 20px;
  right: -8px;
}

#rnpg_pricing_comparison .rnpg_pricing_enterprise .rnpg_pricing_list {
  margin-top: 17px;
}

.rnpg_pricing_options_wide .rnpg_rectangle_button, .rnpg_pricing_options_wide .rnpg_rounded_button {
  width: 151px;
  margin-left: -1px;
}

.rnpg_pricing_options_wide .rnpg_pricing_option:last-child .rnpg_rectangle_button, .rnpg_pricing_options_wide .rnpg_pricing_option:last-child .rnpg_rounded_button {
  width: 158px;
}

.rnpg_pricing_options_wide .rnpg_rectangle_button span, .rnpg_pricing_options_wide .rnpg_rounded_button span {
  margin-left: 1px;
}

.rnpg_pricing_options_wide .rnpg_rectangle_button, .rnpg_pricing_options_wide .rnpg_rounded_button {
  transition: 1s all ease !important;
}

.rnpg_all_access_button_container {
  margin-bottom: 18px;
}

.rnpg_pricing_option_wide {
  width: 312px;
  padding: 20px 50px 40px 50px !important;
}

@container (max-width: 1305px) {
  .rnpg_pricing_options_wide {
    flex-direction: column;
    align-items: center;
  }
  .rnb_pricing_options_wide {
    flex-direction: column;
    align-items: center;
  }
  .rnpg_pricing_options_wide .rnpg_pricing_option {
    transition-delay: 0s;
    height: 690px;
  }
  .rnpg_pricing_options_wide .rnpg_pricing_option_show:nth-child(2),
  .rnpg_pricing_options_wide .rnpg_pricing_option_show:nth-child(3) {
    animation-delay: 0s;
  }
  .rnpg_pricing_options_wide .rnpg_pricing_option:last-child {
    margin-bottom: 0px;
  }
  #rnpg_pricing_comparison .rnpg_pricing_enterprise .rnpg_pricing_list {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@container (max-width: 1199px) {
  .rnpg_pricing_options_wide .rnpg_pricing_option {
    margin-right: 0px;
  }
}
@container (max-width: 991px) {
  .rnpg_pricing_banner_inner .rnpg_h1 {
    width: 100%;
    max-width: 713px;
  }
  .rnpg_pricing_options_wide .rnpg_pricing_option {
    margin-bottom: 20px;
    height: auto;
  }
}
@container (max-width: 767px) {
  .rnpg_pricing_comparison_inner .rnpg_pricing_options {
    transform: translateY(-30px);
    margin-bottom: -30px;
  }
  .rnpg_pricing_premium_option .rnpg_h7 {
    font-size: 10px;
  }
  .rnpg_pricing_premium_options {
    height: 38px;
  }
  .rnpg_pricing_option_wide {
    padding: 10px 20px 20px 20px;
  }
  .rnpg_pricing_cost_post_number {
    height: 64px;
  }
  .rnpg_pricing_options_wide .rnpg_rectangle_button, .rnpg_pricing_options_wide .rnpg_rounded_button {
    width: 141px;
  }
  .rnpg_pricing_options_wide .rnpg_pricing_option:last-child .rnpg_rectangle_button, .rnpg_pricing_options_wide .rnpg_pricing_option:last-child .rnpg_rounded_button {
    width: 147px;
  }
  #rnpg_pricing_comparison .rnpg_pricing_enterprise .rnpg_pricing_list {
    margin-top: 0;
    margin-bottom: 0;
  }
  .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after {
    top: 13px;
    right: -5px;
  }
}
@container (max-width: 539px) {
  .rnpg_pricing_option_wide {
    width: 240px;
  }
  .rnpg_pricing_premium_options {
    width: 251px;
  }
  .rnpg_pricing_premium_option {
    width: 83px;
  }
}
@container screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_pricing_options_wide .rnpg_rectangle_button, .rnpg_pricing_options_wide .rnpg_rounded_button {
    width: 141px;
  }
  .rnpg_pricing_options_wide .rnpg_pricing_option:last-child .rnpg_rectangle_button, .rnpg_pricing_options_wide .rnpg_pricing_option:last-child .rnpg_rounded_button {
    width: 147px;
  }
  #rnpg_pricing_comparison .rnpg_pricing_enterprise .rnpg_pricing_list {
    margin-top: 0;
    margin-bottom: 0;
  }
  .rnpg_pricing_option_wide.rnpg_pricing_premium .rnpg_pricing_cost .rnpg_h1:after {
    top: 13px;
    right: -5px;
  }
}
[data-aos=fade-up]:not(.aos-animate) {
  visibility: hidden;
}

[data-aos=fade-up].aos-animate {
  visibility: visible;
}

.rnpg_home_button {
  height: 50px;
  margin-left: 0;
  padding: 0 32px;
  border: none !important;
}

/*section 1 - banner*/
#rnpg_home_banner {
  height: auto;
  transition: unset;
  position: relative;
}

.rnpg_home_banner_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.rnpg_home_banner_gradient {
  width: 100%;
  height: 100%;
  opacity: 0.45;
  background-image: linear-gradient(90deg, #162dd5 -6%, #c65149 30%, #601ca5 85%, #3c6ff0 120%);
  z-index: 1;
}

.rnpg_home_banner_video_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rnpg_home_banner_video {
  width: 100%;
  min-width: 1494px;
  position: absolute;
  top: -20%;
  min-height: 700px;
}

.rnpg_home_banner_content {
  margin-top: 114px;
  margin-bottom: 168px;
  padding: 0 20px;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rnpg_home_banner_get_started {
  margin-left: 0;
  padding: 0;
}

/*section 2 - countdown*/
#rnpg_home_countdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.rnpg_home_countdown_inner {
  padding: 100px 0;
}

.rnpg_home_countdown_inner,
.rnpg_home_countdown_stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.rnpg_home_countdown_stats_container {
  max-width: 842px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/*section 3 - how it works*/
#rnpg_home_howitworks {
  padding-top: 100px;
}

.rnpg_home_howitworks_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rnpg_home_howitworks_steps {
  max-width: 1021px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.rnpg_home_howitworks_steps > div:nth-child(2) {
  transition-delay: 0.3s;
}

.rnpg_home_howitworks_steps > div:nth-child(3) {
  transition-delay: 0.6s;
}

/*section 4 - partners*/
#rnpg_home_partners {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rnpg_home_partners_inner {
  max-width: 1021px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  padding-bottom: 100px;
}

.rnpg_home_partners_text {
  width: 540px;
}

.rnpg_home_partners_text .rnpg_p_lb {
  width: 428px;
}

.rnpg_home_partners_images {
  margin-top: 20px;
  position: relative;
  left: 20px;
  bottom: 48px;
  height: 344px;
}

.rnpg_home_partners_images * {
  transform: scale(0.82010582);
  position: absolute;
  z-index: 1;
}

.rnpg_home_partners_images img:last-child {
  z-index: 0;
}

.rnpg_home_partners_facebook {
  top: 48px;
  left: 181px;
}

.rnpg_home_partners_soundcloud {
  transition-delay: 0.1s;
  top: 37px;
  left: 537px;
}

.rnpg_home_partners_spotify {
  transition-delay: 0.2s;
  top: 170px;
  left: 376px;
}

.rnpg_home_partners_applemusic {
  transition-delay: 0.3s;
  top: 174px;
  left: 40px;
}

.rnpg_home_partners_youtube {
  transition-delay: 0.4s;
  top: 179px;
  left: 586px;
}

.rnpg_home_partners_pandora {
  transition-delay: 0.5s;
  top: 298px;
  left: 181px;
}

.rnpg_home_partners_deezer {
  transition-delay: 0.6s;
  top: 289px;
  left: 465px;
}

.rnpg_home_partners_images_md,
.rnpg_home_partners_image_small {
  display: none;
}

/*section 6 - pricing*/
#rnpg_pricing {
  margin: 100px 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rnpg_pricing_inner {
  max-width: 1020px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rnpg_pricing_options {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rnpg_pricing_option {
  padding: 20px 35px 40px 35px;
  box-shadow: 17px 22px 51px 7px rgba(19, 69, 172, 0.0509803922);
  border-top: 33px solid;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
}

.rnpg_pricing_option_show {
  animation: pricing_option_slide_up 0.3s ease forwards;
}

@keyframes pricing_option_slide_up {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.rnpg_pricing_option_hide:nth-child(2),
.rnpg_pricing_option_show:nth-child(2) {
  animation-delay: 0.3s;
}

.rnpg_pricing_option_hide:nth-child(3),
.rnpg_pricing_option_show:nth-child(3) {
  animation-delay: 0.6s;
}

.rnpg_pricing_option_hide {
  opacity: 1;
  animation: pricing_option_slide_down 0.3s ease forwards;
}

@keyframes pricing_option_slide_down {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
.rnpg_pricing_guitar,
.rnpg_pricing_cost {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rnpg_pricing_option * {
  padding: 0;
}

.rnpg_pricing_cost .rnpg_h1 {
  position: relative;
  letter-spacing: -4px;
}

.rnpg_pricing_cost .rnpg_h1:before {
  content: "$";
  position: absolute;
  top: 15px;
  left: -12px;
}

.rnpg_pricing_free {
  border-color: #1345ac !important;
}

.rnpg_pricing_premium {
  border-color: #76dc7c !important;
  transition-delay: 0.3s;
}

.rnpg_pricing_enterprise {
  border-color: #04042A;
  transition-delay: 0.6s;
}

.rnpg_pricing_list {
  margin: 0;
}

.rnpg_pricing_list li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.rnpg_pricing_tick {
  margin-right: 20px;
}

.rnpg_pricing_free .rnpg_pricing_list,
.rnpg_pricing_premium .rnpg_pricing_list {
  list-style: none;
  margin: 0;
}

.rnpg_pricing_inner .rnpg_home_button {
  padding: 0 32px;
}

/*section 8 - rn sessions*/
#rnpg_home_rn_sessions {
  display: flex;
  background-color: #141e6a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.rnpg_home_rn_sessions_inner {
  width: 100%;
  max-width: 1021px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.rnpg_home_rn_sessions_inner .rnpg_h2 {
  max-width: 886px;
  width: auto;
}

.rnpg_sessions_text,
.rnpg_sessions_bottom {
  z-index: 1;
}

.rnpg_sessions_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.rnpg_sessions_link_columns {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.rnpg_sessions_link_column {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.rnpg_sessions_link_column .rnpg_a {
  z-index: 9999;
}

.rnpg_sessions_bg_image {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

.rnpg_a:hover .rnpg_sessions_bg_image {
  opacity: 1;
  z-index: 0;
}

.rnpg_sessions_link_columns .rnpg_a {
  position: static;
}

.rnpg_sessions_link_columns .rnpg_a span {
  z-index: 3;
  position: relative;
}

#rnpg_home_nanadarby_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-nana-darby.png");
  background-position: center;
}

#rnpg_home_lukemoss_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-luke-moss.jpg");
  background-position: right;
}

#rnpg_home_oh_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-oh.jpg");
  background-position: left;
}

#rnpg_home_tinnedfruit_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-tinnedfruit.png");
  background-position: center;
}

#rnpg_home_sootsprite_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-soot-sprite.png");
  background-position: right;
}

#rnpg_home_sambrockington_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-sam-brockington.jpg");
  background-position: right;
}

#rnpg_home_slightly_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-slightly.png");
  background-position: left;
}

#rnpg_home_schooldisco_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-school-disco.jpg");
  background-position: left;
}

#rnpg_home_kingcreature_link .rnpg_sessions_bg_image {
  background-image: url("./_assets/home/routenote-sessions/routenote-sessions-king-creature.png");
  background-position: center;
}

/*container queries*/
@container (max-width: 1599px) {
  #rnpg_home_partners {
    height: auto;
  }
  .rnpg_home_partners_inner {
    flex-direction: column;
    align-items: center;
  }
  .rnpg_home_partners_text {
    width: 977px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rnpg_home_partners_text * {
    text-align: center;
    justify-content: center !important;
  }
  .rnpg_home_partners_images {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .rnpg_home_partners_images_md {
    display: block;
  }
  .rnpg_home_partners_images_large {
    display: none;
  }
  .rnpg_home_partners_images img:last-child {
    position: static;
  }
}
@container (max-width: 1199px) {
  .rnpg_home_banner_video {
    top: unset;
  }
  .rnpg_home_banner_content {
    max-width: 713px;
    margin: 0;
    padding-bottom: 100px;
  }
  #rnpg_home_howitworks {
    height: auto;
  }
  .rnpg_home_partners_images {
    bottom: unset;
    left: unset;
  }
  .rnpg_pricing_option {
    margin-right: 10px;
  }
  .rnpg_pricing_option:last-child {
    margin-right: 0px;
  }
}
@container (max-width: 991px) {
  .rnpg_home_countdown_inner {
    max-width: 713px;
  }
  .rnpg_home_howitworks_steps {
    flex-direction: column;
    align-items: center;
  }
  .rnpg_home_howitworks_steps > div {
    margin-top: 20px;
  }
  .rnpg_home_howitworks_steps > div:first-child {
    margin-top: 0px;
  }
  .rnpg_home_howitworks_steps > div:nth-child(2) {
    transition-delay: 0s;
  }
  .rnpg_home_howitworks_steps > div:nth-child(3) {
    transition-delay: 0s;
  }
  .rnpg_home_partners_text {
    width: 753px;
  }
  .rnpg_pricing_options {
    flex-direction: column;
    align-items: center;
  }
  .rnpg_pricing_option_show:nth-child(2),
  .rnpg_pricing_option_show:nth-child(3) {
    animation-delay: 0s;
  }
  .rnpg_pricing_inner {
    max-width: 713px;
  }
  .rnpg_pricing_options {
    max-width: 742px;
    width: 100%;
    justify-content: space-between;
  }
  .rnpg_pricing_option {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .rnpg_pricing_option:last-child {
    margin-bottom: 0px;
  }
  .rnpg_pricing_premium,
  .rnpg_pricing_enterprise {
    transition-delay: 0s;
  }
  #rnpg_home_rn_sessions {
    padding-bottom: 100px;
  }
  .rnpg_home_rn_sessions_inner {
    max-width: 713px;
  }
  .rnpg_sessions_link_columns {
    flex-direction: column;
    align-items: center;
  }
}
@container (max-width: 767px) {
  .rnpg_home_banner_content {
    max-width: 485px;
  }
  .rnpg_home_countdown_inner {
    max-width: 485px;
    padding: 80px 0px;
  }
  .rnpg_home_countdown_stats_container {
    justify-content: space-around;
  }
  #rnpg_home_howitworks,
  #rnpg_home_partners {
    padding-top: 80px;
  }
  #rnpg_home_partners {
    margin-bottom: 0;
  }
  .rnpg_home_partners_text {
    width: 527px;
  }
  .rnpg_home_partners_images {
    display: none;
  }
  .rnpg_home_partners_image_small,
  .rnpg_home_partners_image_small img {
    display: block;
    width: 100%;
    height: auto;
  }
  .rnpg_pricing_inner {
    max-width: 485px;
  }
  .rnpg_pricing_option {
    padding: 10px 20px 20px 20px !important;
    border-top: 20px solid;
    margin-bottom: 20px;
  }
  .rnpg_pricing_option:last-child {
    margin-bottom: 0px;
  }
  .rnpg_pricing_option img {
    width: 60px;
    height: 60px;
  }
  .rnpg_pricing_list li:before {
    width: 18px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -30px;
  }
  #rnpg_home_rn_sessions {
    padding-bottom: 80px;
  }
  .rnpg_home_rn_sessions_inner {
    max-width: 485px;
    padding-bottom: 0px;
  }
}
@container (max-width: 539px) {
  #rnpg_home_countdown {
    height: auto;
  }
  .rnpg_home_countdown_stats_container {
    align-items: flex-start;
  }
  .rnpg_home_countdown_stats {
    width: 100px;
    transform: scale(0.8);
  }
  .rnpg_home_countdown_stats:first-child {
    transform: scale(0.8) translateY(-3px);
  }
  .rnpg_home_partners_inner {
    padding-bottom: 80px;
  }
  .rnpg_home_partners_text {
    width: calc(100% - 40px);
  }
  .rnpg_home_partners_text .rnpg_p_lb {
    width: 100%;
  }
  .rnpg_home_partners_images,
  .rnpg_home_partners_images_md {
    display: none;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  #rnpg_home_countdown {
    height: auto;
  }
  #rnpg_home_howitworks,
  #rnpg_home_partners {
    padding: 80px 20px 80px 20px;
  }
  #rnpg_home_partners {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #rnpg_pricing {
    margin: 80px 0;
  }
  .rnpg_pricing_inner {
    max-width: 772px;
  }
  .rnpg_sessions_link_columns {
    flex-direction: row;
  }
}
.rnpg_your_music_your_way_inner {
  padding: 100px 0;
  box-sizing: unset;
}

#rnpg_your_music_your_way * {
  box-sizing: unset;
}

.rnpg_your_way_nodes {
  width: 1018px;
}

.rnpg_your_way_nodes > div:nth-child(2),
.rnpg_your_way_nodes > div:nth-child(5) {
  transition-delay: 0.1s;
}

.rnpg_your_way_nodes > div:nth-child(3),
.rnpg_your_way_nodes > div:nth-child(6) {
  transition-delay: 0.2s;
}

.rnpg_your_way_node {
  display: flex;
  flex-direction: column;
  height: 200px;
  opacity: 0;
}

.rnpg_your_way_node_show {
  animation: pricing_option_slide_up 0.3s ease forwards;
}

@keyframes pricing_option_slide_up {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.rnpg_your_way_node_hide:nth-child(2),
.rnpg_your_way_node_show:nth-child(2),
.rnpg_your_way_node_hide:nth-child(5),
.rnpg_your_way_node_show:nth-child(5) {
  animation-delay: 0.1s;
}

.rnpg_your_way_node_hide:nth-child(3),
.rnpg_your_way_node_show:nth-child(3),
.rnpg_your_way_node_hide:nth-child(6),
.rnpg_your_way_node_show:nth-child(6) {
  animation-delay: 0.2s;
}

.rnpg_your_way_node_hide {
  opacity: 1;
  animation: pricing_option_slide_down 0.3s ease forwards;
}

@keyframes pricing_option_slide_down {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
@container (max-width: 1199px) {
  .rnpg_your_way_nodes {
    width: 640px;
  }
  .rnpg_your_way_node {
    height: 222px;
  }
  .rnpg_your_way_node_hide:nth-child(1),
  .rnpg_your_way_node_show:nth-child(1),
  .rnpg_your_way_node_hide:nth-child(3),
  .rnpg_your_way_node_show:nth-child(3),
  .rnpg_your_way_node_hide:nth-child(5),
  .rnpg_your_way_node_show:nth-child(5) {
    animation-delay: 0s;
  }
  .rnpg_your_way_node_hide:nth-child(2),
  .rnpg_your_way_node_show:nth-child(2),
  .rnpg_your_way_node_hide:nth-child(4),
  .rnpg_your_way_node_show:nth-child(4),
  .rnpg_your_way_node_hide:nth-child(6),
  .rnpg_your_way_node_show:nth-child(6) {
    animation-delay: 0.1s;
  }
}
@container (max-width: 767px) {
  .rnpg_your_way_nodes {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .rnpg_your_way_node {
    height: auto;
    padding-bottom: 20px;
  }
  .rnpg_your_way_nodes > div {
    transition-delay: 0s;
  }
  .rnpg_your_way_node_hide,
  .rnpg_your_way_node_show {
    animation-delay: 0s;
  }
}
@container (max-width: 539px) {
  .rnpg_your_music_your_way_inner {
    padding: 80px 0;
  }
  .rnpg_your_music_your_way_inner .rnpg_h2 {
    width: 260px;
  }
  .rnpg_your_way_nodes {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .rnpg_your_way_node {
    width: 100% !important;
  }
}
@container screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_your_way_node {
    height: 136px;
  }
}
.rnpg_line_list {
  max-width: 700px;
}

.rnpg_line_list .rnpg_a svg {
  margin-left: 5px;
  font-size: 0;
}

.rnpg_line_list .rnpg_a:hover svg {
  transform: translateX(5px);
}

.rnpg_line_list_text {
  max-width: 498px;
}

.rnpg_line_list_dashed_line {
  margin-left: 48px;
}

@container (max-width: 767px) {
  .rnpg_line_list * {
    align-items: center !important;
  }
  .rnpg_line_list_item {
    flex-direction: column !important;
  }
  .rnpg_line_list div .rnpg_line_list_item {
    margin-top: 20px;
    flex-direction: column !important;
  }
  .rnpg_line_list div:first-child .rnpg_line_list_item {
    margin-top: 0;
  }
  .rnpg_line_list > .rnpg-flex * {
    align-items: center !important;
    text-align: center;
  }
  .rnpg_line_list .rnpg_h3 {
    margin-top: 10px;
  }
  .rnpg_line_list_dashed_line {
    margin-left: 0px;
    margin-top: 20px;
  }
}
#rnpg_soundcloud_monetisation_banner {
  background-image: linear-gradient(90deg, rgba(67, 43, 212, 0.6509803922) 8%, rgba(253, 88, 88, 0.6509803922) 35%, rgba(198, 125, 109, 0.6509803922) 59%, rgba(97, 63, 205, 0.6509803922) 88%), url("./SEO/_assets/soundcloud-monetisation/soundcloud-monetisation-lights-hero.png"), url("./SEO/_assets/soundcloud-monetisation/soundcloud-monetisation-hero-image.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.rnpg_soundcloud_monetisation_banner_inner {
  max-width: 1020px;
  padding-top: 132px;
  padding-bottom: 100px;
}

.rnpg_soundcloud_monetisation_network_inner,
.rnpg_soundcloud_monetisation_how_to_inner,
.rnpg_soundcloud_monetisation_faqs_inner {
  max-width: 1020px;
  padding: 100px 0;
}

.rnpg_soundcloud_monetisation_network_banner {
  max-width: 1020px;
}

.rnpg_soundcloud_monetisation_network_banner_text {
  max-width: 598px;
}

.rnpg_soundcloud_monetisation_network_banner_text .rnpg_a svg {
  margin-left: 5px;
}

.rnpg_soundcloud_monetisation_network_banner_text .rnpg_a:hover svg {
  transform: translateX(5px);
}

.rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node {
  width: 261px;
  padding: 40px 30px;
  box-shadow: -1px 12px 21px 6px rgba(63, 92, 151, 0.08);
}

.rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-last-child(-n+3) {
  margin-top: 20px;
}

.rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-child(3n-1) {
  transition-delay: 0.3s;
}

.rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-child(3n) {
  transition-delay: 0.6s;
}

.rnpg_soundcloud_monetisation_how_to_inner .rnpg_p_lb {
  max-width: 846px;
}

.rnpg_soundcloud_monetisation_faqs_inner .rnpg_p_lb {
  max-width: 960px;
}

.rnpg_soundcloud_monetisation_how_to_inner .rnpg_h3,
.rnpg_soundcloud_monetisation_faqs_inner .rnpg_h3 {
  max-width: 751px;
}

@container (max-width: 1199px) {
  .rnpg_soundcloud_monetisation_banner_inner {
    padding-top: 100px;
  }
  .rnpg_soundcloud_monetisation_network_nodes {
    max-width: 662px;
  }
  .rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-last-child(-n+3) {
    margin-top: 0px;
  }
  .rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-last-child(-n+4) {
    margin-top: 20px;
  }
  .rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-child(3n-1),
  .rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-child(3n) {
    transition-delay: 0s;
  }
  .rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-child(2n) {
    transition-delay: 0.3s;
  }
}
@container (max-width: 991px) {
  .rnpg_soundcloud_monetisation_network_banner {
    flex-direction: column-reverse !important;
  }
  .rnpg_soundcloud_monetisation_network_banner_text {
    align-items: center !important;
  }
  .rnpg_soundcloud_monetisation_network_banner_text * {
    text-align: center;
  }
  .rnpg_soundcloud_monetisation_how_to_video {
    max-width: 467px;
    max-height: 263px;
  }
}
@container (max-width: 767px) {
  .rnpg_soundcloud_monetisation_banner_inner,
  .rnpg_soundcloud_monetisation_network_inner,
  .rnpg_soundcloud_monetisation_how_to_inner,
  .rnpg_soundcloud_monetisation_faqs_inner {
    padding: 80px 0;
  }
  .rnpg_soundcloud_monetisation_network_nodes {
    max-width: 280px;
  }
  .rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-child(2) {
    margin-top: 20px;
  }
  .rnpg_soundcloud_monetisation_network_nodes .rnpg_soundcloud_monetisation_network_node:nth-child(2n) {
    transition-delay: 0s;
  }
}
@container (max-width: 539px) {
  .rnpg_soundcloud_monetisation_banner_inner * {
    text-align: center;
  }
}
@container screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_soundcloud_monetisation_banner_inner,
  .rnpg_soundcloud_monetisation_network_inner,
  .rnpg_soundcloud_monetisation_how_to_inner,
  .rnpg_soundcloud_monetisation_faqs_inner {
    padding: 80px 0;
  }
}
.rnpg_header_dropdown {
  padding: 0;
  width: 276px;
  position: absolute;
  top: 104px;
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.1);
}

.rnpg_dropdown_li {
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  margin: 0 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rnpg_dropdown_li_hover {
  background-color: rgba(19, 69, 172, 0.1019607843);
}

.rnpg_dropdown_li .rnpg_a {
  padding: 20px 0;
}

.rnpg_dropdown_border {
  border-top: 1px solid #F1F1F1 !important;
}

.rnpg_dropdown_li .rnpg_h6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.rnpg_header_dropdown_arrow {
  display: block;
  transform: rotate(270deg);
  transition: all 0.1s ease !important;
}

.rnpg_header_dropdown_arrow_sm {
  display: none;
}

.rnpg_header_dropdown_arrow_right {
  transform: rotate(270deg) translateY(5px);
}

/*insert custom underlines here*/
.rnpg_dropdown_li .rn_p_pb {
  margin-top: 5px;
}

.rnpg_header_nested_dropdown {
  top: 0px !important;
  left: 276px;
}

@container (max-width: 1199px) {
  .rnpg_header_dropdown_queries {
    width: 100%;
  }
  .rnpg_header_dropdown_queries .rnpg_header_dropdown {
    padding: 0;
    width: 100%;
    position: static;
    top: 0;
    box-shadow: none;
    background: transparent !important;
  }
  .rnpg_header_dropdown_queries .rnpg_header_nested_dropdown {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .rnpg_header_dropdown_queries .rnpg_header_li,
  .rnpg_header_dropdown_queries .rnpg_header_dropdown_li {
    width: 100%;
  }
}
.rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_a {
  width: 100%;
}
@container (max-width: 1199px) {
  .rnpg_header_dropdown_queries .rnpg_dropdown_border {
    width: 100%;
    border-top: 1px solid #fff !important;
  }
  .rnpg_header_dropdown_queries .rnpg_dropdown_li {
    padding: 0 0 0 20px;
  }
}
.rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_h6:first-child {
  width: -moz-fit-content;
  width: fit-content;
}
@container (max-width: 1199px) {
  .rnpg_header_dropdown_queries .rnpg_dropdown_li_hover {
    background: transparent;
  }
  .rnpg_header_dropdown_queries .rnpg_header_dropdown_arrow {
    margin-left: 10px;
    transform: rotate(0deg);
  }
  .rnpg_header_dropdown_queries .rnpg_header_dropdown_arrow_lg_desktop {
    display: none;
  }
  .rnpg_header_dropdown_queries .rnpg_header_dropdown_arrow_sm {
    display: block;
  }
  .rnpg_header_dropdown_queries .rnpg_header_dropdown_arrow_right {
    transform: rotate(180deg) translateY(0px);
  }
  .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_p_pb, .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_h3.rnpg_text_oswald:after, .rnpg_header_dropdown_queries .rnpg_dropdown_li div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after, div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_h3.rnpg_text_oswald:after, .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_earn_more_with_inner .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before,
  .rnpg_routenote_beats_inner .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_h3.rnpg_text_oswald:before, .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_price_comparison_inner .rnpg_h3.rnpg_text_oswald:before, .rnpg_price_comparison_inner .rnpg_header_dropdown_queries .rnpg_dropdown_li .rnpg_h3.rnpg_text_oswald:before {
    color: #fff;
  }
}

#rnpg_earn_more_with {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.rnpg_earn_more_with_inner,
.rnpg_routenote_beats_inner {
  max-width: 1020px;
  padding-bottom: 100px;
}

.rnpg_earn_more_with_inner .rnpg_p_lb {
  max-width: 976px;
  width: calc(100% - 40px);
}

.rnpg_earn_more_with_table_container,
.rnpg_routenote_beats_table_container {
  padding: 0px 20px;
}

.rnpg_earn_more_with_potential_earnings,
.rnpg_routenote_beats_potential_earnings {
  width: 207px;
  height: 51px;
  padding-right: 43px;
  padding-top: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_potential_earnings:first-child {
  margin-top: 100px;
  height: 68px;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_potential_earnings:last-child {
  padding-bottom: 61px;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_potential_earnings {
  width: 207px;
  height: 69px;
}

.rnpg_earn_more_with_potential_earnings:first-child,
.rnpg_routenote_beats_potential_earnings:first-child {
  margin-top: 81px;
  padding-bottom: 16px;
}

.rnpg_earn_more_with_tooltip_container {
  right: -21px;
  top: -2px;
}

.rnpg_routenote_beats_tooltip_container {
  top: 28px;
}

.rnpg_earn_more_with_tooltip_icon,
.rnpg_routenote_beats_tooltip_icon {
  margin-bottom: 4px;
}

.rnpg_earn_more_with_tooltip,
.rnpg_routenote_beats_tooltip {
  width: 334px;
  padding: 17px 23px;
  right: -308px;
  z-index: 9999;
}

.rnpg_earn_more_with_tooltip {
  top: -120px;
}

.rnpg_earn_more_with_tooltip_arrow,
.rnpg_routenote_beats_tooltip_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #1345ac transparent transparent transparent;
}

.rnpg_earn_more_with_tooltip_arrow {
  top: 100px;
  left: 53px;
}

.rnpg_earn_more_with_slider_container {
  margin: 0px 20px;
}

#rnpg_earn_more_with_table,
#rnpg_routenote_beats_table {
  grid-template-columns: 0px 261px 261px 261px 0px;
  touch-action: none;
  cursor: default !important;
}

.rnpg_earn_more_with_cell,
.rnpg_routenote_beats_cell {
  width: 218px;
  height: 50px;
  padding: 16px 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  transition: all 0.3s ease;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell {
  height: 68px;
  padding: 16px 21px;
}

.rnpg_routenote_beats_distrokid #rnpg_routenote_beats_table div:nth-child(3) .rnpg_routenote_beats_column .rnpg_routenote_beats_cell {
  padding: 16px 16px;
}

.rnpg_routenote_beats_distrokid #rnpg_routenote_beats_table .rnpg_routenote_beats_cell:nth-child(5) {
  height: 114px;
}

.rnpg_earn_more_with_cell.rnpg-bg-white,
.rnpg_routenote_beats_cell.rnpg-bg-white {
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
}

.rnpg_earn_more_with_cell .rnpg_p_sb,
.rnpg_routenote_beats_cell .rnpg_p_sb {
  display: none;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb:last-child {
  display: block;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb:last-child.rnpg_text_blue, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_white_button .rnpg_p_sb.rnpg_rectangle_button:last-child, .rnpg_white_button .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb.rnpg_rectangle_button:last-child, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_white_button .rnpg_p_sb.rnpg_rounded_button:last-child, .rnpg_white_button .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb.rnpg_rounded_button:last-child, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_border_button .rnpg_p_sb.rnpg_rectangle_button:last-child, .rnpg_border_button .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb.rnpg_rectangle_button:last-child, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_border_button .rnpg_p_sb.rnpg_rounded_button:last-child, .rnpg_border_button .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb.rnpg_rounded_button:last-child {
  margin-left: 4px;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_content_id {
  margin-left: 12px;
}

.rnpg_earn_more_with_column_selected .rnpg_earn_more_with_cell,
.rnpg_routenote_beats_column_selected .rnpg_routenote_beats_cell {
  z-index: 5;
  border-right: 0px;
}

.rnpg_earn_more_with_column.rnpg_border_blue, .rnpg_border_button .rnpg_earn_more_with_column.rnpg_rectangle_button, .rnpg_border_button .rnpg_earn_more_with_column.rnpg_rounded_button,
.rnpg_earn_more_with_column.rnpg_border_green,
.rnpg_routenote_beats_column.rnpg_border_blue,
.rnpg_border_button .rnpg_routenote_beats_column.rnpg_rectangle_button,
.rnpg_border_button .rnpg_routenote_beats_column.rnpg_rounded_button,
.rnpg_routenote_beats_column.rnpg_border_green {
  border: 0 !important;
}

.rnpg_earn_more_with_column.rnpg_border_blue:after, .rnpg_border_button .rnpg_earn_more_with_column.rnpg_rectangle_button:after, .rnpg_border_button .rnpg_earn_more_with_column.rnpg_rounded_button:after,
.rnpg_earn_more_with_column.rnpg_border_green:after,
.rnpg_routenote_beats_column.rnpg_border_blue:after,
.rnpg_border_button .rnpg_routenote_beats_column.rnpg_rectangle_button:after,
.rnpg_border_button .rnpg_routenote_beats_column.rnpg_rounded_button:after,
.rnpg_routenote_beats_column.rnpg_border_green:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
  z-index: 1;
}

.rnpg_earn_more_with_column.rnpg_border_blue:after, .rnpg_border_button .rnpg_earn_more_with_column.rnpg_rectangle_button:after, .rnpg_border_button .rnpg_earn_more_with_column.rnpg_rounded_button:after,
.rnpg_routenote_beats_column.rnpg_border_blue:after,
.rnpg_border_button .rnpg_routenote_beats_column.rnpg_rectangle_button:after,
.rnpg_border_button .rnpg_routenote_beats_column.rnpg_rounded_button:after {
  background: #1345ac;
}

.rnpg_earn_more_with_column.rnpg_border_green:after,
.rnpg_routenote_beats_column.rnpg_border_green:after {
  background: #75dc7c;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_column.rnpg_border_green {
  border: solid #75dc7c 5px !important;
  margin-top: -5px;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_column.rnpg_border_green:after {
  content: none;
}

.rnpg_earn_more_with_inner .rnpg_h3.rnpg_text_oswald:before,
.rnpg_routenote_beats_inner .rnpg_h3.rnpg_text_oswald:before {
  content: "$";
  position: absolute;
  top: 4px;
  left: -8px;
}

.rnpg_earn_more_with_shadow,
.rnpg_routenote_beats_shadow {
  box-shadow: -1px 12px 21px 6px rgba(19, 69, 172, 0.0509803922);
}

.rnpg_earn_more_with_cell.rnpg_tunecore_cell,
.rnpg_earn_more_with_cell.rnpg_cdbaby_cell {
  border-left: 1px solid #F5F5F5;
}

.rnpg_earn_more_with_cell.rnpg_premium_cell {
  border-left: 0;
  border-right: 1px solid #FFFFFF;
}

.rnpg_earn_more_with_years:before {
  display: none;
}

.rnpg_routenote_beats_dashed_line {
  left: -308px;
  top: -161px;
}

.rnpg_routenote_beats_potential_earnings div {
  height: 44px;
}

.rnpg_routenote_beats_tooltip_container {
  top: 11px;
  right: -20px;
}

.rnpg_routenote_beats_tooltip {
  width: 334px;
  padding: 17px 23px;
  top: -98px;
  right: -308px;
  z-index: 9999;
}

.rnpg_routenote_beats_tooltip_arrow {
  top: 78px;
  left: 53px;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_royalties .rnpg_routenote_beats_tooltip {
  width: 129px;
  padding: 15px 11px;
  top: -69px;
  left: -65px;
  z-index: 9999;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_royalties .rnpg_routenote_beats_tooltip_arrow {
  top: 52px;
  left: 63px;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_content_id .rnpg_routenote_beats_tooltip {
  width: 148px;
  padding: 15px 11px;
  top: 32px;
  left: -78px;
  z-index: 9999;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_content_id .rnpg_routenote_beats_tooltip_arrow {
  border-width: 0px 11px 11px 11px;
  border-color: transparent transparent #1345ac transparent;
  top: -11px;
  left: 74px;
}

.rnpg_routenote_beats_cell.rnpg_tunecore_cell,
.rnpg_routenote_beats_cell.rnpg_cdbaby_cell {
  border-left: 1px solid #F5F5F5;
}

.rnpg_routenote_beats_years:before {
  display: none;
}

div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after {
  content: "%";
  position: absolute;
  top: 4px;
  right: -12px;
}

div .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:before {
  content: none;
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:before {
  content: "$";
}

.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_h3.rnpg_text_oswald:after,
.rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell:nth-child(4n) .rnpg_h3.rnpg_text_oswald:after {
  content: "/yr";
  position: absolute;
  top: 23px;
  right: -16px;
}

@container (max-width: 1599px) {
  .rnpg_routenote_beats_dashed_line {
    transform: scale(0.69);
    left: -198px;
    top: -289px;
  }
}
@container (max-width: 1199px) {
  .rnpg_routenote_beats_dashed_line {
    transform: scale(0.5);
    left: -89px;
    top: -254px;
  }
  .rnpg_earn_more_with_inner .rnpg_h2,
  .rnpg_routenote_beats_inner .rnpg_h2,
  .rnpg_earn_more_with_inner .rnpg_p_lb,
  .rnpg_routenote_beats_inner .rnpg_p_lb,
  .rnpg_earn_more_with_sliders {
    padding: 0 20px;
  }
  .rnpg_earn_more_with_potential_earnings,
  .rnpg_routenote_beats_potential_earnings {
    width: 156px;
    padding-right: 16px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_potential_earnings {
    width: 152px;
  }
  #rnpg_routenote_beats_table {
    grid-template-columns: 0px 257px 257px 257px 0px;
  }
  .rnpg_routenote_beats_cell,
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell {
    padding: 16px 19px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell {
    height: 68px;
  }
  .rnpg_routenote_beats_distrokid #rnpg_routenote_beats_table div:nth-child(3) .rnpg_routenote_beats_column .rnpg_routenote_beats_cell {
    padding: 16px 14px;
  }
}
@container (max-width: 991px) {
  .rnpg_routenote_beats_dashed_line {
    display: none;
  }
  .rnpg_earn_more_with_potential_earnings,
  .rnpg_routenote_beats_column:first-child {
    display: none !important;
  }
  .rnpg_earn_more_with_column .rnpg_earn_more_with_cell:first-child,
  .rnpg_routenote_beats_column .rnpg_routenote_beats_cell,
  #rnpg_routenote_beats_table div:nth-child(4) div .rnpg_routenote_beats_column .rnpg_routenote_beats_cell:last-child {
    height: 68px;
  }
  .rnpg_routenote_beats_column .rnpg_routenote_beats_cell:last-child {
    height: 50px;
  }
  .rnpg_earn_more_with_cell .rnpg_p_sb,
  .rnpg_routenote_beats_cell .rnpg_p_sb {
    display: block;
  }
  #rnpg_earn_more_with_table,
  #rnpg_routenote_beats_table {
    grid-template-columns: 0px 237px 237px 237px 0px;
  }
  .rnpg_earn_more_with_cell,
  .rnpg_routenote_beats_cell {
    width: 194px;
    padding: 16px 21px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell {
    height: 87px !important;
    padding: 16px 21px;
  }
  #rnpg_routenote_beats_table div:nth-child(3) .rnpg_routenote_beats_column .rnpg_routenote_beats_cell {
    padding: 16px 21px 16px 22px;
  }
  .rnpg_routenote_beats_distrokid #rnpg_routenote_beats_table div:nth-child(3) .rnpg_routenote_beats_column .rnpg_routenote_beats_cell {
    padding: 16px 16px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb:last-child {
    display: none;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb:last-child.rnpg_text_blue, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_white_button .rnpg_p_sb.rnpg_rectangle_button:last-child, .rnpg_white_button .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb.rnpg_rectangle_button:last-child, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_white_button .rnpg_p_sb.rnpg_rounded_button:last-child, .rnpg_white_button .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb.rnpg_rounded_button:last-child, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_border_button .rnpg_p_sb.rnpg_rectangle_button:last-child, .rnpg_border_button .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb.rnpg_rectangle_button:last-child, .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_border_button .rnpg_p_sb.rnpg_rounded_button:last-child, .rnpg_border_button .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb.rnpg_rounded_button:last-child {
    display: block;
  }
}
@container (max-width: 767px) {
  .rnpg_earn_more_with_inner,
  .rnpg_routenote_beats_inner {
    width: 100%;
    align-items: flex-start !important;
    padding-bottom: 40px;
  }
  .rnpg_earn_more_with_inner .rnpg_h2,
  .rnpg_routenote_beats_inner .rnpg_h2 {
    width: calc(100% - 40px);
  }
  .rnpg_earn_more_with_container {
    width: 100%;
    padding: 0px;
  }
  .rnpg_earn_more_with_sliders {
    width: calc(100% - 40px) !important;
    flex-direction: column !important;
  }
  .rnpg_earn_more_with_sliders .rnpg_h6,
  .rnpg_earn_more_with_slider_container {
    margin-top: 20px;
  }
  .rnpg_earn_more_with_sliders .rnpg_h6:first-child {
    margin-top: 0px;
  }
  .rnpg_earn_more_with_swipe {
    display: flex !important;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
  .rnpg_earn_more_with_swipe input[type=range] {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 190px;
    height: 4px;
    border-radius: 3px;
    background-color: rgba(19, 69, 172, 0.1019607843);
  }
  .rnpg_earn_more_with_swipe input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: var(--progress-thumb-width);
    height: 4px;
    border-radius: 3px;
    background-color: #1345AC;
  }
  .rnpg_earn_more_with_swipe input[type=range]::-moz-range-thumb {
    width: var(--progress-thumb-width);
    height: 4px;
    border-radius: 3px;
    background-color: #1345AC;
  }
  .rnpg_earn_more_with_swipe input[type=range]::-ms-thumb {
    width: var(--progress-thumb-width);
    height: 4px;
    border-radius: 3px;
    background-color: #1345AC;
  }
  .rnpg_earn_more_with_table_container,
  .rnpg_routenote_beats_table_container {
    width: 100%;
    padding: 0px;
  }
  #rnpg_earn_more_with_table,
  #rnpg_routenote_beats_table {
    grid-template-columns: 20px 178px 190px 178px 20px;
    overflow-x: scroll;
    overflow-y: visible;
    height: 293px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    cursor: pointer !important;
    margin: auto;
  }
  #rnpg_routenote_beats_table {
    height: 547px;
  }
  .rnpg_routenote_beats_distrokid #rnpg_routenote_beats_table {
    height: 667px;
  }
  #rnpg_earn_more_with_table:active,
  #rnpg_routenote_beats_table:active {
    cursor: grabbing;
  }
  #rnpg_earn_more_with_table::-webkit-scrollbar,
  #rnpg_routenote_beats_table::-webkit-scrollbar {
    display: none;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_distrokid_logo {
    width: 120px !important;
  }
  .rnpg_earn_more_with_cell,
  .rnpg_routenote_beats_cell {
    height: 50px !important;
    width: 159px;
    padding: 9px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell {
    height: 68px !important;
    padding: 9px;
  }
  #rnpg_earn_more_with_table div:nth-child(3) .rnpg_earn_more_with_column .rnpg_earn_more_with_cell,
  #rnpg_routenote_beats_table div:nth-child(3) .rnpg_routenote_beats_column .rnpg_routenote_beats_cell {
    padding: 9px 15px;
  }
  .rnpg_routenote_beats_distrokid #rnpg_routenote_beats_table div:nth-child(3) .rnpg_routenote_beats_column .rnpg_routenote_beats_cell {
    padding: 9px 10px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_routenote_beats_tooltip_icon {
    width: 16px !important;
    height: 16px !important;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_content_id {
    margin-left: 8px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell .rnpg_p_sb:last-child {
    font-weight: normal !important;
    color: black !important;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_royalties .rnpg_routenote_beats_tooltip {
    width: 110px;
    top: -57px;
    left: -56px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_royalties .rnpg_routenote_beats_tooltip_arrow {
    top: 48px;
    left: 51px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_content_id .rnpg_routenote_beats_tooltip {
    width: 127px;
    left: -64px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_content_id .rnpg_routenote_beats_tooltip_arrow {
    left: 61px;
  }
}
@container (max-width: 539px) {
  #rnpg_earn_more_with_table,
  #rnpg_routenote_beats_table,
  .rnpg_routenote_beats_distrokid #rnpg_routenote_beats_table {
    grid-template-columns: 20px calc(50vw - 20px) calc(50vw - 20px) calc(50vw - 20px) 20px;
  }
  .rnpg_earn_more_with_cell,
  .rnpg_routenote_beats_cell,
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_cell {
    width: calc(100% - 20px);
    padding: 9px 10px;
  }
  #rnpg_earn_more_with_table div:nth-child(3) .rnpg_earn_more_with_column .rnpg_earn_more_with_cell,
  #rnpg_routenote_beats_table div:nth-child(3) .rnpg_routenote_beats_column .rnpg_routenote_beats_cell,
  .rnpg_routenote_beats_distrokid #rnpg_routenote_beats_table div:nth-child(3) .rnpg_routenote_beats_column .rnpg_routenote_beats_cell {
    padding: 9px 10px;
  }
}
@container (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_earn_more_with_potential_earnings,
  .rnpg_routenote_beats_column:first-child {
    display: none !important;
  }
  .rnpg_earn_more_with_cell .rnpg_p_sb,
  .rnpg_routenote_beats_cell .rnpg_p_sb {
    display: block;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_royalties .rnpg_routenote_beats_tooltip {
    width: 110px;
    top: -57px;
    left: -56px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_royalties .rnpg_routenote_beats_tooltip_arrow {
    top: 48px;
    left: 51px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_content_id .rnpg_routenote_beats_tooltip {
    width: 127px;
    left: -64px;
  }
  .rnpg_routenote_beats_distrokid .rnpg_routenote_beats_content_id .rnpg_routenote_beats_tooltip_arrow {
    left: 61px;
  }
}
.rnpg_more_reasons_inner {
  max-width: 1137px;
  width: 100%;
  padding-bottom: 100px;
}

.rnpg_more_reasons_reason {
  z-index: 1;
  max-width: 1077px;
  width: 100%;
  margin-top: 138px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.rnpg_more_reasons_reasons .rnpg_more_reasons_reason:first-child {
  margin-top: 0px;
}

.rnpg_more_reasons_reasons .rnpg_more_reasons_reason:last-child {
  margin-bottom: 122px;
}

.rnpg_more_reasons_reason_text {
  width: 546px;
}

.rnpg_more_reasons_reason_text:nth-child(odd) {
  margin-right: 83px;
}

.rnpg_more_reasons_reason_text:nth-child(even) {
  margin-left: 83px;
}

.rnpg_more_reasons_dashed_line {
  top: 325px;
  right: -120px;
}

.rnpg_more_reasons_inner .rnpg_h3 {
  max-width: 751px;
}

@container (max-width: 1599px) {
  .rnpg_more_reasons_dashed_line {
    transform: scaleX(0.7);
  }
}
@container (max-width: 1199px) {
  .rnpg_more_reasons_reason {
    width: 912px;
  }
  .rnpg_more_reasons_reason_text:nth-child(odd) {
    margin-right: 20px;
  }
  .rnpg_more_reasons_reason_text:nth-child(even) {
    margin-left: 20px;
  }
  .rnpg_more_reasons_reason img {
    width: 414px;
  }
  .rnpg_more_reasons_dashed_line {
    transform: scale(0.75);
    top: 342px;
    right: -99px;
  }
}
@container (max-width: 991px) {
  .rnpg_more_reasons_dashed_line {
    display: none;
  }
  .rnpg_more_reasons_reasons,
  .rnpg_more_reasons_reason {
    width: 100%;
  }
  .rnpg_more_reasons_reason_text {
    min-width: 403px;
  }
  .rnpg_more_reasons_reason img {
    width: 241px;
    height: auto;
  }
}
@container (max-width: 767px) {
  .rnpg_more_reasons_inner {
    padding-bottom: 80px;
  }
  .rnpg_more_reasons_reason {
    margin-top: 40px;
  }
  .rnpg_more_reasons_reason:nth-child(odd) {
    flex-direction: column-reverse !important;
  }
  .rnpg_more_reasons_reason:nth-child(even) {
    flex-direction: column !important;
  }
  .rnpg_more_reasons_reason * {
    text-align: center;
  }
  .rnpg_more_reasons_reason_text {
    width: 100%;
    min-width: unset;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 20px;
  }
  .rnpg_more_reasons_reasons .rnpg_more_reasons_reason:last-child {
    margin-bottom: 40px;
  }
}
@container screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {}
/*section 1 - banner*/
#rnpg_routenote_vs_banner {
  background-size: cover;
  background-position: center;
}

.rnpg_routenote_vs_banner_inner {
  max-width: 1020px;
  width: 100%;
  padding-bottom: 110px;
}

@container (max-width: 767px) {
  .rnpg_routenote_vs_banner_inner {
    padding-bottom: 80px;
  }
}
#rnpg_upload_your_music {
  width: 100%;
}

.rnpg_upload_your_music_inner {
  max-width: 1399px;
  padding-bottom: 100px;
}

.rnpg_upload_your_music_inner .rnpg_p_lb {
  max-width: 845px;
}

.rnpg_upload_your_music_distribute_text_container {
  max-width: 532px;
}

.rnpg_upload_your_music_inner .rnpg_a svg {
  margin-left: 10px;
}

.rnpg_upload_your_music_inner .rnpg_a:hover svg {
  transform: translateX(5px);
}

.rnpg_upload_your_music_inner_facebook .rnpg_upload_your_music_distribute_container {
  max-width: 1220px;
  margin-left: 200px;
}

.rnpg_upload_your_music_inner_facebook .rnpg_p_lb {
  max-width: 960px;
}

.rnpg_upload_your_music_premium .rnpg_p_lb {
  max-width: 945px;
}

.rnpg_upload_your_music_inner_facebook .rnpg_upload_your_music_distribute_text_container {
  max-width: 598px;
}

.rnpg_upload_your_music_inner_facebook .rnpg_upload_your_music_distribute_container img {
  max-width: 550px;
  width: 100%;
  height: auto;
}

@container (max-width: 1599px) {
  #rnpg_upload_your_music {
    width: 100% !important;
  }
}
@container (max-width: 1463px) {
  .rnpg_upload_your_music_inner_facebook .rnpg_upload_your_music_distribute_container {
    flex-direction: column-reverse !important;
    margin-left: 0px;
  }
  .rnpg_upload_your_music_inner_facebook .rnpg_upload_your_music_distribute_text_container {
    align-items: center !important;
  }
  .rnpg_upload_your_music_inner_facebook .rnpg_upload_your_music_distribute_text_container * {
    text-align: center;
  }
  /*  .rnpg_upload_your_music_inner_facebook img {
      margin-top: 40px;
  } */
  .rnpg_upload_your_music_distribute_text_container {
    margin-top: 40px;
  }
}
@container (max-width: 1364px) {
  .rnpg_upload_your_music_distribute_container {
    flex-direction: column-reverse !important;
  }
  .rnpg_upload_your_music_distribute_text_container * {
    text-align: center;
  }
}
@container (max-width: 991px) {
  .rnpg_upload_your_music_distribute_container iframe {
    width: 713px !important;
    height: 401px !important;
  }
}
@container (max-width: 767px) {
  .rnpg_upload_your_music_distribute_container iframe {
    width: 485px !important;
    height: 273px !important;
  }
  .rnpg_upload_your_music_distribute_text_container {
    margin-top: 20px;
  }
  .rnpg_upload_your_music_inner {
    padding-bottom: 80px;
  }
  .rnpg_upload_your_music_distribute_container iframe {
    width: 485px !important;
    height: 273px !important;
  }
  .rnpg_upload_your_music_distribute_container_facebook {
    align-items: center !important;
  }
}
@container (max-width: 539px) {
  .rnpg_upload_your_music_distribute_container iframe {
    width: 280px !important;
    height: 158px !important;
  }
}
@container screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_upload_your_music_inner {
    padding-bottom: 80px;
  }
  .rnpg_upload_your_music_distribute_text_container {
    margin-top: 20px;
  }
}
/*section 1 - banner*/
#rnpg_music_monetisation_banner {
  background-image: linear-gradient(90deg, rgba(126, 26, 218, 0.5019607843) 5%, rgba(22, 7, 227, 0.5019607843) 26%, rgba(234, 126, 137, 0.5019607843) 55%, rgba(223, 111, 111, 0.5019607843) 76%, rgba(20, 0, 84, 0.5019607843) 100%), url("./_assets/monetisation/monetisation-lights-hero.png"), url("./_assets/monetisation/monetisation-hero.png");
  background-size: cover;
  background-position: center;
}

.rnpg_music_monetisation_banner_inner {
  max-width: 1411px;
  padding-bottom: 114px;
}

.rnpg_music_monetisation_banner_inner .rnpg_h1 {
  max-width: 602px;
}

.rnpg_music_monetisation_banner_inner .rnpg_p_lb {
  max-width: 807px;
}

/*section 2 - earn on youtube, facebook and instagram*/
.rnpg_music_monetisation_earn_on_inner {
  max-width: 1020px;
  padding-bottom: 100px;
}

.rnpg_music_monetisation_earn_on_inner .rnpg_h2 {
  max-width: 720px;
}

.rnpg_protect_your_music {
  z-index: 1;
  max-width: 540px;
  margin-right: 20px;
}

.rnpg_protect_your_music .rnpg_h3 {
  width: 100%;
  max-width: 413px;
}

.rnpg_protect_your_music svg {
  margin-left: 10px;
}

.rnpg_protect_your_music .rnpg_a:hover svg {
  transform: translateX(5px);
}

.rnpg_earn_on_dashed_line_a {
  top: 62px;
  left: -211px;
}

.rnpg_earn_on_dashed_line_b {
  z-index: 0;
  left: -605px;
  top: 648px;
}

/*section 3 - get paid on...*/
.rnpg_music_monetisation_get_paid_inner {
  max-width: 1020px;
  padding-bottom: 100px;
}

.rnpg_music_monetisation_get_paid_box {
  max-width: 414px;
}

/*section 4 - routenote youtube network*/
.rnpg_music_monetisation_youtube_network_inner {
  max-width: 1392px;
  padding-bottom: 100px;
}

.rnpg_music_monetisation_youtube_network_banner {
  max-width: 1113px;
  width: 100%;
}

.rnpg_music_monetisation_youtube_network_heading {
  max-width: 667px;
  margin-left: 100px;
}

.rnpg_music_monetisation_youtube_network_heading .rnpg_p_lb {
  max-width: 534px;
}

.rnpg_youtube_network_offerings {
  max-width: 1328px;
  width: 100%;
}

.rnpg_music_monetisation_node {
  width: 305px;
  box-shadow: -1px 12px 21px rgba(19, 69, 172, 0.0784313725);
  padding: 40px 45px;
}

.rnpg_music_monetisation_node:nth-child(2) {
  transition-delay: 0.3s;
}

.rnpg_music_monetisation_node:nth-child(3) {
  transition-delay: 0.6s;
}

.rnpg_music_monetisation_node:nth-child(4) {
  transition-delay: 0.9s;
}

#rnpg_music_monetisation_youtube_network .rnpg_youtube_network_dashed_line_b {
  top: -484px;
  left: -280px;
}

#rnpg_music_monetisation_youtube_network .rnpg_youtube_network_dashed_line_c {
  top: -87px;
  right: -150px;
}

.rnpg_youtube_network_icon {
  top: 352px;
  right: 127px;
}

/*section 5 - routenote soundcloud network*/
#rnpg_music_monetisation_soundcloud {
  z-index: -1;
}

.rnpg_music_monetisation_soundcloud_inner {
  max-width: 1020px;
  padding-bottom: 100px;
}

.rnpg_music_monetisation_soundcloud_heading {
  max-width: 667px;
  margin-right: 100px;
}

.rnpg_music_monetisation_soundcloud_heading .rnpg_p_lb {
  max-width: 534px;
}

.rnpg_soundcloud_nodes > div:nth-child(2) {
  transition-delay: 0.1s;
}

.rnpg_soundcloud_nodes > div:nth-child(3) {
  transition-delay: 0.2s;
}

.rnpg_soundcloud_dashed_line {
  top: -380px;
  left: -325px;
}

@container (max-width: 1599px) {
  .rnpg_earn_on_dashed_line_a {
    transform: scaleX(0.7);
    left: -136px;
  }
  .rnpg_earn_on_dashed_line_b {
    transform: scaleX(0.7);
    left: -478px;
  }
  .rnpg_soundcloud_dashed_line {
    transform: scaleX(0.7);
    left: -211px;
  }
  #rnpg_music_monetisation_youtube_network .rnpg_youtube_network_dashed_line_c,
  .rnpg_youtube_network_icon {
    display: none;
  }
}
@container (max-width: 1339px) {
  .rnpg_music_monetisation_node {
    box-shadow: -1px 12px 21px rgba(19, 69, 172, 0.0784313725);
    padding: 40px 20px;
  }
}
@container (max-width: 1199px) {
  .rnpg_music_monetisation_earn_on_inner .rnpg_h2 {
    max-width: 600px;
  }
  .rnpg_music_monetisation_earn_on_inner .rnpg_p_lb {
    max-width: 720px;
  }
  .rnpg_earn_on_youtube_video {
    max-width: 467px;
    max-height: 263px;
  }
  .rnpg_earn_on_dashed_line_a {
    transform: scaleY(0.7) scaleX(0.5);
    top: 110px;
    left: -105px;
  }
  .rnpg_earn_on_dashed_line_b {
    transform: scaleY(0.8) scaleX(0.5);
    top: 660px;
    left: -386px;
  }
  .rnpg_music_monetisation_youtube_network_banner,
  .rnpg_music_monetisation_youtube_network_heading,
  .rnpg_music_monetisation_soundcloud_heading {
    flex-direction: column !important;
    align-items: center !important;
  }
  .rnpg_music_monetisation_youtube_network_heading,
  .rnpg_music_monetisation_soundcloud_heading {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
  }
  .rnpg_music_monetisation_node {
    width: 305px;
    padding: 40px 45px;
  }
  .rnpg_music_monetisation_soundcloud_banner {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .rnpg_music_monetisation_youtube_network_heading .rnpg_h2,
  .rnpg_music_monetisation_soundcloud_heading .rnpg_h2,
  .rnpg_music_monetisation_youtube_network_heading .rnpg_p_lb,
  .rnpg_music_monetisation_soundcloud_heading .rnpg_p_lb {
    text-align: center;
  }
  .rnpg_youtube_network_offerings {
    max-width: 630px;
  }
  .rnpg_music_monetisation_node:nth-child(3) {
    transition-delay: 0s;
  }
  .rnpg_music_monetisation_node:nth-child(4) {
    transition-delay: 0.3s;
  }
  .rnpg_music_monetisation_node:nth-child(3),
  .rnpg_music_monetisation_node:nth-child(4) {
    margin-top: 20px;
  }
  .rnpg_soundcloud_nodes {
    width: 280px !important;
  }
  .rnpg_soundcloud_nodes > div {
    transition-delay: 0s;
  }
  .rnpg_soundcloud_nodes div:nth-child(2),
  .rnpg_soundcloud_nodes div:nth-child(3) {
    margin-top: 20px;
  }
  .rnpg_soundcloud_dashed_line {
    transform: scaleX(0.5);
    left: -179px;
  }
}
@container (max-width: 991px) {
  #rnpg_music_monetisation_banner {
    background-position: 80%;
  }
  .rnpg_music_monetisation_banner_inner .rnpg_p_lb {
    max-width: 602px;
  }
  .rnpg_protect_your_music_container {
    flex-direction: column !important;
    align-items: center !important;
  }
  .rnpg_protect_your_music {
    margin-right: 0;
    align-items: center !important;
  }
  .rnpg_protect_your_music .rnpg_h3,
  .rnpg_protect_your_music .rnpg_p_lb {
    text-align: center;
  }
  .rnpg_earn_on_youtube_video {
    margin-top: 80px;
  }
  .rnpg_earn_on_dashed_line_a,
  .rnpg_earn_on_dashed_line_b,
  .rnpg_soundcloud_dashed_line,
  #rnpg_music_monetisation_youtube_network .rnpg_youtube_network_dashed_line_c,
  .rnpg_youtube_network_icon {
    display: none;
  }
  .rnpg_music_monetisation_get_paid_inner {
    flex-direction: column !important;
    align-items: center !important;
  }
  .rnpg_music_monetisation_get_paid_inner .rnpg_music_monetisation_get_paid_box:last-child {
    margin-top: 40px;
  }
}
@container (max-width: 767px) {
  .rnpg_music_monetisation_banner_inner,
  .rnpg_music_monetisation_earn_on_inner,
  .rnpg_music_monetisation_youtube_network_inner,
  .rnpg_music_monetisation_soundcloud_inner {
    padding-bottom: 80px;
  }
  .rnpg_earn_on_youtube_video {
    margin-top: 40px;
    max-width: 485px;
    max-height: 273px;
  }
  .rnpg_music_monetisation_get_paid_inner {
    padding-bottom: 40px;
  }
  .rnpg_music_monetisation_get_paid_inner .rnpg_h4 {
    max-width: 273px;
  }
  .rnpg_youtube_network_offerings {
    max-width: 240px;
  }
  .rnpg_music_monetisation_node {
    width: 240px;
    padding: 30px 24px;
  }
  .rnpg_music_monetisation_node:nth-child(2) {
    margin-top: 20px;
  }
}
@container (max-width: 539px) {
  .rnpg_music_monetisation_banner_inner * {
    text-align: center;
  }
  .rnpg_protect_your_music .rnpg_h3 {
    max-width: 253px;
  }
  .rnpg_earn_on_youtube_video {
    max-width: 280px;
    max-height: 158px;
  }
  .rnpg_music_monetisation_get_paid_inner .rnpg_h4 {
    max-width: 265px;
  }
  .rnpg_youtube_network_offerings {
    max-width: 280px;
    flex-direction: column !important;
    align-items: center !important;
  }
  .rnpg_music_monetisation_node {
    transition-delay: 0s;
  }
  .rnpg_music_monetisation_node:nth-child(2) {
    margin-top: 20px;
  }
}
@container screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .rnpg_earn_on_dashed_line_a,
  .rnpg_earn_on_dashed_line_b,
  .rnpg_soundcloud_dashed_line {
    display: none;
  }
  .rnpg_music_monetisation_get_paid_inner .rnpg_h4 {
    max-width: 265px;
  }
  .rnpg_youtube_network_offerings {
    max-width: 500px;
  }
  .rnpg_music_monetisation_node {
    width: 140px;
    padding: 30px 24px;
  }
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

*,
*:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.placeholder\:rnpg-text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:rnpg-text-black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:rnpg-text-midgrey-light-32::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(229 229 233 / var(--tw-text-opacity));
}

.placeholder\:rnpg-text-midgrey-light-32::placeholder{
  --tw-text-opacity: 1;
  color: rgb(229 229 233 / var(--tw-text-opacity));
}

.checked\:rnpg-relative:checked{
  position: relative;
}

.checked\:rnpg-border-\[6px\]:checked{
  border-width: 6px;
}

.checked\:rnpg-bg-black:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.checked\:after\:rnpg-absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}

.checked\:after\:rnpg-left-\[4px\]:checked::after{
  content: var(--tw-content);
  left: 4px;
}

.checked\:after\:rnpg-top-\[1px\]:checked::after{
  content: var(--tw-content);
  top: 1px;
}

.checked\:after\:rnpg-h-\[10px\]:checked::after{
  content: var(--tw-content);
  height: 10px;
}

.checked\:after\:rnpg-w-\[6px\]:checked::after{
  content: var(--tw-content);
  width: 6px;
}

.checked\:after\:rnpg-rotate-45:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.checked\:after\:rnpg-border-b-2:checked::after{
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.checked\:after\:rnpg-border-r-2:checked::after{
  content: var(--tw-content);
  border-right-width: 2px;
}

.checked\:after\:rnpg-border-white:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.checked\:after\:rnpg-content-\[\'\'\]:checked::after{
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:-rnpg-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:rnpg-border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:rnpg-border-midgrey:hover{
  --tw-border-opacity: 1;
  border-color: rgb(174 174 186 / var(--tw-border-opacity));
}

.hover\:rnpg-bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:rnpg-bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:rnpg-bg-midgrey:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 174 186 / var(--tw-bg-opacity));
}

.hover\:rnpg-bg-midgrey-light-16:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 244 / var(--tw-bg-opacity));
}

.hover\:rnpg-bg-midgrey-light-32:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 233 / var(--tw-bg-opacity));
}

.hover\:rnpg-bg-navy:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 4 42 / var(--tw-bg-opacity));
}

.hover\:rnpg-bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 99 105 / var(--tw-bg-opacity));
}

.hover\:rnpg-text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:rnpg-underline:hover{
  text-decoration-line: underline;
}

.focus\:rnpg-border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.active\:rnpg-border-black:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.disabled\:rnpg-pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:rnpg-opacity-30:disabled{
  opacity: 0.3;
}

.rnpg-group:hover .group-hover\:rnpg-block{
  display: block;
}

@media (min-width: 600px){
  .sm\:rnpg-ml-auto{
    margin-left: auto;
  }
  .sm\:rnpg-block{
    display: block;
  }
  .sm\:rnpg-grid{
    display: grid;
  }
  .sm\:rnpg-hidden{
    display: none;
  }
  .sm\:rnpg-h-\[150px\]{
    height: 150px;
  }
  .sm\:rnpg-w-1\/2{
    width: 50%;
  }
  .sm\:rnpg-w-\[150px\]{
    width: 150px;
  }
  .sm\:rnpg-w-\[400px\]{
    width: 400px;
  }
  .sm\:rnpg-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:rnpg-flex-row{
    flex-direction: row;
  }
  .sm\:rnpg-flex-nowrap{
    flex-wrap: nowrap;
  }
  .sm\:rnpg-items-end{
    align-items: flex-end;
  }
  .sm\:rnpg-items-center{
    align-items: center;
  }
  .sm\:rnpg-justify-start{
    justify-content: flex-start;
  }
  .sm\:rnpg-justify-between{
    justify-content: space-between;
  }
  .sm\:rnpg-p-\[1\.6rem\]{
    padding: 1.6rem;
  }
  .sm\:rnpg-pl-4{
    padding-left: 1rem;
  }
  .sm\:rnpg-pt-4{
    padding-top: 1rem;
  }
  .sm\:rnpg-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 905px){
  .md\:-rnpg-mr-8{
    margin-right: -2rem;
  }
  .md\:rnpg-mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:rnpg-block{
    display: block;
  }
  .md\:rnpg-hidden{
    display: none;
  }
  .md\:rnpg-h-\[700px\]{
    height: 700px;
  }
  .md\:rnpg-w-80{
    width: 20rem;
  }
  .md\:rnpg-w-\[1200px\]{
    width: 1200px;
  }
  .md\:rnpg-w-\[700px\]{
    width: 700px;
  }
  .md\:rnpg-max-w-\[calc\(100vw-2rem\)\]{
    max-width: calc(100vw - 2rem);
  }
  .md\:rnpg-flex-row{
    flex-direction: row;
  }
  .md\:rnpg-rounded-lg{
    border-radius: 0.5rem;
  }
  .md\:rnpg-p-8{
    padding: 2rem;
  }
  .md\:rnpg-pr-8{
    padding-right: 2rem;
  }
}
