.back-ground-cloud {
  position: relative;
  color: #FFF;
  background-color: #FD940A;
  background-image: radial-gradient(circle, #F9A72B 0%, #FA9026 70%, #FB6C1F 100%);
  overflow: hidden;
  /*
  @keyframes Float {
    from { transform: translateX(100%) translateY(-100%) translateZ(0); }
    50% { transform: translateX(55%) translateY(0) translateZ(0); }
    to { transform: translateX(-5%) translateY(-100%) translateZ(0); }
  }
  */ }
  .back-ground-cloud #Clouds {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 3500px;
    overflow: hidden;
    -webkit-animation: FadeIn 3s ease-out;
    animation: FadeIn 3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .back-ground-cloud #Clouds svg {
      height: 100%; }
@-webkit-keyframes FadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes FadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .back-ground-cloud .Cloud {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 70px;
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: Float, FadeFloat;
    animation-name: Float, FadeFloat;
    z-index: 1; }
  .back-ground-cloud .Cloud.Foreground {
    height: 10%;
    min-height: 20px;
    z-index: 3; }
  .back-ground-cloud .Cloud.Background {
    height: 9.09090909%;
    min-height: 8px;
    -webkit-animation-duration: 210s;
    animation-duration: 210s; }
@-webkit-keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
    transform: translateX(-15%) translateZ(0); } }
@keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
    transform: translateX(-15%) translateZ(0); } }
@-webkit-keyframes FadeFloat {
  0%,
    100% {
    opacity: 0; }
  5%,
    90% {
    opacity: 1; } }
@keyframes FadeFloat {
  0%,
    100% {
    opacity: 0; }
  5%,
    90% {
    opacity: 1; } }
  .back-ground-cloud .Cloud:nth-child(10) {
    -webkit-animation-delay: -184.61538462s;
    animation-delay: -184.61538462s;
    top: 80%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(10) {
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
    height: 35%; }
  .back-ground-cloud .Cloud.Background:nth-child(10) {
    -webkit-animation-duration: 110s;
    animation-duration: 110s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(10) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(9) {
    -webkit-animation-delay: -166.15384615s;
    animation-delay: -166.15384615s;
    top: 75%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(9) {
    -webkit-animation-duration: 84s;
    animation-duration: 84s;
    height: 32.5%; }
  .back-ground-cloud .Cloud.Background:nth-child(9) {
    -webkit-animation-duration: 114s;
    animation-duration: 114s;
    height: 15px; }
    .back-ground-cloud .Cloud.Background:nth-child(9) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(8) {
    -webkit-animation-delay: -147.69230769s;
    animation-delay: -147.69230769s;
    top: 60%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(8) {
    -webkit-animation-duration: 88s;
    animation-duration: 88s;
    height: 30px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(8) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(8) {
    -webkit-animation-duration: 118s;
    animation-duration: 118s;
    height: -0.90909091%; }
  .back-ground-cloud .Cloud:nth-child(7) {
    -webkit-animation-delay: -129.23076923s;
    animation-delay: -129.23076923s;
    top: 48%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(7) {
    -webkit-animation-duration: 92s;
    animation-duration: 92s;
    height: 27.5%; }
  .back-ground-cloud .Cloud.Background:nth-child(7) {
    -webkit-animation-duration: 122s;
    animation-duration: 122s;
    height: 28px; }
    .back-ground-cloud .Cloud.Background:nth-child(7) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(6) {
    -webkit-animation-delay: -110.76923077s;
    animation-delay: -110.76923077s;
    top: 38%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(6) {
    -webkit-animation-duration: 96s;
    animation-duration: 96s;
    height: 42%; }
  .back-ground-cloud .Cloud.Background:nth-child(6) {
    -webkit-animation-duration: 126s;
    animation-duration: 126s;
    height: 26px; }
    .back-ground-cloud .Cloud.Background:nth-child(6) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(5) {
    -webkit-animation-delay: -92.30769231s;
    animation-delay: -92.30769231s;
    top: 36%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(5) {
    -webkit-animation-duration: 100s;
    animation-duration: 100s;
    height: 35px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(5) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(5) {
    -webkit-animation-duration: 130s;
    animation-duration: 130s;
    height: 2.84090909%; }
  .back-ground-cloud .Cloud:nth-child(4) {
    -webkit-animation-delay: -73.84615385s;
    animation-delay: -73.84615385s;
    top: 28%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(4) {
    -webkit-animation-duration: 104s;
    animation-duration: 104s;
    height: 30%; }
  .back-ground-cloud .Cloud.Background:nth-child(4) {
    -webkit-animation-duration: 134s;
    animation-duration: 134s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(4) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(3) {
    -webkit-animation-delay: -55.38461538s;
    animation-delay: -55.38461538s;
    top: 20%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(3) {
    -webkit-animation-duration: 108s;
    animation-duration: 108s;
    height: 34px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(3) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(3) {
    -webkit-animation-duration: 138s;
    animation-duration: 138s;
    height: 5.34090909%; }
  .back-ground-cloud .Cloud:nth-child(2) {
    -webkit-animation-delay: -36.92307692s;
    animation-delay: -36.92307692s;
    top: 23%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(2) {
    -webkit-animation-duration: 112s;
    animation-duration: 112s;
    height: 21%; }
  .back-ground-cloud .Cloud.Background:nth-child(2) {
    -webkit-animation-duration: 142s;
    animation-duration: 142s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(2) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(1) {
    -webkit-animation-delay: -18.46153846s;
    animation-delay: -18.46153846s;
    top: 14%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(1) {
    -webkit-animation-duration: 116s;
    animation-duration: 116s;
    height: 44px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(1) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(1) {
    -webkit-animation-duration: 146s;
    animation-duration: 146s;
    height: 7.84090909%; }
  .back-ground-cloud .Cloud:nth-child(20) {
    -webkit-animation-delay: -184.61538462s;
    animation-delay: -184.61538462s;
    top: 137%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(20) {
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
    height: 35%; }
  .back-ground-cloud .Cloud.Background:nth-child(20) {
    -webkit-animation-duration: 110s;
    animation-duration: 110s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(20) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(19) {
    -webkit-animation-delay: -166.15384615s;
    animation-delay: -166.15384615s;
    top: 122%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(19) {
    -webkit-animation-duration: 84s;
    animation-duration: 84s;
    height: 32.5%; }
  .back-ground-cloud .Cloud.Background:nth-child(19) {
    -webkit-animation-duration: 114s;
    animation-duration: 114s;
    height: 15px; }
    .back-ground-cloud .Cloud.Background:nth-child(19) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(18) {
    -webkit-animation-delay: -147.69230769s;
    animation-delay: -147.69230769s;
    top: 110%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(18) {
    -webkit-animation-duration: 88s;
    animation-duration: 88s;
    height: 30px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(18) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(18) {
    -webkit-animation-duration: 118s;
    animation-duration: 118s;
    height: -0.90909091%; }
  .back-ground-cloud .Cloud:nth-child(17) {
    -webkit-animation-delay: -129.23076923s;
    animation-delay: -129.23076923s;
    top: 108%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(17) {
    -webkit-animation-duration: 92s;
    animation-duration: 92s;
    height: 27.5%; }
  .back-ground-cloud .Cloud.Background:nth-child(17) {
    -webkit-animation-duration: 122s;
    animation-duration: 122s;
    height: 28px; }
    .back-ground-cloud .Cloud.Background:nth-child(17) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(16) {
    -webkit-animation-delay: -110.76923077s;
    animation-delay: -110.76923077s;
    top: 100%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(16) {
    -webkit-animation-duration: 96s;
    animation-duration: 96s;
    height: 42%; }
  .back-ground-cloud .Cloud.Background:nth-child(16) {
    -webkit-animation-duration: 126s;
    animation-duration: 126s;
    height: 26px; }
    .back-ground-cloud .Cloud.Background:nth-child(16) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(15) {
    -webkit-animation-delay: -92.30769231s;
    animation-delay: -92.30769231s;
    top: 98%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(15) {
    -webkit-animation-duration: 100s;
    animation-duration: 100s;
    height: 35px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(15) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(15) {
    -webkit-animation-duration: 130s;
    animation-duration: 130s;
    height: 2.84090909%; }
  .back-ground-cloud .Cloud:nth-child(14) {
    -webkit-animation-delay: -73.84615385s;
    animation-delay: -73.84615385s;
    top: 108%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(14) {
    -webkit-animation-duration: 104s;
    animation-duration: 104s;
    height: 30%; }
  .back-ground-cloud .Cloud.Background:nth-child(14) {
    -webkit-animation-duration: 134s;
    animation-duration: 134s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(14) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(13) {
    -webkit-animation-delay: -55.38461538s;
    animation-delay: -55.38461538s;
    top: 103%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(13) {
    -webkit-animation-duration: 108s;
    animation-duration: 108s;
    height: 34px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(13) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(13) {
    -webkit-animation-duration: 138s;
    animation-duration: 138s;
    height: 5.34090909%; }
  .back-ground-cloud .Cloud:nth-child(12) {
    -webkit-animation-delay: -36.92307692s;
    animation-delay: -36.92307692s;
    top: 101%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(12) {
    -webkit-animation-duration: 112s;
    animation-duration: 112s;
    height: 21%; }
  .back-ground-cloud .Cloud.Background:nth-child(12) {
    -webkit-animation-duration: 142s;
    animation-duration: 142s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(12) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(11) {
    -webkit-animation-delay: -18.46153846s;
    animation-delay: -18.46153846s;
    top: 90%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(11) {
    -webkit-animation-duration: 116s;
    animation-duration: 116s;
    height: 44px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(11) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(11) {
    -webkit-animation-duration: 146s;
    animation-duration: 146s;
    height: 7.84090909%; }
  .back-ground-cloud .Cloud:nth-child(30) {
    -webkit-animation-delay: -184.61538462s;
    animation-delay: -184.61538462s;
    top: 240%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(30) {
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
    height: 35%; }
  .back-ground-cloud .Cloud.Background:nth-child(30) {
    -webkit-animation-duration: 110s;
    animation-duration: 110s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(30) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(29) {
    -webkit-animation-delay: -166.15384615s;
    animation-delay: -166.15384615s;
    top: 220%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(29) {
    -webkit-animation-duration: 84s;
    animation-duration: 84s;
    height: 32.5%; }
  .back-ground-cloud .Cloud.Background:nth-child(29) {
    -webkit-animation-duration: 114s;
    animation-duration: 114s;
    height: 15px; }
    .back-ground-cloud .Cloud.Background:nth-child(29) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(28) {
    -webkit-animation-delay: -147.69230769s;
    animation-delay: -147.69230769s;
    top: 212%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(28) {
    -webkit-animation-duration: 88s;
    animation-duration: 88s;
    height: 30px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(28) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(28) {
    -webkit-animation-duration: 118s;
    animation-duration: 118s;
    height: -0.90909091%; }
  .back-ground-cloud .Cloud:nth-child(27) {
    -webkit-animation-delay: -129.23076923s;
    animation-delay: -129.23076923s;
    top: 208%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(27) {
    -webkit-animation-duration: 92s;
    animation-duration: 92s;
    height: 27.5%; }
  .back-ground-cloud .Cloud.Background:nth-child(27) {
    -webkit-animation-duration: 122s;
    animation-duration: 122s;
    height: 28px; }
    .back-ground-cloud .Cloud.Background:nth-child(27) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(26) {
    -webkit-animation-delay: -110.76923077s;
    animation-delay: -110.76923077s;
    top: 200%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(26) {
    -webkit-animation-duration: 96s;
    animation-duration: 96s;
    height: 42%; }
  .back-ground-cloud .Cloud.Background:nth-child(26) {
    -webkit-animation-duration: 126s;
    animation-duration: 126s;
    height: 26px; }
    .back-ground-cloud .Cloud.Background:nth-child(26) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(25) {
    -webkit-animation-delay: -92.30769231s;
    animation-delay: -92.30769231s;
    top: 190%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(25) {
    -webkit-animation-duration: 100s;
    animation-duration: 100s;
    height: 35px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(25) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(25) {
    -webkit-animation-duration: 130s;
    animation-duration: 130s;
    height: 2.84090909%; }
  .back-ground-cloud .Cloud:nth-child(24) {
    -webkit-animation-delay: -73.84615385s;
    animation-delay: -73.84615385s;
    top: 180%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(24) {
    -webkit-animation-duration: 104s;
    animation-duration: 104s;
    height: 30%; }
  .back-ground-cloud .Cloud.Background:nth-child(24) {
    -webkit-animation-duration: 134s;
    animation-duration: 134s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(24) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(23) {
    -webkit-animation-delay: -55.38461538s;
    animation-delay: -55.38461538s;
    top: 170%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(23) {
    -webkit-animation-duration: 108s;
    animation-duration: 108s;
    height: 34px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(23) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(23) {
    -webkit-animation-duration: 138s;
    animation-duration: 138s;
    height: 5.34090909%; }
  .back-ground-cloud .Cloud:nth-child(22) {
    -webkit-animation-delay: -36.92307692s;
    animation-delay: -36.92307692s;
    top: 157%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(22) {
    -webkit-animation-duration: 112s;
    animation-duration: 112s;
    height: 21%; }
  .back-ground-cloud .Cloud.Background:nth-child(22) {
    -webkit-animation-duration: 142s;
    animation-duration: 142s;
    height: 20px; }
    .back-ground-cloud .Cloud.Background:nth-child(22) svg path {
      fill: #FCB414; }
  .back-ground-cloud .Cloud:nth-child(21) {
    -webkit-animation-delay: -18.46153846s;
    animation-delay: -18.46153846s;
    top: 147%; }
  .back-ground-cloud .Cloud.Foreground:nth-child(21) {
    -webkit-animation-duration: 116s;
    animation-duration: 116s;
    height: 44px; }
    .back-ground-cloud .Cloud.Foreground:nth-child(21) svg path {
      fill: #FF7200; }
  .back-ground-cloud .Cloud.Background:nth-child(21) {
    -webkit-animation-duration: 146s;
    animation-duration: 146s;
    height: 7.84090909%; }

/*# sourceMappingURL=background-cloud.css.map */
