body {
  -webkit-font-smoothing: antialiased; }

body,
html,
body > div {
  height: 100%;
  width: 100%;
  display: flex; }

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

html {
  overflow-y: scroll; }

.wrapper__1Sct5 {
  background: green;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 4px solid #eceef1;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-right: 80px;
  padding-left: 80px; }
  .wrapper__1Sct5.notPlaying__1zdDN {
    display: none; }
  @media (max-width: 768px) {
    .wrapper__1Sct5 {
      padding-left: 20px;
      padding-right: 20px; } }

.song__3grtC,
.play__2xqza,
.add___Qquq {
  flex: 1;
  display: flex; }

.play__2xqza {
  justify-content: center;
  flex: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .play__2xqza {
      min-width: 150px; } }
  @media (max-width: 768px) {
    .play__2xqza {
      justify-content: flex-end; } }

.playPause__3SExD {
  margin-right: 10px;
  margin-left: 10px;
  height: 50px;
  width: 50px; }
  @media (max-width: 768px) {
    .playPause__3SExD {
      margin: 0; } }

.checkSlider__ZLhdK {
  display: flex;
  position: absolute;
  right: 70px;
  align-items: center; }

.song__3grtC {
  min-width: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 25px; }
  @media (min-width: 769px) {
    .song__3grtC {
      padding-right: 0; } }
  .song__3grtC img {
    height: 18px;
    width: 18px; }

.track__2wG_t {
  min-width: 0;
  margin-left: 20px;
  display: flex;
  flex: 1;
  flex-direction: column; }

.add___Qquq {
  justify-content: flex-end; }

.nextPreviousWrapper__3PdYK {
  display: flex;
  flex: 1;
  width: 40px;
  align-items: center;
  justify-content: center; }
  .nextPreviousWrapper__3PdYK:hover {
    cursor: pointer; }

.wrapper__2RElo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: #ff3943; }
  .wrapper__2RElo .line__3p40M:nth-of-type(1) {
    --height_from: 24%;
    --height_one: 13%;
    --height_two: 24%;
    --height_three: 12%;
    --height_four: 0%;
    left: 18px; }
  .wrapper__2RElo .line__3p40M:nth-of-type(2) {
    --height_from: 0%;
    --height_one: 22%;
    --height_two: 30%;
    --height_three: 15%;
    --height_four: 7%;
    left: 27px; }
  .wrapper__2RElo:hover {
    cursor: pointer; }

:root {
  --height_from: 38%;
  --height_one: 0%;
  --height_two: 38%;
  --height_three: 0%;
  --height_four: 38%; }

@keyframes line__3p40M {
  0% {
    height: var(--height_from); }
  20% {
    height: var(--height_one); }
  40% {
    height: var(--height_two); }
  60% {
    height: var(--height_three); }
  80% {
    height: var(--height_four); }
  100% {
    height: var(--height_from); } }

.line__3p40M {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  background-color: #ff3943;
  opacity: 50%;
  width: 5px;
  height: 18px;
  animation-name: line__3p40M;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .line__3p40M {
      display: none; } }

.backgroundLine__6z5rV,
.backgroundLine2__2IZnH {
  z-index: 1;
  position: absolute;
  top: 16px;
  background-color: white;
  width: 5px;
  height: 18px; }

.backgroundLine__6z5rV {
  left: 18px; }

.backgroundLine2__2IZnH {
  left: 27px; }

.wrapper__12dR7 {
  width: 100%;
  position: absolute;
  right: 0;
  top: -6px;
  height: 15px; }

.progress__L-JeV {
  position: absolute;
  height: 4px;
  background: #ff3943;
  top: 3px;
  left: 0; }

.handle__32_QT {
  position: absolute;
  background: white;
  border-radius: 10px;
  height: 20px;
  width: 35px;
  top: -6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none; }

.wrapper__2yXpq {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0; }

.text__3aD-l {
  margin-bottom: 30px; }

.item__MZCGe {
  display: flex;
  flex-direction: row;
  height: 55px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .item__MZCGe:hover {
    background: #f5f6f7;
    cursor: pointer; }
    .item__MZCGe:hover .play__9FDad {
      display: block; }
    .item__MZCGe:hover .indexValue__21vIQ {
      display: none; }

.play__9FDad {
  display: none;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%); }

.index__30F1e {
  flex: 0 0 50px; }

.title__21HKF {
  flex: 1; }

.artist__2XR3N {
  flex: 1; }

.duration__1s1S6 {
  flex: 1; }

.createTrackRequest__1ZSnD {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px; }

.wrapper__3hz27 {
  flex: 1;
  background-size: cover;
  background-image: url("/static/login.jpg");
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%; }
  .wrapper__3hz27 form {
    width: 100%; }

.login__2EYs6 {
  background: white;
  width: 515px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 50px 50px 50px;
  border-radius: 20px; }
  .login__2EYs6 img {
    display: block;
    width: 300px;
    max-width: 100%; }
  @media (max-width: 768px) {
    .login__2EYs6 {
      max-width: 95%; } }

.subtitle__32oJG {
  margin-top: -50px; }

.title__2UWRw {
  align-self: flex-start;
  margin-bottom: 10px;
  margin-top: 15px; }

.loading__2PL1s {
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  margin-top: 30px; }

.button__1UXqj {
  margin-top: 40px;
  width: 100%; }

.failLogin__3Yd_7 {
  margin-top: 40px;
  display: flex;
  justify-content: center; }

.resetPassword__1PSUY {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .resetPassword__1PSUY a {
    color: #ff555d; }

.wrapper__oGCoS {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0; }

.text__2slwR {
  margin-bottom: 30px; }

.item__jHNOs {
  display: flex;
  flex-direction: row;
  height: 55px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .item__jHNOs:hover {
    background: #f5f6f7;
    cursor: pointer; }
    .item__jHNOs:hover .play__2C4ZY {
      display: block; }
    .item__jHNOs:hover .indexValue__1yYoq {
      display: none; }

.play__2C4ZY {
  display: none;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%); }

.index__2qFx8 {
  flex: 0 0 50px; }

.title__2amM- {
  flex: 1; }

.artist__X2ge1 {
  flex: 1; }

.duration__1A4uV {
  flex: 1; }

.createTrackRequest__1hk1i {
  width: 100%;
  display: flex;
  justify-content: center; }

.wrapper__fd1L6 {
  padding-bottom: 90px;
  width: 100%; }

.text__3yDHZ {
  border-bottom: 2px solid;
  border-color: #eceef1;
  margin-bottom: 10px; }
  .text__3yDHZ.fullWidth__3lh3b {
    max-width: 100%; }
  @media (max-width: 768px) {
    .text__3yDHZ {
      padding: 0 15px;
      margin: 0 -15px 10px -15px; } }

.item__3cfpS {
  display: flex;
  flex: 1;
  vertical-align: center;
  line-height: 1;
  flex-direction: row;
  margin: 0px -5px;
  padding: 20px 12px;
  border-radius: 13px; }
  @media (min-width: 768px) {
    .item__3cfpS:hover {
      cursor: pointer; } }

.current__rCPPG {
  box-shadow: 0 0 10px #eceef1; }

.titleArtistContainer__ASMZn {
  display: flex;
  flex: 2;
  flex-direction: column;
  width: 100%;
  overflow-y: hidden; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .titleArtistContainer__ASMZn {
      height: 40px; } }

.duration__3hPxS {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 40px; }

.title__2gFmH {
  display: flex;
  margin-bottom: 4px;
  width: 100%; }

.artist__3GPA_ {
  display: flex;
  flex: 1; }

.itemOptions__H_vsQ {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center; }

.handle__3pDCv {
  background: #f5f6f7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.separator__1yO_S {
  height: 2px;
  background-color: #eceef1;
  width: 100%; }
  @media (max-width: 768px) {
    .separator__1yO_S {
      margin: 0px -15px; } }

.separatorDropdown__1shBG {
  height: 2px;
  background-color: #eceef1;
  width: 100%; }

.titleWrapper__18r52 {
  width: 100%;
  max-width: 600px; }
  @media (max-width: 768px) {
    .titleWrapper__18r52 {
      max-width: 300px; } }

.description__27PQz {
  max-width: 700px;
  display: block; }

.headerWrapper__2I8Ev {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .headerWrapper__2I8Ev {
      margin-bottom: 10px; } }

.options__cd9MU {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 7px;
  margin-top: 30px; }
  .options__cd9MU:hover {
    cursor: pointer; }

.optionDropdown__35RoH {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 12px;
  background-color: white;
  box-shadow: 0 0 10px #999;
  border-radius: 10px;
  margin-right: -200px; }

.optionItem__3ukSZ {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  width: 200px;
  padding: 12px 16px;
  flex: 1;
  z-index: 3; }
  .optionItem__3ukSZ:hover {
    background: #f5f6f7; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .optionItem__3ukSZ {
      margin: 5px 0px;
      padding: 20px 16px; } }

.paddingTop__1_yaH {
  padding-top: 20px; }

.paddingBottom__1naej {
  padding-bottom: 20px; }

.playlistTitle__xW4K5 {
  display: flex;
  flex: 1;
  min-width: 0;
  margin-top: 30px;
  flex-direction: column; }
  @media (max-width: 768px) {
    .playlistTitle__xW4K5 {
      margin-top: 15px; } }

.headerContainer__WGxex {
  width: 100%; }

.subHeader__2tzQo {
  display: flex;
  flex-direction: row; }

.shared__1D73r {
  display: flex;
  justify-content: center;
  align-items: center; }

.sharedText__gxSwM {
  margin-right: 4px;
  background-color: #eceef1;
  color: #8396a0;
  padding: 2px; }

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

.autoPlayToggle__26bhv {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  border-top: 2px solid;
  border-color: #eceef1;
  padding: 20px 15px;
  margin: 0 -15px; }

.listSubtitle__2qg3t {
  margin-top: 20px; }

.requestTrackButtonWrapper__uZhW6 {
  margin-top: 20px; }

.dropdownsWrapper__1JQlM {
  margin-top: 30px;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  border-top: 2px solid #eceef1; }
  @media (max-width: 768px) {
    .dropdownsWrapper__1JQlM {
      flex-direction: column;
      border-top: none; } }

.sortOption__3iSXh {
  min-width: 100%; }

.dropdownOption__FaVY4 {
  min-width: 50%;
  position: relative; }

.wrapper__3X914 {
  display: flex;
  flex: 1;
  flex-direction: column; }

.headerWrapper__1E7Ea {
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .headerWrapper__1E7Ea {
      margin-bottom: 10px; } }

.text__17fXQ {
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 700px; }
  @media (max-width: 768px) {
    .text__17fXQ {
      margin-top: 15px; } }

.content__2fJQP {
  padding-bottom: 90px; }

.item__9fB-i {
  display: flex;
  flex: 1;
  vertical-align: center;
  line-height: 1;
  flex-direction: row;
  margin: 0px -5px;
  padding: 20px 12px;
  border-radius: 13px; }
  .item__9fB-i:hover {
    cursor: pointer; }

.current__2XuA8 {
  box-shadow: 0 0 10px #eceef1; }

.titleAndTags__36oop {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow-y: hidden; }
  @media (max-width: 768px) {
    .titleAndTags__36oop {
      max-width: 200px; } }

.title__yH9oO {
  display: flex;
  margin-bottom: 4px;
  overflow: hidden;
  overflow-y: hidden; }
  @media (max-width: 768px) {
    .title__yH9oO {
      max-width: 200px; } }

.subtitleTrack__20s6d {
  display: flex;
  flex-direction: row;
  overflow: hidden; }

.duration__1dke3 {
  display: flex;
  justify-content: flex-start;
  margin-right: 10px;
  width: 40px; }
  @media (max-width: 768px) {
    .duration__1dke3 {
      display: none; } }

.mobileDuration__2kma0 {
  display: flex;
  align-self: flex-start;
  margin-left: 3px; }
  @media (min-width: 768px) {
    .mobileDuration__2kma0 {
      display: none; } }

.shared__1R_LO {
  display: flex;
  justify-content: center;
  align-items: center; }

.sharedText__3b4lN {
  margin-right: 4px;
  background-color: #eceef1;
  color: #8396a0;
  padding: 2px; }

.createPlaylist__2k_e1 {
  display: flex;
  flex: 1;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #eceef1;
  padding: 10px 0px;
  align-items: center; }
  .createPlaylist__2k_e1:hover {
    cursor: pointer; }
  @media (max-width: 768px) {
    .createPlaylist__2k_e1 {
      margin-left: -15px;
      margin-right: -15px;
      padding: 10px 15px; } }

.addIcon__iCIcN {
  height: 32px;
  width: 32px;
  margin-right: 20px; }

.subtitle__3Ez-5 {
  margin: 20px 0px; }

.chevron__2F3hc {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.chevronWrapper__YYvmi {
  display: flex;
  flex: 1;
  flex-direction: row-reverse; }

.listSubtitle__2WS4d {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid;
  border-color: #eceef1; }
  @media (max-width: 768px) {
    .listSubtitle__2WS4d {
      margin-left: -15px;
      margin-right: -15px;
      padding: 10px 15px; } }

.center__3mhBL {
  align-items: center; }

.wrapper__3RDv8 {
  display: flex;
  flex: 1; }
  @media (max-width: 768px) {
    .wrapper__3RDv8 {
      margin-top: 30px; } }
  .wrapper__3RDv8 input {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    border-radius: 40px;
    border: 2px solid;
    border-color: #eceef1; }
    @media (max-width: 768px) {
      .wrapper__3RDv8 input {
        top: 37px; } }
    .wrapper__3RDv8 input:focus {
      outline: none; }
  .wrapper__3RDv8 img {
    width: 20px; }

.placeholder__CUopL {
  position: absolute;
  top: 7px;
  user-select: none;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: calc(100% - 50px);
  height: 28px; }
  @media (max-width: 768px) {
    .placeholder__CUopL {
      top: 37px; } }

.text__2qp9o {
  display: inline;
  margin-left: 25px; }

.playlistItem__1VP0w {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  padding: 12px 16px;
  flex: 1;
  z-index: 3; }
  .playlistItem__1VP0w:hover {
    background: #f5f6f7; }
  @media (max-width: 768px) {
    .playlistItem__1VP0w {
      width: 100%; } }

.firstItem__80BnH {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 16px; }
  .firstItem__80BnH:hover {
    background: #f5f6f7; }
  @media (max-width: 768px) {
    .firstItem__80BnH {
      padding: 10px 16px 20px 16px; } }

@media (max-width: 768px) {
  .notMobile__3qppW {
    display: none; } }

@media (min-width: 769px) {
  .onlyMobile__2sF16 {
    display: none; } }

.modalTitle__2yD-l {
  margin-bottom: 25px;
  margin-top: 20px; }

.modalSubtitle__1wQAU {
  margin-bottom: 20px; }

.modal__2_k3q {
  width: 410px;
  max-width: 100%; }

.toggleContainer__tlQdB {
  padding-bottom: 30px; }

.seperator__7rI_n {
  height: 2px;
  background-color: #eceef1;
  margin: 0px -50px; }
  @media (max-width: 768px) {
    .seperator__7rI_n {
      margin: 0px -20px; } }

.toggleShared__18E1m {
  padding: 15px 0; }

.toggleAutoPlay__3ikJ9 {
  padding: 15px 0; }
  @media (max-width: 768px) {
    .toggleAutoPlay__3ikJ9 {
      display: none; } }

.switch__29SJI {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 3px;
  margin-left: 20px; }
  .switch__29SJI.disabled__-nzc5 {
    opacity: 0;
    cursor: default;
    pointer-events: none; }

.switch__29SJI input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider__3c6uN {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f6f7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px; }

.slider__3c6uN:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider__3c6uN {
  background-color: #00aa79; }

input:checked + .slider__3c6uN:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.checkSlider__2u2_m {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between; }
  .checkSlider__2u2_m label {
    margin-left: 40px; }

.sliderWrapper__1fJAQ {
  display: flex;
  flex-direction: row; }

.modalTitle__2rkeD {
  margin-bottom: 10px; }

.modalSubtitle__2VcgC {
  margin-bottom: 20px; }

.modal__2dRPz {
  width: 410px;
  max-width: 100%; }

.modalTitle__2rkeD {
  margin-top: 20px; }

.writeArea__3JdZM {
  width: 100%;
  border: 2px solid #eceef1;
  border-radius: 8px;
  background-color: #f5f6f7;
  padding: 5px 10px;
  margin-bottom: 25px; }

.infoText__3Npff {
  display: flex;
  align-self: flex-start;
  margin-bottom: 15px; }

textarea::placeholder {
  color: #333333; }

textarea {
  font-size: 17px;
  font-family: "Nimbus Sans", sans-serif; }

.dropdown__2ZtDJ {
  border: none;
  font-size: 18px;
  font-family: "Nimbus Sans", sans-serif;
  background-color: white; }

.dropdownWrapper__2xhbx {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0px;
  align-items: center; }
  @media (max-width: 768px) {
    .dropdownWrapper__2xhbx {
      margin-left: -15px;
      margin-right: -15px;
      padding: 15px 15px;
      border-top: 2px solid #eceef1; } }

.item__2_h1z {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  padding: 12px 16px;
  flex: 1;
  z-index: 3; }
  .item__2_h1z:hover {
    background: #f5f6f7; }

.optionWrapper__ahZ87 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative; }

.paddingTop__2E9Td {
  padding-top: 20px; }

.paddingBottom__2-KEi {
  padding-bottom: 20px; }

.wrapper__2smMe {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 30px; }

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

.seperator__thK74 {
  width: 100%;
  height: 2px;
  background-color: #eceef1;
  margin: 20px 0 30px 0; }
  @media (max-width: 768px) {
    .seperator__thK74 {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; } }

.requestWrapper__3oVak {
  overflow-wrap: anywhere; }

.buttonWrapper__1tRrb {
  width: 100%;
  margin: 20px 0; }

.writeArea__zQPUV {
  width: 100%;
  border: 2px solid #eceef1;
  border-radius: 8px;
  background-color: #f5f6f7;
  padding: 5px 10px; }

.infoText__2fYSw {
  display: flex;
  align-self: flex-start;
  margin-bottom: 15px;
  margin-top: 40px; }

textarea::placeholder {
  color: #333333; }

.dropdown__1EdKh {
  border: none;
  font-size: 18px;
  font-family: "Nimbus Sans", sans-serif;
  background-color: white; }

.dropdownWrapper__3jlSv {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0px;
  padding-left: 15px;
  align-items: center;
  border-left: 2px solid;
  border-color: #eceef1; }
  @media (max-width: 768px) {
    .dropdownWrapper__3jlSv {
      margin-left: -15px;
      margin-right: -15px;
      padding: 15px 15px;
      border-left: none;
      border-top: 2px solid #eceef1; } }

.item__itSj4 {
  width: 200px;
  padding: 12px 16px;
  flex: 1;
  z-index: 3; }
  .item__itSj4:hover {
    background: #f5f6f7; }

.optionWrapper__nRHqf {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative; }

.optionText__1Gxco {
  max-width: 150px; }
  @media (max-width: 768px) {
    .optionText__1Gxco {
      max-width: 350px; } }

.paddingTop__1-xZE {
  padding-top: 20px;
  border-bottom: 2px solid;
  border-color: #eceef1; }

.paddingBottom__3a3k1 {
  padding-bottom: 20px; }

