<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post-container .event-info{
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 82px;
  align-items: center;
}

.post-container .event-info img{
  border-radius: 12px;
  max-width: 587px;
  width: 100%;
}

.post-container .event-info .webinar-form {
  background: var(--white);
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-height: 500px;
  overflow: auto;
}
.post-container .event-info .webinar-form-script {
  width: 0px;
  height: 0px;
  display: none;
}

.post-container .post-title h1{
  color: var(--white);
  margin: 0 auto 40px;
  /* max-width: 900px; */
}

.post-title .title {
  font-weight: 300 !important;
}

.post-container .post-title {
  margin-top: 0;
}

.post-container .event-details{
  border: 1px solid var(--coral);
  padding: 24px;
  align-self: flex-end;
  border-radius: 12px;
  margin-bottom: 48px;
}

.wistia_responsive_padding {
  margin-bottom: 24px;
}

.post-container .event-details h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
}

.post-content-container .post-content h2::before {
  display: none;
}

.post-content-container {
  margin: 0 auto;
  max-width: 587px;
}

.post-container .event-details p {
  display: block;
  color: var(--black);
  margin-bottom: 8px;
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  display: flex;
}

.post-container .event-details p:last-of-type {
  margin-bottom: 0;
}

.post-container .event-details .date:before {
  content: url("../svg/calendar.svg");
  margin-right: 11px;
  filter: invert(90%);
}

.post-container .event-details .time:before {
  content: url("../svg/alarm-black.svg");
  margin-right: 6px;
  filter: invert(90%);
}

.post-container .event-details .location:before {
  content: url("../svg/location.svg");
  margin-right: 13px;
  margin-left: 2px;
  filter: invert(90%);
}

.post-container .post-banner {
  background-color: var(--black);
  background-image: url("../svg/vector-bottom-right.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.post-container .hs-form-iframe .hs-form-field{
  display: none !important;
}

.post-container .post-banner.with-illustration {
  background-image: url("../svg/eclipse-rigt-top.svg");
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  /* background-size: 150%; */
}

.post-container .post-banner.with-illustration:before {
  content: url("../svg/vector-double-star.svg");
  position: absolute;
  bottom: 32px;
  left: 64px;
}


.post-container .post-banner.with-illustration:after {
  content: url("../svg/asterisk-white.svg");
  position: absolute;
  top: 41px;
  right: 64px;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .post-container .post-banner.with-illustration {
    background-size: 250%;
  }
}

.post-container .post-banner.with-illustration .post-title{
  margin-top: 0;
  text-align: center;
  /* margin-bottom: -31px; */
}

.post-container .post-banner .post-title{
  text-align: center;
}

.post-container .post-banner.with-illustration .post-title h1{
  margin: 0;
}

.post-container .post-banner.with-illustration .post-banner-content:before {
  display: none;
}

.post-container {
  max-width: unset;
  padding: 0;
  margin: 0;
  width: 100%;
}

.post-container .post-banner-content {
  max-width: 1192px;
  margin: auto;
  padding: 50px 0;
}

.event-info {
  position: relative;
}

/* .post-container .post-banner-content .event-info:before {
  content: url(/assets/img/vector-arrow-left.svg);
  position: absolute;
  left: 129px;
  top: 11%;
} */

.post-container .post-banner-content .event-info .event-image {
  width: 100%;
  position: relative;
}

.post-container .post-banner-content .event-info .event-image:after {
  content: url(../svg/vector-double-star-right-bottom.svg);
  position: absolute;
  right:-40px;
  bottom: -100px;
}

.post-container {
  width: 100% !important;
  max-width: unset !important;
}

.post-container .post-content {
  margin: 50px auto;
  width: 100%;
}

.post-tag-section .post-tags {
  justify-content: center;
}

.post-tag-section .post-tags .post-tag-item {
  color: var(--white);
  border: 1px solid var(--white);
}

.post-tag-section .post-tags .post-tag-item:hover {
  color: var(--coral);
  border: 1px solid var(--coral);

}

.post-content .kg-button-card {
  margin-top: 48px;
}

.post-title .sub-title {
  padding-bottom: 13px;
  margin-bottom: -13px;
}

.post-title .sub-title:after {
  display: none;
}

@media (max-width: 1200px) {
  .post-banner {
    padding: 56px;
  }
  .post-container .post-banner-content .event-info:before {
    display: none;
  }
  .post-container .post-banner-content .event-info:after {
    display: none;
  }
}

@media screen and (max-width: 768px){
  .post-container .event-info {
    gap: 24px;
    flex-direction: column;
  }
  .post-container .event-info .webinar-form {
    max-height: unset;
    overflow: unset;
  }
  .post-container .event-info img {
    max-width: unset;
  }
  .post-container .post-banner-content .event-info .event-image:after {
    display: none;
  }
}

@media (max-width: 500px) {

  .post-container .event-details h5 {
    letter-spacing: -1.5px !important;
  }
  .post-banner {
    padding: 56px 32px;
  }
  .post-container .post-banner.with-illustration {
    background-image: url("../png/form-banner-bg-mobile.png");
    background-size: cover;
  }
  .post-tag-section .post-tags {
    justify-content: flex-start;
  }
  .post-container .post-banner .post-title {
    text-align: left;
  }
  .post-container .post-banner.with-illustration:before {
    bottom: 10.64px;
    left: 15px;
  }
  .post-container .post-banner.with-illustration:after {
    top: 17px;
    right: 12.51px;
  }
  .post-container .event-info img {
    width: 100%;
  }
  .post-container .post-banner.with-illustration .post-title h1, .post-container .post-banner.with-illustration .post-title h1 span{
    font-size: 56px !important;
    font-weight: 400;
    line-height: 58px !important;
    letter-spacing: -0.04em;
  }
  .post-container .post-banner-content {
    padding: 0;
  }
  .post-container .post-banner-content:before {
    display: none;
  }
  
  .post-container .post-banner-content:after {
    display: none;
  }
  
  /* .post-container .post-banner-content {
    padding: 56px 32px;
  } */
  .post-container .event-info {
    flex-direction: column;
    gap: 24px;
  }
  .post-container .event-info .event-details {
    width: 100%;
  }
  .post-container .post-title {
    margin-top: 0;
  }
  .post-container .post-title h1, .post-container .post-title h1 span{
    font-family: Poppins, sans-serif;
    font-size: 42px !important;
    font-weight: 400;
    line-height: 40px !important;
    letter-spacing: -4px;
  }
  
}

@media (max-width: 900px) {
  .post-content-container {
    border-top: none;
    margin-top: 0;
    padding: 56px;
  }
  .post-content-container .post-content {
    margin-top: 0;
    width: 100%;
  }
  .post-tag-section {
    display: block;
  }
}

@media (max-width: 500px) {
  .post-content-container {
    padding: 56px 32px;
  }
}</pre></body></html>