.lp {
  padding: 4.375rem 2.5rem 5rem;
  background: url("https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/bg_tan.webp") top center repeat;
  background-size: 100rem auto;
}
@media (min-width: 48em) {
  .lp {
    padding-top: 5rem;
  }
}

.lp--no-form {
  padding-bottom: 2.5rem;
}

.general-errors__inner {
  max-width: max-content;
}
@media (min-width: 36em) {
  .general-errors__inner {
    padding: 2.5rem;
  }
}

@media (min-width: 60em) {
  .general-errors__title {
    float: none;
    width: auto;
  }
}

@media (min-width: 60em) {
  .general-errors__content {
    float: none;
    width: auto;
  }
}

.lp-registration-status,
.lp-closed {
  background-color: #00678e;
  color: white;
  padding: 1.875rem;
  border-radius: 0.625rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  max-width: 35rem;
  margin: 0 auto 5rem;
}
.lp-registration-status h2,
.lp-closed h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 1rem;
  line-height: 1.25;
}
.lp-registration-status p:last-child,
.lp-closed p:last-child {
  padding-bottom: 0;
}
.lp-registration-status a,
.lp-closed a {
  color: #e5e2d1;
}

.lp-notice-form {
  background-color: white;
  border-radius: 0.625rem;
  padding: 1.875rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  max-width: 30rem;
  margin: 0 auto 5rem;
}
.lp-notice-form h2 {
  color: #00678e;
  margin: 0 0 1.25rem;
}
.lp-notice-form label {
  color: #00678e;
}
.lp-notice-form .feedback__desc {
  padding-top: 1rem;
}
.lp-notice-form [type=submit] {
  background: #00678e;
}
.lp-notice-form [type=submit]:hover {
  background: #00425b;
}

.lp-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  background-color: #11171b;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  z-index: 10;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.lp-topbar.is-hidden {
  transform: translateY(-150%);
}

.lp-topbar__conf {
  display: none;
}
@media (min-width: 48em) {
  .lp-topbar__conf {
    display: block;
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-topbar__register .button {
  background-color: #00678e;
}
.lp-topbar__register .button:hover {
  background-color: #00425b;
}

.lp-top {
  display: grid;
  margin: 0 auto 2.5rem;
  gap: 1.25rem;
  max-width: 85rem;
  position: relative;
}
@media (min-width: 32em) {
  .lp-top {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp-top {
    gap: 3.75rem;
    grid-template-columns: 1fr 22.5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    gap: 5rem;
    grid-template-columns: 1fr 26.25rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 84em) {
  .lp-top {
    margin-bottom: 2.5rem;
    grid-template-columns: 1fr 31.5rem;
  }
}
.lp-top::before {
  content: "";
  display: block;
  width: 100rem;
  border-left: 100rem solid transparent;
  border-right: 0rem solid transparent;
  border-bottom: 40rem solid #eac15d;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 10rem;
  left: calc(50% - 35rem);
}
@media (min-width: 60em) {
  .lp-top::before {
    left: calc(50% - 50rem);
    border-left: 50rem solid transparent;
    border-right: 0rem solid transparent;
    border-bottom: 20rem solid #eac15d;
    bottom: auto;
    top: 0;
    width: 50rem;
  }
}

.lp-intro {
  max-width: 28.75rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-intro {
    order: 2;
  }
}
@media (min-width: 72em) {
  .lp-intro {
    padding: 2.5rem 0;
    max-width: none;
  }
}
@media (min-width: 84em) {
  .lp-intro {
    padding: 2.5rem 0 5rem;
    max-width: none;
  }
}
.lp-intro p:first-of-type {
  font-family: "chandler-42-regular", sans-serif;
}
@media (min-width: 84em) {
  .lp-intro p:first-of-type {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.lp-title h1 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/logo.webp) center no-repeat;
  background-size: contain;
  height: 0;
  margin: 0 0 1.875rem;
  padding-top: 13.5rem;
  text-indent: -999rem;
}
@media (min-width: 72em) {
  .lp-title h1 {
    padding-top: 16.25rem;
  }
}
@media (min-width: 84em) {
  .lp-title h1 {
    padding-top: 20rem;
  }
}

.lp-cta-button {
  background: #675f3a;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 84em) {
  .lp-cta-button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-cta-button:hover {
  background: #464128;
}

.lp-collage {
  position: relative;
  padding-top: 100%;
  margin: 0 -2.5rem 1.25rem;
}
@media (min-width: 32em) {
  .lp-collage {
    margin: 0 auto;
    padding-top: 90%;
    max-width: 40rem;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .lp-collage {
    padding-top: 33.75rem;
  }
}
@media (min-width: 72em) {
  .lp-collage {
    margin: 0;
    max-width: 100%;
    padding-top: 0;
  }
}

.lp-collage__img {
  position: absolute;
}
.lp-collage__img img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.22);
}

.lp-collage__img--1 {
  top: 0;
  width: 55%;
  left: 5%;
  z-index: 2;
}
.lp-collage__img--1::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -151px -133px no-repeat;
  background-size: 1100px auto;
  width: 7rem;
  height: 8rem;
  top: 50%;
  left: -18%;
  position: absolute;
}
.lp-collage__img--1::after {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -323px -33px no-repeat;
  background-size: 1100px auto;
  width: 7rem;
  height: 7rem;
  top: 20%;
  right: -18%;
  position: absolute;
}

.lp-collage__img--2 {
  top: 50%;
  width: 47.5%;
  left: 47.5%;
  z-index: 3;
}
.lp-collage__img--2::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -20px -40px no-repeat;
  background-size: 1100px auto;
  width: 9rem;
  height: 4.25rem;
  top: 70%;
  transform: translateX(-80%);
  position: absolute;
}
.lp-collage__img--2::after {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -182px -38px no-repeat;
  background-size: 1100px auto;
  width: 4.5rem;
  height: 4.5rem;
  bottom: 15%;
  left: 10%;
  transform: translateX(-80%);
  position: absolute;
}

.lp-collage__map {
  position: absolute;
  background-color: black;
}

.lp-collage__map--1 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/map_dimensional_africa.webp);
  background-size: 200% auto;
  background-position: center right;
  top: 20%;
  left: 0;
  width: 30%;
  aspect-ratio: 0.5;
}

.lp-collage__map--2 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/map_dimensional_middleeast.webp);
  background-size: cover;
  background-position: center;
  top: 33.75%;
  left: 56%;
  width: 44%;
  aspect-ratio: 0.75;
}
@media (min-width: 72em) {
  .lp-collage__map--2 {
    aspect-ratio: 1;
  }
}

.lp-main h2 {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  color: #00678e;
  margin: 0 0 1.25rem;
}

.lp-content {
  margin-bottom: 5rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-content {
    margin-bottom: 6.25rem;
  }
}

.lp-content__inner {
  display: grid;
  gap: 1.25rem;
  margin: 0 auto;
  max-width: 85rem;
}
@media (min-width: 60em) {
  .lp-content__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-content__photos {
  position: relative;
  padding-top: 120%;
  margin: 5rem -2.5rem 0;
}
@media (min-width: 36em) {
  .lp-content__photos {
    margin: 3.75rem auto 0;
    max-width: 30rem;
    padding-top: 35rem;
    width: 100%;
  }
}
@media (min-width: 60em) {
  .lp-content__photos {
    margin-top: 7.5rem;
    padding-top: 0;
  }
}
.lp-content__photos::before {
  content: "";
  display: block;
  width: 38.5rem;
  border-left: 0rem solid transparent;
  border-right: 38.5rem solid transparent;
  border-top: 15.4rem solid #e5e2d1;
  mix-blend-mode: multiply;
  position: absolute;
  top: 7rem;
  left: 12.5%;
}
@media (min-width: 60em) {
  .lp-content__photos::before {
    top: 5rem;
  }
}
@media (min-width: 84em) {
  .lp-content__photos::before {
    top: 8.75rem;
    left: 17.5%;
    width: 26.95rem;
    border-left: 0rem solid transparent;
    border-right: 26.95rem solid transparent;
    border-top: 10.78rem solid #e5e2d1;
  }
}
.lp-content__photos img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.22);
}

.lp-content__photo {
  position: absolute;
}

.lp-content__photo--1 {
  top: 0;
  right: 5%;
  width: 70%;
  z-index: 2;
}
.lp-content__photo--1::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -775px -446px no-repeat;
  background-size: 1100px auto;
  width: 8rem;
  height: 8rem;
  top: -13%;
  right: 10%;
  transform: rotate(-14deg) scale(0.75);
  position: absolute;
}

.lp-content__photo--2 {
  top: 16%;
  left: 5%;
  width: 50%;
  z-index: 3;
}
.lp-content__photo--2::before {
  content: "";
  background: #eac15d url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -311px -159px no-repeat;
  border-radius: 50%;
  background-size: 1100px auto;
  width: 8.5rem;
  height: 8.5rem;
  top: 57%;
  left: -25%;
  transform: rotate(22deg);
  position: absolute;
  z-index: -1;
}

.lp-content__map {
  position: absolute;
  background-color: black;
}

.lp-content__map--1 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/map_dimensional_africa.webp);
  background-size: 200% auto;
  background-position: center right;
  top: -5%;
  left: 0;
  width: 44%;
  aspect-ratio: 1;
}

.lp-content__map--2 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/map_dimensional_asia.webp);
  background-size: cover;
  background-position: center top;
  bottom: 0;
  right: 0;
  width: 85%;
  aspect-ratio: 2.5;
}
@media (min-width: 60em) {
  .lp-content__map--2 {
    bottom: auto;
    top: 22.5rem;
  }
}
@media (min-width: 84em) {
  .lp-content__map--2 {
    top: 25.625rem;
  }
}

.lp-content__info {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 33.75rem;
}
@media (min-width: 60em) {
  .lp-content__info {
    grid-column: 1;
    grid-row: 1;
    padding-top: 0;
  }
}
@media (min-width: 72em) {
  .lp-content__info {
    grid-column: 2;
  }
}
.lp-content__info p {
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  max-width: 22.5rem;
}

.lp-content__info-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.lp-content__details {
  max-width: 22.5rem;
  margin: 0 -1.25rem;
}
@media (min-width: 27.5em) {
  .lp-content__details {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 32em) {
  .lp-content__details {
    max-width: 30rem;
  }
}
@media (min-width: 60em) {
  .lp-content__details {
    max-width: 100%;
  }
}

.lp-content__details-inner {
  background-color: #3d3c34;
  align-self: start;
  color: white;
  margin-bottom: 3.75rem;
  padding: 1.875rem;
  position: relative;
}
@media (min-width: 84em) {
  .lp-content__details-inner {
    padding: 3.75rem;
  }
}
.lp-content__details-inner::after, .lp-content__details-inner::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/scallop_darkbrown_top.webp) left top repeat-x;
  background-size: 340px auto;
  height: 0.8rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: -0.8rem;
}
.lp-content__details-inner::after {
  top: auto;
  bottom: -0.5rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/scallop_darkbrown_bottom.webp);
  background-position: 0.25rem 0;
}
.lp-content__details-inner h2 {
  color: #e5e2d1;
  margin: 0 0 -1.25rem;
  line-height: 1;
  position: relative;
}
.lp-content__details-inner h2::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -487px -447px no-repeat;
  background-size: 1100px auto;
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  right: -6rem;
  top: -2.5rem;
  background-color: #b1ad9a;
  border-radius: 50%;
  transform: rotate(-14deg) scale(0.75);
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-content__details-inner h2::before {
    right: 0;
    top: -7.25rem;
  }
}
.lp-content__details-inner h3 {
  color: #e5e2d1;
  font-family: "chandler-42-regular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.25em;
  margin: 2.5rem 0 0.625rem;
  text-transform: uppercase;
}
.lp-content__details-inner p {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}
.lp-content__details-inner dl {
  margin: 0;
  position: relative;
}
.lp-content__details-inner dt {
  color: #e5e2d1;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
.lp-content__details-inner dd {
  margin: 0 0 1.25rem;
}
.lp-content__details-inner dd:last-child {
  margin-bottom: 0;
}
.lp-content__details-inner dd em {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
}
.lp-content__details-inner ul {
  display: grid;
  gap: 0.625rem;
  margin: 0 0 0 1.25rem;
  padding: 0;
  position: relative;
}
.lp-content__details-inner ul::after {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -917px -456px no-repeat;
  background-size: 1100px auto;
  width: 10rem;
  height: 8rem;
  position: absolute;
  left: calc(50% - 5rem);
  bottom: -7rem;
}
@media (min-width: 84em) {
  .lp-content__details-inner ul::after {
    bottom: -8.25rem;
  }
}
.lp-content__details-inner li strong {
  color: #e5e2d1;
  font-weight: bold;
}

.lp-schedule {
  background-color: #a6a26f;
  margin: 0 -2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-schedule {
    padding-bottom: 0;
  }
}

.lp-schedule__inner {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 60em) {
  .lp-schedule__inner {
    padding: 0 2.5rem;
  }
}

.lp-schedule__box {
  background-color: #ebe6d9;
  padding: 2.5rem;
  position: relative;
  z-index: 1;
  top: -5rem;
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.15));
}
.lp-schedule__box::after, .lp-schedule__box::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/scallop_tan_top.webp) left top repeat-x;
  background-size: 340px auto;
  height: 0.8rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: -0.8rem;
}
.lp-schedule__box::after {
  top: auto;
  bottom: -0.5rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/scallop_tan_bottom.webp);
  background-position: 0.25rem 0;
}

.lp-schedule__border {
  border: 2px solid black;
  padding: 1.25rem 1.875rem 1.875rem;
}
.lp-schedule__border h2 {
  border-bottom: 2px solid black;
  margin: -1.25rem -2.5rem 1.875rem;
  padding: 2rem 2.5rem 1.25rem;
  line-height: 1;
}
.lp-schedule__border h3 {
  color: #00678e;
  font-family: "chandler-42-regular", sans-serif;
  margin: 0 0 1.25rem;
}
.lp-schedule__border ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 48em) {
  .lp-schedule__border ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.75rem;
  }
}
.lp-schedule__border ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.625rem;
}
.lp-schedule__border ol > li {
  display: grid;
}
@media (min-width: 72em) {
  .lp-schedule__border ol > li {
    grid-template-columns: 6.25rem 1fr;
  }
}
.lp-schedule__border ol strong {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 72em) {
  .lp-schedule__border ol strong {
    font-size: 16px;
    font-size: 1rem;
  }
}

.lp-schedule__photo {
  position: absolute;
  width: 16.25rem;
  z-index: 1;
  left: -2.5rem;
  bottom: -9.375rem;
}
@media (min-width: 48em) {
  .lp-schedule__photo {
    width: 20rem;
    bottom: 5rem;
    left: -5rem;
  }
}
@media (min-width: 72em) {
  .lp-schedule__photo {
    bottom: 0.625rem;
  }
}
@media (min-width: 84em) {
  .lp-schedule__photo {
    left: -2.5rem;
  }
}
@media (min-width: 90em) {
  .lp-schedule__photo {
    bottom: 3.5rem;
  }
}
.lp-schedule__photo::before {
  content: "";
  background: #e5e2d1 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -645px -309px no-repeat;
  border-radius: 50%;
  background-size: 1100px auto;
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: calc(50% - 2.5rem);
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.15));
  bottom: -1.5rem;
}
.lp-schedule__photo::after {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -777px -306px no-repeat;
  background-size: 1100px auto;
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: calc(50% - 5rem);
  bottom: -2rem;
}
.lp-schedule__photo img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.22);
}

.lp-schedule__map {
  position: absolute;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/map_dimensional_middleeast.webp);
  background-size: cover;
  background-position: center top;
  bottom: 7.5rem;
  left: -10%;
  height: 60%;
  aspect-ratio: 1;
}
@media (min-width: 48em) {
  .lp-schedule__map {
    bottom: 1.25rem;
  }
}
@media (min-width: 60em) {
  .lp-schedule__map {
    bottom: -2.5rem;
  }
}

.lp-schedule__cta {
  display: flex;
  justify-content: center;
  padding-top: 7.5rem;
}
@media (min-width: 48em) {
  .lp-schedule__cta {
    padding-top: 0;
  }
}
@media (min-width: 60em) {
  .lp-schedule__cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    z-index: 1;
  }
}
.lp-schedule__cta .button {
  background-color: #575031;
}
.lp-schedule__cta .button:hover {
  background-color: #36321e;
}

.lp-conf-info {
  margin: 0 -2.5rem;
  position: relative;
}
.lp-conf-info::before {
  content: "";
  background-color: #a6a26f;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  display: block;
  margin-top: -0.1rem;
  padding-top: 20%;
  width: 100vw;
}
@media (min-width: 90em) {
  .lp-conf-info::before {
    padding-top: 12.5rem;
  }
}
.lp-conf-info h2 {
  line-height: 1.25;
  margin-bottom: 0.625rem;
}

.lp-conf-info__inner {
  display: grid;
  gap: 3.75rem;
  margin: 0 auto;
  max-width: 35rem;
  padding: 2.5rem 1.875rem 5rem;
}
@media (min-width: 60em) {
  .lp-conf-info__inner {
    grid-template-columns: 1fr 1fr;
    padding: 2.5rem 5rem;
    max-width: 77.5rem;
    gap: 5rem;
  }
}
@media (min-width: 84em) {
  .lp-conf-info__inner {
    padding-top: 3.75rem;
    gap: 5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-conf-info__inner ul {
  display: grid;
  gap: 0.25rem;
  padding: 0 0 0 1.25rem;
  margin: 0;
}

.lp-conf-info__photos {
  display: grid;
  align-items: center;
  grid-template-columns: 0.7fr 0.15fr 1fr;
  margin: 0 auto -5rem;
  max-width: 60rem;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 32em) {
  .lp-conf-info__photos {
    padding: 0 5rem;
  }
}
@media (min-width: 60em) {
  .lp-conf-info__photos {
    margin-bottom: -10rem;
  }
}
.lp-conf-info__photos::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -921px -23px no-repeat;
  background-size: 1100px auto;
  width: 7rem;
  height: 7rem;
  top: -11%;
  right: 10%;
  position: absolute;
  z-index: 3;
  rotate: -125deg;
  scale: 0.6;
}
@media (min-width: 48em) {
  .lp-conf-info__photos::before {
    top: 2%;
    right: 20%;
    scale: 0.8;
  }
}
.lp-conf-info__photos::after {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -777px -31px no-repeat;
  background-size: 1100px auto;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  bottom: -20%;
  left: 37%;
  position: absolute;
  z-index: 3;
  background-color: #e5e2d1;
  rotate: 33deg;
  scale: 0.7;
  z-index: 2;
}
@media (min-width: 36em) {
  .lp-conf-info__photos::after {
    bottom: -10%;
  }
}
@media (min-width: 48em) {
  .lp-conf-info__photos::after {
    scale: 1;
    bottom: -4%;
    left: 40%;
  }
}
.lp-conf-info__photos img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.22);
  position: relative;
}
.lp-conf-info__photos img:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
  z-index: 3;
}
.lp-conf-info__photos img:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1;
  z-index: 1;
}

.lp-speakers__inner .lp-speakers__title-second {
  margin-top: 2.5rem;
}

.lp-travel__cta {
  padding-top: 0.625rem;
  display: flex;
  justify-content: center;
}

.lp-faq {
  margin: 0 -2.5rem -2.5rem;
  position: relative;
  background-color: #10495f;
}

.lp-faq__inner {
  color: white;
  margin: 0 auto;
  max-width: 45rem;
  padding: 8.75rem 1.875rem 5rem;
}
@media (min-width: 60em) {
  .lp-faq__inner {
    grid-template-columns: 1fr 1fr;
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
}
.lp-faq__inner h2 {
  color: white;
  margin-bottom: 1.25rem;
}
.lp-faq__inner a {
  color: #e5e2d1;
}

.lp-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.75);
}

.lp-faq__question {
  padding: 1.25rem 0 1.25rem 3.75rem;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  color: #e5e2d1;
  font-weight: bold;
  transition: all 0.3s ease;
}
.lp-faq__question:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}
.lp-faq__question::before {
  content: "";
  display: block;
  background: transparent url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/icon_question.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 1;
  left: 1.25rem;
}

.lp-faq__answer {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.lp-faq__answer p {
  padding-left: 3.75rem;
}
.lp-faq__answer ul {
  margin: 0;
  padding: 0 0 1.875rem 5rem;
  display: grid;
  gap: 0.3125rem;
}

.lp-offer {
  background: #be9644 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/bg_gold.webp) top center no-repeat;
  margin: 0 -2.5rem -5rem;
  padding-bottom: 7.5rem;
}
.lp-offer::after {
  content: "";
  display: block;
  width: 50rem;
  border-right: 0rem solid transparent;
  border-left: 50rem solid transparent;
  border-bottom: 20rem solid #eac15d;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  right: -2.5rem;
}
.lp-offer .feedback__desc {
  padding-top: 1rem;
}
.lp-offer .feedback__desc ul {
  padding-left: 1.25rem;
}

.lp-offer__inner {
  display: grid;
  gap: 5rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-offer__inner {
    gap: 0;
    grid-template-columns: 1fr 35rem 1fr;
    padding: 0 2.5rem;
  }
}

.lp-offer__collage--first {
  display: none;
  position: relative;
  padding-top: 150%;
}
@media (min-width: 32em) {
  .lp-offer__collage--first {
    margin: 0 auto;
    max-width: 27.5rem;
    padding-top: 40rem;
    width: 100%;
  }
}
@media (min-width: 60em) {
  .lp-offer__collage--first {
    display: block;
    padding-top: 0;
  }
}
.lp-offer__collage--first .lp-offer__photo {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 150%;
  z-index: 1;
}
@media (min-width: 72em) {
  .lp-offer__collage--first .lp-offer__photo {
    width: 130%;
  }
}
@media (min-width: 90em) {
  .lp-offer__collage--first .lp-offer__photo {
    width: 150%;
    top: 47rem;
  }
}
.lp-offer__collage--first .lp-offer__photo::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -921px -323px no-repeat;
  background-size: 1100px auto;
  width: 7rem;
  height: 7rem;
  bottom: -4rem;
  left: 2rem;
  position: absolute;
  z-index: 3;
}
.lp-offer__collage--first .lp-offer__photo img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.22);
}
.lp-offer__collage--first .lp-offer__map {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/map_dimensional_africa.webp) left top no-repeat;
  background-size: cover;
  position: absolute;
  width: 80%;
  left: 0;
  top: 37.5%;
  aspect-ratio: 1;
}
@media (min-width: 60em) {
  .lp-offer__collage--first .lp-offer__map {
    top: 35rem;
  }
}
@media (min-width: 72em) {
  .lp-offer__collage--first .lp-offer__map {
    top: 35rem;
  }
}
@media (min-width: 90em) {
  .lp-offer__collage--first .lp-offer__map {
    top: 40rem;
  }
}
.lp-offer__collage--first .lp-offer__map::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -484px -450px no-repeat;
  rotate: -125deg;
  scale: 0.7;
  background-size: 1100px auto;
  width: 8.5rem;
  height: 7rem;
  top: -3.25rem;
  left: 30%;
  position: absolute;
  z-index: 0;
}

.lp-offer__collage--second {
  position: relative;
  padding-top: 150%;
}
@media (min-width: 32em) {
  .lp-offer__collage--second {
    margin: 0 auto;
    max-width: 27.5rem;
    padding-top: 40rem;
    width: 100%;
  }
}
@media (min-width: 60em) {
  .lp-offer__collage--second {
    padding-top: 0;
  }
}
.lp-offer__collage--second .lp-offer__photo {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 90em) {
  .lp-offer__collage--second .lp-offer__photo {
    width: 120%;
  }
}
.lp-offer__collage--second .lp-offer__photo::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -921px -173px no-repeat;
  background-size: 1100px auto;
  width: 7rem;
  height: 7rem;
  top: -12%;
  right: 2%;
  position: absolute;
  z-index: 3;
}
@media (min-width: 60em) {
  .lp-offer__collage--second .lp-offer__photo::before {
    top: -30%;
  }
}
@media (min-width: 72em) {
  .lp-offer__collage--second .lp-offer__photo::before {
    top: -12%;
  }
}
.lp-offer__collage--second .lp-offer__photo::after {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -490px -30px no-repeat;
  background-size: 1100px auto;
  background-color: #eac15d;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  top: 3%;
  left: -5%;
  position: absolute;
}
@media (min-width: 60em) {
  .lp-offer__collage--second .lp-offer__photo::after {
    display: none;
  }
}
@media (min-width: 72em) {
  .lp-offer__collage--second .lp-offer__photo::after {
    display: block;
  }
}
.lp-offer__collage--second .lp-offer__photo img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.22);
}
.lp-offer__collage--second .lp-offer__map {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/map_dimensional_asia.webp) left top no-repeat;
  background-size: cover;
  position: absolute;
  width: 80%;
  left: 0;
  top: 37.5%;
  aspect-ratio: 1;
}
@media (min-width: 60em) {
  .lp-offer__collage--second .lp-offer__map {
    top: 30rem;
  }
}
@media (min-width: 72em) {
  .lp-offer__collage--second .lp-offer__map {
    top: 35rem;
  }
}
@media (min-width: 90em) {
  .lp-offer__collage--second .lp-offer__map {
    top: 40rem;
  }
}
.lp-offer__collage--second .lp-offer__map::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -921px -450px no-repeat;
  background-size: 1100px auto;
  width: 8.5rem;
  height: 7rem;
  bottom: -25%;
  left: 30%;
  position: absolute;
  z-index: 0;
}
.lp-offer__collage--second .lp-offer__map::after {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/stamps.webp) -630px -450px no-repeat;
  background-size: 1100px auto;
  width: 8.5rem;
  height: 7rem;
  bottom: -13%;
  left: 5%;
  position: absolute;
}

.lp-offer__box {
  margin: 5rem auto 0;
  max-width: 35rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-offer__box {
    margin-top: -2.5rem;
  }
}
.lp-offer__box::before {
  display: none;
}
@media (min-width: 60em) {
  .lp-offer__box::before {
    background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/map_dimensional_asia.webp) left bottom no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    left: 33%;
    top: 3.75rem;
    width: 100%;
    aspect-ratio: 3.25;
    display: block;
  }
}
@media (min-width: 72em) {
  .lp-offer__box::before {
    top: 2.5rem;
    left: 95%;
    aspect-ratio: 2.5;
    width: 80%;
  }
}

.lp-offer__form {
  background-color: white;
  padding: 2.5rem 1.25rem;
  position: relative;
}
@media (min-width: 24em) {
  .lp-offer__form {
    padding: 2.5rem;
  }
}
.lp-offer__form::after, .lp-offer__form::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/scallop_white_top.webp) left top repeat-x;
  background-size: 340px auto;
  height: 0.8rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: -0.8rem;
}
.lp-offer__form::after {
  top: auto;
  bottom: -0.5rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/scallop_white_bottom.webp);
  background-position: 0.25rem 0;
}
.lp-offer__form h2 {
  margin-bottom: 1.875rem;
}
.lp-offer__form h2::after {
  content: "";
  display: block;
  height: 2px;
  margin: -0.25rem -1.25rem 0;
  background-color: black;
}
.lp-offer__form .ordersummary .ordersummary__total .ordersummary__total-label,
.lp-offer__form .title {
  color: #00678e;
}
.lp-offer__form .lp-offer__instructions {
  padding-bottom: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.lp-offer__form .lp-yourinfo-fields {
  border-top: none;
  margin-top: 0.625rem;
  padding: 0;
}
.lp-offer__form .lp-yourinfo-fields::before {
  content: "";
  display: block;
  height: 2px;
  margin: 0 -1.25rem 1.875rem;
  background-color: black;
}
.lp-offer__form label {
  font-family: "chandler-42-regular", sans-serif;
  color: #00678e;
  padding-bottom: 0.5rem;
}
.lp-offer__form .field--text .field__address2-link {
  color: #a6a26f;
}
.lp-offer__form .field--checkbox label {
  line-height: 1;
}
.lp-offer__form .field--submit {
  border: none;
  margin-top: 0;
}
.lp-offer__form .field--submit [type=submit] {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.625rem 1.875rem;
  background: #00678e;
  color: white;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}
.lp-offer__form .field--submit [type=submit]:hover {
  background: #003e56;
}

.product {
  display: none;
}

.lp-offer__date {
  background-color: rgba(0, 103, 142, 0.15);
  border-radius: 0.5rem;
  margin-bottom: 1.875rem;
  padding: 1rem 1.25rem 1.25rem;
}
.lp-offer__date p {
  padding-bottom: 1rem;
  font-family: "chandler-42-regular", sans-serif;
  color: #00678e;
}
.lp-offer__date ul {
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.3125rem;
}
.lp-offer__date .field {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 0;
}
.lp-offer__date .field label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #5b5e63;
  margin: 0;
  padding: 0;
}

.ty-message--travel {
  background-color: #3d3c34;
}
.ty-message--travel .ty-message__title,
.ty-message--travel a {
  color: #00678e;
}

.lp-travelpage {
  margin: 0 auto;
  max-width: 28.75rem;
}
@media (min-width: 48em) {
  .lp-travelpage {
    max-width: 75rem;
  }
}
.lp-travelpage h2 {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.25;
  color: #00678e;
  margin: 0 0 0.625rem;
}
.lp-travelpage h3 {
  font-family: "chandler-42-regular", sans-serif;
  color: #675f3a;
}
.lp-travelpage .button {
  background: #675f3a;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 84em) {
  .lp-travelpage .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-travelpage .button:hover {
  background: #464128;
}

.lp-travelpage-header {
  max-width: 28.75rem;
  margin: 0 auto 3.75rem;
}
@media (min-width: 60em) {
  .lp-travelpage-header {
    display: grid;
    grid-template-columns: 17.5rem 1fr;
    gap: 2.5rem;
    max-width: 50rem;
    margin-bottom: 5rem;
  }
}
.lp-travelpage-header p {
  font-family: "chandler-42-regular", sans-serif;
}
@media (min-width: 60em) {
  .lp-travelpage-header p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0;
  }
}

.lp-travelpage-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 60em) {
  .lp-travelpage-title {
    margin-bottom: 0;
  }
}
.lp-travelpage-title h1 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/logo.webp) center no-repeat;
  background-size: contain;
  height: 0;
  margin: 0 0 1.875rem;
  padding-top: 13.5rem;
  text-indent: -999rem;
}
@media (min-width: 60em) {
  .lp-travelpage-title h1 {
    margin-bottom: 0;
  }
}

.lp-travelpage-location {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.875rem;
}
.lp-travelpage-location h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.25rem;
}

.lp-travelpage-location--with-num {
  position: relative;
  padding-left: 2.75rem;
}

.lp-travelpage-location__num {
  position: absolute;
  left: 0;
  top: -0.225rem;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "adobe-handwriting-ernie", sans-serif;
  line-height: 1;
  padding-top: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  width: 2rem;
  outline: 1px solid rgba(255, 255, 255, 0.75);
  outline-offset: -0.2em;
  height: 2rem;
}

.lp-travelpage-location__num--1 {
  background-color: #00678e;
}

.lp-travelpage-location__num--2 {
  background-color: #a6a26f;
}

.lp-travelpage-location__num--3 {
  background: #675f3a;
}

.lp-travelpage-location__num--4 {
  background-color: #aca895;
}

.lp-travelpage-wrap {
  display: grid;
  gap: 5rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .lp-travelpage-wrap {
    border-top: 0.5rem solid #00678e;
    padding-top: 3.75rem;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5rem;
  }
}

.lp-travelpage-flights__photos {
  padding-top: 50%;
  margin-top: 2.5rem;
  position: relative;
}
.lp-travelpage-flights__photos img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.22);
  position: absolute;
}
.lp-travelpage-flights__photos img:nth-child(1) {
  width: 50%;
  top: 10%;
  left: 20%;
}
.lp-travelpage-flights__photos img:nth-child(2) {
  width: 40%;
  top: 5%;
  left: 56%;
}
.lp-travelpage-flights__photos img:nth-child(3) {
  width: 37.5%;
  top: 0;
  left: 0;
}

.lp-travelpage-hotels ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0.625rem 0 0;
}
@media (min-width: 48em) {
  .lp-travelpage-hotels ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5rem;
  }
}
.lp-travelpage-hotels h4 {
  color: #00678e;
}

.lp-travelpage-sessions__intro {
  max-width: 45rem;
  margin: 0 auto 1.25rem;
}
@media (min-width: 84em) {
  .lp-travelpage-sessions__intro {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3.75rem;
    margin-bottom: 2.5rem;
    max-width: 65rem;
  }
}

@media (min-width: 84em) {
  .lp-travelpage-sessions__intro-inner {
    padding-top: 2.5rem;
  }
}

.lp-travelpage-sessions__parking {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.875rem;
}
.lp-travelpage-sessions__parking h3 {
  margin-top: 0;
}
.lp-travelpage-sessions__parking p {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 0;
  line-height: 1.6;
}

.lp-travelpage-sessions__locations {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 84em) {
  .lp-travelpage-sessions__locations {
    border-top: 0.25rem solid rgba(255, 255, 255, 0.65);
    grid-template-columns: 1fr 18.75rem;
    padding-top: 2.5rem;
    align-items: center;
    gap: 2.5rem;
    margin: 0 -2.5rem;
  }
}

.lp-travelpage-sessions__locations-map {
  margin: 0 -2.5rem;
}
@media (min-width: 48em) {
  .lp-travelpage-sessions__locations-map {
    margin: 0;
  }
}
.lp-travelpage-sessions__locations-map img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.22);
}

@media (min-width: 72em) {
  .lp-travelpage-sessions__locations-group h3 {
    margin-top: 0;
  }
}
@media (min-width: 84em) {
  .lp-travelpage-sessions__locations-group:last-child h3 {
    margin-top: 2.5rem;
  }
}

@media (min-width: 48em) {
  .lp-travelpage-sessions__locations-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 60em) {
  .lp-travelpage-sessions__locations-list {
    max-width: 45rem;
    margin: 0 auto;
  }
}
@media (min-width: 84em) {
  .lp-travelpage-sessions__locations-list {
    display: block;
    max-width: none;
  }
}

.lp-travelpage-location__buttons {
  padding-top: 0.3125rem;
  display: flex;
  gap: 0.625rem;
}

.lp-travelpage-map.button {
  display: flex;
  max-width: max-content;
  padding: 0.5em 1em;
  gap: 0.3125rem;
  align-items: center;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
.lp-travelpage-map.button::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/icon_map.svg) center no-repeat;
  background-size: contain;
  position: relative;
  left: -0.1rem;
  height: 1.25rem;
  width: 1.25rem;
}

.lp-travelpage-book.button {
  display: flex;
  max-width: max-content;
  padding: 0.5em 1em;
  gap: 0.3125rem;
  align-items: center;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}
.lp-travelpage-book.button::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202509_LP3_regionalconf_reg/icon_hotel.svg) center no-repeat;
  background-size: contain;
  position: relative;
  left: -0.1rem;
  height: 1.25rem;
  width: 1.25rem;
}