@font-face {
  font-family: Suisseworks Book;
  src: url('/fonts/SuisseWorks-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --deep-sky-blue: #6caddf;
  --dark-slate-blue: #004b8d;
}

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

.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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: #3194e0;
  text-decoration: underline;
}

em {
  font-style: italic;
}

.image {
  max-width: 80%;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.image-2 {
  object-fit: fill;
  max-width: 100%;
  display: block;
  position: relative;
  left: auto;
}

.body-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  width: 100%;
  height: 100%;
}

.html-embed {
  position: absolute;
  inset: 0% 0% auto;
}

.footer {
  color: #fff;
  background-color: #001f3f;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
}

.container {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container.headercontainer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footertop {
  border-bottom: 1px solid #0d365f;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.footericon, .footercontact {
  flex: 1;
}

.text-block {
  text-align: right;
  font-size: 16px;
  line-height: 28px;
}

.question {
  color: #6bace4;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.phoneinfo {
  border-bottom: 2px solid #6bace4;
  font-size: 18px;
  line-height: 32px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.image-3 {
  object-fit: contain;
  width: 270px;
}

.footerlinks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.linkscolumn {
  flex: 1;
}

.text-block-2 {
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

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

.link-block {
  color: #fff;
  cursor: pointer;
  line-height: 32px;
  text-decoration: none;
}

.link-block:hover {
  color: #fff9;
}

.footersystemfor {
  border-bottom: 1px solid #0d365f;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.quadcol {
  flex: 1;
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-size: 16px;
  line-height: 34px;
}

.textbox {
  flex: 0 auto;
  margin-right: 20px;
}

.iconbox {
  flex: 1;
}

.image-4 {
  object-fit: contain;
  width: 90px;
  height: 90px;
}

.footerbottom {
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.copyrightwrapper {
  flex: 1;
}

.socialwrapper {
  text-align: right;
  flex: 1;
}

.copyrightlinks {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copylinkblock {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.copylinkblock:hover {
  color: #fff9;
}

.sociallist {
  grid-column-gap: 20px;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.list-item {
  flex: 0 auto;
}

.image-5 {
  object-fit: contain;
  width: 35px;
  height: 30px;
}

.inovabanner2 {
  color: #fff;
  background-image: url('../images/InovaBanner-min.png');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  height: 700px;
  font-family: Inter, sans-serif;
  display: flex;
}

.inovabanner2.neuro {
  background-image: url('../images/Pain.png');
}

.inovabanner2.it {
  background-image: url('../images/nico.png');
  background-size: cover;
}

.bannerrow {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.bannerheading {
  background-color: #32518c85;
  border-radius: 20px;
  width: 65%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.bannerheading.it {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.bannerbuttons {
  text-align: left;
  flex-direction: column;
  flex: 1;
  order: 0;
  align-self: auto;
  align-items: flex-end;
  width: 35%;
  display: flex;
}

.mainheading1 {
  color: #e0e0e0;
  text-align: left;
  -webkit-text-stroke-color: #051862;
  text-transform: none;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.mainheading1.it {
  color: #000;
}

.paragraph {
  font-size: 23px;
}

.paragraph-21 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 23px;
  line-height: 31px;
}

.paragraph-21.neuro {
  font-size: 18px;
}

.paragraph-21.it {
  color: #000;
}

.text-block-41 {
  color: #fff;
  border-left: 4px solid #ee2e24;
  padding-top: 0;
  padding-left: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-41.it {
  color: #000;
}

.buttonwrapper {
  cursor: pointer;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  display: flex;
}

.buttonwrapper.purplebtn {
  justify-content: flex-end;
  width: 100%;
}

.btntext {
  background-color: #0563b5;
  border-radius: 8px;
  flex: 1;
  min-width: 150px;
  padding: 9px 9px 9px 20px;
}

.btntext:hover {
  background-color: #0563b5cc;
}

.btntext.purplebtn {
  background-color: #740348;
  border-radius: 8px;
  flex: 1;
}

.btntext.purplebtn:hover {
  background-color: #740348cc;
}

.btnicon {
  background-color: #1576cb;
  padding: 20px 10px;
}

.btnicon.lightpurple {
  background-color: #91125f;
}

.image-6 {
  width: 23px;
}

.text-block-5 {
  z-index: 999;
  position: relative;
}

.text-block-6 {
  color: #fff;
  padding-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.conferencecarousel {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.conferencecarousel.old-carrousel {
  display: none;
}

.heading2 {
  color: #363636;
  font-family: Suisseworks Book, sans-serif;
  line-height: 40px;
}

.slide {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-2 {
  width: 30%;
}

.slider {
  background-color: #0000;
  position: relative;
}

.icon {
  background-color: #ee2e24b3;
  padding-top: 20px;
  padding-bottom: 60px;
}

.slide-nav {
  display: none;
}

.left-arrow, .right-arrow {
  top: -50px;
}

.aboutwrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.socialtop {
  align-items: center;
  display: flex;
}

.aboutbox {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.imgside {
  flex: 0 auto;
  width: 50%;
}

.textside {
  flex: 0 auto;
  width: 100%;
  padding-left: 30px;
}

.image-7 {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.socialblock {
  grid-column-gap: 15px;
  flex: 0 auto;
  margin-right: 15px;
  display: flex;
}

.sizerblock {
  margin-right: 15px;
}

.subheading {
  color: #363636;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.paragraph-3 {
  color: #363636;
  font-size: 16px;
  line-height: 28px;
}

.image-8 {
  width: 120px;
}

.image-9 {
  width: 80px;
}

.eventbox {
  padding-top: 40px;
  padding-bottom: 40px;
}

.eventinfo {
  border: 1px solid #dee4e9;
  width: 50%;
  padding: 40px 50px 40px 40px;
  position: relative;
}

.eventbooking {
  border: 1px solid #dee4e9;
  width: 50%;
  padding: 40px;
  position: relative;
}

.eventwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  display: flex;
}

.borderbox {
  background-color: #0563b5;
  width: 80%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.date {
  color: #363636;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.eventname {
  color: #363636;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-7 {
  color: #363636;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.eventlocation {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 16px;
  line-height: 32px;
}

.eventlocation.location2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-2 {
  text-decoration: none;
}

.locationwrapper {
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-10 {
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.notebox {
  color: #363636;
  border: 0 solid #d8d8d8;
  border-bottom-width: 1px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
}

.notebox.note2 {
  border-style: none;
  border-width: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-2 {
  color: #0563b5;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.text-block-8 {
  color: #363636;
  font-size: 16px;
  line-height: 28px;
}

.list-item-2 {
  margin-bottom: 10px;
}

.button {
  background-color: #0563b5;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 22px;
}

.eventorganizerwrapper {
  border-bottom: 1px solid #d8d8d8;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.organizerimg {
  width: 10%;
}

.organizerdetails {
  width: 90%;
  padding-left: 40px;
  padding-right: 0;
}

.image-11 {
  width: 140px;
}

.designation {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}

.detailsinfo {
  color: #740348;
  margin-top: 20px;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 34px;
}

.link-3 {
  text-decoration: none;
}

.registerwrapper {
  position: static;
}

.borderyellow {
  background-color: #ffc600;
  width: 80%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.registerbox {
  border: 1px solid #dee4e9;
  padding: 60px 40px 20px;
  position: relative;
}

.header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.btnwrapper {
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-end;
  place-items: stretch baseline;
  height: 72px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.searchicon {
  background-color: #0563b5;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 72px;
  display: flex;
}

.hamburg {
  background-color: #ee2e24;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 72px;
  display: flex;
}

.image-12 {
  object-fit: contain;
  width: 42px;
  height: 42px;
  padding: 0;
}

.navbar {
  background-color: #fff;
  position: relative;
}

.image-13 {
  object-fit: fill;
  width: 180px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.nav-link {
  color: #0563b5;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: none;
}

.nav-menu {
  text-align: right;
  flex: 0 auto;
  order: 0;
  width: 71%;
}

.brand {
  flex: 0 auto;
  width: 15%;
}

.image-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  border-radius: 20px;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 0;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 12px #0000001a;
}

.tab-link {
  color: #6e6e6e;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  transition: background-color .25s;
  display: block;
}

.tab-link:hover {
  background-color: var(--deep-sky-blue);
  color: var(--dark-slate-blue);
}

.tab-link.w--current {
  background-color: var(--deep-sky-blue);
  color: var(--dark-slate-blue);
  overflow: visible;
}

.tab-pane {
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 32px 32px;
  box-shadow: 0 2px 12px #0000001a;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-15 {
  width: 100%;
}

.rich-text em {
  display: none;
}

.list-item2 {
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: visible;
}

.list2 {
  flex-direction: column;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4182bb;
  flex-direction: column;
  margin-top: 20px;
  font-weight: 700;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 38px;
  grid-row-gap: 32px;
  grid-template: ". . Area"
  / 194px .5fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.text-block-9 {
  color: #292929;
  font-size: 14px;
}

.inner-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.div-block-6 {
  border-bottom: 1px solid var(--dark-slate-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.div-block-7 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.text-block-10 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.image-16 {
  width: 100%;
}

.map {
  margin-top: 10px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.text-block-11 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.image-17 {
  margin-bottom: 20px;
}

.text-block-12 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-5 {
  margin-bottom: 40px;
}

.text-block-13 {
  color: #3ba734;
  margin-bottom: 16px;
  font-size: 22px;
}

.link-4 {
  color: #2b8fdb;
  font-weight: 700;
}

.text-block-14 {
  margin-bottom: 16px;
}

.image-18 {
  max-width: 300px;
  margin-bottom: 20px;
}

.paragraph-6 {
  color: #000;
  margin-bottom: 40px;
  display: block;
}

.text-block-15 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.tabs {
  font-size: 18px;
}

.heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.tabs-content {
  padding: 10px;
}

.image-19 {
  max-width: 420px;
}

.div-block-9 {
  padding-top: 10px;
  padding-bottom: 16px;
}

.navbar-2 {
  background-color: #0000;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px #0000001a;
}

.nav-menu-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2 {
  color: #3f85bb;
  padding: 8px 16px;
  font-weight: 700;
  display: inline-block;
  overflow: visible;
}

.text-block-16 {
  color: #0a0a0a;
  font-weight: 700;
}

.div-block-10 {
  margin-top: 20px;
}

.div-block-11 {
  color: #fff;
  background-color: #004b8d;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-17 {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.section {
  color: #fff;
  background-color: #001f40;
  padding-top: 48px;
  padding-bottom: 48px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.footer-link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--deep-sky-blue);
  text-decoration: underline;
}

.div-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.link-block-2 {
  max-width: 24px;
}

.div-block-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-block-18 {
  margin-bottom: 25px;
  display: block;
}

.text-block-19 {
  font-size: 14px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-20 {
  width: 23px;
}

.image-21 {
  object-fit: contain;
  width: 270px;
}

.text-block-20 {
  text-align: right;
  font-size: 16px;
  line-height: 28px;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.cell {
  align-items: flex-start;
}

.cell-2 {
  align-items: flex-end;
}

.text-block-21 {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.list-3 {
  padding: 10px 0;
  list-style-type: none;
}

.text-block-22 {
  display: none;
}

.image-22 {
  object-fit: fill;
  overflow: visible;
}

.html-embed-2, .text-block-23, .text-block-24, .text-block-25 {
  display: block;
}

.neuro {
  color: #fff;
  font-family: Suisseworks Book, sans-serif;
}

.text-block-42 {
  display: none;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.dropdown-list {
  border-bottom: 1px solid var(--dark-slate-blue);
  -webkit-text-stroke-width: 0px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
}

.dropdown-list.w--open {
  display: none;
}

.dropdown-link {
  border-bottom: 0px solid var(--dark-slate-blue);
  font-weight: 700;
}

.dropdown-link-2 {
  border-bottom: 3px solid var(--dark-slate-blue);
  opacity: 1;
  border-radius: 0;
  padding-left: 0;
  font-weight: 700;
}

.image-23, .image-24, .image-25, .image-26 {
  max-width: 30vw;
}

.image-17-copy {
  margin-bottom: 20px;
}

.link-7 {
  color: #fff;
}

.div-block-17 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-43 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.accrediation {
  color: var(--deep-sky-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.image-27 {
  width: 100%;
}

.course-desc {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-18 {
  max-width: 1000px;
}

.text-block-44 {
  color: var(--dark-slate-blue);
  font-size: 20px;
  font-weight: 700;
}

.gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-20 {
  max-width: 800px;
}

.tab-heading {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.2;
}

.div-block-21 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-45 {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-23 {
  text-align: center;
  margin-top: 60px;
}

.text-block-46 {
  color: var(--dark-slate-blue);
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}

.div-block-24 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-8 {
  text-decoration: none;
}

.button-v2 {
  background-color: #0563b5;
  margin-top: 0;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-25 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.day {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.session {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.session-details {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  flex: 1;
  padding: 10px 20px 20px;
}

.session-details.highlight {
  background-color: #e7f5ff;
}

.time-element {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: 15px;
}

.time-string {
  margin-bottom: 10px;
  font-size: 15px;
}

.session-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.image-29 {
  width: 120px;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 16px;
  display: flex;
}

.text-block-48 {
  font-weight: 700;
}

.text-block-49 {
  font-size: 14px;
}

.tab-link-2 {
  color: #6e6e6e;
  text-align: center;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  transition: background-color .25s;
  display: block;
}

.tab-link-2:hover {
  color: var(--dark-slate-blue);
}

.tab-link-2.w--current {
  border-bottom: 3px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
  overflow: visible;
}

.tabs-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.quick-stack {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-quick-stack {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.gallery-qick-stack {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-old {
  color: #fff;
  background-color: #001f3f;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  display: none;
}

.image-30 {
  text-align: center;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-3 {
  overflow: hidden;
}

.section-3.is--dark {
  color: #dfdad5;
  background-color: #242022;
}

.embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 25%;
}

.container-2 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.splide__track {
  width: 100%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-28 {
  width: 100%;
}

.section-4 {
  width: 100%;
  height: 100%;
  min-height: 90px;
  padding-bottom: 0;
}

.collection-list {
  height: 100%;
}

.slider-tall_img {
  width: 100%;
  margin-bottom: 2em;
  padding-top: 56.25%;
  transition: border-radius .5s, transform .5s;
  position: relative;
  overflow: hidden;
}

.slider-tall_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.text-opacity {
  opacity: .3;
  transition: opacity .35s;
}

.sliders_text2 {
  font-style: italic;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.slide-style, .old-slider {
  display: none;
}

.slider-copy {
  background-color: #0000;
  height: auto;
  position: relative;
}

.agenda-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.agenda-item {
  background-color: #fff7f6;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
}

.agenda-item.blue-item {
  background-color: #f5f6f9;
}

.agenda-item.green-item {
  background-color: #f5f9f7;
}

.agenda-item.pink-item {
  background-color: #fff7fa;
}

.agenda-inner {
  border-left: 2px solid #df6800;
  padding-left: 16px;
}

.agenda-inner.blue-inner {
  border-left-color: #000d6d;
}

.agenda-inner.green-inner {
  border-left-color: #6ab26a;
}

.agenda-inner.pink-inner {
  border-left-color: #f664a6;
}

.agenda-time {
  margin-bottom: 4px;
  font-size: 14px;
}

.text-block-51 {
  font-size: 16px;
  font-weight: 700;
}

.speaker-photo {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 24px;
}

.speaker-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 6px 8px;
  font-size: 14px;
  display: flex;
}

.speaker-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #d6d6d6;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-6-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.text-block-14-copy {
  margin-bottom: 16px;
  display: none;
}

.session-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.image-31 {
  text-align: left;
  margin-top: 17px;
}

.inovabanner {
  color: #fff;
  background-image: url('../images/GettyImages-1672441474e.jpeg');
  background-size: cover;
  align-items: flex-end;
  height: 700px;
  font-family: Inter, sans-serif;
  display: flex;
}

.inovabanner.neuro {
  background-image: url('../images/SUO_Blog_Nurse-Benefits-gigapixel-standard-v2-4x.jpg');
}

.inovabanner.it {
  background-image: url('../images/nico.png');
  background-size: cover;
}

.mainheading2 {
  color: #e0e0e0;
  text-align: left;
  -webkit-text-stroke-color: #051862;
  text-transform: none;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.mainheading2.it {
  color: #000;
}

.text-block-6-copy {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.image-14-copy, .image-40 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  border-radius: 20px;
}

.heading2-copy {
  color: #363636;
  font-family: Suisseworks Book, sans-serif;
  line-height: 40px;
}

.subheading-copy {
  color: #363636;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.eventlocation-copy {
  color: #0241ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 16px;
  line-height: 32px;
}

.eventlocation-copy.location2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-15-spine {
  width: 100%;
}

.sponsor_cont {
  text-align: center;
}

.image-42 {
  display: inline-block;
}

.image-43 {
  margin-top: 18px;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  color: #000;
  list-style-type: square;
}

.tab-pane-agenda {
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 32px 32px;
  box-shadow: 0 2px 12px #0000001a;
}

.cme-accred {
  margin-bottom: 40px;
  display: block;
}

.image-44 {
  display: inline-block;
}

.eventlocation-2 {
  color: #0241ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 16px;
  line-height: 32px;
}

.eventlocation-2.location2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-45 {
  flex: 0 auto;
}

.custom-para-1 {
  margin-bottom: 0;
  line-height: 1.5;
}

.dropdown-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  padding: 16px 0;
  display: flex;
}

.textarea-2 {
  border-radius: 10px;
  margin-bottom: 0;
}

.text-block-52, .code-embed-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button-small {
  text-align: center;
  background-color: #8102ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: background-color .3s;
  display: flex;
}

.button-small:hover {
  background-color: #6711bd;
}

.form-block-4 {
  margin-bottom: 0;
}

.div-block-61 {
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  padding: 12px;
}

.timestamp-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.toggle1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.toggle1:hover {
  font-weight: 700;
}

.dropdown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  display: block;
}

.code-embed-8 {
  margin-top: 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-divider {
  background-image: linear-gradient(#4f50ff, #f168f1);
  width: 100%;
  height: 1px;
}

.heading-25 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.dropdown-list1 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  transition: all .2s;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-list1.w--open {
  background-color: #ddd0;
}

.page-section {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 25px;
  display: grid;
}

.dropdown-list11 {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.time-stamp-para {
  color: #555;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

.timestamp-heading {
  margin-bottom: 16px;
  font-weight: 700;
}

.icon-3 {
  margin-right: 0;
}

.container-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: block;
}

.inovabanner2-new {
  color: #fff;
  background-image: url('../images/InovaBanner-min.png');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  height: 700px;
  font-family: Inter, sans-serif;
  display: flex;
}

.inovabanner2-new.neuro {
  background-image: url('../images/Screenshot-2025-04-11-at-10.33.08-PM.png'), url('../images/Pain.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.inovabanner2-new.it {
  background-image: url('../images/nico.png');
  background-size: cover;
}

.inovabanner2-copy {
  color: #fff;
  background-image: url('../images/InovaBanner-min.png');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  height: 700px;
  font-family: Inter, sans-serif;
  display: flex;
}

.inovabanner2-copy.neuro {
  background-image: url('../images/Pain.png');
}

.inovabanner2-copy.it {
  background-image: url('../images/nico.png');
  background-size: cover;
}

.nursing-conference {
  color: #fff;
  background-image: url('../images/InovaBanner-min.png');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  height: 700px;
  font-family: Inter, sans-serif;
  display: flex;
}

.nursing-conference.neuro {
  background-image: url('../images/Nursing-Conference.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #070a22;
  border-radius: 20px;
}

.nursing-conference.it {
  background-image: url('../images/nico.png');
  background-size: cover;
}

.link-2-copy {
  text-decoration: none;
}

.holly {
  width: 140px;
}

.button-2 {
  border-radius: 8px;
}

.image-46 {
  padding-top: 11px;
  padding-left: 19px;
}

@media screen and (min-width: 1440px) {
  .page-section {
    padding-left: 19px;
    padding-right: 19px;
  }

  .container-3 {
    max-width: 2000px;
  }
}

@media screen and (min-width: 1920px) {
  .footerlinks {
    width: 100%;
    line-height: 1.8;
  }

  .nav-menu {
    width: 85%;
  }

  .text-block-20 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .footersystemfor, .footerbottom {
    padding-left: 5%;
    padding-right: 5%;
  }

  .btnwrapper {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
  }

  .brand {
    width: 90%;
  }

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

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

  .div-block-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-quick-stack {
    padding-left: 20px;
    padding-right: 20px;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .container-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .code-embed-8 {
    min-width: 375px;
    margin-left: -43px;
  }

  .heading-25 {
    min-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .footerlinks {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .tab-pane {
    padding: 30px 20px 20px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .rich-text h2 {
    font-size: 24px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tabs {
    font-size: 16px;
  }

  .heading {
    font-size: 28px;
  }

  .image-19 {
    max-width: 100%;
  }

  .navbar-2 {
    display: none;
  }

  .div-block-15 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .div-block-17 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .course-desc {
    font-size: 32px;
  }

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

  .div-block-19 {
    margin-bottom: 20px;
  }

  .session-title {
    font-size: 20px;
  }

  .tabs-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .slider-tall_img {
    padding-top: 125%;
  }

  .tab-pane-agenda {
    padding: 30px 20px 20px;
  }

  .heading-25 {
    margin-bottom: 16px;
  }

  .page-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .dropdown-list11 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footertop {
    flex-direction: column;
  }

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

  .footerlinks {
    flex-flow: wrap;
  }

  .linkscolumn {
    flex: 0 auto;
  }

  .footersystemfor {
    flex-flow: column;
  }

  .footerbottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyrightlinks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .bannerrow {
    flex-flow: column;
  }

  .bannerheading, .bannerbuttons {
    width: 100%;
  }

  .mainheading1 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-21 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-41 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .heading2 {
    font-size: 24px;
    line-height: 30px;
  }

  .slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    height: 200px;
  }

  .aboutbox {
    flex-direction: column;
  }

  .imgside {
    width: 100%;
  }

  .textside {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .eventinfo, .eventbooking {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .eventwrapper {
    flex-direction: column;
  }

  .organizerimg {
    width: 20%;
  }

  .organizerdetails {
    width: 80%;
    padding-left: 10px;
  }

  .btnwrapper {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
  }

  .brand {
    width: 50%;
  }

  .menu-button {
    text-align: right;
    flex: 1;
  }

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

  .div-block-2 {
    padding: 20px;
  }

  .tab-pane.program {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #cacaca;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5.last {
    border-bottom-style: none;
  }

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

  .div-block-13 {
    grid-template-columns: 1fr;
  }

  .text-block-20 {
    text-align: center;
  }

  .session, .div-block-27 {
    flex-direction: column;
  }

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

  .slider-copy {
    height: 200px;
  }

  .session-copy {
    flex-direction: column;
  }

  .mainheading2 {
    font-size: 26px;
    line-height: 34px;
  }

  .heading2-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .tab-pane-agenda.program {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-8 {
    width: 100vw;
  }

  .heading-25 {
    padding-left: 1px;
    padding-right: 3px;
  }

  .page-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .paragraph-10 {
    padding-left: 1px;
    padding-right: 1px;
  }
}

#w-node-e21da2af-9f47-e743-d232-809d10104020-19c96da8, #w-node-_08b7e9e8-a604-7c26-0a52-37e917b2e862-19c96da8, #w-node-fd55db7c-bbb0-7e66-6fc3-160df7c47fed-19c96da8 {
  place-self: center;
}

#w-node-_7e5ea990-cedc-6a00-b474-21a3bf72076d-bf72076c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e5ea990-cedc-6a00-b474-21a3bf72076e-bf72076c, #w-node-_7e5ea990-cedc-6a00-b474-21a3bf720772-bf72076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e5ea990-cedc-6a00-b474-21a3bf72077b-bf72076c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7e5ea990-cedc-6a00-b474-21a3bf72077c-bf72076c, #w-node-_4bf8c7c7-4306-a392-fc42-dd97793434f1-e42be7a1, #w-node-_06159be0-4874-5463-61ce-74f4573153b5-e42be7a1, #w-node-_81f1464a-34f0-acd7-6af1-1cb20a263346-e42be7a1, #w-node-_3dd03fec-35fc-5380-7421-0d5429f561e8-e42be7a1, #w-node-_4bf8c7c7-4306-a392-fc42-dd97793434f1-b6dc421e, #w-node-_06159be0-4874-5463-61ce-74f4573153b5-b6dc421e, #w-node-_81f1464a-34f0-acd7-6af1-1cb20a263346-b6dc421e, #w-node-_3dd03fec-35fc-5380-7421-0d5429f561e8-b6dc421e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f014a40c-15ed-4b72-0822-7dd3cd9c7e1f-18b58c86 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f014a40c-15ed-4b72-0822-7dd3cd9c7e20-18b58c86, #w-node-_0b7b4a06-efdb-7d81-47c1-e6cec94066e2-18b58c86, #w-node-_0449f046-7cc6-512a-0db0-d33f72290d3e-18b58c86, #w-node-_39678a53-a007-5081-06bd-b787b884e215-18b58c86, #w-node-_56a5066c-008a-5f0c-97d4-6660ef2e2f8e-18b58c86, #w-node-_15b39630-3f50-8d07-fce2-61caa4b85ca7-18b58c86, #w-node-_7e1e1d19-a93b-dab8-536c-9d8527598915-18b58c86, #w-node-_9e3ed3ed-8e2d-5871-bcbc-2c1e1d968c0b-18b58c86, #w-node-_4bf8c7c7-4306-a392-fc42-dd97793434f1-22c5ac66, #w-node-_06159be0-4874-5463-61ce-74f4573153b5-22c5ac66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4f59eea-5c79-0b94-9429-e1e2f7d30287-22c5ac66 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-c4f59eea-5c79-0b94-9429-e1e2f7d30288-22c5ac66, #w-node-a70de8f9-804c-457b-fddf-0209d96773a5-22c5ac66, #w-node-a9d7f53b-daf7-70ac-3034-f39d0f1acf70-22c5ac66, #w-node-_75a2a1a1-fcd1-dbd0-8e9e-331e7fbc7eea-22c5ac66, #w-node-e35bf1e3-ad04-8f30-f22a-21586618b01e-22c5ac66, #w-node-_502127bb-e142-3a43-96cc-51a4eeb771bb-22c5ac66, #w-node-_81f1464a-34f0-acd7-6af1-1cb20a263346-22c5ac66, #w-node-_3dd03fec-35fc-5380-7421-0d5429f561e8-22c5ac66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e871f9f1-08af-67e4-dfe5-9d7e79cccdc1-22c5ac66 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f1484bdd-4ba5-50b7-cd29-2091e9723ff2-22c5ac66, #w-node-_1d46c7af-d8c4-3cab-26ac-ae1f31a9b308-22c5ac66, #w-node-_25682d41-b810-3bf6-4d6f-b7eb8a4efa39-22c5ac66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14279fe8-4143-1aad-8ad5-9c0de00e3d1b-22c5ac66 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b7e0382c-02db-838c-1f52-b3eeee65485d-22c5ac66, #w-node-_31a018f3-c652-d597-f9fb-573a1818358e-22c5ac66, #w-node-_9d44cb80-81c7-78ac-2267-c748b4102712-22c5ac66, #w-node-ee64bf7c-4c39-0ffa-03d8-b2ae035303fc-22c5ac66, #w-node-_75b0c44c-dd30-1f67-815d-e3e731beb29b-22c5ac66, #w-node-_4bf8c7c7-4306-a392-fc42-dd97793434f1-1f9d66d0, #w-node-e60facaa-327f-e312-42f7-78f74cb8b6a1-1f9d66d0, #w-node-b71ce417-11f1-8bf4-2991-f9a8e3ac3e87-1f9d66d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14279fe8-4143-1aad-8ad5-9c0de00e3d1b-1f9d66d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b7e0382c-02db-838c-1f52-b3eeee65485d-1f9d66d0, #w-node-_31a018f3-c652-d597-f9fb-573a1818358e-1f9d66d0, #w-node-_9d44cb80-81c7-78ac-2267-c748b4102712-1f9d66d0, #w-node-ee1c0d75-81de-e31d-827c-80f9fe4113f0-ef383efc, #w-node-ee1c0d75-81de-e31d-827c-80f9fe411a35-ef383efc, #w-node-ee1c0d75-81de-e31d-827c-80f9fe411a3e-ef383efc, #w-node-_4bf8c7c7-4306-a392-fc42-dd97793434f1-94f879d9, #w-node-_06159be0-4874-5463-61ce-74f4573153b5-94f879d9, #w-node-_81f1464a-34f0-acd7-6af1-1cb20a263346-94f879d9, #w-node-_3dd03fec-35fc-5380-7421-0d5429f561e8-94f879d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14279fe8-4143-1aad-8ad5-9c0de00e3d1b-94f879d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b7e0382c-02db-838c-1f52-b3eeee65485d-94f879d9, #w-node-_31a018f3-c652-d597-f9fb-573a1818358e-94f879d9, #w-node-_9d44cb80-81c7-78ac-2267-c748b4102712-94f879d9, #w-node-ee64bf7c-4c39-0ffa-03d8-b2ae035303fc-94f879d9, #w-node-_75b0c44c-dd30-1f67-815d-e3e731beb29b-94f879d9, #w-node-_4bf8c7c7-4306-a392-fc42-dd97793434f1-12a24da0, #w-node-e60facaa-327f-e312-42f7-78f74cb8b6a1-12a24da0, #w-node-b71ce417-11f1-8bf4-2991-f9a8e3ac3e87-12a24da0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14279fe8-4143-1aad-8ad5-9c0de00e3d1b-12a24da0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b7e0382c-02db-838c-1f52-b3eeee65485d-12a24da0, #w-node-_31a018f3-c652-d597-f9fb-573a1818358e-12a24da0, #w-node-_9d44cb80-81c7-78ac-2267-c748b4102712-12a24da0, #w-node-_4bf8c7c7-4306-a392-fc42-dd97793434f1-3aefca65, #w-node-_06159be0-4874-5463-61ce-74f4573153b5-3aefca65, #w-node-_81f1464a-34f0-acd7-6af1-1cb20a263346-3aefca65, #w-node-_3dd03fec-35fc-5380-7421-0d5429f561e8-3aefca65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14279fe8-4143-1aad-8ad5-9c0de00e3d1b-3aefca65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b7e0382c-02db-838c-1f52-b3eeee65485d-3aefca65, #w-node-_31a018f3-c652-d597-f9fb-573a1818358e-3aefca65, #w-node-_9d44cb80-81c7-78ac-2267-c748b4102712-3aefca65, #w-node-ee64bf7c-4c39-0ffa-03d8-b2ae035303fc-3aefca65, #w-node-_75b0c44c-dd30-1f67-815d-e3e731beb29b-3aefca65, #w-node-_4bf8c7c7-4306-a392-fc42-dd97793434f1-c374d977, #w-node-e60facaa-327f-e312-42f7-78f74cb8b6a1-c374d977, #w-node-b71ce417-11f1-8bf4-2991-f9a8e3ac3e87-c374d977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14279fe8-4143-1aad-8ad5-9c0de00e3d1b-c374d977 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b7e0382c-02db-838c-1f52-b3eeee65485d-c374d977, #w-node-_31a018f3-c652-d597-f9fb-573a1818358e-c374d977, #w-node-_9d44cb80-81c7-78ac-2267-c748b4102712-c374d977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_7e5ea990-cedc-6a00-b474-21a3bf72076d-bf72076c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7e5ea990-cedc-6a00-b474-21a3bf72076e-bf72076c, #w-node-_7e5ea990-cedc-6a00-b474-21a3bf720772-bf72076c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Suisseworks Book';
  src: url('../fonts/SuisseWorks-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}