:root {
  --text: #383936;
  --accent: #49aee2; /* sky blue */
  --pink: #df79b0; /* gradient end */
  --bg-light: #efefef;
  --bg-dark: #383936;
  --bg-footer: #282828;
  --white: #ffffff;
  --black: #000000;
}

body.page--co-created-sessions .region-wrapper--content {
  padding-bottom: 0;
}
body.page--co-created-sessions h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body.page--co-created-sessions .sec--hero {
  padding: 100px 0 88px;
}
body.page--co-created-sessions .sec--hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(56, 57, 54, 0.92) 0%, rgba(56, 57, 54, 0.75) 50%, rgba(56, 57, 54, 0.5) 100%);
  pointer-events: none;
  z-index: -1;
}
body.page--co-created-sessions .sec--hero .layout__region {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 48rem) {
  body.page--co-created-sessions .sec--hero .layout__region {
    padding-left: 4.16667%;
    padding-right: 4.16667%;
  }
}
@media (min-width: 75rem) {
  body.page--co-created-sessions .sec--hero .layout__region {
    padding-left: 8.33334%;
    padding-right: 8.33334%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1780px) {
  body.page--co-created-sessions .sec--hero .layout__region {
    padding-left: 16.66668%;
    padding-right: 16.66668%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page--co-created-sessions .sec--hero .layout__region .paddle-component--body-section h2 {
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 720px;
}
@media (min-width: 991px) {
  body.page--co-created-sessions .sec--hero .layout__region .paddle-component--body-section h2 {
    font-size: 3.2rem;
  }
}
body.page--co-created-sessions .sec--hero .layout__region .paddle-component--body-section p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 28px;
}
body.page--co-created-sessions .sec--hero .layout__region .paddle-component--body-section h6 {
  display: inline-block;
  background: rgba(73, 174, 226, 0.15);
  border: 1px solid rgba(73, 174, 226, 0.4);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 28px;
}
body.page--co-created-sessions .sec--hero .layout__region .paddle-component--body-section p:has(a) {
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--hero .layout__region .paddle-component--body-section a {
  display: inline-block;
  background: var(--accent);
  color: var(--text);
  padding: 14px 36px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid var(--accent);
  transition: all 0.2s;
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--hero .layout__region .paddle-component--body-section a:hover {
  background: transparent;
  color: var(--accent);
}
body.page--co-created-sessions .sec--content-light.layout--onecol {
  margin-top: 4.5rem;
}
body.page--co-created-sessions .sec--content-light.layout--onecol > .layout__region {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 48rem) {
  body.page--co-created-sessions .sec--content-light.layout--onecol > .layout__region {
    padding-left: 4.16667%;
    padding-right: 4.16667%;
  }
}
@media (min-width: 75rem) {
  body.page--co-created-sessions .sec--content-light.layout--onecol > .layout__region {
    padding-left: 8.33334%;
    padding-right: 8.33334%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1780px) {
  body.page--co-created-sessions .sec--content-light.layout--onecol > .layout__region {
    padding-left: 16.66668%;
    padding-right: 16.66668%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page--co-created-sessions .sec--content-light.layout--onecol .paddle-component--top-section.text {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: var(--accent);
}
body.page--co-created-sessions .sec--content-light.layout--onecol .paddle-component--body-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.2;
}
@media (min-width: 991px) {
  body.page--co-created-sessions .sec--content-light.layout--onecol .paddle-component--body-section h2 {
    font-size: 2.5rem;
  }
}
body.page--co-created-sessions .sec--content-light.layout--onecol .paddle-component--body-section p {
  font-size: 1.05rem;
  max-width: 680px;
  line-height: 1.7;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section {
  margin-bottom: 2.5rem;
  row-gap: 1.5rem;
  margin-bottom: -1rem;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .inner-wrapper {
  background: var(--white);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #e0e0e0;
  height: 100%;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .inner-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--top-section.image {
  margin: 0;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--top-section.image img {
  height: 44px;
  width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--bottom-section {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(56, 57, 54, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .paddle-component--text-block {
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .paddle-component--text-block .paddle-component--top-section.text {
  display: inline-block;
  font-size: 0.7rem !important;
  font-weight: 700;
  color: var(--accent);
  background: rgba(73, 174, 226, 0.1);
  padding: 4px 12px;
  border-radius: 50px;
  align-self: flex-start;
  margin-bottom: 1rem;
}
body.page--co-created-sessions .sec--content-light.layout--twocol-section .layout__region .paddle-component--text-block .paddle-component--body-section h3 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-dark.layout--onecol {
  margin-top: 4.5rem;
}
body.page--co-created-sessions .sec--content-dark.layout--onecol > .layout__region {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 48rem) {
  body.page--co-created-sessions .sec--content-dark.layout--onecol > .layout__region {
    padding-left: 4.16667%;
    padding-right: 4.16667%;
  }
}
@media (min-width: 75rem) {
  body.page--co-created-sessions .sec--content-dark.layout--onecol > .layout__region {
    padding-left: 8.33334%;
    padding-right: 8.33334%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1780px) {
  body.page--co-created-sessions .sec--content-dark.layout--onecol > .layout__region {
    padding-left: 16.66668%;
    padding-right: 16.66668%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page--co-created-sessions .sec--content-dark.layout--onecol .paddle-component--top-section.text {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: var(--accent);
}
body.page--co-created-sessions .sec--content-dark.layout--onecol .paddle-component--body-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.2;
}
@media (min-width: 991px) {
  body.page--co-created-sessions .sec--content-dark.layout--onecol .paddle-component--body-section h2 {
    font-size: 2.5rem;
  }
}
body.page--co-created-sessions .sec--content-dark.layout--onecol .paddle-component--body-section p {
  font-size: 1.05rem;
  max-width: 680px;
  line-height: 1.7;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section {
  margin-bottom: 2.5rem;
  row-gap: 1.5rem;
  margin-bottom: -1rem;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .inner-wrapper {
  background: var(--white);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #e0e0e0;
  height: 100%;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .inner-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--top-section.image {
  margin: 0;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--top-section.image img {
  height: 44px;
  width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--bottom-section {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(56, 57, 54, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .paddle-component--text-block {
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .paddle-component--text-block .paddle-component--top-section.text {
  display: inline-block;
  font-size: 0.7rem !important;
  font-weight: 700;
  color: var(--accent);
  background: rgba(73, 174, 226, 0.1);
  padding: 4px 12px;
  border-radius: 50px;
  align-self: flex-start;
  margin-bottom: 1rem;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .layout__region .paddle-component--text-block .paddle-component--body-section h3 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-dark {
  padding-top: 3.5rem;
}
body.page--co-created-sessions .sec--content-dark.layout--onecol {
  background: var(--bg-dark);
  color: var(--white);
}
body.page--co-created-sessions .sec--content-dark.layout--onecol .paddle-component--text-block {
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-dark.layout--onecol .paddle-component--body-section h2 {
  color: var(--white);
}
body.page--co-created-sessions .sec--content-dark.layout--onecol .paddle-component--body-section p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section {
  display: flex;
  padding-top: 2.5rem;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section::before {
  content: "";
  background-color: var(--bg-dark);
  display: block;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -60px;
  margin-bottom: -60px;
  z-index: -1;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .inner-wrapper {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .inner-wrapper .paddle-component--top-bottom-only-block .paddle-component--bottom-section {
  color: rgba(255, 255, 255, 0.45);
}
body.page--co-created-sessions .sec--content-dark.layout--twocol-section .inner-wrapper .paddle-component--text-block .paddle-component--body-section h3 {
  color: var(--white);
}
body.page--co-created-sessions .sec--content-gray.layout--onecol {
  margin-top: 4.5rem;
}
body.page--co-created-sessions .sec--content-gray.layout--onecol > .layout__region {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 48rem) {
  body.page--co-created-sessions .sec--content-gray.layout--onecol > .layout__region {
    padding-left: 4.16667%;
    padding-right: 4.16667%;
  }
}
@media (min-width: 75rem) {
  body.page--co-created-sessions .sec--content-gray.layout--onecol > .layout__region {
    padding-left: 8.33334%;
    padding-right: 8.33334%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1780px) {
  body.page--co-created-sessions .sec--content-gray.layout--onecol > .layout__region {
    padding-left: 16.66668%;
    padding-right: 16.66668%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page--co-created-sessions .sec--content-gray.layout--onecol .paddle-component--top-section.text {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: var(--accent);
}
body.page--co-created-sessions .sec--content-gray.layout--onecol .paddle-component--body-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.2;
}
@media (min-width: 991px) {
  body.page--co-created-sessions .sec--content-gray.layout--onecol .paddle-component--body-section h2 {
    font-size: 2.5rem;
  }
}
body.page--co-created-sessions .sec--content-gray.layout--onecol .paddle-component--body-section p {
  font-size: 1.05rem;
  max-width: 680px;
  line-height: 1.7;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section {
  margin-bottom: 2.5rem;
  row-gap: 1.5rem;
  margin-bottom: -1rem;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .inner-wrapper {
  background: var(--white);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #e0e0e0;
  height: 100%;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .inner-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--top-section.image {
  margin: 0;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--top-section.image img {
  height: 44px;
  width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .paddle-component--top-bottom-only-block .paddle-component--bottom-section {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(56, 57, 54, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .paddle-component--text-block {
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .paddle-component--text-block .paddle-component--top-section.text {
  display: inline-block;
  font-size: 0.7rem !important;
  font-weight: 700;
  color: var(--accent);
  background: rgba(73, 174, 226, 0.1);
  padding: 4px 12px;
  border-radius: 50px;
  align-self: flex-start;
  margin-bottom: 1rem;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section .layout__region .paddle-component--text-block .paddle-component--body-section h3 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-gray {
  padding-top: 3.5rem;
}
body.page--co-created-sessions .sec--content-gray.layout--onecol {
  background: var(--bg-light);
  color: var(--text);
}
body.page--co-created-sessions .sec--content-gray.layout--onecol .paddle-component--text-block {
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-gray.layout--onecol .paddle-component--body-section p {
  margin-bottom: 0;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section {
  display: flex;
  padding-top: 2.5rem;
}
body.page--co-created-sessions .sec--content-gray.layout--twocol-section::before {
  content: "";
  background-color: var(--bg-light);
  display: block;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -60px;
  margin-bottom: -60px;
  z-index: -1;
}
body.page--co-created-sessions .sec--cta {
  background: linear-gradient(91deg, #49aee2 0%, #df79b0 100%);
  color: var(--white);
  text-align: center;
  padding: 4.5rem 1.5rem;
  margin-top: 4.5rem;
}
body.page--co-created-sessions .sec--cta .paddle-component--text-block {
  max-width: 700px;
  margin: 0 auto;
}
body.page--co-created-sessions .sec--cta .paddle-component--text-block .paddle-component--body-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--white);
}
body.page--co-created-sessions .sec--cta .paddle-component--text-block .paddle-component--body-section p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  font-weight: 400;
}
body.page--co-created-sessions .sec--cta .paddle-component--text-block .paddle-component--bottom-section a {
  display: inline-block;
  background: var(--white);
  color: var(--text);
  padding: 16px 40px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  min-height: unset;
  height: unset;
  text-align: center;
}
body.page--co-created-sessions .sec--cta .paddle-component--text-block .paddle-component--bottom-section a::before {
  content: none;
}
body.page--co-created-sessions .sec--cta .paddle-component--text-block .paddle-component--bottom-section a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}/*# sourceMappingURL=co-created-sessions.css.map */