.ck.ck-content *:has(> .image-background) {
  position: relative;
}
.ck.ck-content .image-background {
  width: 100% !important;
  position: relative;
}
.ck.ck-content .image-background > figcaption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.ck.ck-content .image {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.ck.ck-content .image.image_resized img {
  width: auto;
}
.ck.ck-content .image img {
  min-width: unset;
}
.ck.ck-content .image-style-side {
  float: unset;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  margin: 0;
}
.ck.ck-content .image-style-side + p.paragraph {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.ck.ck-content p.paragraph:has(+ .image-style-side) {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.ck.ck-content p.paragraph:has(+ .image-style-side) + .image-style-side {
  float: unset;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.ck.ck-content .table {
  margin: 0 auto;
}
.ck.ck-content .table .table {
  margin: 0 auto;
}
.ck.ck-content table {
  table-layout: fixed;
  border: 0;
  width: 100%;
  margin: 0 auto;
}
.ck.ck-content table tr {
  border: 0;
}
.ck.ck-content table tr:has(> td > p.info-box) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ck.ck-content table td {
  border: 0;
}
.ck.ck-content table td:has(> p.info-box) {
  display: grid;
  grid-template-rows: 1fr minmax(100px, auto);
}
.ck.ck-content table td:has(> p.item-box) {
  vertical-align: top;
}
.ck.ck-content table td .image.image_resized {
  margin: 0 auto;
}
.ck.ck-content table ~ figcaption {
  text-align: center;
}
.ck.ck-content table:has(+ figcaption) tr:first-child td {
  padding-top: 120px;
  vertical-align: top;
}
.ck.ck-content p.content-heading {
  font-size: 45px;
  color: #A58585;
  line-height: 2;
  letter-spacing: 0.4em;
}
.ck.ck-content p.paragraph {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 2;
  letter-spacing: 0.2em;
}
.ck.ck-content p.paragraph.move-top {
  margin-top: -120px;
}
.ck.ck-content p.info-box {
  font-size: 20px;
  font-weight: 300;
  color: #A58585;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.ck.ck-content p.info-box.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.ck.ck-content p.item-box {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.ck.ck-content p.sub-heading {
  font-size: 34px;
  font-weight: 500;
  color: #A58585;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.ck.ck-content .item-row .image {
  height: 100px;
}
.ck.ck-content figure.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ck.ck-content figure.image-background + * {
  position: relative;
  z-index: 1;
}
.ck.ck-content figure.image-background > figcaption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.ck.ck-content figcaption {
  z-index: 1;
  position: relative;
  margin-bottom: -110px;
  background: transparent;
}
.ck.ck-content span.table-caption {
  font-size: 30px;
  font-weight: 300;
  color: #A58585;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 40px;
  display: inline-block;
}
.ck.ck-content span.linear-caption {
  background: linear-gradient(90deg, #fdefe4 0%, #f4e1fd 100%);
  margin-bottom: 10px;
}
.ck.ck-content pre {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #333333;
  padding: 0;
}
.ck.ck-content:not(.ck-editor__editable) .desktop-only {
  display: block;
}
.ck.ck-content:not(.ck-editor__editable) .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .ck.ck-content:not(.ck-editor__editable) .desktop-only {
    display: none;
  }
  .ck.ck-content:not(.ck-editor__editable) .mobile-only {
    display: block;
  }
}
.ck.ck-powered-by-balloon.ck-balloon-panel_visible {
  display: none !important;
}

/* CMS only */
.ck-box .ck.ck-sticky-panel__placeholder {
  display: none !important;
}
.ck-box .ck.ck-sticky-panel__content_sticky {
  position: static !important;
  top: 0 !important;
  width: 100% !important;
}
.ck-box .ck.ck-input {
  height: auto !important;
}
.ck-box .ck.ck-label {
  margin-top: unset !important;
  margin-bottom: unset !important;
}
.ck-box .ck.ck-balloon-panel {
  z-index: 100000 !important;
}
.ck-box .ck.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.ck-box .ck.fullscreen textarea {
  height: calc(100vh - 40px);
}
.ck-box .ck.fullscreen .ck-editor .ck-content {
  height: calc(100vh - 40px);
}
.ck-box .ck.ck-content {
  border: 1px solid #ccced1 !important;
}
.ck-box .ck.ck-editor {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-color: #ced4da;
}
.ck-box .ck.ck-editor button {
  margin-top: 0;
  margin-right: 0;
}
.ck-box .ck.ck-editor .ck-tooltip__text {
  color: #fff;
}
.ck-box .ck.ck-editor .ck-content {
  height: 500px;
}
.ck-box .ck button {
  margin-right: unset !important;
}
.ck-box .scale-btn {
  display: none !important;
}

/* CMS only */
@media (max-width: 768px) {
  .ck {
    margin-left: var(--bs-gutter-x, -0.75rem);
    margin-right: var(--bs-gutter-x, -0.75rem);
  }
  .ck.ck-content table tr:has(> td > p.info-box) {
    grid-template-columns: repeat(2, 1fr);
  }
  .ck.ck-content table td:has(> p.info-box) {
    grid-template-rows: 1fr minmax(75px, auto);
  }
  .ck.ck-content table:has(+ figcaption) tr:first-child td {
    padding-top: 70px;
  }
  .ck.ck-content p {
    padding-left: var(--bs-gutter-x, 0.75rem) !important;
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
  }
  .ck.ck-content p.content-heading {
    font-size: 5.5vw;
    line-height: 1.5;
  }
  .ck.ck-content p.paragraph {
    font-size: 3.5vw;
    line-height: 1.75;
  }
  .ck.ck-content p.paragraph.move-top {
    margin-top: 0;
  }
  .ck.ck-content p.info-box {
    font-size: 3.5vw;
  }
  .ck.ck-content p.item-box {
    font-size: 3.5vw;
  }
  .ck.ck-content p.sub-heading {
    font-size: 5vw;
    line-height: 1.5;
  }
  .ck.ck-content figcaption {
    margin-bottom: -60px;
  }
  .ck.ck-content span.table-caption {
    font-size: 5vw;
    padding: 10px 30px;
  }
  .ck.ck-content span.linear-caption {
    font-size: 4vw;
  }
  .ck.ck-content .item-row .image {
    height: 80px;
  }
}/*# sourceMappingURL=ck-custom.css.map */