html {
  max-width: 100%;
  overflow-x: hidden;
  height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

[contenteditable="true"]:focus {
  outline: none;
}

.form-input {
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  height: 42px;

  padding-left: 18px;
  padding-right: 30px;
}

.form-area {
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  resize: none;

  padding-left: 18px;
  padding-right: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-input:hover {
  border-color: #dbdbdb;
}

.form-input:active,
.form-input.open,
.form-input:focus {
  border-color: #f9eb9d;
}

.form-area:hover {
  border-color: #dbdbdb;
}

.form-area:active,
.form-area.open,
.form-area:focus {
  border-color: #f9eb9d;
}

.bg-puyo-order {
  background-image: url("background-image/puyo-order-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-footer {
  background-image: url("background-image/footer3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-quality-decor {
  top: 2rem;
}

.right-quality-decor {
  right: 2rem;
}

.bottom-quality-decor {
  bottom: 2rem;
}

.left-quality-decor {
  left: 19rem;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.fix-height {
  min-height: 100vh;
}

.m-auto {
  margin: auto;
}

.button-primary {
  /* Rectangle: */
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  cursor: pointer;
  color: #ffeec9;
  font-size: 17px;
  padding: 9px 12px;
  text-decoration: none;
  background: #ff8ba3;
  box-shadow: 0 4px 0 0 #ffeec9;
  border-radius: 100px;
}

.button-primary-link {
  /* Rectangle: */
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  cursor: pointer;
  color: #ffeec9;
  font-size: 17px;
  padding: 9px 15px;
  text-decoration: none;
  background: #ff8ba3;
  box-shadow: 0 4px 0 0 #ffeec9;
  border-radius: 100px;
}

.button-primary:hover {
  background: #fc6382;
}

.button-primary-link:hover {
  background: #fc6382;
}

.button-primary-dropdown {
  /* Rectangle: */
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  cursor: pointer;
  color: #ffeec9;
  padding: 9px 15px;
  text-decoration: none;
  background: #ff8ba3;
  box-shadow: 0 4px 0 0 #ffeec9;
  border-radius: 100px;
}

.button-primary-dropdown:hover {
  background: #fc6382;
}

.button-secondary {
  color: #519aa3;
}

.button-secondary:hover {
  color: #2f7780;
}

.clip-circle {
  clip-path: circle(300px at center);
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  padding: 12px 0.75rem;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
}

.dropdown:hover .dropdown-content {
  display: block;
}

.callouts--top:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 23px;
  top: -42px;
  border: 10px solid transparent;
  border-bottom: 32px solid rgb(193, 193, 193);
  /* IE8 Fallback */
  border-bottom: 32px solid rgba(193, 193, 193, 0.5);
  z-index: 2;
}

.callouts--top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 25px;
  top: -32px;
  border: 8px solid transparent;
  border-bottom: 25px solid #fff;
  z-index: 3;
}

.background-gray-f6 {
  background-color: #f6f6f6;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.mt10rem {
  margin-top: 10rem;
}

.right-10 {
  right: 10rem;
}

.max-h-32 {
  max-height: 32rem;
}

.inner-form {
  display: flex;
  flex-direction: column;
}

.previewCarousel,
.previewCarouselVideo {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.wrapper-logo-delivery {
  height: 6em;
  vertical-align: middle;
  text-align: center;
  display: block;
}

.logo-delivery {
  /* max-height: 92px;
  width: auto; */
  max-width: 16em;
  display: block;
  margin: 0 auto;
}

.footer-nav {
  position: relative;
  top: -32px;
  margin-right: 24px;
}

.footer-nav {
  position: relative;
  top: -32px;
  margin-right: 24px;
}

.hero-bg-illus {
  /* top: -100px; */
}

.slick-dots {
  position: relative !important;
  bottom: -4px !important;
  padding-inline-start: unset !important;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #519aa3 !important;
}

.new-blob-bg {
  top: -300px;
  position: relative;
}

.slideshow-container {
  padding: 0 48px;
}

.slick-prev {
  left: 16px !important;
}

.slick-next {
  right: 16px !important;
}

@media screen and (min-width: 0em) and (max-width: 30em) {
  .section-grab {
    margin-top: 4rem;
  }

  .logo-grab {
    /* max-height: 48px; */
  }
  .slideshow-container {
    padding: 0 24px;
  }

  .slick-prev {
    left: -18px !important;
    top: 30px !important;
  }

  .slick-next {
    right: -18px !important;
    top: 30px !important;
  }

  .slick-dots {
    position: relative !important;
    bottom: -4px !important;
    padding-inline-start: unset !important;
  }

  .new-blob-bg {
    display: none;
  }

  .footer-nav {
    position: unset;
    top: unset;
    margin-right: unset;
    display: block;
    margin-bottom: 24px;
  }

  .footer-nav {
    position: unset;
    top: unset;
    margin-right: unset;
    display: block;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 0em) and (max-width: 30em) {
  .mt10rem-s {
    margin-top: 10rem;
  }

  .mt20rem-s {
    margin-top: 20rem;
  }

  .w-40-s {
    width: 40%;
  }

  .left-0-s {
    left: 0;
  }

  .left--20-s {
    left: -20rem;
  }

  .right-10-s {
    right: 10rem;
  }

  .left-10-s {
    left: 10rem;
  }
}

@media screen and (min-width: 30em) {
  .vh-35-ns {
    height: 35vh;
  }

  .m-auto-ns {
    margin: auto;
  }

  .right-10-ns {
    right: 10rem;
  }

  .left-10-ns {
    left: 10rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .vh-35-m {
    height: 35vh;
  }

  .m-auto-m {
    margin: auto;
  }

  .right-10-m {
    right: 10rem;
  }

  .left-10-m {
    left: 10rem;
  }
}

@media screen and (min-width: 60em) {
  .m-auto-l {
    margin: auto;
  }

  .right-10-l {
    right: 10rem;
  }

  .left-10-l {
    left: 10rem;
  }
}

.right-20 {
  right: 20rem;
}

.right-10 {
  right: 10rem;
}

.right-5 {
  right: 5rem;
}

.left-5 {
  left: 5rem;
}

.left-10 {
  left: 10rem;
}

.bg-puyo-dark-blue {
  background-color: #0e2244;
}

.polaroid-images a {
  background: white;
  display: inline;
  float: left;
  margin: 0 15px 30px;
  padding: 10px 10px 25px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 0;
  position: relative;
}

.polaroid-images a:after {
  color: #333;
  font-size: 20px;
  font-family: "Dosis", sans-serif;
  content: attr(title);
  position: relative;
  top: 15px;
}

.polaroid-images img {
  display: block;
  width: inherit;
}

.charity-photo-1 {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}

.charity-photo-2 {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.charity-photo-3 {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.charity-photo-4 {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}

.bg-puyo-blue-darker {
  background-color: #83e3f2;
}

.fa:hover {
  opacity: 0.7;
}

/* Slider css */
@media only screen and (max-width: 1366px) {
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

* {
  box-sizing: border-box;
}

/* .gambarcarou {
  width: 1360px;
  height: 250px;

} */

/* Slideshow container */
.slideshow-container {
  max-width: 1360px;
  max-height: 250px;
  position: relative;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.dotitik {
  margin-bottom: 100px;
}

/* Make the images invisible by default */
.Containers {
  display: none;
}

/* forward & Back buttons */
.Back,
.forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Place the "forward button" to the right */
.forward {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
/* .Back:hover,
.forward:hover {
  background-color: #9BE6F2;
} */

/* Caption Info */
.Info {
  color: #e3e3e3;
  font-size: 16px;
  padding: 10px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #f2f2f3;
  font-size: 14px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}

/* The circles or bullets and indicators */
.dots {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable,
.dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 2;
  }
}

@keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 2;
  }
}

/* Slider css end */
