.bg-plx {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: -1; }
  .bg-plx .layer-1 {
    position: absolute;
    background-image: url("../images/bg_new_try.png");
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; }

.inner-plx {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 0; }
  .inner-plx .layer-1 {
    position: absolute;
    background-image: url("../images/bg_3.png");
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    background-repeat: repeat-x;
    background-position: top; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-moz-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-o-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes rotating-o {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotating-o {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotating-o {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating-o {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 22s linear infinite;
  -moz-animation: rotating 22s linear infinite;
  -o-animation: rotating 22s linear infinite;
  animation: rotating 22s linear infinite; }

.rotating-o {
  -webkit-animation: rotating-o 22s linear infinite;
  -moz-animation: rotating-o 22s linear infinite;
  -o-animation: rotating-o 22s linear infinite;
  animation: rotating-o 22s linear infinite; }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); }
  100% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); } }

@-moz-keyframes swing {
  0% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); }
  100% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); } }

@-o-keyframes swing {
  0% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
       transform: rotateZ(-10deg); }
  100% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
       transform: rotateZ(10deg); } }

@keyframes swing {
  0% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
       transform: rotateZ(-10deg); }
  100% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
       transform: rotateZ(10deg); } }

.swing {
  -webkit-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }


@font-face {
  font-family: 'cocon-b';
  src: url("../fonts/CoconNextArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CoconNextArabic-Bold.otf") format("opentype"), url("../fonts/CoconNextArabic-Bold.woff") format("woff"), url("../fonts/CoconNextArabic-Bold.ttf") format("truetype"), url("../fonts/CoconNextArabic-Bold.svg#CoconNextArabic-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

#site-footer .scroll_down {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -130px;
  margin: 0 auto;
  z-index: 3;
  width: 150px;
  margin: 0 auto; }
  @media (max-width: 550px) {
    #site-footer .scroll_down {
      width: 120px;
      bottom: -95px;
      left: auto;
      right: 40px; } }

#site-footer .star {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%; }
  #site-footer .star--left {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../images/star_right.png");
    width: 30%;
    height: 30%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat; }
  #site-footer .star--right {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../images/star_left.png");
    width: 30%;
    height: 30%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat; }

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 160px;
  background: #fff;
  padding-top: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  footer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.social-icons {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 24px; }
  .social-icons li {
    text-align: center;
    display: inline-block;
    padding: 0 5px; }
    .social-icons li i {
      vertical-align: middle; }
    .social-icons li svg {
      color: white;
      -webkit-animation: none;
         -moz-animation: none;
           -o-animation: none;
              animation: none; }
    .social-icons li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 36px;
      width: 72px;
      height: 72px;
      line-height: 72px;
      padding: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      background: #18388a; }
      @media (max-width: 400px) {
        .social-icons li a {
          font-size: 30px !important;
          width: 50px !important;
          height: 50px !important;
          padding: 13px; } }
      .social-icons li a:hover {
        background-color: #6eb9dd; }

h1, h2, h3, h4, h5, h6, p, a, form {
  font-family: "cocon-b"; }

.heading {
  height: 13vh;
  font-size: 3em;
  color: white; }
  @media (max-width: 768px) {
    .heading {
      height: 7vh;
      font-size: 2em;
      color: white; } }

.story_text {
  font-size: 2.5em;
  color: white;
  text-align: center; }
  @media (max-width: 768px) {
    .story_text {
      font-size: 1.5em;
      color: white; } }

.intro {
  opacity: 0; }

section {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh; }
  section.inner {
    padding-top: 7vh;
    padding-bottom: 7vh;
    background-image: -webkit-radial-gradient(circle, #0151ab, #004994, #00407d, #003766, #032e4f);
    background-image: -moz- oldradial-gradient(circle, #0151ab, #004994, #00407d, #003766, #032e4f);
    background-image: -o-radial-gradient(circle, #0151ab, #004994, #00407d, #003766, #032e4f);
    background-image: radial-gradient(circle, #0151ab, #004994, #00407d, #003766, #032e4f);
    min-height: 600px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 768px) {
      section.inner {
        min-height: 300px; } }

#site-header {
  position: absolute;
  width: 100%;
  margin: 0vh auto 0;
  overflow: hidden; }
  #site-header .logo {
    width: 12vw;
    margin-top: 5vh;
    min-width: 100px; }
  #site-header .moon {
    width: 8vw;
    min-width: 75px;
    margin-left: 40px;
    margin-top: -2px; }

#site-content {
  overflow: hidden; }
  #site-content .headline {
    width: 25vw;
    min-width: 215px;
    position: absolute;
    right: 15%;
    left: 0;
    top: 11vh;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    z-index: 5; }
    @media (max-width: 768px) {
      #site-content .headline {
        top: 13%; } }
    @media all and (max-width: 540px) {
      #site-content .headline {
        right: 5%;
        top: 20%; } }
  #site-content .juices {
    z-index: 3;
    position: absolute;
    width: 13vw;
    min-width: 150px;
    bottom: 0;
    left: 5vw;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important; }
    @media (max-width: 768px) {
      #site-content .juices {
        left: 5vw; } }
  #site-content .left-hands {
    position: absolute;
    left: 0;
    width: 40vw;
    max-width: 350px;
    bottom: 0;
    z-index: 2;
    display: none; }
    @media (max-width: 768px) {
      #site-content .left-hands {
        display: block;
        bottom: 5%; } }
  #site-content .right-hands {
    position: absolute;
    right: 0;
    width: 35vw;
    max-width: 250px;
    bottom: 0;
    z-index: 2;
    display: none; }
    @media (max-width: 768px) {
      #site-content .right-hands {
        display: block;
        bottom: 0%; } }
  #site-content .base {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 15vh;
    min-height: 120px; }
  #site-content .juice {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 7%;
    z-index: 1; }
  #site-content .new-taste {
    width: 55vh;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -100%;
    z-index: 2; }
    @media all and (max-width: 540px) {
      #site-content .new-taste {
        width: 40vh; } }

/* Style for header */
header {
  position: fixed;
  background-color: #16446c;
  z-index: 10000;
  width: 100%;
  top: -20px;
  font-family: "cocon-b";
  opacity: 0; }
  header.active {
    top: 0px; }

header ul.navigation {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

header ul.navigation li {
  position: relative;
  float: right;
  width: 20%;
  list-style: none; }

header ul.navigation li a {
  display: block;
  height: 50px;
  opacity: 0;
  line-height: 50px;
  color: white;
  text-decoration: none;
  text-align: center;
  cursor: default;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease; }
  header ul.navigation li a:hover {
    color: #fff;
    background-color: #222b2f; }

@media screen and (max-width: 600px) {
  header ul.navigation li {
    float: none;
    width: 100%; }
  header ul.navigation li a {
    height: 0; }
  header ul.navigation {
    display: block; }
  header {
    top: 0; } }

/* Style for header with active class name */
header.active ul.navigation li a {
  height: 120px;
  opacity: 1;
  line-height: 120px;
  cursor: pointer;
  color: white; }

@media screen and (max-width: 600px) {
  header.active ul.navigation li a {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #222b2f; } }

/* Style for the plus button */
button.toggle-nav {
  position: absolute;
  top: 50px;
  right: -webkit-calc(50% - 30px);
  right: -moz-calc(50% - 30px);
  right: calc(50% - 30px);
  width: 100px;
  height: 35px;
  background-color: #16446c;
  color: #fff;
  border: none;
  line-height: 30px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius-bottomright: 10px;
          border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomleft: 10px;
          border-bottom-left-radius: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  z-index: 100; }

button.toggle-nav:hover {
  height: 50px; }

button.toggle-nav span {
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease; }

/* Style for the plus button when header has active classe name */
header.active button.toggle-nav {
  top: 120px;
  background-color: #16466e;
  color: #ffde00; }

@media screen and (max-width: 600px) {
  button.toggle-nav {
    top: 0;
    right: 15px; }
  header.active button.toggle-nav {
    top: 420px; } }

.device_container {
  border: 20px solid #000;
  border-bottom: 20px solid #000;
  border-right: 60px solid #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 100%;
  margin: 25px;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 4%;
  min-width: 300px; }
  .device_container:before {
    content: '';
    position: absolute;
    background: white;
    width: 30px;
    height: 30px;
    z-index: 10000;
    right: -45px;
    top: 45%;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px; }
    @media all and (max-width: 540px) {
      .device_container:before {
        top: 40%; } }

.device {
  background: #3498db;
  height: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100%;
  overflow: hidden;
  z-index: 200; }
  .device img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.flickity-viewport {
  width: 100%; }

.flickity-prev-next-button .flickity-button-icon {
  -webkit-animation: none;
     -moz-animation: none;
       -o-animation: none;
          animation: none; }

.carousel-cell {
  width: 100%;
  min-width: 100%;
  height: 309px;
  /* center images in cells with flexbox */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.carousel.is-fullscreen .carousel-cell {
  height: 100%; }

.carousel-cell img {
  display: block;
  max-height: 100%; }

.sq__parallax {
  height: 100vh;
  min-height: auto;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 991px) {
    .sq__parallax {
      height: 50vh; } }
  @media all and (max-width: 840px) {
    .sq__parallax {
      height: 45vh; } }
  @media all and (max-width: 740px) {
    .sq__parallax {
      height: 40vh; } }
  @media all and (max-width: 640px) {
    .sq__parallax {
      height: 35vh; } }
  @media all and (max-width: 540px) {
    .sq__parallax {
      height: 25vh; } }

.parallax--inner {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.parallax--inner-1 {
  overflow: hidden; }
  .parallax--inner-1 img {
    min-width: 100% !important;
    -o-object-position: center;
       object-position: center; }
    @media all and (max-width: 540px) {
      .parallax--inner-1 img {
        -webkit-transform: translate(0px) !important;
           -moz-transform: translate(0px) !important;
            -ms-transform: translate(0px) !important;
             -o-transform: translate(0px) !important;
                transform: translate(0px) !important;
        -o-object-fit: contain !important;
           object-fit: contain !important;
        -o-object-position: center;
           object-position: center; } }

.parallax--inner-1_2 img {
  min-width: 100% !important;
  -o-object-position: 0 140px;
     object-position: 0 140px; }
  @media all and (max-width: 540px) {
    .parallax--inner-1_2 img {
      -webkit-transform: translate(0px) !important;
         -moz-transform: translate(0px) !important;
          -ms-transform: translate(0px) !important;
           -o-transform: translate(0px) !important;
              transform: translate(0px) !important;
      -o-object-fit: contain !important;
         object-fit: contain !important;
      -o-object-position: 0;
         object-position: 0; } }

.parallax--inner-2 {
  position: absolute;
  top: 0;
  left: 0; }
  .parallax--inner-2 img {
    min-width: auto !important;
    height: 90% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    margin-top: -120px;
    width: 45vw; }
    @media all and (max-width: 540px) {
      .parallax--inner-2 img {
        width: 55vw !important;
        margin-left: -40px; } }

.parallax--inner-3 {
  position: absolute;
  top: 0;
  left: 15%; }
  .parallax--inner-3 img {
    min-width: auto !important;
    height: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    margin-top: -120px;
    width: 45vw; }
    @media all and (max-width: 540px) {
      .parallax--inner-3 img {
        width: 55vw !important;
        margin-left: -40px;
        margin-top: -60px; } }

.parallax--inner-4 {
  position: absolute;
  top: 0;
  left: -90px; }
  .parallax--inner-4 img {
    min-width: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    width: 35vw;
    height: 150% !important; }

@charset "UTF-8";
.drop {
  -webkit-animation: move linear 2s 2s both;
     -moz-animation: move linear 2s 2s both;
       -o-animation: move linear 2s 2s both;
          animation: move linear 2s 2s both; }

@-webkit-keyframes move {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  35% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
            animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
    top: 15%; }
  85% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px); }
  93% {
    -webkit-transform: translateY(200px) scale(1, 0.7);
            transform: translateY(200px) scale(1, 0.7); }
  100% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    top: 15%; } }

@-moz-keyframes move {
  0% {
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  35% {
    -moz-transform: rotate(-5deg);
         transform: rotate(-5deg);
    -moz-animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
         animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
    top: 15%; }
  85% {
    -moz-transform: translateY(140px);
         transform: translateY(140px); }
  93% {
    -moz-transform: translateY(200px) scale(1, 0.7);
         transform: translateY(200px) scale(1, 0.7); }
  100% {
    -moz-transform: translateY(140px);
         transform: translateY(140px);
    top: 15%; } }

@-o-keyframes move {
  0% {
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  35% {
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg);
    -o-animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
       animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
    top: 15%; }
  85% {
    -o-transform: translateY(140px);
       transform: translateY(140px); }
  93% {
    -o-transform: translateY(200px) scale(1, 0.7);
       transform: translateY(200px) scale(1, 0.7); }
  100% {
    -o-transform: translateY(140px);
       transform: translateY(140px);
    top: 15%; } }

@keyframes move {
  0% {
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  35% {
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
       -moz-animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
         -o-animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
            animation-timing-function: cubic-bezier(0.29, 0.11, 1, 0);
    top: 15%; }
  85% {
    -webkit-transform: translateY(140px);
       -moz-transform: translateY(140px);
         -o-transform: translateY(140px);
            transform: translateY(140px); }
  93% {
    -webkit-transform: translateY(200px) scale(1, 0.7);
       -moz-transform: translateY(200px) scale(1, 0.7);
         -o-transform: translateY(200px) scale(1, 0.7);
            transform: translateY(200px) scale(1, 0.7); }
  100% {
    -webkit-transform: translateY(140px);
       -moz-transform: translateY(140px);
         -o-transform: translateY(140px);
            transform: translateY(140px);
    top: 15%; } }

.loading {
  width: 100px;
  position: fixed;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 100000; }

h1 {
  font-size: 16px;
  text-align: center; }

svg {
  -webkit-animation: rotate 1.8s linear infinite;
     -moz-animation: rotate 1.8s linear infinite;
       -o-animation: rotate 1.8s linear infinite;
          animation: rotate 1.8s linear infinite; }

circle {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

circle:nth-child(1) {
  stroke: #1a398a; }

circle:nth-child(2) {
  stroke: #ffdf01;
  -webkit-animation-name: dash-back;
     -moz-animation-name: dash-back;
       -o-animation-name: dash-back;
          animation-name: dash-back; }

circle:nth-child(3) {
  stroke: #f49734;
  -webkit-animation-name: dash-mid;
     -moz-animation-name: dash-mid;
       -o-animation-name: dash-mid;
          animation-name: dash-mid; }

circle:nth-child(4) {
  stroke: #f36e22;
  -webkit-animation-name: dash-front;
     -moz-animation-name: dash-front;
       -o-animation-name: dash-front;
          animation-name: dash-front;
  stroke-width: 6; }

@-webkit-keyframes dash-back {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -75; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-moz-keyframes dash-back {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -75; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-o-keyframes dash-back {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -75; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@keyframes dash-back {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -75; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-webkit-keyframes dash-mid {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -125; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-moz-keyframes dash-mid {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -125; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-o-keyframes dash-mid {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -125; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@keyframes dash-mid {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -125; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-webkit-keyframes dash-front {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -150; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-moz-keyframes dash-front {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -150; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-o-keyframes dash-front {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -150; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@keyframes dash-front {
  0% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 150, 100;
    stroke-dashoffset: -150; }
  100% {
    stroke-dasharray: 20, 230;
    stroke-dashoffset: -250; } }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(-360deg);
         transform: rotate(-360deg); } }

@-o-keyframes rotate {
  100% {
    -o-transform: rotate(-360deg);
       transform: rotate(-360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

#langChange input[type="radio"] {
  position: absolute;
  right: -200em; }

/* styling the div and labels */
#langChange {
  position: fixed;
  right: 0;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  z-index: 10; }

#langChange label {
  position: fixed;
  top: 40%;
  right: 0;
  padding: .7em;
  opacity: .5;
  color: #fefeff;
  background: #d64214;
  -webkit-border-radius: .4em 0 0 .4em;
     -moz-border-radius: .4em 0 0 .4em;
          border-radius: .4em 0 0 .4em;
  cursor: pointer;
  font-family: "cocon-b"; }

#langChange label ~ label {
  top: 46%;
  margin-top: 10px; }

#langChange input[type="radio"]:checked + label {
  color: #fefeff;
  background: #d64214;
  opacity: 1; }

#langChange label[for="toEn"]:after {
  content: "English"; }

#langChange label[for="toAr"]:after {
  content: "عربي"; }

@media (max-width: 600px) {
  #langChange label[for="toEn"]:after {
    content: "En"; }
  #langChange label[for="toAr"]:after {
    content: "ع"; } }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #f36d22 url("../images/top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: rgba(243, 109, 34, 0.8);
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    left: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    left: 30px;
    bottom: 30px; } }

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 20px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  z-index: 1;
  max-width: 600px;
  min-height: 400px;
  margin: 0 auto; }

.form__loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -4;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.form__content {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
   -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
       transform: translateY(10px);
  -webkit-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  -moz-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s; }

body.on-start .form__cover:before {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
   -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
       transform: scale(0.15); }

body.document-loaded .form__loader {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  opacity: 0;
  visibility: hidden; }

body.document-loaded .form__content {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
  width: 40vw;
  min-width: 290px; }

body.document-loaded .form__cover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); }

body.document-loaded .form__cover:after {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2); }

body.document-loaded .form__cover:before {
  transition: opacity 0.3s ease 0.8s, -webkit-transform 2s ease;
  -webkit-transition: opacity 0.3s ease 0.8s, -webkit-transform 2s ease;
  -o-transition: opacity 0.3s ease 0.8s, -o-transform 2s ease;
  -moz-transition: transform 2s ease, opacity 0.3s ease 0.8s, -moz-transform 2s ease;
  transition: transform 2s ease, opacity 0.3s ease 0.8s;
  transition: transform 2s ease, opacity 0.3s ease 0.8s, -webkit-transform 2s ease, -moz-transform 2s ease, -o-transform 2s ease;
  transition: transform 2s ease, opacity 0.3s ease 0.8s, -webkit-transform 2s ease;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
  opacity: 0; }

.styled-button {
  -webkit-appearance: none;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  padding: 20px;
  outline: none;
  background: none;
  position: relative;
  color: #457a94;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #6db9dd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden; }

.styled-button__real-text-holder {
  position: relative; }

.styled-button__real-text {
  color: transparent;
  display: inline-block; }

.styled-button__text-holder {
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.styled-button__moving-block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.styled-button__moving-block.back {
  color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
   -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
       transform: translateX(100%); }

.styled-button__moving-block.back .styled-button__text-holder {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
       transform: translateX(-100%); }

.styled-button:hover,
.styled-button:active {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background: #85C7EF; }

.styled-button:hover .face,
.styled-button:active .face {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
       transform: translateX(-100%); }

.styled-button:hover .face .styled-button__text-holder,
.styled-button:active .face .styled-button__text-holder {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
   -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
       transform: translateX(100%); }

.styled-button:hover .back,
.styled-button:active .back {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }

.styled-button:hover .back .styled-button__text-holder,
.styled-button:active .back .styled-button__text-holder {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }

.styled-button:active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.styled-input {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  border: 1px solid rgba(109, 185, 221, 0.2);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.styled-input__circle {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

.styled-input__circle:after {
  content: '';
  position: absolute;
  right: 16.5px;
  top: 19px;
  height: 14px;
  width: 14px;
  z-index: -2;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: rgba(109, 185, 221, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
     -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0);
  transition: opacity 1s ease, -webkit-transform 0.6s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 0.6s ease;
  -o-transition: opacity 1s ease, -o-transform 0.6s ease;
  -moz-transition: transform 0.6s ease, opacity 1s ease, -moz-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 1s ease;
  transition: transform 0.6s ease, opacity 1s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease, -o-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 1s ease, -webkit-transform 0.6s ease; }

.styled-input__input {
  width: 100%;
  -webkit-appearance: none;
  font-size: 14px;
  outline: none;
  background: none;
  padding: 18px 15px;
  color: #6db9dd;
  border: none;
  font-weight: 600;
  letter-spacing: 0.035em; }

.styled-input__placeholder {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  padding-right: 45px;
  color: white; }

.styled-input__placeholder-text {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
       perspective: 500px;
  display: inline-block; }

.styled-input__placeholder-text .letter {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-animation: letterAnimOut 0.25s ease forwards;
  -moz-animation: letterAnimOut 0.25s ease forwards;
    -o-animation: letterAnimOut 0.25s ease forwards;
       animation: letterAnimOut 0.25s ease forwards;
  text-shadow: 0 0 5px; }

.styled-input__placeholder-text .letter.active {
  -webkit-animation: letterAnimIn 0.25s ease forwards;
  -moz-animation: letterAnimIn 0.25s ease forwards;
    -o-animation: letterAnimIn 0.25s ease forwards;
       animation: letterAnimIn 0.25s ease forwards; }

.styled-input:hover {
  border-color: rgba(109, 185, 221, 0.4); }

.styled-input.filled {
  border-color: rgba(109, 185, 221, 0.2); }

.styled-input.filled .styled-input__circle:after {
  -webkit-transform: scale(100);
  -moz-transform: scale(100);
   -ms-transform: scale(100);
    -o-transform: scale(100);
       transform: scale(100);
  opacity: 0; }

@-webkit-keyframes letterAnimIn {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    color: red; }
  45% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
    color: red; }
  55% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0; }
  56% {
    -webkit-transform: translate(30px, -27px);
    transform: translate(30px, -27px);
    opacity: 0;
    color: #f36d22; }
  76% {
    color: #f36d22;
    opacity: 1;
    -webkit-transform: translate(30px, -27px);
    transform: translate(30px, -27px); }
  100% {
    -webkit-transform: translate(30px, -27px);
    transform: translate(30px, -27px);
    opacity: 1; } }

@-moz-keyframes letterAnimIn {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
         transform: translate(0, 10px);
    color: red; }
  45% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
         transform: translate(0, 10px);
    opacity: 0;
    color: red; }
  55% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
         transform: translate(0, 10px);
    opacity: 0; }
  56% {
    -webkit-transform: translate(30px, -27px);
    -moz-transform: translate(30px, -27px);
         transform: translate(30px, -27px);
    opacity: 0;
    color: #f36d22; }
  76% {
    color: #f36d22;
    opacity: 1;
    -webkit-transform: translate(30px, -27px);
    -moz-transform: translate(30px, -27px);
         transform: translate(30px, -27px); }
  100% {
    -webkit-transform: translate(30px, -27px);
    -moz-transform: translate(30px, -27px);
         transform: translate(30px, -27px);
    opacity: 1; } }

@-o-keyframes letterAnimIn {
  0% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
       transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
       transform: translate(0, 10px);
    color: red; }
  45% {
    -webkit-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
       transform: translate(0, 10px);
    opacity: 0;
    color: red; }
  55% {
    -webkit-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
       transform: translate(0, 10px);
    opacity: 0; }
  56% {
    -webkit-transform: translate(30px, -27px);
    -o-transform: translate(30px, -27px);
       transform: translate(30px, -27px);
    opacity: 0;
    color: #f36d22; }
  76% {
    color: #f36d22;
    opacity: 1;
    -webkit-transform: translate(30px, -27px);
    -o-transform: translate(30px, -27px);
       transform: translate(30px, -27px); }
  100% {
    -webkit-transform: translate(30px, -27px);
    -o-transform: translate(30px, -27px);
       transform: translate(30px, -27px);
    opacity: 1; } }

@keyframes letterAnimIn {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
         transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
         transform: translate(0, 10px);
    color: red; }
  45% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
         transform: translate(0, 10px);
    opacity: 0;
    color: red; }
  55% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
         transform: translate(0, 10px);
    opacity: 0; }
  56% {
    -webkit-transform: translate(30px, -27px);
    -moz-transform: translate(30px, -27px);
      -o-transform: translate(30px, -27px);
         transform: translate(30px, -27px);
    opacity: 0;
    color: #f36d22; }
  76% {
    color: #f36d22;
    opacity: 1;
    -webkit-transform: translate(30px, -27px);
    -moz-transform: translate(30px, -27px);
      -o-transform: translate(30px, -27px);
         transform: translate(30px, -27px); }
  100% {
    -webkit-transform: translate(30px, -27px);
    -moz-transform: translate(30px, -27px);
      -o-transform: translate(30px, -27px);
         transform: translate(30px, -27px);
    opacity: 1; } }

@-webkit-keyframes letterAnimOut {
  0% {
    -webkit-transform: translate(30px, -27px);
    transform: translate(30px, -27px);
    opacity: 1; }
  25% {
    -webkit-transform: translate(30px, -40px);
    transform: translate(30px, -40px);
    opacity: 0; }
  45% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0; }
  55% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
    color: red; }
  56% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    color: red; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes letterAnimOut {
  0% {
    -webkit-transform: translate(30px, -27px);
    -moz-transform: translate(30px, -27px);
         transform: translate(30px, -27px);
    opacity: 1; }
  25% {
    -webkit-transform: translate(30px, -40px);
    -moz-transform: translate(30px, -40px);
         transform: translate(30px, -40px);
    opacity: 0; }
  45% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
         transform: translate(0, 10px);
    opacity: 0; }
  55% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
         transform: translate(0, 10px);
    opacity: 0;
    color: red; }
  56% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
         transform: translate(0, 10px);
    color: red; }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); } }

@-o-keyframes letterAnimOut {
  0% {
    -webkit-transform: translate(30px, -27px);
    -o-transform: translate(30px, -27px);
       transform: translate(30px, -27px);
    opacity: 1; }
  25% {
    -webkit-transform: translate(30px, -40px);
    -o-transform: translate(30px, -40px);
       transform: translate(30px, -40px);
    opacity: 0; }
  45% {
    -webkit-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
       transform: translate(0, 10px);
    opacity: 0; }
  55% {
    -webkit-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
       transform: translate(0, 10px);
    opacity: 0;
    color: red; }
  56% {
    -webkit-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
       transform: translate(0, 10px);
    color: red; }
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
       transform: translate(0, 0); } }

@keyframes letterAnimOut {
  0% {
    -webkit-transform: translate(30px, -27px);
    -moz-transform: translate(30px, -27px);
      -o-transform: translate(30px, -27px);
         transform: translate(30px, -27px);
    opacity: 1; }
  25% {
    -webkit-transform: translate(30px, -40px);
    -moz-transform: translate(30px, -40px);
      -o-transform: translate(30px, -40px);
         transform: translate(30px, -40px);
    opacity: 0; }
  45% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
         transform: translate(0, 10px);
    opacity: 0; }
  55% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
         transform: translate(0, 10px);
    opacity: 0;
    color: red; }
  56% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
         transform: translate(0, 10px);
    color: red; }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
         transform: translate(0, 0); } }

.spinner {
  position: relative;
  margin: auto;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.spinner__circular {
  -webkit-animation: rotate 1.5s linear infinite;
  -moz-animation: rotate 1.5s linear infinite;
    -o-animation: rotate 1.5s linear infinite;
       animation: rotate 1.5s linear infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
       animation-play-state: paused;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
   -ms-transform-origin: center center;
    -o-transform-origin: center center;
       transform-origin: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto; }

.spinner__path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.3s ease forwards 0.5s;
  -moz-animation: dash 1.3s ease forwards 0.5s;
    -o-animation: dash 1.3s ease forwards 0.5s;
       animation: dash 1.3s ease forwards 0.5s;
  opacity: 0;
  stroke-linecap: round;
  stroke: #7b23ff;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
    -o-animation-play-state: running;
       animation-play-state: running; }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    opacity: 0; }
  50% {
    stroke-dasharray: 40, 200;
    opacity: 1; }
  100% {
    stroke-dasharray: 125, 200;
    opacity: 1; } }

@-moz-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    opacity: 0; }
  50% {
    stroke-dasharray: 40, 200;
    opacity: 1; }
  100% {
    stroke-dasharray: 125, 200;
    opacity: 1; } }

@-o-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    opacity: 0; }
  50% {
    stroke-dasharray: 40, 200;
    opacity: 1; }
  100% {
    stroke-dasharray: 125, 200;
    opacity: 1; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    opacity: 0; }
  50% {
    stroke-dasharray: 40, 200;
    opacity: 1; }
  100% {
    stroke-dasharray: 125, 200;
    opacity: 1; } }

.styled-input__placeholder-textarea {
  top: 16px;
  display: block;
  position: absolute; }
