/* PRICING (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-83-492aa022"] */
.slide[data-cid=slide-83-492aa022] .price {
  font-size: 110px;
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.slide[data-cid=slide-83-492aa022] .currency {
  font-size: 32px;
  vertical-align: super;
  font-weight: 300;
  padding-right: 10px;
  margin-left: -0.8em;
  font-weight: 300;
  opacity: 0.6;
  position: relative;
  top: -0.5em;
}
@media (min-width: 1024px) {
  .slide[data-cid=slide-83-492aa022].whiteSlide .flex.flex-83 {
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
  }
}
.slide[data-cid=slide-83-492aa022] .flex.flex-83 {
  color: #202020;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .slide[data-cid=slide-83-492aa022] .flex.flex-83 {
    border-radius: 6px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .slide[data-cid=slide-83-492aa022] .flex.flex-83 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.slide[data-cid=slide-83-492aa022] .flex.flex-83 > [class*=col-] {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: -1px 0 0 #EBEBEB inset;
}
@media (max-width: 1023px) {
  .slide[data-cid=slide-83-492aa022] .flex.flex-83 > [class*=col-] {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    border-radius: 6px;
  }
}
@media (min-width: 1024px) {
  .slide[data-cid=slide-83-492aa022] .flex.flex-83 > [class*=col-] {
    padding: 40px;
    border-radius: 0px;
  }
  .slide[data-cid=slide-83-492aa022] .flex.flex-83 > [class*=col-]:last-child {
    box-shadow: none;
  }
}
.slide[data-cid=slide-83-492aa022] .flex.flex-83 > [class*=col-] ul.p {
  line-height: 1.75;
}

/* ABOUT US (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-140-8e8f19f1"] */
.slide[data-cid=slide-140-8e8f19f1].whiteSlide .controller-140 .dot:after {
  background: #fff !important;
}

.round {
  border-radius: 50%;
  /* Makes the image round */
  overflow: hidden;
  /* Ensures no parts overflow */
}

/* BOOK/CONTACT US (#4) */
.email-link {
  color: blue;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  /* This ensures the link is visibly clickable */
}

.email-link:hover {
  color: darkblue;
  /* Optional: change color when hovering */
}
