/** Shopify CDN: Minification failed

Line 318:0 Unexpected "}"

**/
.text-only {border-radius:16px;}
.text-only--full-width {border-radius:0px;}

.color-scheme-inverse { background-color: rgb(var(--color-foreground));}

.text-only__text {width:100%;}


@media screen and (min-width: 750px) {
  .text-only {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
  .text-only-less-spacing {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .text-only__text-less-spacing {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .text-only__bazecor-links {
    display:flex;
    align-self: center;
    padding:0rem 3rem;
  }
  .text-only__bazecor {display:flex;
  }
  .text-only__bazecor-text h4 {line-height:68px;
margin:0 2rem;}
}
@media screen and (max-width: 750px) {
  .text-only {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  .text-only-less-spacing {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .text-only__text-less-spacing {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .text-only__bazecor-links {
    display:flex;
    width:100%;
    align-content:space-between;
    padding:0rem 0rem;
  } 
  .text-only__bazecor {display:block;}
}

.text-only .grid {
  margin-left: 0;
  margin-bottom: 0;
}

.text-only__grid {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .text-only__grid--reverse {
    flex-direction: row-reverse;
  }
}

.text-only__media {
  background-color: transparent;
  min-height: 100%;
  text-align: center;
  margin-bottom:6rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.text-only__image-adaptation {
  width: calc(100vw - 5rem);
  height: fit-content;
}

@media screen and (min-width: 750px){
  .text-only__image-adaptation {
    width: calc(100vw - 15rem);
    height: fit-content;
  }
}

.text-only__media--small {
  height: 19.4rem;
}

.text-only__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .text-only__media--small {
    height: 31.4rem;
  }

  .text-only__media--large {
    height: 69.5rem;
  }
}

.text-only__media--placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  position: relative;
  overflow: hidden;
}

.text-only__media--placeholder.text-only__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .text-only__media--placeholder.text-only__media--adapt {
    height: 30rem;
  }
}

.text-only__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

.text-only__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
    padding: 0rem 0rem 0rem;
}

@media screen and (min-width: 750px) {
  .text-only__grid--reverse .text-only__content {
    margin-left: auto;
  }
  .left_padding_0 {
    padding-left: 0;
  }
  .right_padding_0 {
    padding-right: 0;
  }
}

@media screen and (min-width: 1085px) {

  .left_padding_0 {
    padding-left: 0;
  }
  .right_padding_0 {
    padding-right: 0;
  }
}

.text-only__content > * + * {
  margin-top: 0rem;
  margin-bottom: 3rem;
}

.text-only__content > .text-only__text:empty ~ a {
  margin-top: 2rem;
}

.text-only__content > :first-child:is(.text-only__heading) {
  margin-top: 0;
}


.text-only__content .button + .text-only__text {
  margin-top: 2rem;
}

.text-only__content .text-only__text + .button {
  margin-top: 3rem;
}

.text-only__image-style {
  border-radius: 16px;
}

.text-only__heading {
  margin-bottom: 3rem;
  text-align: center;
}

.text-only__text {
  text-align: center;
  align-self: center;
  margin-bottom: 3rem;

}

.text-only__text p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.text-only__button-padding {
  padding: 0rem 0rem 0rem;
  text-align: center;
}

.text-only__text-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: transparent;
}
.text-only__padding-correction {
  padding-top: 50px;
}

.text-only__text-align-left {
  align-self: flex-start;
  text-align: left;
}
.text-only__text-align-center {
  align-self: center;
  text-align: center;
}
.text-only__text-align-right {
  align-self: flex-end;
  text-align: right;
}

.text-only__bazecor {
  margin: 1rem auto 4rem;
  padding: 2rem;
  background-color: rgba(var(--color-foreground),.2);
  border-radius:16px;
}


.text-only__bazecor-text {
  text-align: center;
  letter-spacing: -0.02em;
  padding:0rem ;
  vertical-align:middle;
}

.text-only__bazecor-text h4 {line-height:68px;
  margin:0 2rem;
}

.text-only__dowload-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  line-height: 0;
  margin: 0 1rem;
  background: rgb(var(--color-card-hover));
  color: rgb(var(--color-background));
}

.text-only h2 {
  margin-top:0px;
  margin-bottom:0rem;
  letter-spacing:-0.04em;
}

.text-only h3 {
  margin-top:0px;
  margin-bottom:0rem;
  letter-spacing:-0.04em;
}

.text-only h1 {
  margin-top:0px;
  margin-bottom:0rem;
  letter-spacing:-0.04em;
}

.text-only h4 {
  margin-top:0px;
  margin-bottom:0rem;
  letter-spacing:-0.04em;
}

.text-only h3, .text-only h4 {
  color: rgb(var(--color-card-hover))
}

.color-background-2 .text-only__text p {color: rgb(var(--color-card-hover),.6)}

@media screen and (min-width: 750px) {
  }
  .text-only__bazecor-text h4 {line-height:3rem;
margin:2rem 2rem;}
.text-only__button-padding {
  padding: 3rem 0rem 0rem;
  text-align: center;
}
}