/*дублирует*/
/* 
  Theme Name: Rockids
  Theme URL: https://rockids.school/
  Description: Rockids school
  Author: Rockids
  Author URI: https://rockids.school/
  Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;800&display=swap');

:root {
  --text: #2d2c4c;
  --red: #ff4d5d;
  --white: #ffffff;
  --button: linear-gradient(180deg, #1b91f7 0%, #312ecf 100%);
  --purple: #f3f4fe;
  --round-angle: 30px;
  --round-angle-bottom: 0 0 30px 30px;
  --width-main: 94%;
  --center: center;
  --dark-purple: #e8dffb;
  --max-width: 1214px;
  --max-width-d: 974px;
  --min-width: 800px;
  --blue: #ddeafd;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  background: var(--white);
  font-size: 20px;
  line-height: 3rem;
  position: relative;
  color: var(--text);

  /* Prevent the ugly blue highlighting from accidental selection of text */
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;

  /* Disable long touch hold select ios only*/
  -webkit-touch-callout: none !important;

  overflow: hidden;
}

p {
  color: var(--text);
  padding: 0 0 10px 0;
}

a {
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

.clearfloat {
  clear: both;
}

h2 {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: var(--text);
  padding: 0 10px 15px 10px;
  margin: 0 0 0 -10px;
  width: 100%;
  text-align: var(--center);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*end-дублирует*/

.start-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  font-weight: 600;

  background: var(--purple);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 0;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.start-prep-scroll {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.start-prep-column {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.intake-title.start-prep-title {
  font-size: clamp(2.1rem, 6vw, 3rem);
  line-height: clamp(2.6rem, 7vw, 3.8rem);
}

.intake-subtitle.start-prep-subtitle {
  font-size: clamp(1.3rem, 4.5vw, 1.7rem);
  line-height: clamp(1.9rem, 5.2vw, 2.6rem);
  margin: 8px 0 16px 0;
}

.start-prep-list {
  width: 100%;
  max-width: 560px;
  margin: 0;
  padding-left: clamp(18px, 6vw, 24px);
  font-size: clamp(1.3rem, 4.5vw, 1.7rem);
  line-height: clamp(1.9rem, 5.2vw, 2.6rem);
  color: #5a5978;
  text-align: left;
}

.start-prep-list li {
  margin: clamp(6px, 1.8vw, 8px) 0;
}

.button-red-start.start-prep-start {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(44px, 12vw, 65px);
  padding: 0 clamp(18px, 9vw, 50px);
  margin: clamp(18px, 6vw, 70px) auto 0 auto;
  font-size: clamp(1.2rem, 4.8vw, 2rem);
  border-width: clamp(2px, 0.8vw, 3px);
}

.qualify-page,
.result-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999997;
  font-weight: 600;

  background: var(--purple);
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.button-red-start.result-restart {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: inline-flex;
  z-index: 1;
}

.qualify-header {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}

.intake-title.qualify-title {
  font-size: clamp(2.1rem, 6vw, 3rem);
  line-height: clamp(2.6rem, 7vw, 3.8rem);
}

.intake-subtitle.qualify-subtitle {
  font-size: clamp(1.3rem, 4.5vw, 1.7rem);
  line-height: clamp(1.9rem, 5.2vw, 2.6rem);
  margin: 8px 0 8px 0;
}

.qualify-status {
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  line-height: clamp(1.8rem, 5vw, 2.2rem);
  margin: 0 0 12px 0;
  color: var(--text);
}

.qualify-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.qualify-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(2);
  pointer-events: none;
}

.qualify-dot--c1 {
  background-color: #fa5667;
}

.qualify-dot--c2 {
  background-color: #7a45e5;
}

.qualify-dot--c3 {
  background-color: #1b91f7;
}

.qualify-dot--c4 {
  background-color: #fac24c;
}

.qualify-dot--c5 {
  background-color: #2fdf9a;
}

.qualify-dot--pop {
  transform: translate(-50%, -50%) scale(1);
  animation: qualify-dot-pop 2500ms both;
}

@keyframes qualify-dot-pop {
  0% {
    transform: translate(-50%, -50%) scale(1);
    animation-timing-function: ease-out;
  }
  60% {
    transform: translate(-50%, -50%) scale(7);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
  }
}

.button-red-start.qualify-retry {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: none;
  z-index: 1;
}

.qualify-video {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.intake-page {
  --intake-control-radius: 40px;
  --intake-control-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  background: var(--purple);
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
  align-items: flex-start;
  justify-content: center;
  min-width: 300px;
}

.intake-card {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--intake-control-radius);
  box-shadow: 0 16px 48px rgba(45, 44, 76, 0.12);
  padding: 24px;
  box-sizing: border-box;
}

.intake-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 32px;
}

.intake-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.intake-logo {
  width: 138px;
  max-width: 100%;
  height: auto;
}

.intake-language {
  display: flex;
  width: 120px;
  min-width: 120px;
  margin-left: auto;
}

.intake-language-select {
  width: 100%;
  max-width: 100%;
  height: var(--intake-control-height);
  border-radius: var(--intake-control-radius);
  border: 1px solid #ccd4eb;
  background: var(--white);
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--text);
  padding: 0 36px 0 14px;
}

.intake-title {
  margin: 0;
  font-size: 3rem;
  line-height: 3.8rem;
  color: var(--text);
}

.intake-subtitle {
  margin: 8px 0 16px 0;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #5a5978;
}

.intake-form-error {
  margin: 0 0 10px 0;
  min-height: 22px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--red);
}

.intake-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.intake-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.intake-field--full {
  grid-column: 1 / -1;
}

.intake-label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--text);
}

.intake-input,
.intake-select {
  width: 100%;
  max-width: 100%;
  height: var(--intake-control-height);
  border-radius: var(--intake-control-radius);
  border: 1px solid #ccd4eb;
  background: var(--white);
  padding: 0 36px 0 14px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--text);
}

.intake-input {
  padding-right: 14px;
}

.intake-language-select,
.intake-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%232d2c4c' d='M7 10 0 0h14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 10px;
}

.intake-language-select:open,
.intake-select:open {
  border-radius: var(--intake-control-radius);
}

.intake-language-select option,
.intake-select option {
  max-width: 100%;
  border-radius: var(--intake-control-radius);
}

.intake-input::placeholder {
  color: #99a3c3;
}

.intake-input:focus,
.intake-select:focus,
.intake-language-select:focus {
  outline: 2px solid rgba(27, 145, 247, 0.3);
  border-color: #1b91f7;
}

.intake-page .intake-continue {
  margin: 40px 0 0 auto;
  height: var(--intake-control-height);
  min-height: var(--intake-control-height);
  border-radius: var(--intake-control-radius);
  padding: 0 28px;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.intake-custom-select {
  position: relative;
  width: 100%;
}

.intake-custom-select-button {
  width: 100%;
  max-width: 100%;
  text-align: left;
  cursor: pointer;
}

.intake-custom-select-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.intake-custom-select-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 20;

  display: none;
  background: var(--white);
  border: 1px solid #ccd4eb;
  border-radius: var(--intake-control-radius);
  box-shadow: 0 16px 40px rgba(45, 44, 76, 0.16);
  padding: 8px;
  max-height: 240px;
  overflow: auto;
}

.intake-custom-select[data-open='true'] .intake-custom-select-menu {
  display: block;
}

.intake-custom-select-option {
  width: 100%;
  max-width: 100%;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--text);
  padding: 10px 12px;
  border-radius: var(--intake-control-radius);
}

.intake-custom-select-option:hover,
.intake-custom-select-option:active {
  background: var(--purple);
}

.intake-custom-select-option:focus {
  outline: 2px solid rgba(27, 145, 247, 0.3);
}

#wrapper[data-screen='intake'] .intake-page {
  display: flex;
}

#wrapper[data-screen='intake'] {
  min-width: 300px;
}

#wrapper[data-screen='intake'] .start-page {
  display: none;
}

.rotate-style {
  display: none;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  font-weight: 600;
}

.line-start {
  width: 96%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  height: auto;
  align-items: stretch;
  max-width: var(--max-width);
  position: relative;
}

.start-page a {
  color: var(--text);
}

.cause-card-start {
  width: 28%;
  margin: 0 1%;
  background: none;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  padding-top: 200px;
  height: inherit;
}

.cause-card-start:hover,
.cause-card-start:active {
  width: 28%;
  margin: 0 1%;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cause-text-start {
  width: 80%;
  height: inherit;
  padding: 10%;
  font-size: 2rem;
  background: var(--white);
  border-radius: var(--round-angle-bottom);
  margin: 0 0 1% 0;
  display: flex;
  height: auto;
  align-items: stretch;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}

.cause-card-start:hover .cause-text-start {
  margin: 0 0 0 -1%;
  padding: 10% 11% 11% 11%;
}

.thin-line-start {
  height: 3px;
  background: var(--dark-purple);
  width: 100%;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cause-card-start:hover .thin-line-start,
.cause-card-start:active .thin-line-start {
  background: var(--red);
  width: 100%;
  padding: 0 1%;
  margin: 0 0 0 -1%;
}
.cause-card-start:hover h2,
.cause-card-start:active h2 {
  color: var(--red);
  margin-top: -5px;
  padding: 0 10px 20px 10px;
}

.cause-card-start span {
  width: 100%;
  height: 200px;
  position: absolute;
  background: none;
  margin-left: -5px;
  top: 0;
  left: 0;
}
.push-text {
  display: inline-block;
  font-size: 1.4rem;
  color: #9cc2e1;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cause-card-start:active .push-text,
.cause-card-start:hover .push-text {
  color: var(--red);
}

.ham-off {
  width: 106px;
  height: 110px;
  margin: 15px auto 0 auto;
  position: relative;
  background: url('../images/ham-off.png') center top no-repeat;
  background-size: cover;
}

.ham-off:hover,
.ham-off:active {
  background: url('../images/ham-off.png') center bottom no-repeat;
  background-size: cover;
}

.cause-card-start:active .ham-off,
.cause-card-start:hover .ham-off {
  width: 110px;
  height: 114px;
  margin-top: 13px;
}

.ham-on {
  width: 106px;
  height: 110px;
  margin: 15px auto 0 auto;
  position: relative;
  background: url('../images/ham-on.png') center top no-repeat;
  background-size: cover;
}

.ham-on:hover,
.ham-on:active {
  background: url('../images/ham-on.png') center bottom no-repeat;
  background-size: cover;
}

.cause-card-start:active .ham-on,
.cause-card-start:hover .ham-on {
  width: 110px;
  height: 114px;
  margin-top: 13px;
}

.arrow-start-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;

  display: flex;
  justify-content: space-between;
}

.arrow-start-block li {
  list-style: none;
  padding: 0;
  margin: 0;
  top: 10px;
}

.arrow-start-1 {
  width: 21%;
  background: none;
  position: relative;
  height: inherit;
}
.arrow-start-2 {
  width: 18%;
  background: url('../images/arrow-start.svg') right top no-repeat;
  position: relative;
  height: inherit;
  z-index: 9999;
  background-size: cover;
}

.arrow-start-3 {
  width: 10%;
  background: none;
  position: relative;
  height: inherit;
}

.button-red-start {
  border-radius: 40px;
  background: none;
  border: 3px solid;
  border-color: var(--red);
  outline: none;
  width: auto;
  height: 65px;
  padding: 0 50px;
  font-weight: 600;
  transition: 0.5s ease;
  overflow: hidden;
  color: var(--red);
  margin: 70px auto 0 auto;
  z-index: 99999999999;
  font-size: 2rem;
  font-family: 'Open Sans', sans-serif;
}

.button-red-start:hover,
.button-red-start:active {
  background: var(--red);
  cursor: pointer;
  color: var(--white);
}

@media screen and (max-width: 900px) {
  .intake-page {
    padding: 16px;
  }

  .intake-card {
    padding: 20px;
  }

  .intake-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .intake-subtitle {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  .intake-fields {
    grid-template-columns: 1fr;
  }

  .intake-field--full {
    grid-column: auto;
  }

  .intake-page .intake-continue {
    width: 100%;
    margin: 32px 0 0 0;
  }
}

@media screen and (max-width: 540px) {
  .intake-card {
    padding: 16px;
  }

  .intake-header {
    margin-bottom: 24px;
  }

  .intake-logo {
    width: 120px;
  }

  .intake-language-select,
  .intake-input,
  .intake-select {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1400px) {
  .cause-card-start {
    width: 31%;
  }
  .cause-card-start:hover,
  .cause-card-start:active {
    width: 31%;
  }
}

@media screen and (max-width: 1200px) {
  .button-red-start {
    height: 50px;
    padding: 0 40px;
    margin: 50px auto 0 auto;
    border-width: 2px;
    font-size: 1.6rem;
  }
  h2 {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }
  .cause-text-start {
    width: 80%;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .push-text {
    font-size: 1.2rem;
  }
  .thin-line-start {
    height: 2px;
  }
  .ham-off {
    width: 80px;
    height: 82px;
  }
  .ham-on {
    width: 80px;
    height: 82px;
  }

  .cause-card-start {
    padding-top: 150px;
  }

  .cause-card-start span {
    height: 150px;
  }

  .cause-card-start:active .ham-off,
  .cause-card-start:hover .ham-off {
    width: 84px;
    height: 86px;
    margin-top: 13px;
  }

  .cause-card-start:active .ham-on,
  .cause-card-start:hover .ham-on {
    width: 84px;
    height: 86px;
    margin-top: 13px;
  }
}

@media screen and (max-width: 825px) {
  h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .push-text {
    font-size: 1rem;
  }
  .cause-text-start {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .button-red-start {
    height: 40px;
    padding: 0 30px;
    margin: 25px auto 0 auto;
    font-size: 1.4rem;
  }
  .ham-off {
    width: 60px;
    height: 62px;
  }
  .ham-on {
    width: 60px;
    height: 62px;
  }
  .cause-card-start {
    padding-top: 120px;
  }

  .cause-card-start span {
    height: 120px;
  }

  .cause-card-start:active .ham-off,
  .cause-card-start:hover .ham-off {
    width: 64px;
    height: 66px;
    margin-top: 13px;
  }
  .cause-card-start:active .ham-on,
  .cause-card-start:hover .ham-on {
    width: 64px;
    height: 66px;
    margin-top: 13px;
  }
}

@media screen and (max-width: 715px) {
  .cause-text-start {
    min-height: 70px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .cause-text-start {
    font-size: 1.4rem;
    line-height: 2.3rem;
    border-radius: 0 0 15px 15px;
  }
  .button-red-start {
    font-size: 1.4rem;
  }
  .push-text {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 563px) {
  .cause-text-start {
    min-height: 90px;
  }
}

@media screen and (max-width: 480px) {
  .arrow-start-block {
    display: none;
  }

  .push-text {
    display: none;
  }

  .cause-card-start {
    padding-top: 100px;
  }

  .cause-card-start span {
    height: 100px;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .cause-text-start {
    font-size: 1.2rem;
    line-height: 1.8rem;
    min-height: 50px;
  }
}

@media screen and (max-height: 340px) {
  .push-text {
    display: none;
  }

  .cause-card-start {
    padding-top: 80px;
  }

  .cause-card-start span {
    height: 80px;
  }

  .cause-text-start {
    min-height: 70px;
  }
}

@media screen and (max-height: 400px) and (max-width: 400px) {
  .cause-text-start {
    min-height: 85px;
  }
}

@media screen and (max-height: 300px) {
  .arrow-start-block {
    display: none;
  }
  h2 {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .cause-text-start {
    font-size: 1rem;
    line-height: 1.6rem;
    min-height: 40px;
  }
}

@media screen and (max-height: 375px) and (max-width: 667px) {
  .cause-text-start {
    min-height: 75px;
  }
}
@media screen and (max-height: 280px) and (max-width: 653px) {
  .cause-text-start {
    min-height: 30px;
  }
}
@media screen and (max-height: 240px) and (max-width: 320px) {
  .cause-text-start {
    min-height: 75px;
  }
}

@media screen and (max-height: 270px) {
  .cause-card-start span {
    display: none;
  }
  .cause-card-start {
    padding-top: 0;
  }
  h2 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .button-red-start {
    display: none;
  }
}

/*rotate-style*/

@media all and (orientation: portrait) {
  #wrapper:not([data-screen='intake']) .start-page {
    display: none;
  }

  #wrapper:not([data-screen='intake']) .qualify-page {
    display: none !important;
  }

  #wrapper:not([data-screen='intake']) .rotate-style {
    width: 100%;
    height: 100%;
    background: var(--purple);
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #wrapper[data-screen='intake'] .rotate-style {
    display: none !important;
  }

  .center-start {
    width: 200px;
    height: 200px;
    position: relative;
    background: url('../images/arrow-3.svg') top center no-repeat;
    top: -50px;
  }
  .phone {
    height: 100px;
    position: absolute;
    width: 200px;
    border: 3px solid #8b90bc;
    border-radius: 10px;
    animation: rotate 4s ease-in-out infinite alternate;
    background: linear-gradient(45deg, #edeffd 0%, #ffffff 100%);
    z-index: 2;
    position: relative;
    top: 100px;
  }

  .phone:after {
    background-color: #8b90bc;
    display: block;
    content: '';
    width: 6px;
    height: 40px;
    border-radius: 6px 0 0 6px;
    top: 30px;
    right: 0;
    position: absolute;
  }

  .message {
    color: var(--text);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    text-align: var(--center);
    width: 70%;
    margin: 40px auto 0 auto;
    max-width: 600px;
  }
}

@media screen and (max-height: 600px) and (max-width: 300px) {
  .center-start {
    width: 120px;
    height: 120px;
    top: -30px;
    background-size: contain;
  }
  .phone {
    height: 60px;
    width: 120px;
    z-index: 2;
    top: 80px;
  }

  .phone:after {
    width: 4px;
    height: 36px;
    border-radius: 4px 0 0 4px;
    top: 12px;
  }

  .message {
    font-size: 1.6rem;
    text-align: var(--center);
    width: 80%;
    margin: 40px auto 0 auto;
    line-height: 2.4rem;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-90deg);
  }
}
/*rotate-style-end*/

#wrapper {
  position: absolute;
  /* Wrapper covers whole window height and width */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Disable long touch hold select ios only*/
  -webkit-touch-callout: none !important;
}

.pagelayer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.pagelayer-sheet {
  top: 100%;
  position: relative;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  background-color: #ffffff;
  height: 100%;
  -webkit-box-shadow: 0px -15px 15px -15px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px -15px 15px -15px rgba(34, 60, 80, 0.6);
  box-shadow: 0px -15px 15px -15px rgba(34, 60, 80, 0.6);
}

.hidden {
  display: none;
}

#pagebox {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/*--Arrows--*/

.leftarrow-container {
  width: 12%;
  background: none;
  position: absolute;
  display: flex;
  left: 3%;
  bottom: 40%;
  min-width: 80px;
  max-width: 174px;
}

.leftarrow {
  position: relative;
  padding-bottom: 110%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/larr-btn.png') center top no-repeat;
  background-size: cover;
}

.leftarrow:hover,
.leftarrow:active {
  background: url('../images/larr-btn.png') center bottom no-repeat;
  background-size: cover;
}

.rightarrow-container {
  width: 12%;
  background: none;
  position: absolute;
  display: flex;
  right: 3%;
  bottom: 40%;
  min-width: 80px;
  max-width: 174px;
}

.rightarrow {
  position: relative;
  padding-bottom: 110%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/rarr-btn.png') center top no-repeat;
  background-size: cover;
}

.rightarrow:hover,
.rightarrow:active {
  background: url('../images/rarr-btn.png') center bottom no-repeat;
  background-size: cover;
}

/*--end-Arrows--*/

/*--hamburger--*/
.hamburger-container {
  width: 12%;
  background: none;
  position: absolute;
  display: flex;
  right: 3%;
  top: 3%;
  min-width: 80px;
  max-width: 160px;
}

.hamburger {
  position: relative;
  padding-bottom: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/hmr-btn.png') center top no-repeat;
  background-size: cover;
}

.hamburger:hover,
.hamburger:active {
  background: url('../images/hmr-btn.png') center bottom no-repeat;
  background-size: cover;
}

/*--end-hamburger--*/

/*--loader--*/
.loader-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f3f4fe;
  width: 100%;
  height: 100%;
}

.load-screen {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.load-screen-item {
  width: 100px;
  height: 100px;
  position: absolute;
}

.load-screen-item-1 {
  background-color: #fa5667;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: load-screen-item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  -moz-animation: load-screen-item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: load-screen-item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.load-screen-item-2 {
  background-color: #7a45e5;
  top: 0;
  right: 0;
  -webkit-animation: load-screen-item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  -moz-animation: load-screen-item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: load-screen-item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.load-screen-item-3 {
  background-color: #1b91f7;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: load-screen-item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  -moz-animation: load-screen-item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: load-screen-item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.load-screen-item-4 {
  background-color: #fac24c;
  bottom: 0;
  left: 0;
  -webkit-animation: load-screen-item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  -moz-animation: load-screen-item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
  animation: load-screen-item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

@-webkit-keyframes load-screen-item-1_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 100px);
  }
  50% {
    transform: translate(100px, 100px);
  }
  75% {
    transform: translate(100px, 0);
  }
}

@-moz-keyframes load-screen-item-1_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 100px);
  }
  50% {
    transform: translate(100px, 100px);
  }
  75% {
    transform: translate(100px, 0);
  }
}

@keyframes load-screen-item-1_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 100px);
  }
  50% {
    transform: translate(100px, 100px);
  }
  75% {
    transform: translate(100px, 0);
  }
}

@-webkit-keyframes load-screen-item-2_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-100px, 0);
  }
  50% {
    transform: translate(-100px, 100px);
  }
  75% {
    transform: translate(0, 100px);
  }
}

@-moz-keyframes load-screen-item-2_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-100px, 0);
  }
  50% {
    transform: translate(-100px, 100px);
  }
  75% {
    transform: translate(0, 100px);
  }
}

@keyframes load-screen-item-2_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-100px, 0);
  }
  50% {
    transform: translate(-100px, 100px);
  }
  75% {
    transform: translate(0, 100px);
  }
}

@-webkit-keyframes load-screen-item-3_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -100px);
  }
  50% {
    transform: translate(-100px, -100px);
  }
  75% {
    transform: translate(-100px, 0);
  }
}

@-moz-keyframes load-screen-item-3_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -100px);
  }
  50% {
    transform: translate(-100px, -100px);
  }
  75% {
    transform: translate(-100px, 0);
  }
}

@keyframes load-screen-item-3_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -100px);
  }
  50% {
    transform: translate(-100px, -100px);
  }
  75% {
    transform: translate(-100px, 0);
  }
}

@-webkit-keyframes load-screen-item-4_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(100px, 0);
  }
  50% {
    transform: translate(100px, -100px);
  }
  75% {
    transform: translate(0, -100px);
  }
}

@-moz-keyframes load-screen-item-4_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(100px, 0);
  }
  50% {
    transform: translate(100px, -100px);
  }
  75% {
    transform: translate(0, -100px);
  }
}

@keyframes load-screen-item-4_move {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(100px, 0);
  }
  50% {
    transform: translate(100px, -100px);
  }
  75% {
    transform: translate(0, -100px);
  }
}

/*--end-loader--*/

.cover-container {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  background: none;
  z-index: 44444;
}
.cover-bg {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  background: #2d44f7;
  z-index: 444444;
}

/*---story-finale----*/

.story-finale {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: var(--purple);
  position: absolute;
  margin: 0;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: scroll;
}
.story-finale-content {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  max-width: 2100px;
  max-height: 1100px;
  border: none;
  position: relative;
  top: 0;
  padding: 0;
}
.story-finale-content-label {
  background-color: var(--white);
  width: 50%;
  height: 100%;
  position: absolute;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  max-width: 1100px;
  max-height: 1100px;
  min-width: 300px;
  min-height: 100%;
  top: 0;
  padding: 0;
}
.story-finale-content-image {
  width: 50%;
  position: relative;
  float: right;
  overflow: hidden;
  height: 100%;
  max-height: 1100px;
  margin: 0;
  padding: 0;
  background-color: none;
}
.story-finale-content-image video {
  width: auto;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: #fff;
  position: absolute;
  right: -30%;
  top: 0;
}

.story-finale-content-image source {
  min-height: 100%;
  min-width: 100%;
  float: right;
}
.story-finale-content-label .logo {
  text-decoration: none;
  width: 138px;
  height: 32px;
  background: url('../images/logo.png') top left no-repeat;
  background-size: contain;
  top: 5%;
  margin: 0;
  float: none;
  position: absolute;
}
.story-finale-content-label-border {
  text-decoration: none;
  width: 70%;
  height: auto;
  background-color: var(--white);
}
.story-finale h2 {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: var(--text);
  padding: 0 0 50px 0;
  margin: 0 0 0 0;
  width: 100%;
  text-align: left;
}
.story-finale h3 {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: var(--text);
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  width: 100%;
  text-align: left;
}

.story-finale p {
  color: var(--text);
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.story-finale-buttons {
  width: 100%;
  position: relative;
  height: 100px;
  margin: 30px 0;
}
.story-finale-button {
  border-radius: 40px;
  background: none;
  border: 3px solid;
  border-color: var(--red);
  outline: none;
  width: 100%;
  height: 65px;
  font-weight: 600;
  font-size: 2rem;
  transition: 0.5s ease;
  overflow: hidden;
  position: relative;
  color: var(--text);
  margin: 20px 0 0 0;
  z-index: 99;
  font-family: 'Open Sans', sans-serif;
}

.coffee {
  border-color: #fac24c;
  float: left;
}
.patreon {
  border-color: #1b91f7;
  float: right;
}
.coffee:hover,
.coffee:active {
  background: #fac24c;
  cursor: pointer;
  color: var(--white);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.patreon:hover,
.patreon:active {
  background: #1b91f7;
  cursor: pointer;
  color: var(--white);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.story-finale-pledge {
  width: 100%;
  position: relative;
  font-weight: 800;
  font-size: 2.8rem;
  color: var(--text);
  padding: 0;
  margin: 90px 0 0 0;
  width: 100%;
  text-align: left;
}
.pledged {
  color: #1b91f7;
}
.story-finale-pledge-bar {
  width: 100%;
  height: 3px;
  background-color: var(--dark-purple);
  position: relative;
  border-radius: 2px;
  margin: 30px 0 100px 0;
}
.story-finale-pledge-bar-full {
  position: absolute;
  width: 8%;
  background-color: #1b91f7;
  left: 0;
  top: 0;
  height: 3px;
  border-radius: 2px;
}

@media screen and (max-width: 1650px) {
  .story-finale-content-image {
    width: 100%;
  }
}

@media screen and (max-height: 1000px) {
  .story-finale-content-label {
    height: 100%;
    min-height: none;
  }
  .story-finale-content-label-border {
    width: 70%;
    height: auto;
    min-height: 0;
  }

  .story-finale h2 {
    padding: 0 0 30px 0;
    margin: 90px 0 0 0;
  }

  .story-finale p {
    padding: 0 0 10px 0;
  }

  .story-finale-buttons {
    height: 100px;
    margin: 10px 0;
  }
  .story-finale-button {
    height: 65px;
    margin: 20px 0 0 0;
  }

  .story-finale-pledge {
    margin: 40px 0 0 0;
  }

  .story-finale-pledge-bar {
    margin: 10px 0 90px 0;
  }
}

@media screen and (max-width: 1600px) {
  .story-finale-content-label-border {
    width: 75%;
    height: auto;
    min-height: 0;
  }
}
@media screen and (max-height: 850px) {
  .story-finale h2 {
    padding: 0 0 30px 0;
    margin: 50px 0 0 0;
  }

  .story-finale-buttons {
    height: 90px;
    margin: 10px 0;
  }
  .story-finale-button {
    height: 55px;
    margin: 20px 0 0 0;
  }

  .story-finale-pledge {
    margin: 40px 0 0 0;
  }

  .story-finale-pledge-bar {
    margin: 10px 0 50px 0;
  }
}

@media screen and (max-width: 1600px) {
  .story-finale-content-label-border {
    width: 75%;
    height: auto;
    min-height: 0;
  }
}

@media screen and (max-height: 760px), screen and (max-width: 1200px) {
  .story-finale h2 {
    font-size: 2.2rem;
    padding: 0 0 30px 0;
    margin: 50px 0 0 0;
    line-height: 3.2rem;
  }
  .story-finale h3 {
    font-size: 2rem;

    line-height: 3.2rem;
  }
  .story-finale p {
    color: var(--text);
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .story-finale-button {
    font-size: 1.8rem;
    margin: 15px 0 0 0;
    width: 100%;
    border-width: 2px;
  }
  .story-finale-pledge {
    font-size: 2.2rem;
    margin: 50px 0 0 0;
  }
  .story-finale-pledge-bar {
    margin: 10px 0 30px 0;
    height: 2px;
  }
  .story-finale-pledge-bar-full {
    height: 2px;
  }
  .story-finale-buttons {
    height: 65px;
    margin: 10px 0;
  }
  .story-finale-button {
    height: 50px;
    margin: 10px 0 0 0;
  }
  .story-finale-pledge {
    margin: 40px 0 0 0;
  }
  .story-finale-content-label .logo {
    width: 138px;
    height: 23px;
  }
}

@media screen and (max-width: 1200px) and (orientation: portrait) {
  .story-finale h2 {
    margin: 70px 0 0 0;
    font-size: 2.8rem;
  }
  .story-finale h3 {
    margin: 70px 0 0 0;
    font-size: 2.8rem;
  }

  .story-finale-button {
    margin: 30px 0 0 0;
  }
  .story-finale-pledge {
    margin: 50px 0 0 0;
  }
  .story-finale-pledge-bar {
    margin: 10px 0 30px 0;
    height: 3px;
  }
  .story-finale-pledge-bar-full {
    height: 3px;
  }
  .story-finale-buttons {
    height: 95px;
    margin: 40px 0 0 0;
  }
  .story-finale-button {
    height: 60px;
    margin: 10px 0 0 0;
  }
  .story-finale-pledge {
    margin: 20px 0 0 0;
  }
  .story-finale-content-label .logo {
    width: 138px;
    height: 23px;
  }
}

@media screen and (max-height: 650px) and (orientation: landscape) {
  .story-finale h2 {
    font-size: 1.7rem;
    padding: 0 0 15px 0;
    margin: 50px 0 0 0;
    line-height: 2.5rem;
  }
  .story-finale h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .story-finale p {
    color: var(--text);
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .story-finale-button {
    font-size: 1.4rem;
    margin: 15px 0 0 0;
    width: 100%;
    border-width: 2px;
  }
  .story-finale-pledge {
    font-size: 1.7rem;
    margin: 30px 0 0 0;
  }
  .story-finale-pledge-bar {
    margin: 10px 0 30px 0;
    height: 2px;
  }
  .story-finale-buttons {
    height: 50px;
    margin: 10px 0;
  }
  .story-finale-button {
    height: 40px;
    margin: 10px 0 0 0;
  }
  .story-finale-pledge {
    margin: 40px 0 0 0;
  }
  .story-finale-content-label .logo {
    width: 138px;
    height: 20px;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  .story-finale-content-label {
    width: 65%;
  }
  .story-finale-content-image video {
    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 0;
  }
}

@media (max-width: 1025px) and (orientation: portrait) {
  .story-finale {
    min-height: 100%;
    background: var(--white);
    position: relative;
    display: inline-block;
  }
  .story-finale-content {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    max-height: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }

  .story-finale-content-label .logo {
    text-decoration: none;
    width: 138px;
    height: 32px;
    margin: 50px 0;
    float: none;
    position: relative;
  }

  .story-finale-content-label {
    height: auto;
    max-height: none;
    min-height: none;
    width: 100%;
    position: relative;
  }

  .story-finale-content-image {
    width: 75%;
    position: relative;
    float: none;
    overflow: hidden;
    height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .story-finale-content-image video {
    width: 100%;
    height: auto;
    min-height: none;
    min-width: none;
    background-color: #fff;
    position: relative;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .story-finale h2 {
    font-size: 2.2rem;
    padding: 0 0 30px 0;
    margin: 50px 0 0 0;
    line-height: 3.2rem;
  }
  .story-finale h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin: 30px 0 0 0;
  }
  .story-finale p {
    color: var(--text);
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .story-finale-button {
    font-size: 1.8rem;
    margin: 15px 0 0 0;
    width: 100%;
    border-width: 2px;
  }
  .story-finale-pledge {
    font-size: 2.2rem;
    margin: 50px 0 0 0;
  }
  .story-finale-pledge-bar {
    margin: 10px 0 0 0;
    height: 2px;
  }
  .story-finale-pledge-bar-full {
    height: 2px;
  }
  .story-finale-buttons {
    height: 65px;
    margin: 10px 0;
  }
  .story-finale-button {
    height: 50px;
    margin: 10px 0 0 0;
  }
  .story-finale-pledge {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 700px) and (orientation: portrait) {
  .story-finale-content-label .logo {
    height: 25px;
    margin: 50px 0 20px 0;
  }
  .story-finale-content-image {
    padding: 50px 0 30px 0;
  }
}

@media (max-width: 550px) and (orientation: portrait) {
  .story-finale h2 {
    font-size: 1.7rem;
    padding: 0 0 15px 0;
    margin: 40px 0 0 0;
    line-height: 2.5rem;
  }

  .story-finale-content-label .logo {
    height: 25px;
    margin: 30px 0 0 0;
  }

  .story-finale h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .story-finale p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .story-finale-button {
    font-size: 1.4rem;
    margin: 15px 0 0 0;
    width: 100%;
    border-width: 2px;
  }
  .story-finale-pledge {
    font-size: 1.7rem;
    margin: 30px 0 0 0;
  }
  .story-finale-pledge-bar {
    margin: 10px 0 30px 0;
    height: 2px;
  }
  .story-finale-buttons {
    height: 50px;
    margin: 10px 0;
  }
  .story-finale-button {
    height: 40px;
    margin: 10px 0 0 0;
  }
  .story-finale-pledge {
    margin: 40px 0 0 0;
  }
  .story-finale-content-label .logo {
    width: 138px;
    height: 20px;
  }
}

@media (max-width: 420px) and (orientation: portrait) {
  .story-finale-content-label-border {
    width: 80%;
  }

  .story-finale-content-image {
    width: 80%;
  }

  .story-finale h2 {
    font-size: 1.7rem;
    padding: 0 0 15px 0;
    margin: 40px 0 0 0;
    line-height: 2.5rem;
  }

  .story-finale-content-label .logo {
    height: 25px;
    margin: 30px 0 0 0;
  }

  .story-finale h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .story-finale p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .story-finale-pledge {
    font-size: 1.7rem;
    margin: 30px 0 0 0;
  }
  .story-finale-pledge-bar {
    margin: 10px 0 30px 0;
    height: 2px;
  }
  .story-finale-pledge {
    margin: 40px 0 0 0;
  }
  .story-finale-content-label .logo {
    width: 138px;
    height: 20px;
  }
  .story-finale-buttons {
    height: 100px;
    margin: 10px 0;
  }
  .story-finale-button {
    font-size: 1.4rem;
    margin: 15px 0 0 0;
    width: 100%;
    border-width: 2px;
  }
  .story-finale-button {
    height: 40px;
    margin: 10px 0 5px 0;
  }
}

@media (max-width: 1400px) and (max-height: 460px) {
  .story-finale {
    min-height: 100%;
    background: var(--white);
    position: relative;
    display: flexbox;
  }
  .story-finale-content {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    max-height: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }

  .story-finale-content-label .logo {
    position: relative;
  }

  .story-finale-content-label {
    height: auto;
    max-height: none;
    min-height: 500px;
    width: 60%;
    position: absolute;
  }

  .story-finale-content-label-border {
    width: 85%;
    background-color: var(--white);
  }

  .story-finale-content-image {
    width: 80%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
  }

  .story-finale h2 {
    font-size: 1.7rem;
    padding: 0 0 15px 0;
    margin: 20px 0 0 0;
    line-height: 2.5rem;
  }

  .story-finale h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    padding: 0 0 20px 0;
  }
  .story-finale p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .story-finale-pledge {
    font-size: 1.7rem;
    margin: 30px 0 0 0;
  }
  .story-finale-pledge-bar {
    margin: 10px 0 30px 0;
    height: 2px;
  }
  .story-finale-pledge {
    margin: 40px 0 0 0;
  }
  .story-finale-content-label .logo {
    width: 138px;
    height: 20px;
    margin-top: 20px;
  }
  .story-finale-buttons {
    height: 50px;
    margin: 10px 0;
  }
  .story-finale-button {
    font-size: 1.4rem;
    margin: 15px 0 0 0;
    width: 100%;
    border-width: 2px;
  }
  .story-finale-button {
    height: 40px;
    margin: 10px 0 5px 0;
  }
}

@media (max-width: 550px) and (max-height: 460px) {
  .story-finale {
    min-height: 100%;
    background: var(--white);
    position: relative;
    display: inline-block;
  }
  .story-finale-content {
    width: 100%;
    height: auto;
    background-color: var(--white);
    max-height: none;
    border: none;
  }
  .story-finale-content {
    width: 100%;
    height: 100%;
    border: none;
  }

  .story-finale-content-label .logo {
    position: relative;
  }

  .story-finale-content-label {
    height: auto;
    max-height: none;
    min-height: none;
    width: 100%;
    position: relative;
  }

  .story-finale-content-label-border {
    width: 85%;
    background-color: var(--white);
  }

  .story-finale-content-image {
    display: none;
  }
}
/*---end-story-finale---*/
