/** Shopify CDN: Minification failed

Line 72:0 Unexpected "}"

**/


.rich-text {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }



.rich-text {
  background: var(--color-bg, var(--bg-body, #f5f5f5));
  color: var(--color-text, var(--color-body, #2c2d2e)); }
  .rich-text__inner {
    /* max-width: 580px; */
      max-width: 100%;
    padding: 0;
    margin: 0 auto; }
    .rich-text__inner img,
    .rich-text__inner .thb-placeholder {
      margin-bottom: 30px; }
    .rich-text__inner .thb-placeholder {
      display: inline-block;
      width: 120px;
      height: 120px; }
  .rich-text--transparent-false .rich-text__inner {
    max-width: 620px;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .rich-text--transparent-false .rich-text__inner {
        padding: 45px; } }
  .rich-text .rte {
    /* margin-bottom: 35px; */
 }
    .rich-text .rte p:last-child {
      margin-bottom: 0; }
  .rich-text h3.heading-has-gradient {
    background-image: var(--color-heading);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; }
    .rich-text h3.heading-has-gradient span {
      background-image: var(--color-heading);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; }
  .rich-text.text-position-left .rich-text__inner {
    margin-left: 0; }
  .rich-text.text-position-right .rich-text__inner {
    margin-right: 0; }
  .rich-text.text-width-small .rich-text__inner {
    max-width: 400px; }
  .rich-text.text-width-large .rich-text__inner {
    max-width: 800px; }
  .rich-text.text-width-xlarge .rich-text__inner {
    max-width: 1000px; }
  .rich-text.text-width-grid .rich-text__inner {
    max-width: var(--grid-width-row, 1380px); }


.h3 {
  font-size: 1.25rem !important;
  font-weight: 600;
}

/* .rich-text__inner {
  max-width: 100%;
  text-align: left; /* padding-left: 110px; padding-right: 110px; */
} */

h1 {
  font-size: 22px !important;
  font-weight: bold;
  text-align: center !important;
}
p {
  font-size: 1rem !important;
}
h3 {
  font-size: 1.1rem !important;
  font-weight: bold;
    text-align: left;
  padding-top:20px;
}

strong {
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .rich-text__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.rich-text span {
  font-size: 1rem;
}
li {
  font-size: 1rem;
}
.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.rte a:hover {
    color: #0000FF;
}
.rte a{
   text-decoration:none;
}

.h3{
margin-bottom:0 !important;
}

.h2{
margin-bottom:0 !important;
}