/* colors */
/* break points */
body {
  font-family: OpenSansHebrewCondensed-Regular, Arial, sans-serif;
  font-size: 5vw; }

.top {
  background: white;
  padding: 6.25vw 0 0 0; }
  .top .right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
    .top .right .title-img {
      width: 38.438vw; }
      .top .right .title-img svg {
        width: 100%; }
    .top .right .author {
      font-family: Tinos-Regular;
      font-size: 6.562vw;
      margin-bottom: 4.688vw; }
    .top .right .directions {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 3.125vw; }
      .top .right .directions .backdrop {
        position: absolute;
        top: 0;
        right: 13.438vw;
        width: 28.125vw;
        z-index: 0; }
      .top .right .directions .text {
        position: relative;
        z-index: 1;
        margin-bottom: 1.562vw;
        letter-spacing: 0.172vw; }
      .top .right .directions .icon {
        position: relative;
        width: 2.5vw;
        top: 0;
        -webkit-animation-name: example;
                animation-name: example;
        -webkit-animation-duration: 0.6s;
                animation-duration: 0.6s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out; }

@-webkit-keyframes example {
  0% {
    top: 0; }
  50% {
    top: 3.125vw; }
  100% {
    top: 0; } }

@keyframes example {
  0% {
    top: 0; }
  50% {
    top: 3.125vw; }
  100% {
    top: 0; } }
  .top .album-image {
    position: relative; }
    .top .album-image .audio-segment-btn {
      display: block;
      position: absolute;
      background: transparent;
      cursor: pointer; }
      .top .album-image .audio-segment-btn:nth-child(1) {
        top: 40.625vw;
        left: 9.375vw;
        width: 21.875vw;
        height: 4.688vw;
        -webkit-transform: rotate(10deg);
                transform: rotate(10deg); }
      .top .album-image .audio-segment-btn:nth-child(2) {
        top: 64.062vw;
        left: 40.625vw;
        width: 20.312vw;
        height: 12.5vw;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .top .album-image .audio-segment-btn:nth-child(3) {
        top: 15.625vw;
        left: 64.062vw;
        width: 23.438vw;
        height: 9.375vw; }
      .top .album-image .audio-segment-btn:nth-child(4) {
        top: 59.375vw;
        left: 64.062vw;
        width: 32.812vw;
        height: 10.938vw;
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg); }
      .top .album-image .audio-segment-btn:nth-child(5) {
        top: 10.938vw;
        left: 23.438vw;
        width: 28.125vw;
        height: 5.625vw;
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg); }
      .top .album-image .audio-segment-btn:nth-child(6) {
        top: 31.25vw;
        left: 34.375vw;
        width: 31.25vw;
        height: 10.938vw;
        -webkit-transform: rotate(110deg);
                transform: rotate(110deg); }
      .top .album-image .audio-segment-btn:nth-child(7) {
        top: 40.625vw;
        left: 76.562vw;
        width: 35.938vw;
        height: 6.25vw;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .top .album-image .audio-segment-btn:nth-child(8) {
        top: 56.25vw;
        left: 0;
        width: 40.625vw;
        height: 12.5vw; }
      .top .album-image .audio-segment-btn:nth-child(9) {
        top: 0;
        left: 0;
        width: 45.312vw;
        height: 8.75vw; }
      .top .album-image .audio-segment-btn:nth-child(10) {
        bottom: 0.938vw;
        left: 23.438vw;
        width: 48.438vw;
        height: 6.25vw; }
  .top .play-btn {
    display: none; }

.description {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  background: #323232;
  color: white;
  padding: 7.187vw 0 11.25vw; }
  .description .links {
    position: relative;
    margin-bottom: 10vw; }
    .description .links .background {
      width: 90.312vw;
      position: relative;
      z-index: 0; }
    .description .links .content {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      padding: 10vw 0; }
    .description .links .title {
      font-size: 6.875vw;
      text-align: center;
      margin-bottom: 9.688vw; }
    .description .links .items {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      padding: 0 6.25vw;
      font-size: 6.875vw; }
      .description .links .items .item {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
                align-items: center;
        margin-bottom: 10vw;
        cursor: pointer; }
        .description .links .items .item .icon {
          width: 15.937vw;
          margin-bottom: 2.5vw; }
        .description .links .items .item:nth-child(even) {
          margin-right: 17.188vw; }
  .description .right .cover {
    display: none; }
  .description .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 4.688vw;
    text-align: center; }
    .description .left .paragraph {
      margin-bottom: 6.25vw; }
    .description .left .contact {
      display: -webkit-box;
      display: flex;
      margin-bottom: 6.562vw;
      flex-wrap: wrap; }
      .description .left .contact .item {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: start;
                justify-content: flex-start;
        width: 50%; }
        .description .left .contact .item .icon {
          width: 13.75vw;
          height: 13.75vw;
          margin-bottom: 5.312vw; }

.audio-player-placeholder {
  padding-top: 0; }
  .audio-player-placeholder.active {
    padding-top: 32.5vw; }

.audio-player {
  position: fixed;
  bottom: -32.5vw;
  left: 0;
  width: 100%;
  height: 32.5vw;
  background: #393939;
  padding: 4.375vw 5vw 10.312vw;
  color: white;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 1000; }
  .audio-player.active {
    bottom: 0;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5); }
  .audio-player .details {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 5.938vw; }
  .audio-player .close-x {
    width: 3.125vw;
    margin-right: auto; }
  .audio-player .controls {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    direction: ltr;
    padding-top: 9.375vw; }
    .audio-player .controls .play, .audio-player .controls .pause {
      width: 6.875vw;
      height: 7.812vw; }
  .audio-player .progress {
    -webkit-box-flex: 1;
            flex: 1 1;
    margin: 0 2.812vw;
    overflow: hidden;
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 100%;
    /* Specific width is required for Firefox. */
    background: transparent;
    /* Otherwise white in Chrome */
    /* Special styling for WebKit/Blink */
    /* All the same stuff for Firefox */ }
    .audio-player .progress::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .audio-player .progress:focus {
      outline: none;
      /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }
    .audio-player .progress::-ms-track {
      width: 100%;
      cursor: pointer;
      /* Hides the slider so custom styles can be added */
      background: transparent;
      border-color: transparent;
      color: transparent; }
    .audio-player .progress::-webkit-slider-runnable-track {
      width: 100%;
      height: 2.5vw;
      cursor: pointer;
      background: #313030;
      border-radius: 1.25vw;
      border: 1px solid #818080;
      border-top-color: black;
      color: #e5263c; }
    .audio-player .progress:focus::-webkit-slider-runnable-track {
      background: #313030; }
    .audio-player .progress::-moz-range-track {
      width: 100%;
      height: 2.5vw;
      cursor: pointer;
      background: #313030;
      border-radius: 1.25vw;
      border: 1px solid #818080;
      border-top-color: black; }
    .audio-player .progress::-ms-track {
      width: 100%;
      height: 2.5vw;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      border-width: 5vw 0;
      color: transparent; }
    .audio-player .progress::-ms-fill-lower {
      background: #313030;
      border: 1px solid #818080;
      border-radius: 1.25vw; }
    .audio-player .progress:focus::-ms-fill-lower {
      background: #313030; }
    .audio-player .progress::-ms-fill-upper {
      background: #313030;
      border: 1px solid black;
      border-radius: 1.25vw; }
    .audio-player .progress:focus::-ms-fill-upper {
      background: #313030; }
    .audio-player .progress::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 1.875vw;
      width: 3.125vw;
      background: #e5263c;
      cursor: pointer;
      box-shadow: -1000px 0 0px 1000px #e5263c; }
    .audio-player .progress::-moz-range-thumb {
      height: 1.875vw;
      width: 3.125vw;
      background: #e5263c;
      cursor: pointer;
      box-shadow: -1000px 0 0px 1000px #e5263c; }
    .audio-player .progress::-ms-thumb {
      height: 1.875vw;
      width: 3.125vw;
      background: #e5263c;
      cursor: pointer;
      box-shadow: -1000px 0 0px 1000px #e5263c; }
  .audio-player .time-text {
    width: 12.5vw;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    font-size: 3.75vw; }

.fb-like {
  position: relative;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
  .fb-like iframe {
    height: 50px !important; }

.youtube {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #e8e8e8; }
  .youtube .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding: 3.75vw 0 3.75vw; }
    .youtube .left .title {
      font-family: Tinos-Bold;
      font-size: 12.5vw; }
    .youtube .left .subtitle {
      font-size: 5vw; }
  .youtube .right {
    -webkit-box-ordinal-group: 3;
            order: 2; }
    .youtube .right .iframe-wrapper {
      position: relative;
      padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

.quote {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 7.812vw 4.688vw; }
  .quote .title {
    font-size: 6.875vw;
    margin-bottom: 5.625vw; }
  .quote .credit {
    margin-bottom: 3.125vw; }
  .quote .icon {
    width: 12.812vw;
    margin-bottom: 5.625vw; }
  .quote .text {
    text-align: center;
    margin-bottom: 5.625vw; }
  .quote .link {
    color: #e5253b;
    text-decoration: underline; }

.footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background: #323232;
  padding: 9.375vw 14.062vw;
  color: white; }
  .footer .inmanage-logo {
    width: 25vw; }
  .footer .contact-wrapper {
    margin-bottom: 10vw;
    width: 100%; }
  .footer .contact {
    display: -webkit-box;
    display: flex;
    margin-bottom: 6.562vw;
    flex-wrap: wrap;
    font-size: 3.75vw; }
    .footer .contact .item {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: start;
              justify-content: flex-start;
      width: 50%; }
      .footer .contact .item .label {
        width: 75%;
        text-align: center; }
      .footer .contact .item .icon {
        width: 9.375vw;
        height: 9.375vw;
        margin-bottom: 5.312vw; }

@media (min-width: 768px) {
  body {
    font-size: 2.083vw; }
  .top {
    padding: 2.604vw 0 0 0; }
    .top .right .title-img {
      width: 16.016vw; }
    .top .right .author {
      font-size: 2.734vw;
      margin-bottom: 1.953vw; }
    .top .right .directions {
      margin-bottom: 1.302vw; }
      .top .right .directions .backdrop {
        right: 5.599vw;
        width: 11.719vw; }
      .top .right .directions .text {
        margin-bottom: 0.651vw;
        letter-spacing: 0.072vw; }
      .top .right .directions .icon {
        width: 1.042vw;
        -webkit-animation-name: example;
                animation-name: example;
        -webkit-animation-duration: 0.6s;
                animation-duration: 0.6s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out; }
  @-webkit-keyframes example {
    0% {
      top: 0; }
    50% {
      top: 1.302vw; }
    100% {
      top: 0; } }
  @keyframes example {
    0% {
      top: 0; }
    50% {
      top: 1.302vw; }
    100% {
      top: 0; } }
    .top .album-image .audio-segment-btn:nth-child(1) {
      top: 16.927vw;
      left: 3.906vw;
      width: 9.115vw;
      height: 1.953vw;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
    .top .album-image .audio-segment-btn:nth-child(2) {
      top: 26.693vw;
      left: 16.927vw;
      width: 8.464vw;
      height: 5.208vw;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .top .album-image .audio-segment-btn:nth-child(3) {
      top: 6.51vw;
      left: 26.693vw;
      width: 9.766vw;
      height: 3.906vw; }
    .top .album-image .audio-segment-btn:nth-child(4) {
      top: 24.74vw;
      left: 26.693vw;
      width: 13.672vw;
      height: 4.557vw;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    .top .album-image .audio-segment-btn:nth-child(5) {
      top: 4.557vw;
      left: 9.766vw;
      width: 11.719vw;
      height: 2.344vw;
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
    .top .album-image .audio-segment-btn:nth-child(6) {
      top: 13.021vw;
      left: 14.323vw;
      width: 13.021vw;
      height: 4.557vw;
      -webkit-transform: rotate(110deg);
              transform: rotate(110deg); }
    .top .album-image .audio-segment-btn:nth-child(7) {
      top: 16.927vw;
      left: 31.901vw;
      width: 14.974vw;
      height: 2.604vw;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .top .album-image .audio-segment-btn:nth-child(8) {
      top: 23.438vw;
      left: 0;
      width: 16.927vw;
      height: 5.208vw; }
    .top .album-image .audio-segment-btn:nth-child(9) {
      top: 0;
      left: 0;
      width: 18.88vw;
      height: 3.646vw; }
    .top .album-image .audio-segment-btn:nth-child(10) {
      bottom: 0.391vw;
      left: 9.766vw;
      width: 20.182vw;
      height: 2.604vw; }
  .description {
    padding: 2.995vw 0 4.688vw; }
    .description .full-audio-btn {
      padding: 0 1.302vw;
      font-size: 2.604vw;
      border-radius: 0.911vw;
      margin-bottom: 2.865vw;
      width: 34.635vw;
      height: 4.427vw; }
      .description .full-audio-btn .icon {
        width: 2.344vw; }
    .description .launch {
      margin-bottom: 1.432vw; }
      .description .launch .text {
        font-size: 2.344vw;
        margin-bottom: 1.302vw; }
      .description .launch .design {
        width: 22.135vw; }
    .description .left {
      padding: 0 1.953vw; }
      .description .left .paragraph {
        margin-bottom: 2.604vw; }
      .description .left .cover {
        width: 30.078vw; }
  .links {
    padding: 4.427vw 0; }
    .links .items {
      padding: 0 19.531vw; }
      .links .items .item {
        margin-bottom: 2.344vw; }
        .links .items .item .icon {
          width: 8.854vw;
          margin-bottom: 2.5vw; }
    .links .title {
      font-size: 2.865vw;
      margin-bottom: 2.344vw; }
  .audio-player-placeholder.active {
    padding-top: 13.542vw; }
  .audio-player {
    bottom: -13.542vw;
    height: 13.542vw;
    padding: 1.823vw 2.083vw 4.297vw; }
    .audio-player .details {
      height: 2.474vw; }
    .audio-player .close-x {
      width: 1.302vw; }
    .audio-player .controls {
      padding-top: 3.906vw; }
      .audio-player .controls .play, .audio-player .controls .pause {
        width: 2.865vw;
        height: 3.255vw; }
    .audio-player .progress {
      margin: 0 1.172vw;
      /* Special styling for WebKit/Blink */
      /* All the same stuff for Firefox */ }
      .audio-player .progress::-webkit-slider-runnable-track {
        height: 1.042vw;
        border-radius: 0.521vw; }
      .audio-player .progress::-moz-range-track {
        height: 1.042vw;
        border-radius: 0.521vw; }
      .audio-player .progress::-ms-track {
        height: 1.042vw;
        border-width: 2.083vw 0; }
      .audio-player .progress::-ms-fill-lower {
        border-radius: 0.521vw; }
      .audio-player .progress::-ms-fill-upper {
        border-radius: 0.521vw; }
      .audio-player .progress::-webkit-slider-thumb {
        height: 0.781vw;
        width: 1.302vw;
        box-shadow: -1000px 0 0px 1000px #e5263c; }
      .audio-player .progress::-moz-range-thumb {
        height: 0.781vw;
        width: 1.302vw;
        box-shadow: -1000px 0 0px 1000px #e5263c; }
      .audio-player .progress::-ms-thumb {
        height: 0.781vw;
        width: 1.302vw;
        box-shadow: -1000px 0 0px 1000px #e5263c; }
    .audio-player .time-text {
      width: 5.208vw;
      font-size: 1.562vw; }
  .youtube .left {
    padding: 1.562vw 0 1.562vw; }
    .youtube .left .title {
      font-size: 5.208vw; }
    .youtube .left .subtitle {
      font-size: 2.083vw; }
  .quote {
    padding: 3.255vw 1.953vw; }
    .quote .title {
      font-size: 2.865vw;
      margin-bottom: 2.344vw; }
    .quote .credit {
      margin-bottom: 1.302vw; }
    .quote .icon {
      width: 5.339vw;
      margin-bottom: 2.344vw; }
    .quote .text {
      margin-bottom: 2.344vw; }
  .footer {
    padding: 1.953vw; }
    .footer .inmanage-logo {
      width: 10.417vw; } }

@media (min-width: 1200px) {
  body {
    font-size: 1.333vw; }
  .top {
    display: -webkit-box;
    display: flex;
    padding: 0 12.5vw 0;
    height: 31.771vw; }
    .top .right {
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
              align-items: flex-start;
      -webkit-box-flex: 1;
              flex: 1 1;
      padding: 9.688vw 0 0 0; }
      .top .right .title-img {
        width: 19.375vw;
        margin-bottom: 1.042vw; }
      .top .right .author {
        font-size: 2.182vw;
        margin-bottom: 0;
        text-align: right; }
      .top .right .directions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        margin-bottom: 0;
        margin-top: auto;
        margin-bottom: 0.781vw; }
        .top .right .directions .backdrop {
          right: 3.583vw;
          width: 7vw; }
        .top .right .directions .text {
          font-size: 1.302vw;
          margin-bottom: 0;
          letter-spacing: 0.029vw; }
        .top .right .directions .icon {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          width: 0.74vw;
          margin-right: 0.781vw; }
  @-webkit-keyframes example {
    0% {
      left: 0; }
    50% {
      left: -0.833vw; }
    100% {
      left: 0; } }
  @keyframes example {
    0% {
      left: 0; }
    50% {
      left: -0.833vw; }
    100% {
      left: 0; } }
    .top .left {
      width: 45.729vw;
      -webkit-box-flex: 0;
              flex: 0 0 auto; }
    .top .album-image .audio-segment-btn:nth-child(1) {
      top: 21.071vw;
      left: 5.125vw;
      width: 7.973vw;
      height: 1.708vw; }
      .top .album-image .audio-segment-btn:nth-child(1) .play-btn {
        -webkit-transform: rotate(-10deg) translate(50%, -50%);
                transform: rotate(-10deg) translate(50%, -50%); }
    .top .album-image .audio-segment-btn:nth-child(2) {
      top: 34.169vw;
      left: 18.223vw;
      width: 10.251vw;
      height: 4.556vw; }
      .top .album-image .audio-segment-btn:nth-child(2) .play-btn {
        -webkit-transform: rotate(-90deg) translate(50%, 50%);
                transform: rotate(-90deg) translate(50%, 50%); }
    .top .album-image .audio-segment-btn:nth-child(3) {
      top: 8.542vw;
      left: 29.613vw;
      width: 10.82vw;
      height: 4.556vw; }
    .top .album-image .audio-segment-btn:nth-child(4) {
      top: 30.182vw;
      left: 29.043vw;
      width: 16.515vw;
      height: 5.125vw; }
      .top .album-image .audio-segment-btn:nth-child(4) .play-btn {
        -webkit-transform: rotate(-15deg) translate(50%, -50%);
                transform: rotate(-15deg) translate(50%, -50%); }
    .top .album-image .audio-segment-btn:nth-child(5) {
      top: 5.695vw;
      left: 10.82vw;
      width: 11.959vw;
      height: 2.05vw; }
      .top .album-image .audio-segment-btn:nth-child(5) .play-btn {
        -webkit-transform: rotate(-5deg) translate(50%, -50%);
                transform: rotate(-5deg) translate(50%, -50%); }
    .top .album-image .audio-segment-btn:nth-child(6) {
      top: 16.515vw;
      left: 14.806vw;
      width: 15.945vw;
      height: 3.986vw; }
      .top .album-image .audio-segment-btn:nth-child(6) .play-btn {
        -webkit-transform: rotate(-110deg) translate(50%, 50%);
                transform: rotate(-110deg) translate(50%, 50%); }
    .top .album-image .audio-segment-btn:nth-child(7) {
      top: 21.071vw;
      left: 33.599vw;
      width: 18.793vw;
      height: 2.278vw; }
      .top .album-image .audio-segment-btn:nth-child(7) .play-btn {
        -webkit-transform: rotate(-90deg) translate(50%, 50%);
                transform: rotate(-90deg) translate(50%, 50%); }
    .top .album-image .audio-segment-btn:nth-child(8) {
      top: 28.474vw;
      left: 2.278vw;
      width: 14.806vw;
      height: 6.264vw; }
    .top .album-image .audio-segment-btn:nth-child(9) {
      top: 0.569vw;
      left: 0.569vw;
      width: 19.932vw;
      height: 3.986vw; }
    .top .album-image .audio-segment-btn:nth-child(10) {
      bottom: 0.342vw;
      left: 11.39vw;
      width: 20.501vw;
      height: 3.417vw; }
    .top .album-image .audio-segment-btn:hover .play-btn {
      opacity: 1; }
    .top .album-image .audio-segment-btn.player-mode .play-btn {
      opacity: 1; }
      .top .album-image .audio-segment-btn.player-mode .play-btn > img {
        display: none; }
    .top .play-btn {
      position: absolute;
      right: 50%;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      display: block;
      opacity: 0;
      width: 2.083vw;
      height: 2.083vw; }
  .description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 0 12.5vw 0; }
    .description .links {
      position: relative;
      margin-bottom: 1.667vw;
      padding: 0; }
      .description .links .background {
        width: 26.458vw;
        position: relative;
        z-index: 0; }
      .description .links .content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        z-index: 1;
        padding: 1.042vw 1.979vw;
        width: 26.458vw; }
      .description .links .title {
        font-size: 2.135vw;
        text-align: right;
        margin-bottom: 1.25vw; }
      .description .links .items {
        padding: 0 0;
        font-size: 1.146vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
                align-items: flex-start; }
        .description .links .items .item {
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
                  align-items: center;
          flex-wrap: nowrap;
          margin-bottom: 0;
          cursor: pointer; }
          .description .links .items .item .icon {
            width: 3.594vw;
            margin-bottom: 1.167vw; }
          .description .links .items .item:nth-child(even) {
            margin: 0; }
    .description .left {
      font-size: 1.146vw;
      -webkit-box-align: start;
              align-items: flex-start;
      padding: 16.406vw 0 6.51vw;
      width: 45.729vw;
      -webkit-box-flex: 0;
              flex: 0 0 auto; }
      .description .left .text {
        text-align: right; }
      .description .left .paragraph {
        margin-bottom: 1.667vw; }
      .description .left .contact-wrapper {
        display: -webkit-box;
        display: flex;
        width: 100%; }
        .description .left .contact-wrapper .fb-like {
          width: 280px;
          -webkit-box-flex: 0;
                  flex: 0 0 auto;
          margin-right: auto; }
      .description .left .contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        margin-bottom: 0;
        flex-wrap: nowrap;
        -webkit-box-flex: 1;
                flex: 1 1 auto; }
        .description .left .contact .item {
          width: auto;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row;
          -webkit-box-flex: 1;
                  flex: 1 1 auto;
          -webkit-box-align: center;
                  align-items: center; }
          .description .left .contact .item .icon {
            width: 28px;
            height: auto;
            margin-bottom: 0;
            margin-left: 10px;
            -webkit-box-flex: 0;
                    flex: 0 0 auto; }
    .description .right {
      align-self: flex-start;
      -webkit-box-flex: 1;
              flex: 1 1;
      padding-top: 1.667vw; }
  .links {
    padding: 3.438vw 0; }
    .links .items {
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 0 32.188vw;
      margin-bottom: 2.604vw; }
      .links .items .item {
        margin: 0;
        -webkit-box-pack: start;
                justify-content: flex-start; }
        .links .items .item .icon {
          width: 5.26vw;
          margin-bottom: 2.031vw; }
        .links .items .item:nth-child(even) {
          margin: 0; }
    .links .title {
      font-size: 2.135vw;
      margin-bottom: 1.667vw; }
  .youtube {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 4.792vw 0; }
    .youtube .left {
      -webkit-box-align: start;
              align-items: flex-start;
      width: 50%;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      padding: 0 2.708vw 0 12.5vw;
      -webkit-box-ordinal-group: 3;
              order: 2; }
      .youtube .left .title {
        font-size: 6.25vw;
        margin-bottom: 1.042vw; }
      .youtube .left .subtitle {
        font-size: 1.146vw; }
    .youtube .right {
      padding: 0 12.5vw 0 0;
      width: 50%;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      -webkit-box-ordinal-group: 2;
              order: 1; }
      .youtube .right .iframe-wrapper {
        width: 37.448vw;
        height: 19.583vw;
        padding: 0; }
  .quote {
    padding: 1.458vw 0 3.125vw; }
    .quote .title {
      font-size: 2.135vw;
      margin-bottom: 0; }
    .quote .credit {
      font-size: 1.146vw;
      margin-bottom: 0.521vw; }
    .quote .icon {
      width: 2.135vw;
      margin-bottom: 0.625vw; }
    .quote .text {
      margin-bottom: 1.146vw; }
    .quote .link {
      font-size: 1.146vw; }
  .footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 1.771vw 12.5vw 1.302vw;
    font-size: 16px; }
    .footer .inmanage-logo {
      -webkit-box-ordinal-group: 4;
              order: 3;
      width: 127px; }
    .footer .contact-wrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      margin-bottom: 0;
      width: 100%;
      -webkit-box-ordinal-group: 3;
              order: 2; }
      .footer .contact-wrapper .fb-like {
        width: auto;
        -webkit-box-flex: 0;
                flex: 0 0;
        -webkit-box-ordinal-group: 2;
                order: 1; }
    .footer .rights {
      -webkit-box-ordinal-group: 2;
              order: 1;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: 200px; }
    .footer .contact {
      display: -webkit-box;
      display: flex;
      margin-bottom: 0;
      margin-right: 10px;
      flex-wrap: nowrap;
      font-size: 16px;
      -webkit-box-flex: 0;
              flex: 0 0;
      -webkit-box-ordinal-group: 3;
              order: 2; }
      .footer .contact .item {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: start;
                justify-content: flex-start;
        width: 50%; }
        .footer .contact .item .label {
          width: 75%;
          text-align: center; }
        .footer .contact .item .icon {
          width: 28px;
          height: 28px;
          margin-bottom: 0; }
        .footer .contact .item:first-child {
          -webkit-box-ordinal-group: 3;
                  order: 2;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
                  flex-direction: row-reverse;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
                  justify-content: space-between;
          width: 160px;
          -webkit-box-flex: 0;
                  flex: 0 0 auto;
          margin-right: 10px; }
        .footer .contact .item:last-child {
          -webkit-box-ordinal-group: 2;
                  order: 1; }
          .footer .contact .item:last-child .label {
            display: none; }
  .audio-player-placeholder.active {
    padding-top: 0; }
  .audio-player {
    position: absolute;
    opacity: 0;
    bottom: auto;
    left: auto;
    height: 5.417vw;
    width: 16.667vw;
    padding: 0.729vw 0.833vw 1.719vw;
    pointer-events: none; }
    .audio-player.active {
      opacity: 1;
      pointer-events: all;
      bottom: auto;
      box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5); }
    .audio-player .details {
      font-size: 1.146vw;
      height: 1.146vw; }
    .audio-player .close-x {
      width: 0.469vw; }
    .audio-player .controls {
      padding-top: 1.25vw; }
      .audio-player .controls .play, .audio-player .controls .pause {
        width: 1.146vw;
        height: 1.302vw; }
    .audio-player .progress {
      margin: 0 0.469vw;
      /* Special styling for WebKit/Blink */
      /* All the same stuff for Firefox */ }
      .audio-player .progress::-webkit-slider-runnable-track {
        height: 0.417vw;
        border-radius: 0.208vw; }
      .audio-player .progress::-moz-range-track {
        height: 0.417vw;
        border-radius: 0.208vw; }
      .audio-player .progress::-ms-track {
        height: 0.417vw;
        border-width: 0.833vw 0; }
      .audio-player .progress::-ms-fill-lower {
        border-radius: 0.208vw; }
      .audio-player .progress::-ms-fill-upper {
        border-radius: 0.208vw; }
      .audio-player .progress::-webkit-slider-thumb {
        height: 0.312vw;
        width: 0.521vw;
        box-shadow: -1000px 0 0px 1000px #e5263c; }
      .audio-player .progress::-moz-range-thumb {
        height: 0.312vw;
        width: 0.521vw;
        box-shadow: -1000px 0 0px 1000px #e5263c; }
      .audio-player .progress::-ms-thumb {
        height: 0.312vw;
        width: 0.521vw;
        box-shadow: -1000px 0 0px 1000px #e5263c; }
    .audio-player .time-text {
      width: 1.042vw;
      font-size: 0.573vw; } }
