.cropper-container {
    display: none;
}

.page-wrapper {
    /*padding: 39px 15px 59px 15px !important;*/
}
.btn {
    margin: 2px !important;
}
:root {
  --vcal-bg-color: #fff;
  --vcal-border-radius: 0;
  --vcal-border-color: #e7e9ed;
  --vcal-today-bg-color: #e8e8e8;
  --vcal-today-color: #adadad;
  --vcal-selected-bg-color: #67c423;
  --vcal-selected-color: #fff;
}


.col-xs-6 {
    /* padding: 20px; */
}


.previous_btn {
    position: absolute;
    left: 15px;
    top: 50%;
}
.next_btn {
    position: absolute;
    right: 15px;
    top: 50%;
}
#v-cal *, #v-cal *:before, #v-cal *:after {
  box-sizing: border-box;
}

#v-cal {
  background-color: var(--vcal-bg-color);
  border-radius: var(--vcal-border-radius);
  margin: 0 auto;
  overflow: hidden;
    /* width: 75%; */
    height: 300px;
}

#v-cal .vcal-btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: button;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  min-width: 27px;
  outline: none;
  overflow: visible;
  padding: 0;
  text-align: center;
  &:active {
    border-radius: var(--vcal-border-radius);
    box-shadow: 0 0 0 2px rgba(var(--vcal-today-bg-color), 0.1)
  }
}

#v-cal .vcal-header {
  align-items: center;
  display: flex;
   padding: 1.2rem 1.4rem 0px;
}

#v-cal .vcal-header svg {
  fill: var(--vcal-today-bg-color);

}

#v-cal .vcal-header__label {
  font-weight: bold;
  text-align: center;
  width: 100%;
      font-size: 24px;
      color: black;
      margin-right: 4px;
}

.vcal-header__label_year {
    font-size: 24px;
    color: #000000;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}

#v-cal .vcal-week {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #dadada;
}

#v-cal .vcal-week span {
  flex-direction: column;
  flex: 0 0 14.28%;
  font-size: 1rem;
  font-weight: bold;
  max-width: 14.28%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
      color: #dadada !important;
}

#v-cal .vcal-body {
  background-color: rgba(var(--vcal-selected-bg-color), 0.3);
  display: flex;
  flex-wrap: wrap;
}

#v-cal .vcal-date {
  align-items: center;
  background-color: #fff;
  border-radius: var(--vcal-border-radius);
  display: flex;
  flex-direction: column;
  flex: 0 0 14.28%;
  max-width: 14.28%;
    padding: 7px 0;
}

#v-cal .vcal-date--active {
  cursor: pointer;
}

#v-cal .vcal-date--today {
  background-color: var(--vcal-today-bg-color);
  color: var(--vcal-today-color);
}

#v-cal .vcal-date--selected {
  background-color: var(--vcal-selected-bg-color);
  color: var(--vcal-selected-color);
  /* background-color: #67c423; */
  /* color: var(--vcal-selected-color); */
  border-radius: 27px;
}

#v-cal .vcal-date--disabled {
  border-radius: 0;
  cursor: not-allowed;
  opacity: 0.5;
}
.flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.flex-1 {
  flex: 1;
}
.d_stuff > div {
    margin-right: 25px;
      font-size:  25px;
    align-items: center;
    justify-content: center;
    display: flex;

}
.borderb {
  border-bottom: solid 1px #666666;
  padding-bottom: 15px;
  padding-top: 15px;
}

.endborderb {
  border-bottom: solid 1px transparent !important;
}
.buton_round {
      width: 40px;
    height: 40px;
    background-color: #666666;
    border-radius: 30px;
}
.minus {
 color: white;
}
.qty {
    font-size: 28px;
    color: black;
}
.plus {
   color: white;

}
.close {
margin-right: 0px !important;
    font-size: 28px;
    color: black;
}


.top-text {
   color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;

}
.top-text-terms {
    color: black !important;
    font-weight: bolder !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    letter-spacing: -0.3px !important;

}

.top-text-white {
   color: white;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 20px;
}
.custombtn {

}
.input-group {
        width: 100%;
}

.custom_input {
    background-color: #f8f8f8;
    border: solid 1px #dddddd;
    border-radius: 5px !important;
}

.custom_select_input {
    background-color: #db2a1b;
    border: solid 1px #db2a1b;
    border-radius: 5px !important;
    color: white !important;
    width: 99% !important;
}

.c_main {
    display: flex;
}
.c_image {
    background-repeat: no-repeat;
    background-size: contain;
       background-position: top;
    height: 140px;
    width: 200px;
    margin-right: 25px;

}
.d_image {
    background-repeat: no-repeat;
    background-size: contain;
       background-position: top;
    height: 140px;
    width: 200px;
    margin-right: 25px;
    border: solid 1px #d4d4d4;
}
.c_container {
    width: 100%;
}
.c_stuff {

}
.c_title {
    -webkit-font-smoothing: antialiased;
    color: #db2a1b;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 5px;
}
.d_title {
    -webkit-font-smoothing: antialiased;
    color: #db2a1b;
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 5px;
}
.c_label {
    color: #4d4d4c;
    font-weight: bolder;
    line-height: 14px;
        font-size: 14px;
}

.c_text {
    color: #4d4d4c;
    -webkit-font-smoothing: antialiased;
        font-size: 13px;
}

.c_price {
    color: #4d4d4c;
    display: flex;
}
.c_currency {
     color: #4d4d4c;
    font-size: 11px;
    margin-top: 7px;
}
.c_value {
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
}
.c_button {
background-color: #db2a1b;
    border: none;
    border-radius: 5px;
    color: white;
    width: 100%;
    font-size: 12px;
    height: 29px;
    margin-top: 1px;
}

.d_button {
background-color: #2ecc71;
    border: none;
    border-radius: 5px;
    color: white;
    width: 20%;
    font-size: 12px;
    height: 42px;
    margin-top: 1px;
}
.e_button {
background-color: #db2a1b;
    border: none;
    border-radius: 5px;
    color: white;
    width: 60%;
    font-size: 12px;
    height: 42px;
    margin-top: 1px;
}.f_button {
background-color: #4d4d4c;
    border: none;
    border-radius: 5px;
    color: white;
    width: 60%;
    font-size: 12px;
    height: 42px;
    margin-top: 1px;
}

.inline {
        display: inline-block;
}

.finish_button {
        background-color: #db2a1b;
    border: none;
    border-radius: 5px;
    color: white;
    width: 200px;
    font-size: 15px;
    height: 50px;
    margin-top: 1px;
}

.registerbutton {
    background-color: white;
    border: none;
    border: solid 1px #db2a1b;
    border-radius: 5px;
    color: #db2a1b;
    width: 100%;
    font-size: 15px;
    height: 50px;
    margin-top: 1px;
}

.registerbutton:focus {
    border: solid 1px gray !important;
}

.custom-combobox {
    position: relative;
    /*display: inline-block;*/
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
  .item-selected-boat {
    border: solid 1px #666666;
  }
  .p20 {
        padding: 20px;
  }
  .input-group{
    width: 80% !important;
  }



.sliderbtn {
    height: 100px; width: 300px; 
    border-radius: 13px;
    font-size: 44px;
    font-weight: 700;
    border-radius: 13px;
    color: #bdbbbb;
}
.slider-wrap {
    overflow: hidden;
    margin-bottom: 20px !important;
    padding: 20px 20px;
    border: solid 1px #eaebea;
    background: #ececec;
}

.slidd {
        position: absolute; 
        left: 0px; 
        top: 0px; 
        width: 1300px; 
        height: 532px;     
        overflow: visible !important;
        margin-left: 8% !important;
        /* margin-top: 8% !important; */
   }

/* @media (max-width: 480px) { */
    button:focus {
        outline: none !important;
    }
    button {
        border: none !important;
    }


    .pulse {
        /* margin:100px; */
        display: block;
        /* width: 22px; */
        /* height: 22px; */
        /* border-radius: 50%; */
        background: #00bbc2;
        cursor: pointer;
        box-shadow: 0 0 0 rgb(0, 187, 194);
        animation: pulse 2s infinite;
      }
      .pulse:hover {
        /* animation: none; */
      }
      
      @-webkit-keyframes pulse {
        0% {
          -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 1);
        }
        70% {
            -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        }
      }
      @keyframes pulse {
        0% {
          -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 1);
          box-shadow: 0 0 0 0 rgba(204,169,44, 1);
        }
        70% {
            -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
            box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        }
        100% {
            -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
            box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        }
      }





      
    .general_text {
        font-family: HelveticaNeue;
        font-style: normal;
        font-stretch: normal;
    }
    .j_bg_image {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.slid-k {
  background-size: contain;
  top: 90px !important;
  background-position: center;
  background-repeat: no-repeat; 
}
   .wrap_master {
        padding: 15px 30px  132px;
        border-radius: 0px 0px 30%;
        background-size: cover;
        background-image: url(../img/rectangle.png);
        height: 470px;
        width: 100%;
        padding-bottom: 100px !important;
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: -93px;
   }

   .margin-custom {
        margin-left: 68px !important;
   }

   .fix-padding {
    padding: 0 75px;
   }
   .fix-padding-2 {
    padding: 0px 30px;
   }
   .ml-auto {
        margin-left: auto !important;
   }
   
   .happy_image {
        background-image: url(../img/head.svg);
        height: 300px;
   }
   .globo_1_image_1 {
    background-image: url(../img/g1.svg);
    background-position: left;
    height: 240px;
    width: 100px;
    position: absolute;
    left: 0;
    top: 301px;
   }
   .globo_1_image_2 {
    background-image: url(../img/g2.svg);
    height: 223px;
    width: 100px;
    position: absolute;
    left: 41px;
    top: 336px;
   }
   .globo_1_image_3 {
    background-image: url(../img/g3.svg);
    height: 214px;
    width: 100px;
    position: absolute;
    left: 18px;
    top: 402px;
   }
   .globo_2_image {
    background-image: url(../img/globo_2.svg);
    height: 306px;
    width: 100px;
    position: absolute;
    right: 0;
    top: 15%;
    background-position: right;
   }
   .heading_text {
        font-size: 26px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: -0.4px;
        color: #724973;
        margin-left: 93px;
        margin-top: 27px;
   }
   .slidd {
        position: absolute; 
        left: 0px; 
        top: 0px; 
        width: 1300px; 
        height: 532px;     
        overflow: visible !important;
        margin-left: 8% !important;
        /* margin-top: 8% !important; */
   }
   .center_ph {
    width: 271px;

    margin-left: 50px;
   }
   .paragraph {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.27;
        letter-spacing: -0.2px;
        color: #696969;
        margin-left: 93px;
        margin-top: 10px;
   }

   .bh {
 
    background-size: contain;
    height: 500px;
    width: 33%;
    background-repeat: no-repeat;
    background-position: center;
  }


  .button_k {
        width: 311px;
        height: 66px;
        border-radius: 4px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        
  }
  .button_k_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 59px;
    border-radius: 2px;
    background-color: #fcb316;
        
  }

  .button_touch_me {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00bbc1;
  }
  .button_play {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00bbc1;
  }

  .touchme_text {
      margin-left: 10px;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
  }
  .playb_text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
  }

  .play_white {
      background-image: url(../img/play.svg);
      height: 34px;
      width: 34px;
  }
  .play_2 {
    background-image: url(../img/play_2.svg);
    height: 30px;
    position: absolute;
    width: 30px;
    top: -15px;
    right: 12px;
  }
  .cake {
    background-image: url(../img/cake.svg);
    height: 34px;
    width: 34px;
    padding: 15px 30px 132px;
    background-size: cover;
    height: 610px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .w_play {
      display: flex;
      justify-content: center;
      align-items: center;
  }



  .path {
      text-align: center;
    padding: 40px 50px 15px 40px;
    background-image: url(../img/path.svg);
    height: 34px;
    width: 34px;
    /* padding: 15px 30px 132px; */
    background-size: cover;
    height: 503px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -41px;
  }
  .foot {
    text-align: center;
    padding: 66px 50px 50% 40px;
    border-radius: 97px 35px 0 0;
    background-image: url(../img/gifts.svg);
    background-size: contain;
    background-color: rgba(183, 21, 212, 0.07);
    /* height: 34px; */
    /* width: 34px; */
    /* padding: 15px 30px 132px; */
    background-position: bottom;
    /* height: 674px; */
    width: 100%;
    background-repeat: no-repeat;
    /* background-position: center; */
    margin-top: -83px;
    height: 100%;
  }
.auto-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
}
  .path_fill_bottom {
        opacity: 0.1;
        background-color: #6c63ff;
        width: 100%;
        height: 100px;
  }




@-webkit-keyframes float {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}


.avatar_1 {
 
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 1s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
.avatar_2 {
 
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.avatar_3 {
 
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 2s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}


.btn-customk:hover, .btn-customk:active, .btn-customk.hover {
    background-color: #3c8dbc;
    color: white;
}

.btn-customk {
    background-color: white;
    border-color: white;
    
}

.modal-content {
    box-shadow: none !important;
}
.ba {
    width: 160px;
    height: 56px;
    border-radius: 2px;
    background-color: #868686;
}

.bb {
    width: 160px;
    height: 56px;
    border-radius: 2px;
    background-color: #868686;
}

.cc {
    width: 100%;
    height: 56px;
    border-radius: 2px;
    background-color: #8bbf56;
}

.footbuttons {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px 0;
}

.filterk {
     filter: grayscale(41) !important; 
     /* filter: grayscale(41) opacity(0.4) !important;  */
}

.line-gray-gray {
    
}
.line-gray-blue {
    
}
.line-blu-blue {
    
}

.line {
    width: 60%;
    position: absolute;
    top: 27%;
    left: 18%;
    height: 2px;
    background: #2e91b3;
}

.left-img-ph img {
    border-radius: 0% !important;
    height: 78px;
    width: 78px;
    border: none;
    margin: 0 15px 0px 0 !important;
    float: left;
}
.title_h {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #0276a1;
}

.wrap_h {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.h_ {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #6a6a6a;
    display: flex;
    align-items: center;
    width: 170px;
    /* justify-content: space-between; */
    padding: 5px 0;
}
.h_2 {
    font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #949494;
  margin-top: 2px;
}

.wri {
    display: flex;
    padding: 15px;
    background-image: linear-gradient(to bottom, #eef2f5, #ffffff);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hri {
    width: 120%;
    left: -40px;
    position: relative;
    margin: 0 auto;
}
.wri2 {
    padding: 15px;
}
.wri3 {
    padding: 15px;
}

 .c-radio:checked,
 .c-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}
  label {
    font-weight: 400 !important;
}
 .c-radio:checked + label,
 .c-radio:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #909090;
}
 .c-radio:checked + label:before,
 .c-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
 .c-radio:checked + label:after,
 .c-radio:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #808080;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 .c-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
 .c-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.calendar-avaliable::after {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100px;
    background: green;
}
.calendar-unavaliable::after {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100px;
    background: red;
}
.wr-loader {
    
}
.wr-loader-01 {
    opacity: 0.1;
}
.loader-w {
    position: absolute;
    /* transform: translate(50%,50%); */
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.overlay-w {
    opacity: 0.2;
    z-index: -1;
}


.blob {
    width: 2rem;
    height: 2rem;
    background:#8bbf56;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.25);
  }
  
  .blob-2 {
    -webkit-animation: animate-to-2 1.5s infinite;
            animation: animate-to-2 1.5s infinite;
  }
  
  .blob-3 {
    -webkit-animation: animate-to-3 1.5s infinite;
            animation: animate-to-3 1.5s infinite;
  }
  
  .blob-1 {
    -webkit-animation: animate-to-1 1.5s infinite;
            animation: animate-to-1 1.5s infinite;
  }
  
  .blob-4 {
    -webkit-animation: animate-to-4 1.5s infinite;
            animation: animate-to-4 1.5s infinite;
  }
  
  .blob-0 {
    -webkit-animation: animate-to-0 1.5s infinite;
            animation: animate-to-0 1.5s infinite;
  }
  
  .blob-5 {
    -webkit-animation: animate-to-5 1.5s infinite;
            animation: animate-to-5 1.5s infinite;
  }
  
  @-webkit-keyframes animate-to-2 {
    25%, 75% {
      -webkit-transform: translateX(-1.5rem) scale(0.75);
              transform: translateX(-1.5rem) scale(0.75);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  
  @keyframes animate-to-2 {
    25%, 75% {
      -webkit-transform: translateX(-1.5rem) scale(0.75);
              transform: translateX(-1.5rem) scale(0.75);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @-webkit-keyframes animate-to-3 {
    25%, 75% {
      -webkit-transform: translateX(1.5rem) scale(0.75);
              transform: translateX(1.5rem) scale(0.75);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @keyframes animate-to-3 {
    25%, 75% {
      -webkit-transform: translateX(1.5rem) scale(0.75);
              transform: translateX(1.5rem) scale(0.75);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @-webkit-keyframes animate-to-1 {
    25% {
      -webkit-transform: translateX(-1.5rem) scale(0.75);
              transform: translateX(-1.5rem) scale(0.75);
    }
    50%, 75% {
      -webkit-transform: translateX(-4.5rem) scale(0.6);
              transform: translateX(-4.5rem) scale(0.6);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @keyframes animate-to-1 {
    25% {
      -webkit-transform: translateX(-1.5rem) scale(0.75);
              transform: translateX(-1.5rem) scale(0.75);
    }
    50%, 75% {
      -webkit-transform: translateX(-4.5rem) scale(0.6);
              transform: translateX(-4.5rem) scale(0.6);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @-webkit-keyframes animate-to-4 {
    25% {
      -webkit-transform: translateX(1.5rem) scale(0.75);
              transform: translateX(1.5rem) scale(0.75);
    }
    50%, 75% {
      -webkit-transform: translateX(4.5rem) scale(0.6);
              transform: translateX(4.5rem) scale(0.6);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @keyframes animate-to-4 {
    25% {
      -webkit-transform: translateX(1.5rem) scale(0.75);
              transform: translateX(1.5rem) scale(0.75);
    }
    50%, 75% {
      -webkit-transform: translateX(4.5rem) scale(0.6);
              transform: translateX(4.5rem) scale(0.6);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @-webkit-keyframes animate-to-0 {
    25% {
      -webkit-transform: translateX(-1.5rem) scale(0.75);
              transform: translateX(-1.5rem) scale(0.75);
    }
    50% {
      -webkit-transform: translateX(-4.5rem) scale(0.6);
              transform: translateX(-4.5rem) scale(0.6);
    }
    75% {
      -webkit-transform: translateX(-7.5rem) scale(0.5);
              transform: translateX(-7.5rem) scale(0.5);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @keyframes animate-to-0 {
    25% {
      -webkit-transform: translateX(-1.5rem) scale(0.75);
              transform: translateX(-1.5rem) scale(0.75);
    }
    50% {
      -webkit-transform: translateX(-4.5rem) scale(0.6);
              transform: translateX(-4.5rem) scale(0.6);
    }
    75% {
      -webkit-transform: translateX(-7.5rem) scale(0.5);
              transform: translateX(-7.5rem) scale(0.5);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @-webkit-keyframes animate-to-5 {
    25% {
      -webkit-transform: translateX(1.5rem) scale(0.75);
              transform: translateX(1.5rem) scale(0.75);
    }
    50% {
      -webkit-transform: translateX(4.5rem) scale(0.6);
              transform: translateX(4.5rem) scale(0.6);
    }
    75% {
      -webkit-transform: translateX(7.5rem) scale(0.5);
              transform: translateX(7.5rem) scale(0.5);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  @keyframes animate-to-5 {
    25% {
      -webkit-transform: translateX(1.5rem) scale(0.75);
              transform: translateX(1.5rem) scale(0.75);
    }
    50% {
      -webkit-transform: translateX(4.5rem) scale(0.6);
              transform: translateX(4.5rem) scale(0.6);
    }
    75% {
      -webkit-transform: translateX(7.5rem) scale(0.5);
              transform: translateX(7.5rem) scale(0.5);
    }
    95% {
      -webkit-transform: translateX(0rem) scale(1);
              transform: translateX(0rem) scale(1);
    }
  }
  