.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Aktiv Grotesk', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e51c61;
  font-size: 54px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
}

a {
  color: #e51c61;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.navbar {
  position: absolute;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 64px;
}

.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-right: 8%;
  padding-left: 8%;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.quote {
  overflow: visible;
  margin-top: 64px;
  margin-bottom: 64px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.container.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container._120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container._120.medium-large {
  padding-right: 8%;
  padding-left: 8%;
}

.container._120._0-top {
  padding-top: 0px;
}

.container._96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.container.heading {
  padding-top: 150px;
  padding-bottom: 48px;
}

.container.form {
  padding-bottom: 96px;
  text-align: center;
}

.hero-image {
  width: 100%;
  height: 30vh;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub-container-480 {
  max-width: 480px;
}

.sub-container-480.right {
  margin-left: auto;
  text-align: right;
}

.sub-container-480.center {
  margin-right: auto;
  margin-left: auto;
}

.sub-container-480.centered {
  text-align: center;
}

.paragraph {
  color: rgba(0, 0, 0, 0.72);
  font-size: 18px;
  line-height: 1.6em;
}

.paragraph.footer-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph.white {
  color: #fff;
}

.paragraph.large {
  color: #000;
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 300;
}

.paragraph.big {
  font-size: 1.3125rem;
  line-height: 1.5em;
}

.paragraph.faq {
  padding-top: 24px;
  padding-bottom: 24px;
}

.box-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-buttons.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-buttons.centered.top-48 {
  margin-top: 48px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  padding: 16px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button.red {
  border-color: #e51c61;
  background-color: #e51c61;
  color: #fff;
}

.button.white {
  background-color: #fff;
}

.price-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(72%, #fff)), url('../images/wave-background.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 72%), url('../images/wave-background.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.arrow-button {
  margin-right: -6px;
  margin-left: 12px;
}

.footer {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1em;
  font-weight: 700;
}

.h2.large {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2em;
  text-transform: none;
}

.h2.extra-large {
  font-size: 4.5rem;
}

.h2.white {
  color: #fff;
}

.h2.bottom-24 {
  margin-bottom: 24px;
}

.h2.faq {
  margin-bottom: 16px;
  color: #e51c61;
  font-size: 3.5rem;
  font-weight: 700;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-50.pad-right-8 {
  padding-right: 8%;
}

.price-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.old-price {
  color: #afafaf;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-decoration: line-through;
}

.new-price {
  color: #e51c61;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 700;
}

.new-price.white {
  color: #fff;
}

.col-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-container-360 {
  max-width: 360px;
}

.sub-container-360.center {
  margin-right: auto;
  margin-left: auto;
}

.image-circle {
  width: 320px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-circle.right {
  margin-left: 64px;
}

.image-circle.left {
  margin-right: 64px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 700;
}

.icon-36 {
  width: 36px;
  height: 36px;
}

.icon-36.bottom-16 {
  margin-bottom: 16px;
}

.icon-36.right-24 {
  margin-right: 24px;
}

.blocks {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area"
    "Area-2 Area-3";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 600px;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 12px;
  background-color: #dfe9f5;
}

.block.main-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Kaleidoscope-03-light.svg');
  background-position: 100% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.block.main-first.purple {
  background-color: #6046bc;
  background-image: url('../images/caleido-bag-detail-min.png'), url('../images/Kaleidoscope-03-light.svg');
  background-position: 100% 100%, 115% -150px;
  background-size: 52%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.block.image-background {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7))), url('../images/caleido-bags-riflettenti-45.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7)), url('../images/caleido-bags-riflettenti-45.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.block.day-night {
  background-image: url('../images/caleido-bag-day-night-min.png');
  background-position: 50% 0%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 48px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-alt-color {
  color: #e51c61;
}

.price-brush-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-brush-wrapper.alt {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-alt-price {
  margin-bottom: 0px;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #e51c61;
  font-size: 2.25rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.price-alt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #e51c61;
  font-size: 4rem;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  text-transform: uppercase;
}

.bag-price-section {
  width: 400px;
  margin-bottom: 32px;
}

.big-circle {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 600px;
  height: 600px;
  margin-top: 72px;
  margin-bottom: auto;
}

.price {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #e51c61;
  font-size: 6rem;
  line-height: 1.1em;
  font-weight: 700;
}

.subtitle {
  display: block;
  margin: 16px auto 8px;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #e51c61;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.sub-container-480-copy {
  max-width: 900px;
}

.kaleidoscope-quote {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 120%;
  margin: auto;
  opacity: 0.6;
}

.image-section {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2em;
  font-weight: 700;
}

.h3.white {
  color: #fff;
}

.decorative-circle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 350px;
  height: 350px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 1000px;
  background-color: #e51c61;
}

.bag-hero {
  position: relative;
  width: 360px;
  margin-top: -60%;
}

._3-col-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-product-col {
  width: 33%;
  padding-right: 64px;
  padding-bottom: 48px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.product-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 80%;
  max-width: 80%;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
}

.product-image._70 {
  max-width: 70%;
}

.h1 {
  margin-bottom: 24px;
  font-family: anisette-std, sans-serif;
  color: #e51c61;
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: 600;
}

.sub-container-640 {
  max-width: 640px;
}

.product-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  padding-bottom: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2em;
  text-transform: uppercase;
}

.product-circle-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  width: 90%;
  padding-bottom: 90%;
  border-radius: 1000px;
  background-color: #dfe9f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.faq-question-wrap {
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
}

.question-title {
  margin-right: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
}

.faq-grid {
  display: block;
  width: 100%;
  margin-top: 32px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  text-align: left;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f3f3f3;
}

.faq-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.faq-content {
  overflow: hidden;
}

.form-wrapper {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .section.form {
    padding-right: 0%;
    padding-left: 0%;
  }

  .container._120 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .hero-image {
    margin-right: auto;
    margin-left: auto;
  }

  .sub-container-480 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .sub-container-480.right {
    text-align: center;
  }

  .sub-container-480.center {
    text-align: center;
  }

  .box-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h2.extra-large {
    font-size: 5rem;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns.m-alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .col-50 {
    width: 100%;
  }

  .col-40 {
    width: 100%;
  }

  .col-60 {
    width: 100%;
  }

  .sub-container-360.center {
    max-width: 480px;
    text-align: center;
  }

  .image-circle.right {
    width: 250px;
    height: 250px;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .image-circle.left {
    width: 250px;
    height: 250px;
    margin-top: 64px;
    margin-right: auto;
    margin-bottom: 24px;
  }

  .h4 {
    margin-bottom: 8px;
  }

  .blocks {
    grid-template-areas: "Area Area"
      "Area-2 Area-2"
      "Area-3 Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .block.main-first {
    padding: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block.main-first.purple {
    background-image: url('../images/caleido-bag-detail-min.png'), url('../images/Kaleidoscope-03-light.svg');
    background-position: 100% 100%, 0% 200px;
    background-size: 80%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .info-box {
    padding-bottom: 48px;
    padding-left: 48px;
    text-align: left;
  }

  .bag-price-section {
    width: 300px;
    margin-bottom: 24px;
  }

  .big-circle {
    width: 70vw;
    height: 70vw;
  }

  .sub-container-480-copy {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-section {
    margin-bottom: 32px;
  }

  .decorative-circle {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 300px;
    height: 300px;
  }

  ._3-col-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-product-col {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 48px;
    text-align: center;
  }

  .product-image {
    margin-left: auto;
  }

  .h1 {
    font-size: 3rem;
    font-weight: 600;
  }

  .sub-container-640 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .product-title {
    font-size: 2rem;
  }

  .product-circle-bg {
    margin-right: auto;
    margin-left: auto;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .faq-grid {
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
  }
}

@media screen and (max-width: 767px) {
  .block.day-night {
    background-size: auto 50%;
  }

  .faq-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 100;
    height: 72px;
  }

  .logo {
    width: 54px;
  }

  .section.hero {
    padding-top: 8px;
  }

  .section.quote {
    margin-top: 0px;
    margin-bottom: 36px;
  }

  .section.form {
    padding-right: 5px;
    padding-left: 5px;
  }

  .section.m-pad-4 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .container._120 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container._120.medium-large {
    padding-right: 0%;
    padding-left: 0%;
  }

  .container._96 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-image {
    height: 200px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1.5em;
  }

  .paragraph.large {
    font-size: 2.25rem;
  }

  .paragraph.big {
    font-size: 1.2rem;
  }

  .box-buttons {
    padding-top: 32px;
  }

  .box-buttons.centered.hero {
    padding-top: 16px;
  }

  .button {
    margin: 4px;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 1.3em;
  }

  .arrow-button {
    margin-left: 8px;
  }

  .footer {
    padding-top: 0px;
  }

  .h2 {
    margin-bottom: 24px;
    font-size: 2rem;
  }

  .h2.large {
    font-size: 2.5rem;
  }

  .h2.extra-large {
    font-size: 2.75rem;
  }

  .h2.faq {
    font-size: 3rem;
  }

  .col-50.pad-right-8 {
    padding-right: 0%;
  }

  .price-info {
    padding-left: 16px;
    text-align: left;
  }

  .old-price {
    font-size: 1rem;
  }

  .new-price {
    font-size: 1.3rem;
  }

  .col-40 {
    width: 100%;
  }

  .col-60 {
    width: 100%;
  }

  .h4 {
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .blocks {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block {
    padding: 32px;
  }

  .block.main-first {
    padding: 32px;
    background-image: url('../images/Kaleidoscope-03-light.svg');
    background-position: 0px 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .block.main-first.purple {
    min-height: 540px;
    background-size: 100%, 50% 100%;
  }

  .block.day-night {
    background-size: auto 40%;
  }

  .info-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-alt-price {
    font-size: 1.3rem;
  }

  .price-alt {
    font-size: 2.5rem;
  }

  .bag-price-section {
    width: 55vw;
  }

  .big-circle {
    width: 85vw;
    height: 85vw;
    margin-top: 24px;
  }

  .price {
    margin-bottom: 16px;
    font-size: 3.5rem;
  }

  .subtitle {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .kaleidoscope-quote {
    width: 80%;
  }

  .decorative-circle {
    width: 172px;
    height: 172px;
  }

  .bag-hero {
    width: 55%;
    margin-top: -50%;
  }

  .grid-product-col {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }

  .h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    line-height: 1.1em;
  }

  .product-title {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#w-node-cb61c1fb-b505-c609-5ca0-2423a89fb82f-457772bc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-_7e275891-d1bb-f738-fedc-63d2c8e169af-457772bc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

#w-node-_44f939f4-ce23-b470-f1a5-5207312327f7-457772bc {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

@media screen and (max-width: 991px) {
  #w-node-cb61c1fb-b505-c609-5ca0-2423a89fb82f-457772bc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_7e275891-d1bb-f738-fedc-63d2c8e169af-457772bc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_44f939f4-ce23-b470-f1a5-5207312327f7-457772bc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

#w-node-_9a99240a-8819-b2f5-c062-d50cd2cc53ea-457772bc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9a99240a-8819-b2f5-c062-d50cd2cc53ea-457772bc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGroteskCorp-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGroteskCorp-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGroteskCorp-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barcelona';
  src: url('../fonts/BarcelonaRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGroteskCorp-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}