:root {
  --white-smoke\<deleted\|variable-34de6813\>: #f8f8f8;
  --blue-black\<deleted\|variable-34edf671\>: #121621;
  --blue\<deleted\|variable-6097b051\>: #4d18ff;
  --white-smoke-2\<deleted\|variable-dd45ad06\>: #f2f2f2;
  --mktg_color_5: #101a36;
  --deep-sky-blue\<deleted\|variable-3dcca082\>: #24c9ff;
  --khaki\<deleted\|variable-30f85442\>: #f6d87c;
  --mktg_color_1: #ffb400;
  --mktg_color_2: #173e5f;
  --dark-blue\<deleted\|variable-2db11491\>: #242836;
  --white: white;
  --black: black;
  --mktg_color_3: #e9f4fe;
  --color: #eb1414;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.75rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

.side-panel {
  background-color: var(--white-smoke\<deleted\|variable-34de6813\>);
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  height: 100vh;
  padding: 75px 35px 35px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.text-link {
  color: var(--blue-black\<deleted\|variable-34edf671\>);
  margin-bottom: 35px;
  font-size: 16px;
  text-decoration: none;
}

.text-link.w--current {
  color: var(--blue\<deleted\|variable-6097b051\>);
}

.image-2 {
  margin-bottom: 45px;
}

.light-section {
  float: right;
  width: 80%;
  position: relative;
  overflow: auto;
}

.type-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.type-col {
  background-color: var(--white-smoke-2\<deleted\|variable-dd45ad06\>);
  border-radius: 4px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.text-highlight {
  background-color: #fff;
  border-radius: 3px;
  width: 42%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.heading {
  color: var(--mktg_color_5);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.1rem;
}

.heading.white {
  padding-top: 0;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-description {
  color: gray;
  font-size: 12px;
}

.semi-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.heading-row {
  clear: left;
  width: 100%;
  margin-top: 25px;
  position: relative;
}

.light-block {
  background-color: var(--white-smoke\<deleted\|variable-34de6813\>);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.heading-description {
  color: gray;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

.dark-block {
  background-color: var(--white-smoke-2\<deleted\|variable-dd45ad06\>);
  width: 100%;
  padding: 20px;
}

.light-block-flat {
  background-color: var(--white-smoke\<deleted\|variable-34de6813\>);
  width: 100%;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.paragraph-container {
  background-color: var(--white-smoke-2\<deleted\|variable-dd45ad06\>);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.caption {
  color: #5c5c5c;
  font-style: italic;
}

.caption.margined {
  margin-top: 20px;
}

.container {
  padding: 75px 15px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-block {
  background-color: var(--blue\<deleted\|variable-6097b051\>);
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.primary-light {
  background-color: #a185ff;
}

.color-block.secondary {
  background-color: var(--deep-sky-blue\<deleted\|variable-3dcca082\>);
}

.color-block.alert {
  background-color: #73ec99;
}

.color-block.error {
  background-color: #f84568;
}

.color-block.warning {
  background-color: var(--khaki\<deleted\|variable-30f85442\>);
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.text-block {
  font-family: PT Serif, serif;
}

.list {
  padding-left: 10px;
  list-style: none;
}

.list-item-with-icon {
  background-image: url('../images/star-bullet.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 5px;
  padding-left: 28px;
}

.gray {
  background-color: #292929;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #173e5f;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  display: inline-block;
}

.button.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20px;
}

.button.sm {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: .75rem;
}

.button.nav {
  background-color: var(--mktg_color_1);
  color: #060606;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.button.m0 {
  background-color: var(--mktg_color_2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.button.m0:hover {
  background-color: var(--mktg_color_1);
  color: var(--dark-blue\<deleted\|variable-2db11491\>);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.white:hover {
  background-color: var(--mktg_color_1);
}

.button.yellow {
  background-color: var(--mktg_color_1);
  color: var(--mktg_color_5);
  font-weight: 500;
}

.button.yellow.m0 {
  margin-bottom: 20px;
}

.navbar-logo-left {
  margin-top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--khaki\<deleted\|variable-30f85442\>);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  display: none;
}

.hero-slider {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.slide {
  background-image: linear-gradient(#00000091, #00000091), url('../images/conference-hero-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#00000091, #00000091), url('../images/conference-hero-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000091, #00000091), url('../images/conference-hero-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.right-arrow, .slide-nav, .icon, .icon-2 {
  display: none;
}

.mask {
  background-image: linear-gradient(#00000080, #00000080);
}

.hero-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 3.7rem;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.section.about {
  margin-top: 88vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.features {
  background-color: var(--mktg_color_5);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section.pricing {
  background-image: url('../images/bg.jpg');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  position: relative;
}

.section.accomodations {
  padding-top: 60px;
}

.section.reviews {
  background-color: #e9f4fe;
  display: none;
}

.section.schedule {
  background-color: var(--mktg_color_5);
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.workshops {
  padding-top: 60px;
  display: none;
}

.section.contact-us-section {
  background-color: var(--mktg_color_2);
  background-image: linear-gradient(#101a36d6, #101a36d6), url('../images/bg.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.div-block-282 {
  flex: none;
  align-items: center;
  display: flex;
}

.text-block-42 {
  color: #e6e6e6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: .8rem;
  font-weight: 400;
}

.clock-label {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.clock-label.lg {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.clock-number {
  text-align: center;
  padding-right: 5px;
  font-family: Droid Serif, serif;
  font-size: 2rem;
  line-height: 20px;
}

.clock-number.lg {
  padding-bottom: 10px;
  font-size: 2.3rem;
}

.sticky-counter {
  z-index: 10;
  background-color: var(--mktg_color_5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.counter-div {
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.counter-div.head {
  border-top: 4px solid var(--mktg_color_1);
  background-color: var(--mktg_color_3);
  border-radius: 12px;
  flex-flow: column;
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 10px;
}

.div-block-356 {
  display: flex;
}

.button-2 {
  color: #060a07;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fde2b9;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.button-2:hover {
  box-shadow: 1px 1px 3px #000;
}

.button-2.small-ticker-btn {
  background-color: var(--mktg_color_1);
  color: #060a07;
  letter-spacing: 1px;
  border-radius: 20px;
  font-size: .7rem;
  line-height: 15px;
}

.early-bird-js-clock {
  color: #e6e6e6;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.early-bird-js-clock.dark-text {
  color: var(--mktg_color_2);
  border-radius: 0;
}

.grid {
  grid-template-rows: auto;
}

.hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cell {
  justify-content: center;
  align-items: center;
}

.college-image {
  border-radius: 20px;
  margin-bottom: 10px;
}

.div-block-357 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.doctor-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doctor-block.kon {
  display: none;
}

.doctor-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 400px;
  max-height: 300px;
  display: block;
  position: static;
  overflow: clip;
}

.doctor-img.vry {
  width: 90%;
}

.doctor-img.patron {
  height: 300px;
  max-height: 300px;
}

.doctor-img.viraj {
  height: 300px;
}

.doctor-name {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.position {
  color: var(--mktg_color_2);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.container-4 {
  text-align: center;
}

.footer-subscribe {
  background-color: var(--mktg_color_3);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: none;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  font-size: .9rem;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.map-image {
  background-image: url('../images/map.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.div-block-358 {
  background-color: var(--mktg_color_2);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.outline-link {
  border: 1px solid var(--mktg_color_1);
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.slide-4 {
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.slide-nav-2 {
  display: none;
  inset: auto 0% -10%;
}

.mask-2 {
  min-height: auto;
}

.accomodation-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 350px;
  display: block;
}

.accomodation-slider {
  z-index: 1;
  background-color: #ddd0;
  height: auto;
  min-height: auto;
  margin: 50px 0 40px;
  padding-bottom: 0;
}

.location {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.left-arrow-service {
  margin-left: -40px;
  display: block;
  inset: auto 50% -13% auto;
}

.div-block-8 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-service {
  margin-right: -40px;
  display: block;
  inset: auto auto -13% 50%;
}

.grid-5 {
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-12 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.feature-icons {
  height: 100px;
  margin-bottom: 10px;
}

.heading-7 {
  margin-bottom: 10px;
  font-weight: 300;
}

.feature-highlight {
  padding-top: 10px;
  font-size: 2.8rem;
  font-weight: 600;
}

.hero-container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  display: flex;
  position: relative;
}

.bold-text-2 {
  font-weight: 400;
}

.accordian-wrapper-2 {
  border-bottom: 1px solid #d7d7d7;
  margin-top: 10px;
  margin-bottom: 20px;
}

.accordian-content-2 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  display: block;
}

.faq-question {
  color: #003a45;
  margin-bottom: 0;
  margin-right: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 30px;
}

.faq-answer {
  font-weight: 500;
  line-height: 1.8rem;
  display: none;
}

.faq-question-block {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-17, .image-18 {
  height: 40px;
}

.paragraph-6 {
  height: 120px;
  overflow: auto;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.testimonial-card {
  background-color: var(--white);
  border-radius: 13px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 240px;
  margin: 10px;
  padding: 24px;
  display: flex;
}

.rating {
  color: #694654;
  padding-bottom: 5px;
  font-size: 2rem;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slide-wrapper {
  max-width: 50%;
  margin-right: 0%;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: -50px;
  display: flex;
  left: 0;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.rating-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.testimonial-slide-nav {
  color: #331c25;
  display: block;
}

.rating-icon-block {
  padding-bottom: 3.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.star-img {
  width: 21px;
}

.total-rating {
  display: flex;
}

.testimonial-author {
  text-transform: capitalize;
  margin-bottom: 2px;
  font-size: 1.1rem;
  font-weight: 600;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-right: -10px;
  display: flex;
  right: -50px;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-11 {
  height: 170px;
  overflow: auto;
}

.workshop-block {
  background-color: var(--mktg_color_2);
  color: var(--white);
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.workshop-number {
  background-color: var(--mktg_color_1);
  color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -5% auto auto 4%;
}

.workshop-name {
  padding-top: 20px;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.white {
  color: var(--white);
}

.image-block {
  position: relative;
}

.schedule-date {
  overflow-wrap: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.schedule-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.schedule-heading {
  color: var(--mktg_color_1);
}

.paragraph-12 {
  margin-bottom: 0;
}

.keypoint-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-size: 1.3rem;
  display: flex;
  position: absolute;
  top: -6%;
  left: 20px;
  transform: rotate(-4deg);
}

.keypoint-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-size: 1.3rem;
  display: flex;
  position: absolute;
  top: 27%;
  left: 22%;
  transform: rotate(0);
}

.keypoint-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-size: 1.3rem;
  display: flex;
  position: absolute;
  top: 62%;
  left: 11%;
  transform: rotate(4deg);
}

.html-embed-13 {
  color: #000;
  text-align: center;
}

.color {
  color: var(--mktg_color_1);
}

.paragraph-13 {
  color: var(--white);
  font-weight: 600;
}

.text-block-68 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.deep-discount {
  border-right: 1px solid #b8c0d7;
}

.discount-dates {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
}

.regular-discount {
  border-right: 1px solid #b8c0d7;
}

.criteria {
  text-align: center;
  border-right: 1px solid #b8c0d7;
}

.early-discount {
  border-right: 1px solid #b8c0d7;
}

.table-data {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  display: flex;
}

.table-data.colored-cell {
  background-image: linear-gradient(to bottom, var(--mktg_color_3), var(--mktg_color_3));
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.table-data.colored-cell.lg {
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.pricing-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-bottom-width: 2px;
  border-bottom-color: #07541b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.text-block-69 {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.text-block-69.colored-cell {
  background-image: linear-gradient(to bottom, var(--mktg_color_3), var(--mktg_color_3));
  justify-content: center;
  align-items: center;
  line-height: 19.7px;
  display: flex;
}

.text-block-69.colored-cell.smal {
  height: 100px;
  font-size: .8rem;
}

.text-block-69.smal {
  font-size: .8rem;
}

.desktop-delegate-table.travel-partner {
  margin-top: 20px;
}

.desktop-delegate-table.travel-partner.packagee.mobile {
  display: none;
}

.table-heading {
  background-image: linear-gradient(to bottom, var(--mktg_color_5), var(--mktg_color_5));
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-heading.right-curve {
  border-top-right-radius: 20px;
}

.table-heading.curve {
  background-image: linear-gradient(to bottom, var(--mktg_color_5), var(--mktg_color_5));
  border-top-left-radius: 20px;
  padding-bottom: 16px;
}

.delegate-table-mobile {
  display: none;
}

.table-col-heading-mobile {
  color: #060a07;
  font-weight: 600;
}

.sponsorship-card {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.open-content {
  color: #cea040;
  font-size: 2.5rem;
  line-height: 8.5px;
  display: block;
}

.close-content {
  color: #cea040;
  font-size: 56px;
  line-height: 8.5px;
  display: none;
}

.spot-data {
  align-items: center;
  display: none;
}

.sponsorship-arrows {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.regular-discount-data {
  align-items: center;
  display: none;
}

.text-block-41 {
  z-index: 10;
  color: var(--mktg_color_2);
  text-transform: uppercase;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
}

.deep-discount-data {
  align-items: center;
  display: none;
}

.text-block-52 {
  text-align: right;
}

.early-bird {
  align-items: center;
  display: none;
}

.div-block-331 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sponsorship-header {
  text-align: center;
}

.attendee-row-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 10px;
}

.tab-pane-tab-1 {
  padding-top: 30px;
}

.tabs-menu {
  text-align: center;
}

.tab-link-tab-1 {
  background-color: var(--mktg_color_2);
  color: var(--white);
  border-radius: 20px;
}

.tab-link-tab-1.w--current {
  background-color: var(--mktg_color_1);
  color: var(--black);
  border-radius: 20px;
}

.tab-link-tab-2 {
  background-color: var(--mktg_color_2);
  color: var(--white);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.tab-link-tab-2.w--current {
  background-color: var(--mktg_color_1);
  color: var(--black);
}

.tab-link-tab-3 {
  background-color: var(--mktg_color_2);
  color: var(--white);
  border-radius: 20px;
}

.tab-link-tab-3.w--current {
  background-color: var(--mktg_color_1);
  color: var(--black);
}

.select-role-dropdown {
  display: none;
}

.main-hero-heading {
  color: var(--mktg_color_1);
  font-family: Playfair Display, sans-serif;
}

.text-span {
  font-size: 2.8rem;
}

.text-span.color {
  margin-top: 10px;
}

.tabs-pricing {
  display: none;
}

.paragraph-14 {
  text-align: center;
  margin-bottom: 0;
}

.table-category {
  background-color: var(--mktg_color_1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.pricing-table-wrapper {
  margin-bottom: 20px;
}

.pricing-table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-bottom-width: 2px;
  border-bottom-color: #07541b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-form {
  z-index: 1;
  color: var(--mktg_color_3);
  text-align: center;
  background-color: #0000;
  padding: 20px 20px 20px 0;
  position: relative;
}

.small-text {
  text-align: center;
}

.form {
  text-align: left;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-submit-btn {
  text-align: center;
  margin-bottom: 40px;
}

.page-hero-section {
  background-color: var(--mktg_color_2);
  color: var(--white);
  justify-content: space-around;
  align-items: flex-end;
  height: 33vh;
  margin-top: -12vh;
  display: flex;
}

.section-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title {
  color: var(--mktg_color_2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.section-block-2 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-message {
  background-color: var(--white);
  color: var(--mktg_color_2);
}

.error-message {
  color: var(--mktg_color_2);
}

.div-block-352 {
  padding-top: 20px;
}

.section-block-4 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-2 {
  color: var(--mktg_color_2);
  font-size: 1rem;
  font-weight: 700;
}

.disclaimer-text {
  text-align: center;
}

.link {
  color: var(--mktg_color_1);
  font-size: 1.1rem;
  text-decoration: none;
}

.text-block-70 {
  margin-bottom: 20px;
  text-decoration: none;
}

.text-span-3 {
  color: var(--mktg_color_1);
  font-size: 1.1rem;
}

.text-span-4 {
  color: var(--white);
  font-size: 1.1rem;
}

.text-accomdation {
  box-shadow: 0 2px 8px -2px var(--mktg_color_2);
  background-color: #f7f7f791;
  border-radius: 30px;
  margin-top: 20px;
  padding: 40px 10px 40px 20px;
}

.accom-text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-8 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-9 {
  color: #b48611;
  margin-top: 40px;
  padding-bottom: 0;
}

.link-2 {
  color: var(--mktg_color_2);
}

.bold-text-3 {
  text-align: center;
  display: inline;
}

.text-block-71 {
  font-size: .75rem;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 10px;
}

.image-19 {
  width: auto;
  height: 100px;
}

.container-7 {
  display: block;
}

.accordion-columns-wrapper---brix {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-columns-wrapper---brix.preview-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: #f7f7fb;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item-title---brix.accordion-3---brix {
  font-weight: 400;
}

.sub-head {
  color: #bc8654;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.second-hero-home-new-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
}

.second-hero-home-new-h2.insights {
  margin-top: 60px;
  margin-bottom: 20px;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.cloneable-container-default {
  background-color: #abd6f87a;
  border-radius: 20px;
  min-height: 624px;
  padding: 60px 40px;
  transform: translate(0);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid #0000;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  width: 80%;
  max-width: 80%;
  margin-right: 12px;
  display: flex;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-5 {
  color: var(--black);
  font-weight: 400;
}

.link-3 {
  color: var(--mktg_color_2);
  text-decoration: underline;
}

.paragraph-16 {
  margin-top: 10px;
}

.contct {
  margin-top: 40px;
}

.paragraph-17 {
  color: var(--color);
}

.div-block-360 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: center;
  display: flex;
}

.link-4, .link-5 {
  color: var(--white);
}

.heading-11 {
  text-align: center;
}

.div-block-361 {
  margin-top: 0;
  padding-top: 40px;
}

.image-21 {
  display: block;
}

.container-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 78px;
  height: 68px;
  margin-top: 10px;
}

.div-block-362 {
  justify-content: flex-start;
  width: auto;
  height: 68px;
  display: flex;
}

.text-block-72 {
  color: #fff;
  text-align: center;
  background-color: red;
  flex-flow: column;
  flex: 1;
  min-width: 20px;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
}

.div-block-363 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-right: 0;
  display: grid;
}

.pdfs-div {
  background-color: #0f1a35;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 40vh;
  display: flex;
}

.pdf-container {
  width: 85vw;
  max-width: 85vw;
  height: 80%;
}

.pdf-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.pdf-section {
  background-color: #0f1a35;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pdf-center-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 60%;
  height: 100%;
  margin-bottom: 60px;
  font-weight: 400;
}

.div-1st-grid-pdf {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--mktg_color_3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-2-grid-pdf {
  border: 1px none var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-12 {
  color: var(--white);
}

.heading-13 {
  border-bottom: 1px dashed var(--mktg_color_1);
  color: var(--white);
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
}

.heading-pdf {
  color: var(--mktg_color_1);
  text-transform: capitalize;
  font-family: Playfair Display, sans-serif;
}

.div-block-364 {
  background-color: #0e4caff2;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 21px 28px 21px 30px;
  display: flex;
  position: absolute;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 1.625rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  .side-panel {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .text-link {
    margin-right: 50px;
  }

  .image-2 {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .light-section {
    float: none;
    clear: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .text-highlight {
    padding: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 3.3rem;
  }

  .section.about {
    margin-top: 84.2vh;
  }

  .div-block-282 {
    text-align: center;
    justify-content: space-around;
    align-items: center;
  }

  .text-block-42 {
    letter-spacing: 1px;
    font-size: .7rem;
    line-height: 1.1rem;
  }

  .clock-number {
    font-size: 1.2rem;
  }

  .sticky-counter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 75% 25%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px;
    display: grid;
  }

  .counter-div {
    padding-right: 7px;
  }

  .div-block-356 {
    flex-direction: column;
  }

  .button-2.small-ticker-btn {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .doctor-img {
    object-fit: contain;
    height: 200px;
    max-height: 200px;
  }

  .doctor-img.patron {
    height: auto;
    max-height: 200px;
  }

  .doctor-name {
    font-size: .9rem;
    line-height: 1.1;
  }

  .position {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-wrapper-three {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .slide-4 {
    width: 47%;
  }

  .icon-4 {
    color: var(--white);
    font-size: 2.3rem;
  }

  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .paragraph-12 {
    font-size: 1rem;
    line-height: 1.1;
  }

  .text-block-68 {
    font-size: 1.3rem;
  }

  .discount-dates {
    font-size: .9rem;
  }

  .pricing-table {
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

  .text-block-69 {
    font-size: .8rem;
    line-height: 19.7px;
  }

  .text-block-69.colored-cell {
    object-fit: contain;
  }

  .table-heading.curve {
    padding-bottom: 10px;
  }

  .main-hero-heading {
    font-size: 3rem;
  }

  .text-span {
    font-size: 2.2rem;
    line-height: .5;
  }

  .pricing-table-header {
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

  .image-20 {
    width: 100%;
    height: 100%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .second-hero-home-new-h2 {
    font-size: 2.75em;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .container-8 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-end;
    display: flex;
  }

  .image-22 {
    width: 50px;
    height: 40px;
    margin-top: 7px;
  }

  .container-9 {
    justify-content: flex-end;
    display: flex;
  }

  .pdf-center-grid {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.625rem;
    line-height: 2.2rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }

  .side-panel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .text-highlight {
    padding: 9px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .heading.white {
    font-size: 2.1rem;
  }

  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 2.6rem;
    line-height: 3.4rem;
  }

  .section {
    padding: 20px;
  }

  .section.about {
    margin-top: 78vh;
  }

  .section.accomodations {
    padding-bottom: 40px;
  }

  .section.schedule {
    padding-bottom: 0;
  }

  .section.workshops {
    padding-bottom: 40px;
  }

  .div-block-282 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-42 {
    letter-spacing: 0;
    width: auto;
    padding-top: 0;
    font-size: .6rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .clock-label {
    letter-spacing: 3px;
    font-size: 9px;
  }

  .clock-label.lg {
    letter-spacing: 2px;
  }

  .clock-number {
    font-size: 1.1rem;
    line-height: 25px;
  }

  .sticky-counter {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 75% 25%;
    place-items: center stretch;
    padding: 0 0 0 10px;
    inset: 0% 0% auto;
  }

  .counter-div {
    flex-flow: row;
    padding-right: 10px;
  }

  .button-2.small-ticker-btn {
    background-color: var(--mktg_color_1);
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: .8rem;
    line-height: 14px;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .doctor-img {
    object-fit: contain;
    height: 200px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .map-image {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-358 {
    background-color: var(--mktg_color_2);
    box-shadow: none;
  }

  .outline-link {
    color: var(--white);
  }

  .slide-4 {
    width: 90%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .faq-question-block {
    align-items: flex-start;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .grid-6, .schedule-grid {
    grid-template-columns: 1fr;
  }

  .desktop-delegate-table {
    display: none;
  }

  .desktop-delegate-table.travel-partner.packagee {
    display: block;
  }

  .table-heading {
    font-size: .9rem;
  }

  .delegate-table-mobile {
    display: block;
  }

  .sponsorship-card {
    margin-top: 20px;
    padding: 0 10px;
  }

  .open-content {
    font-size: 40px;
  }

  .spot-data, .regular-discount-data {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .text-block-41 {
    text-align: left;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .deep-discount-data {
    margin-top: 10px;
    display: none;
  }

  .early-bird {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .div-block-331 {
    box-shadow: 0 2px 5px #0003;
  }

  .attendee-row-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-tab-1 {
    padding-top: 10px;
  }

  .tabs-menu {
    display: none;
  }

  .tab-link-tab-1 {
    background-color: var(--mktg_color_5);
    border-radius: 20px;
  }

  .tab-link-tab-2, .tab-link-tab-3 {
    background-color: var(--mktg_color_5);
  }

  .dropdown-toggle {
    background-color: var(--mktg_color_5);
    color: var(--mktg_color_3);
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .select-role-dropdown {
    text-align: center;
    display: none;
  }

  .dropdown-link {
    background-color: var(--mktg_color_5);
  }

  .dropdown-link.w--current {
    background-color: var(--mktg_color_1);
    color: var(--black);
  }

  .dropdown-link-2 {
    color: var(--black);
  }

  .dropdown-list {
    background-color: var(--white);
  }

  .dropdown-list.w--open {
    background-color: var(--mktg_color_3);
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-15 {
    background-color: var(--mktg_color_5);
    color: var(--white);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-359 {
    background-color: var(--mktg_color_3);
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .page-hero-section {
    margin-top: -18vh;
  }

  .section-title {
    font-size: 1.1rem;
  }

  .image-20 {
    height: 100%;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
    font-size: 18px;
    font-weight: 500;
  }

  .second-hero-home-new-h2 {
    font-size: 3em;
    line-height: 1.3;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pdf-section {
    border: 1px solid var(--mktg_color_2);
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pdf-center-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-1st-grid-pdf {
    border-style: none none solid;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-2-grid-pdf {
    border-style: none;
    padding-top: 20px;
  }

  .heading-13 {
    border-bottom-style: solid;
    width: 75%;
    font-family: Varela, sans-serif;
    font-size: 1.6rem;
  }

  .heading-pdf {
    font-family: Playfair Display, sans-serif;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 479px) {
  .type-row {
    flex-direction: column;
  }

  .type-col {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .heading.white {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }

  .div-block {
    width: 68%;
  }

  .color-row {
    flex-direction: row;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .gray {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button, .button.yellow {
    margin-right: 0;
  }

  .button.yellow.m0 {
    margin-bottom: 20px;
  }

  .button.yellow.pdf {
    margin-top: 0;
    font-size: .9em;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 2.3rem;
    line-height: 2.6rem;
  }

  .section {
    flex-flow: row;
    display: flex;
  }

  .section.about {
    margin-top: 78vh;
    padding-top: 40px;
  }

  .section.pricing {
    display: block;
  }

  .section.accomodations {
    padding-top: 40px;
    display: block;
  }

  .section.schedule {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-282 {
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block-42 {
    text-align: left;
    letter-spacing: 2px;
    flex: 0 auto;
    margin-right: 0;
    padding-bottom: 5px;
    font-size: 8px;
    line-height: 14px;
  }

  .clock-label {
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 7px;
  }

  .clock-label.lg {
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    font-weight: 500;
  }

  .clock-number {
    line-height: 12px;
  }

  .clock-number.lg {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  .sticky-counter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 5px 10px 0;
    display: grid;
  }

  .counter-div {
    flex-direction: column;
    padding-right: 4px;
  }

  .counter-div.head {
    width: 64px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-2 {
    text-align: center;
    font-size: 13px;
  }

  .button-2.small-ticker-btn {
    border-radius: 20px;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5px 6px 7px;
    font-size: .8rem;
    line-height: 15px;
  }

  .early-bird-js-clock {
    justify-content: flex-start;
    padding-left: 5px;
    padding-right: 5px;
  }

  .early-bird-js-clock.dark-text {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .doctor-img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    max-height: 200px;
  }

  .doctor-img.vry {
    object-fit: contain;
    width: 100%;
  }

  .doctor-img.patron {
    height: 200px;
    max-height: 200px;
  }

  .doctor-name {
    font-size: 13px;
    line-height: 1.4;
  }

  .position {
    margin-top: 10px;
    font-size: .7em;
    line-height: 1;
  }

  .container-5 {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-link {
    line-height: 1.7rem;
  }

  .map-image {
    display: block;
  }

  .div-block-358 {
    height: auto;
    display: flex;
  }

  .outline-link {
    font-size: .9rem;
  }

  .slide-4 {
    z-index: 1;
    width: 90%;
    margin-left: 0%;
    margin-right: 2.5%;
  }

  .slide-nav-2 {
    display: none;
  }

  .mask-2 {
    z-index: 1;
  }

  .accomodation-img {
    width: 100%;
    height: 300px;
  }

  .accomodation-slider {
    z-index: 1;
    width: 100%;
    padding-bottom: 0;
    overflow: visible;
  }

  .left-arrow-service {
    z-index: 2;
    margin-left: -15px;
    display: block;
    bottom: -13%;
  }

  .right-arrow-service {
    z-index: 3;
    margin-right: -15px;
    display: block;
    overflow: visible;
  }

  .div-block-12 {
    padding-top: 20px;
  }

  .accordian-content-2 {
    font-size: 1rem;
    font-weight: 400;
    display: none;
  }

  .testimonial-card {
    height: 285px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .rating {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-left-2 {
    margin-left: 3px;
    left: -10px;
  }

  .rating-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .total-rating {
    display: flex;
  }

  .testimonial-slider-right-2 {
    margin-right: 1px;
    right: -10px;
  }

  .grid-6 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .schedule-grid {
    margin-bottom: 40px;
    padding-top: 10px;
  }

  .keypoint-1 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding: 15px 20px;
    font-size: 1.1rem;
    top: -23%;
    left: 8px;
  }

  .keypoint-2 {
    padding: 15px 20px;
    font-size: 1.1rem;
    top: 46%;
    left: 0%;
  }

  .keypoint-3 {
    padding: 15px 20px;
    font-size: 1.1rem;
    top: 98%;
  }

  .html-embed-13 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .discount-dates {
    font-size: .7rem;
  }

  .table-data {
    border: 1px dotted #000;
    font-size: .8rem;
  }

  .table-data.colored-cell {
    font-size: .7rem;
  }

  .pricing-table {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-69 {
    border: 1px dotted var(--black);
    font-size: .6rem;
  }

  .desktop-delegate-table.travel-partner.packagee.mobile {
    display: block;
  }

  .desktop-delegate-table.travel-partner.packagee.d {
    display: none;
  }

  .table-heading {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .6rem;
  }

  .table-col-heading-mobile {
    font-size: 13px;
  }

  .sponsorship-card {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .spot-data {
    padding-top: 0;
  }

  .sponsorship-arrows {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .regular-discount-data {
    display: none;
  }

  .text-block-41 {
    margin-right: 6px;
    font-size: .8rem;
  }

  .deep-discount-data {
    padding-top: 0;
    display: block;
  }

  .early-bird {
    padding-bottom: 0;
    display: none;
  }

  .div-block-331 {
    text-align: left;
    place-items: start stretch;
    padding-right: 10px;
  }

  .attendee-row-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
    margin-bottom: 15px;
  }

  .tabs-menu {
    align-items: center;
    display: none;
  }

  .tab-link-tab-1.w--current {
    font-size: .8rem;
    display: inline-block;
  }

  .tab-link-tab-2, .tab-link-tab-3 {
    display: inline-block;
  }

  .select-role-dropdown {
    text-align: center;
  }

  .main-hero-heading {
    font-size: 2.5rem;
  }

  .text-span {
    font-size: 1.6rem;
    line-height: 1.2rem;
    display: none;
  }

  .text-span.color {
    display: block;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .pricing-table-header {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-form {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-hero-section {
    height: 23vh;
    margin-top: -13vh;
  }

  .section-block {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-title {
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .section-block-2, .section-block-4 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-4 {
    font-size: 1rem;
  }

  .text-accomdation {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .accom-text {
    font-size: .9rem;
  }

  .heading-8 {
    font-size: 1rem;
  }

  .bold-text-3 {
    font-size: .7rem;
  }

  .recaptcha {
    margin-right: 20px;
  }

  .image-19 {
    height: 75px;
  }

  .image-20 {
    height: 150%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
    font-size: 16.5px;
    line-height: 1.5;
  }

  .second-hero-home-new-h2 {
    font-size: 2.5em;
    line-height: 1.5;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 14.5px;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .paragraph-16, .contct, .list-item {
    font-size: .9rem;
  }

  .bold-text-4 {
    font-size: 15px;
  }

  .bold-text-5 {
    font-size: .9rem;
  }

  .pdf-section {
    border: 1px solid var(--mktg_color_2);
  }

  .pdf-center-grid {
    margin-bottom: 0;
  }

  .div-1st-grid-pdf {
    border-bottom-style: solid;
    margin-top: 10px;
    padding-top: 0;
  }

  .div-2-grid-pdf {
    border-style: none;
  }

  .heading-13 {
    font-size: 1.25rem;
  }

  .heading-pdf {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }

  .container-10 {
    margin-top: 66px;
  }
}

#w-node-_5ad3a885-cd97-ea9e-811d-7888a86e908d-a6d8fc6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_59846ba4-66d7-e0df-ad86-60e1c723f535-a6d8fc6f, #w-node-_3e05cb69-0d9b-d284-63d6-5e5a6a75d88d-a6d8fc6f, #w-node-_194d2c35-c87f-b036-8c60-d2bc6e17361b-a6d8fc6f, #w-node-_92e1c385-a406-74ed-d50f-76cf177ef4dc-a6d8fc6f, #w-node-_934f200e-441f-dfd9-d090-4c85677c2d3e-a6d8fc6f, #w-node-_3b4c59cb-ce23-f02a-5892-979574655219-a6d8fc6f, #w-node-_3077d7ea-3022-d0c2-b42d-0a5b9ffbfe79-a6d8fc6f, #w-node-b2db664b-6e6d-07c3-2a77-5e0ddc58f37f-a6d8fc6f, #w-node-f06fc421-3f02-d368-079b-31e9ae3dade4-a6d8fc6f, #w-node-_6b1db616-0b72-c9d9-47b4-5fbfecbbfd63-a6d8fc6f, #w-node-_8a063a6c-fbfb-98ca-1ea0-f6968eb56e25-a6d8fc6f, #w-node-_96da49dc-338c-2cb4-a7e0-9d224207da77-a6d8fc6f, #w-node-_10fdef7e-5409-dbe5-2dba-7823a72a9810-a6d8fc6f, #w-node-e0520dc7-9dee-8ef4-f993-37baa47db616-a6d8fc6f, #w-node-_4f6b441e-0830-43a3-f4c6-3f4b4ad6403d-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae3cf00c-3279-07dd-a6c6-6adee1029629-a6d8fc6f, #w-node-_662033f9-8123-80d3-6efd-b064d8b712ab-a6d8fc6f {
  place-self: center;
}

#w-node-_2fc76430-5130-de65-8866-2ec63aaeb465-a6d8fc6f, #w-node-_2fc76430-5130-de65-8866-2ec63aaeb481-a6d8fc6f, #w-node-_2fc76430-5130-de65-8866-2ec63aaeb49f-a6d8fc6f, #w-node-_2fc76430-5130-de65-8866-2ec63aaeb4a0-a6d8fc6f, #w-node-_2fc76430-5130-de65-8866-2ec63aaeb4be-a6d8fc6f, #w-node-_91c4bbaa-7ba2-c55c-2289-ed692a09317d-a6d8fc6f, #w-node-_91c4bbaa-7ba2-c55c-2289-ed692a09318d-a6d8fc6f, #w-node-_91c4bbaa-7ba2-c55c-2289-ed692a09319d-a6d8fc6f, #w-node-_71f9c74b-cbd8-cecd-d21a-fcb92657ebd2-a6d8fc6f, #w-node-_71f9c74b-cbd8-cecd-d21a-fcb92657ebdd-a6d8fc6f, #w-node-_71f9c74b-cbd8-cecd-d21a-fcb92657ebe4-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb26fa72-99ba-871e-e8ae-e3ae9e2d58b0-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fae44457-0137-a20a-3b44-6172a6cec417-a6d8fc6f, #w-node-fae44457-0137-a20a-3b44-6172a6cec427-a6d8fc6f, #w-node-fae44457-0137-a20a-3b44-6172a6cec437-a6d8fc6f, #w-node-fae44457-0137-a20a-3b44-6172a6cec438-a6d8fc6f, #w-node-fae44457-0137-a20a-3b44-6172a6cec448-a6d8fc6f, #w-node-fae44457-0137-a20a-3b44-6172a6cec458-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99c550c0-1746-adc0-6c1d-b325c7dbbad3-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d33e22c0-2eb2-fc24-d334-8cea89522a8a-a6d8fc6f, #w-node-d33e22c0-2eb2-fc24-d334-8cea89522aa6-a6d8fc6f, #w-node-d33e22c0-2eb2-fc24-d334-8cea89522ac4-a6d8fc6f, #w-node-d33e22c0-2eb2-fc24-d334-8cea89522ac5-a6d8fc6f, #w-node-d33e22c0-2eb2-fc24-d334-8cea89522ae3-a6d8fc6f, #w-node-d33e22c0-2eb2-fc24-d334-8cea89522b00-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61e1287e-040d-3cd8-a0dd-3a19656c82ee-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f86987f7-8a65-1c09-4df2-740fc6e39d36-a6d8fc6f, #w-node-f86987f7-8a65-1c09-4df2-740fc6e39d52-a6d8fc6f, #w-node-f86987f7-8a65-1c09-4df2-740fc6e39d70-a6d8fc6f, #w-node-f86987f7-8a65-1c09-4df2-740fc6e39d71-a6d8fc6f, #w-node-f86987f7-8a65-1c09-4df2-740fc6e39d8f-a6d8fc6f, #w-node-f86987f7-8a65-1c09-4df2-740fc6e39dac-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e25f79b2-262b-4533-74bc-8e412b7ec178-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_821434d8-a7da-0ce1-a47d-f76f1b99adbe-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99adc4-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99adcb-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99adcc-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99ade2-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99adef-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99adfc-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99ae18-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99ae19-a6d8fc6f, #w-node-_821434d8-a7da-0ce1-a47d-f76f1b99ae1a-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c62-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c67-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c6b-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c6c-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c72-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c78-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c7d-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c82-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c8e-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c8f-a6d8fc6f, #w-node-_7fb24854-4336-1323-c2ac-14f867224c90-a6d8fc6f, #w-node-_62d50468-c855-bda6-8c15-5f334d3a7ac5-a6d8fc6f, #w-node-_62d50468-c855-bda6-8c15-5f334d3a7acc-a6d8fc6f, #w-node-_62d50468-c855-bda6-8c15-5f334d3a7ad3-a6d8fc6f, #w-node-_62d50468-c855-bda6-8c15-5f334d3a7ada-a6d8fc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_758bda91-92f1-3b15-88b8-2dd44098dc6f-a6d8fc6f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_07f2d6b2-151a-1acd-0b3c-2decccb24da7-a6d8fc6f {
    order: -9999;
  }

  #w-node-_10fdef7e-5409-dbe5-2dba-7823a72a9810-a6d8fc6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64986588-d790-ec69-ce08-51858c19830e-a6d8fc6f, #w-node-_55a779b2-5820-4ed6-ca54-47753bfe3bd5-a6d8fc6f {
    order: -9999;
  }

  #w-node-_662033f9-8123-80d3-6efd-b064d8b712ab-a6d8fc6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9b33782c-df58-eb45-8763-9228abb5228b-abb52271 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_92e1c385-a406-74ed-d50f-76cf177ef4dc-a6d8fc6f, #w-node-_10fdef7e-5409-dbe5-2dba-7823a72a9810-a6d8fc6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb26fa72-99ba-871e-e8ae-e3ae9e2d58b0-a6d8fc6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-cb26fa72-99ba-871e-e8ae-e3ae9e2d58e7-a6d8fc6f {
    align-self: center;
  }

  #w-node-_99c550c0-1746-adc0-6c1d-b325c7dbbad3-a6d8fc6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_99c550c0-1746-adc0-6c1d-b325c7dbbb0a-a6d8fc6f, #w-node-_99c550c0-1746-adc0-6c1d-b325c7dbbb3f-a6d8fc6f, #w-node-_99c550c0-1746-adc0-6c1d-b325c7dbbb74-a6d8fc6f {
    align-self: center;
  }

  #w-node-_758bda91-92f1-3b15-88b8-2dd44098dc5f-a6d8fc6f, #w-node-_758bda91-92f1-3b15-88b8-2dd44098dc63-a6d8fc6f, #w-node-_758bda91-92f1-3b15-88b8-2dd44098dc67-a6d8fc6f, #w-node-_758bda91-92f1-3b15-88b8-2dd44098dc6b-a6d8fc6f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b33782c-df58-eb45-8763-9228abb5228b-abb52271 {
    place-self: stretch stretch;
  }
}


