
@font-face {
    font-family: "Inter";
    src:  url('fonts/inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Inter";
    src:  url('fonts/inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



body {
    background-color: #254a5d;
    font-size: 18px;
    font-family: "Inter", Arial, sans-serif;
    color:white;
    margin:0;
    padding:0;
    background: url('images/2526_background.svg'), radial-gradient(#007377, #254a5d);

    background-size: 445px, cover;
    overflow-x: hidden;
}
body.metapage {
  background-image: none;
  background-color: #254a5d;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    color:#5955a1;
    position: relative;
    isolation: isolate;
    z-index: 2;
}
h1::before {
  content: attr(data-text);
  color:white;
  position: absolute;
  inset: 0;
  -webkit-text-stroke: 4px;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  pointer-events: none;
  -webkit-font-smoothing: none;
  text-rendering: geometricPrecision;
}
.inner_content h1:first-child {
    margin-top:3rem;
}
.inner_content .big_animation + h1 {
  margin-top:3rem;
}
.singlepage_h1 {
    margin:2rem auto !important;
    font-size: 1.5rem;
    text-transform: none;
    max-width: 900px !important;
    color:#64eb9b;
}
.singlepage_h1::before {
  display: none;
}
h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    color:#64eb9b;
}

header {
    padding:4rem 5% 1rem 5%;
    margin:0 auto;
}
header .logo {
    max-width: 250px;
    display: block;
    margin:0 auto;
    position: relative;
    z-index: 10;
}

a {
    color: inherit;
}
a:hover{
  text-decoration: none;
}

.has-blue-background {
    background-color: #007377;
}
.has-darkblue-background {
    background-color: #254a5d;
}
.inner_content {
  overflow: hidden;
}
.inner_content > *,
.inner_content > *.alignfull > *{
    width: 90%;
    max-width: 700px;
    margin:0 auto;
}
.inner_content > *.alignmediumwide{
  max-width: 900px;
}
.inner_content > *.alignwide,
.alignfull .alignwide{
    max-width: 1200px;
}
.inner_content > *.alignfull{
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding:3rem 0;
    margin-top:5rem;
}
.inner_content > *.alignfull:last-child{
  margin-bottom:0;
}
.inner_content > *.alignfull:last-child{
  margin-bottom:0;
}
.inner_content > .alignfull + * {
  margin-top: 5rem;
}
.inner_content > .alignfull + .alignfull,
.inner_content > .alignfull + footer {
    margin-top: 0 !important;
}

.big_image {
  max-width: 1300px;
  display: block;
  margin:2rem auto 0 auto;
}
.big_image_scratchcard:first-child {
  margin: -2rem auto -5rem auto;
}
.big_image_reward {
  max-width: 900px;
}
.form_wrapper {
  padding-top:10rem !important;
}
.form_wrapper h1 {
  color: white;
  margin-bottom: 4rem !important;
}

.snow_background {
  background-color:white;
  color:#254a5d;
  position: relative;
  padding-top:2rem !important;
}

.snow_background {
  padding-top:10rem !important;
  margin-top: -15rem;
}
.snow_background h1 {
  color: #254A5D;
}
.snow_background::before {
  content:'';
  display: block;
  width: 100%;
  position: absolute;
  top:-1.5vw;
  left: 0;
  height: 12vw;
  background-image: url('images/snow-background.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 90%;
  z-index: 0 !important;
}
.snow_background > *{
  position: relative;
  z-index: 1 !important;
}


/* global snow effect canvas */
#snoweffectcanvas {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
/* inputs */
.signup_form {
    margin-top: 2rem !important;
}
input,
textarea {
  margin: 5px 0;
  padding: 0.8em 1.5em;
  background-color: white;
  color:#254A5D;
  border-radius: 5px;
  box-sizing: border-box;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  font-size: 1rem;
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
}
input:focus,
textarea:focus {
  outline: none;
  border: 2px solid #007377;
  box-sizing: border-box;
}
label {
  font-weight: normal;
  font-size: 0.9em;
}
input[type="submit"],
input[type="button"],
.button {
  background-color: #64eb9b;
  color: #254A5D;
  padding: 1rem 2rem !important;
  border: none;
  border-radius: 9999px;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: auto;
  opacity: 1;
  white-space: normal;
  max-width: 100%;
}
.signup_form input[type="submit"],
.signup_form input[type="button"] {
  margin-left: 50%;
  transform:translateX(-50%);
  width: 100%;
}

input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  background-color: white;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: #b7dcc6;
  cursor:not-allowed;
}

input[type="checkbox"],
input[type="radio"] {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 5px 0;
  padding: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  margin-left: 3.5rem;
  display: block;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: white;
  margin-right: 1rem;
  border: 2px solid #007377;
  vertical-align: middle;
  border-radius: 6px;
  margin-left: -2.8rem;
}
input[type="checkbox"]:hover + label::before,
input[type="radio"]:hover + label::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23dddddd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M3.8,26.2l5.8-5.8l9.6,9.4L40.4,8.6l5.9,5.8L19.2,41.4L3.8,26.2z'/%3E%3C/g%3E%3C/svg%3E");
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23007377;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M3.8,26.2l5.8-5.8l9.6,9.4L40.4,8.6l5.9,5.8L19.2,41.4L3.8,26.2z'/%3E%3C/g%3E%3C/svg%3E");
}
select{
  margin: 5px 0;
  padding: 0.8em 0.8em;
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #254A5D;
  border-radius: 0;
  font-size: 1em;
  font-family: "Inter", Arial, sans-serif;
}
input::placeholder,
textarea::placeholder {
  opacity: 0.8;
  color:#254A5D;
  text-align: center;
}
.button#weihnachtskugel-fall {
  margin-left:50%;
  transform:translateX(-50%) scale(1);
  transition: all 1s ease;
  opacity: 1;
  margin-top: 3rem;
  width: 90%;
}

#ball-teaser {
  position: absolute;
  width:11.4%;
  height:11.4%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: none;
  pointer-events: all;
  transform: rotate(0deg);
  left:calc(50% - 7.7%);
  top:-1.28%;
  transform-origin: center;
}
.ball-pulse {
    animation: ball-pulse 0.8s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite alternate;
}
@keyframes ball-pulse {
    0% {
        width:11.4%;
        left:calc(50% - 7.7%);
        top:-1.28%;
    }
    100% {
        width:14.2%;
        left:calc(50% - 9.14%);
        top:-2.7%;
    }
}
#ball-teaser img {
    transition: transform 2s;
    transform: rotate(0deg);
    animation: ball-rotate 20s linear infinite;
}
@keyframes ball-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg)
    }
}

.ball-fade-out img {
    transform: rotate(360deg) !important;
}
.ball-fade-out {
    animation: ball-fade-out 0.4s cubic-bezier(0.4, 0.0, 0.2, 1) forwards,ball-fade-out2 0.8s ease forwards;
}
@keyframes ball-fade-out {
    0% {
        width:11.4%;
        left:calc(50% - 7.7%);
        top:-1.28%;
    }
    100% {
        width:5.7%;
        left:calc(50% - 4.85%);
        top:1.57%;
    }
}
@keyframes ball-fade-out2 {
    30% {
        opacity: 1;
    }
    50%,100% {
       opacity: 0;
    }
}



.signup_form small{
    text-align: center;
    display: block;
    margin-top: 1rem;
    position: relative;
}
.hide-robot{
  display:none;
}
.hide {
  display: none !important;
}
.hide-smooth {
  opacity: 0 !important;
}


/* tutorial */
.tutorial{
    font-weight: bold;
    display: flex;
    gap:2rem;
    justify-content: center;
    align-items: flex-start;
    margin:2rem auto;
    flex-direction: column;
}
.tutorial > div{
    display: flex;
    align-items: center;
    gap:1rem;
    margin:1rem auto !important;
    max-width: 500px !important;
    flex-direction: column;
    flex:1 1 33.33%;
}
.tutorial > div > figure{
  background-color: white;
  border-radius: 9999px;
  padding:1rem;
  width: calc(1rem + 50px);
  height: calc(1rem + 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0;
}
.tutorial > div img{
  width: 50px;
  position: relative;
}
.tutorial > div:last-child img {
  width: 80px;
}
.tutorial span {
  font-weight: normal;
  font-size: 1rem;
}
.tutorial .special_number {
  font-weight: bold;
  font-size: 1.6rem !important;
  margin-right: 10px;
  color:#64eb9b;
}
.background_image {
  margin:0 auto;
  top:5rem;
  z-index: 0 !important;
}
.background_image svg {
  height: auto !important;
}
.background_image .big_animation {
  width: 800px !important;
}
.background_image.thank_you_image {
  margin-top: 3rem;
  z-index: -1 !important;
}
.background_image.thank_you_image .big_animation{
  width: 500px !important;
}
#weihnachtskugel_container {
  position: relative;
}

#background_card {
  border-radius: 12px;
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 600px;
  transition: 1s ease;
  left: 50%;
  top:40%;
  transform: translateX(-50%) translateY(-50%) rotate(-20deg) scale(0);
  /*box-shadow: 0px 15px 43px 0px rgba(0, 0, 0, 0.6); */
  overflow: hidden;
  z-index: 10;
}
#background_card.show {
  opacity: 1;
  transform:translateX(-50%) translateY(-50%) rotate(5deg) scale(1);
}
#background_card img {
  width: 100%;
  margin:0;
}
#lottieDiv{
  opacity: 1;
  transition:2s ease;
  margin-top: 2rem;
}
#lottieDiv.complete {
  opacity: 0.3;
}
.scratch_card_tutorial_image {
  position: absolute;
  top:50%;
  left:50%;
  transform:translateY(-50%) translateX(-50%);
  width: 200px !important;
  z-index: 100;
}
.scratch_card_container:hover .scratch_card_tutorial_image{
  display: none;
}

.reward_text {
  margin: auto;
  opacity: 0;
  transition: opacity 1s ease;
  margin-top: 0;
  transform:scale(0);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  transition-delay: 0.8s;
}
.reward_text.show {
  opacity: 1;
  height: auto;
  transform:scale(1);
}
.reward_text h3 {
  text-transform: uppercase;
  color:#64eb9b;

}
/* reward form */
#reward_form {
  text-align: center;
}
.get_price_button {
  display: inline-block;
  width: auto !important;
}

/* reward text */
.reward_text {
  text-align: center;
}
.reward_text h3{
  font-weight: bold;
  text-align: center;
  margin-top:2rem;
}
#reward_text_start h3 {

}
#reward_text_result h3{
  text-transform: uppercase;
  color:#007377;
}
#reward_text_result {
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.4s;
  transform:scale(0);
  overflow: hidden;
  height: 0;
}
#reward_text_result.show {
  opacity: 1;
  height: auto;
  transform:scale(1);
}
.reward_text p{
  margin-top: 2rem;
}
#reward_text_start {
  transition-delay: 0.5s;
}
#reward_text_start.hide {
  display: none;
}

/* akkordeon */
.akkordeons {
  margin-top: 5rem;
}
.akkordeon {
  margin-bottom: 10px !important;
}
.akkordeon .akkordeon-button {
  font-size: 1.1em;
  cursor: pointer;
  margin: 0;
  padding: 1rem 1rem 1rem calc(1rem + 60px);
  position: relative;
  color:#254A5D;
  font-weight: bold;
  position: relative;
  background-color:#CCE3E4;
}
.akkordeon .akkordeon-button::before,
.akkordeon .akkordeon-button::after {
  content:'';
  display: inline-block;
  height:100%;
  width: 60px;
  background-color:#6558b1;
  position: absolute;
  top:0;
  left:0;
}
.akkordeon .akkordeon-button::after {
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M25,35.8c-0.5,0-0.9-0.2-1.2-0.5L5.6,17.1c-0.7-0.7-0.7-1.7,0-2.4C6.3,14,7.3,14,8,14.7l17,17l17-17 c0.7-0.7,1.7-0.7,2.4,0c0.7,0.7,0.7,1.7,0,2.4L26.2,35.3C25.9,35.6,25.5,35.8,25,35.8z'/%3E%3C/g%3E%3C/svg%3E");
  rotate: -90deg;
}
.akkordeon .akkordeon-button.active::after {
  rotate: 180deg;
}
.akkordeon .akkordeon-inner {
  margin-bottom: 0 !important;
  padding: 0 1rem 0 1rem;
  height: 0;
  transition:0.2s;
  opacity: 0;
  overflow: hidden;
}
.akkordeon .akkordeon-button.active + .akkordeon-inner {
  height: auto;
  padding: 1rem 1rem 2rem 1rem;
  padding: 1rem;
  opacity: 1;
}
.akkordeon-inner{
  background: #fff;
  color: #254A5D;
  font-size: 90%;
}
.akkordeon .akkordeon-inner > :last-child {
  margin-bottom: 1.1em !important;
}
.akkordeon .akkordeon-inner a {
  word-break: break-word;
}


/* price info */
.price_info {
  position: absolute;
  right: 2vw;
  width: 130px;
  top: auto;
  margin-top: 5rem;
  z-index: 5;
  transition: 1s ease;
  opacity: 1;
  pointer-events: none;
}
.price_info img{
  width: 100%;
}
.price_info.hide-smooth {
  opacity: 0.3 !important;
}
/* animations */
.big_animation_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin:2rem auto -8rem auto;
  max-width: 1100px;
}
.big_animation_absolute {
  position: absolute;
  z-index: 1;
  max-width: none;
  margin:0 auto;
}
.big_animation {
  max-width: 960px;
   margin: auto;
  width: 100%;
  display: block;
  z-index: 10;
  position: relative;
}
.big_animation_absolute .big_animation{
  width: 1300px;
  max-width: none;
  margin-left:50%;
  transform:translateX(-50%);
  z-index: 1;
}
.big_animation > img {
  width: 100%;
  display: block;
}


#lottie,
#lottieDiv{
  width:100%;
  height: auto !important;
  display:block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
}
#lottie > svg,
#lottieDiv > svg {
  height: auto !important;
}


/* message */
.message {
  /* width: 90%; */
  margin: 0;
  /* max-width: 900px; */
  text-align: center;
  font-size: 1rem;
  padding: 1.5rem 3rem;
  font-weight: bold;
  /* border: 3px solid white; */
  background: #FF417D;
  /* background: rgb(255, 184, 28); */
}

/* infobubble */
.infobubble {
  display:inline;
  /* vertical-align: middle; */
}
.infobubble:not(.text-infobubble) {
  top: -20px;
  position: absolute;
  right: 0;
}
.infobubble-content {
  display:inline;
}
.infobubble:not(.text-infobubble) .infobubble-bubble {
  background-color: #bb16a3;
  width:25px;
  height:25px;
  border-radius: 9999px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M28.6,38.2l3.2,1.1v3.6H18.2v-3.6l3.6-1.1V23.5l-3.6-1.1v-3.6l10.4-0.2V38.2z M24.9,7.1c2.3,0,3.8,1.2,3.8,4.1 c0,2.7-1.9,4.1-3.8,4.1c-2.4,0-3.9-1.4-3.9-4.1C21,8.5,22.9,7.1,24.9,7.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.7);
  /* transform:rotate(10deg); */
}
.infobubble-bubble {
  cursor: pointer;
}
.infobubble.text-infobubble .infobubble-bubble {
  text-decoration: underline;
}
.infobubble-popup {
  background-color: #ffffff;
  color:#254A5D;
  padding:0.8rem 1rem;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: normal;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  margin-top:28px;
  text-align: right;
  min-width:300px;
  white-space: normal;
  box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.7);
  width: 100%;
  left:auto;
  right:0;
  box-sizing: border-box;
}
.infobubble-arrow {
  width:15px;
  height:15px;
  margin-left: 5px;
  background-color:#ffffff;
  transform:rotate(45deg);
  margin-top:20px;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  right:10px;
}
small .infobubble-arrow {
  left:50%;
  transform:rotate(45deg) translateX(-50%);
  margin-top:28px;
  right:auto !important;
}
.infobubble:hover .infobubble-popup,
.infobubble:hover .infobubble-arrow {
  visibility: visible;
}
.infobubble-popup.infobubble-mobile-right {
  right: 0;
  min-width: auto;
  transform: none;
  max-width: calc(90vw - 12.5px);
}
.infobubble-popup.infobubble-mobile-left {
  left: 0;
  min-width: auto;
  transform: none;
  max-width: calc(90vw - 12.5px);
}
.infobubble-popup strong {
  margin-bottom: 10px;
  display: block;
}

.thank_you_text {
  margin-top: 15rem;
}
.thank_you_text > p{
  max-width: 600px;
  margin: 0 auto;
}

.mobile-diy-button {
  text-decoration: none;
}

/* shake functionality */
#request-permissions-text {
  display: none;
  z-index: 20;
  position: relative;
  margin-top: 2rem;
}
#request-permissions-button {
  display: none;
  padding: 0.5em 1em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color:#111336;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 1em;
  font-weight: bold;
  z-index: 20;
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}


.reward_text {
  z-index: 2;
  position: relative;
}



/* footer */
footer {
  padding:4rem 5%;
  margin:0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:0.5rem;
  margin-top: 4rem;
  position: relative;
  z-index: 10;
}
footer a:hover{
  text-decoration: none;
}
.inner_content > *.alignfull:last-child footer{
  padding-bottom:0;
}


/* Media Queries ---------------------------------------------------------------------------------------- */
@media only screen and (min-width: 400px) {
   {
    word-break: normal;
  }
}


@media only screen and (min-width: 450px) {
  .button#weihnachtskugel-fall {
    width: auto;
  }
}
@media only screen and (min-width: 600px) {
  .big_image_scratchcard:first-child {
    margin: -2rem auto -8rem auto;
  }
  h1 {
    font-size: 3rem;
  }
  h1::before {
    -webkit-text-stroke: 6px;
  }
  .button#weihnachtskugel-fall {
    margin-top: 3rem;
  }
  .price_info {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  input::placeholder,
  textarea::placeholder {
    text-align: left;
  }
  .tutorial{
    flex-direction: row;
  }
  .background_image {
    top:2rem;
  }
  .background_image .big_animation {
    width: 1000px !important;
  }
  .background_image.thank_you_image{
    top:5rem;
  }
  .background_image.thank_you_image .big_animation{
    width: 800px !important;
  }
  .thank_you_text {
    margin-top: 22rem;
  }
}
@media only screen and (min-width: 990px) {
  .big_image_scratchcard:first-child {
    margin: -2rem auto -12rem auto;
  }
  h1 {
    max-width: 960px !important;
    line-height: 1.1;
    margin-top: 2rem;
    font-size: 3.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  h1::before {
    -webkit-text-stroke: 10px;
  }
  .singlepage_h1 {
    font-size: 2rem;
  }
  .message {
    font-size: 1.5rem;
  }
   .price_info {
    right: 5vw;
    width: 200px;
    margin-top: 3rem;
  }
  .big_animation_wrapper {
    margin:2rem auto -12rem auto;
  }
  .big_animation_absolute {
    margin:0 auto;
  }
  .snow_background {
    padding-top:10rem !important;
  }
  .form_wrapper h1 {
    font-size: 2.5rem;
  }
  .background_image {
    top:0;
  }
  .background_image .big_animation {
    width: 1400px !important;
  }
  .background_image.thank_you_image{
    top:5rem;
  }
  .background_image.thank_you_image .big_animation{
    width: 1000px !important;
  }
  .thank_you_text {
    margin-top: 26rem;
  }
   .mobile-diy-button {
      display: none;
   }
}
@media only screen and (min-width: 1200px) {
 .price_info {
    right: 20vw;
    width: 250px;
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 990px) {
 .reward_form.diy-form {
    display: none;
 }
}
