@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-black: #212529;
  --medium-blue: #7aaede;
  --text-white: #fbfbfb;
  --dark-blue: #203c73;
  --light-blue: #bfdcf3;
  --text-sub-blue: #265caa;
  --text-gray: #636363;
  --green: #398d5b;
  --hover-green: #409f67;
}

p {
  margin-bottom: 10px;
}

.body {
  color: var(--text-black);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
}

.footer-section {
  background-color: var(--medium-blue);
  color: var(--text-white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.section-break {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.section-break.blue-bg {
  background-color: var(--dark-blue);
}

.pows-wave {
  width: 101%;
  max-width: none;
  display: block;
}

.footer-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer-subtitle {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.owc-logo.footer {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.copyright {
  font-size: 14px;
}

.social-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.social-item {
  cursor: pointer;
  width: auto;
  height: 3rem;
  transition: all .2s ease-in-out;
}

.social-item:hover {
  transform: scale(1.2);
}

.section.speakers {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.sponsors {
  background-color: var(--dark-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.video {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.attendees {
  background-color: var(--light-blue);
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.section.about {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.section.hero {
  background-color: var(--dark-blue);
  background-image: linear-gradient(90deg, #113e65a6 20%, #113e651a 65%), url('../images/floating-wind-turbine-hero.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.heading-h2.text-dark-blue {
  color: var(--dark-blue);
}

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

.heading-h2.text-white.text-center {
  color: var(--dark-blue);
}

.speakers-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.speakers-flexbox {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.speakers-flex-col {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  width: 20%;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.speaker-headshot {
  width: 100%;
  height: auto;
  display: block;
}

.speakers-name {
  color: var(--text-sub-blue);
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.speakers-title {
  color: var(--text-gray);
  margin-bottom: 0;
  font-size: .85rem;
  line-height: 1.25rem;
}

.sponsors-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.sponsors-tier-title {
  border-bottom: 1px solid var(--medium-blue);
  color: var(--text-white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: .75rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.sponsors-tier-flexbox {
  flex-flow: wrap;
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: 4rem;
  display: flex;
}

.sponsors-tier-col-1-4 {
  justify-content: center;
  width: 25%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.sponsors-tier-col-1-5 {
  justify-content: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.sponsors-callout {
  width: 66.67%;
  margin-top: 4rem;
  margin-bottom: 3rem;
  margin-left: 16.67%;
}

.sponsors-callout-title {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7rem;
}

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

.paragraph.text-blue {
  color: var(--dark-blue);
  font-size: .9rem;
  line-height: 1.5rem;
}

.text-link {
  text-underline-position: auto;
  font-size: 1rem;
  line-height: 1.7rem;
  text-decoration: underline;
}

.text-link.text-white {
  color: var(--dark-blue);
  text-underline-offset: .25rem;
}

.section-flag {
  padding-top: .5rem;
  padding-bottom: 2rem;
}

.section-flag-title {
  color: var(--text-gray);
  letter-spacing: .25rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.video-title {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.video-subtitle {
  width: 66.667%;
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 2rem;
  margin-left: 16.667%;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7rem;
}

.video-container {
  background-color: #d0d0d0;
  border-radius: 1rem;
  width: 66.667%;
  margin-bottom: 1rem;
  margin-left: 16.667%;
  padding-left: 0;
  overflow: hidden;
  box-shadow: 0 5px 10px #727272;
}

.attendees-header {
  width: 66.667%;
  margin-left: auto;
  margin-right: auto;
}

.attendees-title {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.attendees-subtitle {
  color: var(--dark-blue);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.attendees-flexbox {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.attendees-card {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.attendees-card-header {
  flex: none;
  justify-content: center;
  display: flex;
}

.attendees-card-body {
  flex-flow: column;
  flex: 1;
  padding: 1.5rem 1rem;
  display: flex;
}

.attendees-card-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.attendees-card-img {
  width: 100%;
}

.attendees-card-list {
  margin-bottom: 0;
  margin-left: -.5rem;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: .5rem;
  list-style-type: none;
}

.attendees-card-list-item {
  margin-bottom: 1rem;
}

.attendees-callout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 66.667%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem .5rem 4rem;
  display: flex;
  overflow: hidden;
}

.attendees-callout-col-2-10 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  display: flex;
}

.attendees-callout-title {
  color: var(--dark-blue);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.text-inline-link {
  color: var(--dark-blue);
  text-underline-offset: .3rem;
  cursor: pointer;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}

.about-flexbox {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
}

.about-col-1-2 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 41.667%;
  display: flex;
}

.img-fluid {
  width: 100%;
}

.img-rounded {
  border-radius: 1rem;
}

.btn-action {
  background-color: var(--green);
  border-radius: 1rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.btn-action:hover {
  background-color: var(--hover-green);
}

.btn-action.btn-about {
  align-self: flex-start;
}

.summit-stats {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.stats-col {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2rem;
  display: flex;
}

.stats-col.border-left {
  border-left: 1px solid var(--dark-blue);
}

.stats-number {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
}

.stats-desc {
  color: var(--dark-blue);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.stats-title-box {
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.stats-title {
  color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  display: flex;
}

.stats-arrow {
  align-self: auto;
}

.hero-content {
  color: var(--text-white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.hero-content-col {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.heading-h1 {
  font-size: 3rem;
  line-height: 4rem;
}

.hero-subtitle {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.hero-dates {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.navbar {
  background-color: var(--dark-blue);
  width: 100%;
}

.navbar.navbar-fixed {
  position: fixed;
  top: 0%;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.logo {
  width: 240px;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--text-white);
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar-toggle {
  filter: invert();
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: none;
}

.inner {
  margin-bottom: 4rem;
}

.content-container {
  width: 83.333%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-h1 {
  width: 75%;
  color: var(--text-sub-blue);
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.inner-h1.text-center {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.content-paragraph {
  color: var(--text-gray);
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7rem;
}

.inner-h3 {
  color: var(--text-sub-blue);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2rem;
}

.inner-h3.text-center.padding-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blue-link {
  color: var(--text-sub-blue);
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}

.blue-link:hover {
  border-bottom: 1px solid var(--text-sub-blue);
  text-underline-offset: .25rem;
}

.conrtent-callout {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.inner-h5 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.inner-h5.text-center {
  font-weight: 400;
}

.inner-h5.spotlight {
  color: var(--text-sub-blue);
  line-height: 1.8rem;
}

.content-bullet-list {
  color: var(--text-gray);
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.7rem;
}

.content-bullet-list-item {
  margin-bottom: 1rem;
}

.show-link {
  border-bottom: 1px solid var(--text-gray);
  color: var(--text-gray);
  cursor: pointer;
  text-decoration: none;
}

.content-image-full {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.content-image-center {
  margin: 1rem auto;
  display: block;
}

.content-flexbox-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-speakers {
  background-image: url('../images/pacific-offshore-wind-speakers-2024-1440x600.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 360px;
}

.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;
}

.page-flexbox {
  flex-flow: column;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.page-404-content {
  background-image: linear-gradient(#3b435580, #3b435580), url('../images/offshore-wind-power-1050x700.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lost-heading {
  color: var(--text-white);
  text-align: center;
  font-size: 3rem;
  line-height: 3.5rem;
}

.lost-subheading {
  color: var(--text-white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.btn-white {
  background-color: var(--text-white);
  color: var(--text-gray);
  border-radius: 1rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.btn-white:hover {
  background-color: var(--dark-blue);
  color: var(--text-white);
}

.btn-white.btn-lost {
  margin-top: 1rem;
  padding: 1rem 2rem;
}

.privacy-heading {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.privacy-subheading {
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.paragraph-sm {
  color: var(--text-gray);
  margin-bottom: 1rem;
  font-size: .9rem;
  line-height: 1.5rem;
}

.content-bullet-list-sm {
  color: var(--text-gray);
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: .9rem;
  line-height: 1.5rem;
}

.content-bullet-list-item-sm {
  margin-bottom: .5rem;
}

.privacy-section-heading {
  color: var(--dark-blue);
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-underline {
  text-underline-offset: .2rem;
  text-decoration: underline;
}

.privacy-section {
  margin-top: 2.5rem;
}

.footer-text-link {
  color: var(--text-white);
  cursor: pointer;
  text-decoration: none;
}

.footer-text-link:hover {
  text-underline-offset: .25rem;
  text-decoration: underline;
}

.sponsors-flexbox {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.sponsors-flexbox-col {
  flex: 0 calc(33% - 10px);
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
}

.sponsors-link {
  cursor: pointer;
}

.agenda-page {
  background-color: var(--dark-blue);
  min-height: 500px;
}

.agenda-header-image {
  background-color: #fff;
  background-image: linear-gradient(#0e0e0f8a, #0e0e0f8a), url('../images/turbine-construction-on-dock.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 360px;
  display: flex;
}

.agenda-headline {
  color: var(--text-white);
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 4.5rem;
}

.agenda-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.agenda-subheading {
  color: var(--text-white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 3rem;
}

.agenda-heading-text {
  text-align: center;
  color: #bfbfbf;
  font-size: 1rem;
}

.agenda-day {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.agenda-day-date {
  color: var(--text-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
}

.agenda-session {
  margin-bottom: 2rem;
  padding: 2rem 1rem 1.5rem;
  display: flex;
}

.agenda-session-time {
  width: 25%;
  color: var(--text-white);
  justify-content: center;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.session-time {
  margin-top: .25rem;
}

.agenda-session-info {
  flex-flow: column;
  flex: 1;
  margin-right: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.session-title {
  color: var(--text-white);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  display: flex;
}

.session-title.margin-top {
  margin-top: 1rem;
}

.session-paragraph {
  color: var(--text-white);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7rem;
  display: flex;
}

.session-heading {
  color: var(--text-white);
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 300;
  position: absolute;
  inset: -1rem auto auto 0%;
}

.subheading {
  text-align: center;
  margin-top: -1rem;
  font-size: 1rem;
}

.subheading.text-white {
  color: var(--text-sub-blue);
}

.register {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 300px;
  margin-top: 0;
  display: flex;
}

.register-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.page-title {
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
}

.page-title.padding-bottom {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

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

.travel-page {
  min-height: 500px;
}

.travel-header-image {
  background-color: #fff;
  background-image: linear-gradient(#0e0e0f33, #0e0e0f33), url('../images/port-of-long-beach-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 360px;
  display: flex;
}

.travel-headline {
  color: var(--text-white);
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 4.5rem;
}

.register-button {
  background-color: var(--text-white);
  color: var(--dark-blue);
  border-radius: 1rem;
  margin-left: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
}

.register-button.btn-blue {
  background-color: var(--dark-blue);
  color: var(--text-white);
  margin-left: 0;
}

.welcome-section {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.welcome-headline {
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.welcome-content {
  color: var(--text-gray);
}

.venue-section {
  background-color: var(--dark-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.venue-flexbox {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--text-white);
  align-items: center;
  display: flex;
}

.venue-flex-col {
  width: 45%;
}

.venue-prefix {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1rem;
}

.venue-title {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.venue-content {
  margin-top: 2rem;
}

.venue-paragraph {
  color: var(--text-white);
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7rem;
}

.venue-image {
  border-radius: 1rem;
  width: 100%;
}

.venue-flex-col-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.booking-button {
  background-color: var(--text-white);
  color: var(--dark-blue);
  border-radius: 1rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.venue-title-link {
  color: var(--text-white);
  text-decoration: none;
}

.venue-title-link:hover {
  text-underline-offset: 10px;
  text-decoration: underline;
}

.faq-section {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.faq-accordion {
  width: 100%;
}

.faq-accordion-item {
  border: 1px solid var(--text-sub-blue);
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1rem;
  overflow: hidden;
}

.forum-accordion-toggle {
  align-items: center;
  height: 70px;
  display: flex;
}

.wte-accordion-headline {
  color: var(--dark-blue);
  white-space: normal;
  word-break: normal;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.forum-accordion-content {
  background-color: inherit;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  position: static;
}

.forum-accordion-paragraph {
  color: var(--text-gray);
  line-height: 1.7rem;
}

.faq-title {
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.5rem;
}

.faq-section-header {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.faq-list {
  color: var(--text-gray);
}

.faq-list-item {
  margin-bottom: 1rem;
}

.hero-register-button {
  background-color: var(--text-white);
  color: var(--dark-blue);
  border-radius: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.register-footer {
  max-width: 48rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sponsors-inset {
  background-color: #f3f3f3;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.session-flexbox {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.port-tour-pdf-link {
  flex: none;
  width: 140px;
  text-decoration: none;
}

.session-info {
  color: var(--text-white);
  font-weight: 300;
  line-height: 1.5rem;
}

.session-info-flexbox {
  flex-flow: column;
  display: flex;
}

.info-link {
  color: var(--text-white);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  text-decoration: none;
}

.info-link:hover {
  text-underline-offset: .25rem;
  text-decoration: underline;
}

.tour-header {
  justify-content: space-between;
  align-items: flex-end;
  min-height: 700px;
  margin-bottom: 2rem;
  display: flex;
}

.tour-header-content {
  flex-flow: column;
  width: 65%;
  display: flex;
}

.tour-header-h1 {
  width: 70%;
  color: var(--text-white);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4.5rem;
}

.tour-header-bg {
  background-color: #001c29;
  background-image: linear-gradient(#0003, #0003), url('../images/polb-harbor-tour-hero-1440w.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tour-header-logo {
  flex-flow: column;
  display: flex;
}

.tour-header-text-lg {
  color: var(--text-white);
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.tour-header-h2 {
  color: var(--text-white);
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.tour-header-text {
  color: var(--text-white);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.tour-exp-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tour-exp-flexbox {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.tour-exp-headline {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
}

.tour-exp-flex-col {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.tour-exp-img-col {
  flex: 1;
  display: flex;
}

.tour-exp-img {
  border-radius: .5rem;
  display: block;
}

.tour-exp-img.on-mobile {
  display: none;
}

.tour-exp-paragraph {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.bold-text {
  font-weight: 500;
}

.tour-exp-rich-text-img {
  display: block;
}

.tour-detail-section {
  background-color: var(--dark-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tour-detail-flexbox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.tour-detail-col-left {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.tour-detail-col-right {
  flex-flow: column;
  flex: 1;
  padding-left: 1rem;
  display: flex;
}

.tour-detail-headline {
  color: var(--text-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}

.tour-detail-col-divider {
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.tour-detail-divider {
  border-left: 1px solid var(--text-white);
  display: flex;
}

.tour-paragraph {
  color: var(--text-white);
  margin-bottom: 0;
  padding-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.7rem;
}

.tour-detail-link {
  cursor: pointer;
  margin-bottom: 1rem;
}

.tour-callout-section {
  background-color: var(--text-sub-blue);
}

.tour-callout-flexbox {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.tour-callout__h3 {
  color: var(--text-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.tour-info-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tour-info-flexbox {
  flex-flow: column;
  align-items: stretch;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tour-info__h2 {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.tour-info-col {
  margin-bottom: 2rem;
}

.tour-info__h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: .3rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
}

.tour-info__p {
  color: var(--text-gray);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
}

.about-img.img-rounded {
  display: none;
}

.about-col-right {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 41.667%;
  display: flex;
}

.speaker-block-flexbox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.speaker-block-flexbox.margin-top {
  margin-top: 1rem;
}

.speaker-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 calc(50% - .5rem);
  align-items: flex-start;
  display: flex;
}

.speaker-img {
  width: 100px;
  height: auto;
}

.speaker-info {
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.speaker-info__name {
  color: var(--text-white);
  margin-bottom: .25rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.speaker-info__title {
  color: var(--text-white);
  margin-bottom: .25rem;
  font-size: .95rem;
  font-weight: 300;
}

.speaker-info__company {
  color: var(--text-white);
  font-size: .95rem;
  font-weight: 300;
}

.info-link__header {
  color: var(--text-white);
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: none;
}

.info-link__header:hover {
  text-underline-offset: .25rem;
  text-decoration: underline;
}

.speaker-info__-label {
  color: var(--text-white);
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-top: -.25rem;
  margin-bottom: .25rem;
  font-size: .7rem;
  font-weight: 300;
}

.host-partner {
  flex-flow: column;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.host-partner__label {
  color: var(--dark-blue);
  text-align: center;
  font-weight: 400;
}

.host-partner-flexbox {
  flex: 0 calc(33% - 10px);
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
}

.partners-flexbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.partners-flexbox-col {
  flex: 0 calc(25% - 30px);
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
}

.host-partner-img {
  margin-top: -1.5rem;
}

.partners-img {
  width: 200px;
}

.agenda-day-header {
  max-width: 80%;
  color: var(--text-white);
  text-align: left;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.agenda-day-header.align-center {
  text-align: center;
}

.agenda-session-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ind-session {
  background-color: #4778a9;
  margin-bottom: 2rem;
  padding: 2rem 1rem 1.5rem;
  display: flex;
}

.ind-session-banner {
  color: var(--text-white);
  text-align: center;
  margin-bottom: 0;
}

.ind-session-banner.margin-bottom {
  margin-bottom: .5rem;
}

.extended-sessions {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.speaker-block-col {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.speaker-block-link {
  cursor: pointer;
}

.extended-session-button {
  text-align: center;
  letter-spacing: 1px;
  background-color: #11b1ba;
  justify-content: center;
  padding: 1rem 1.5rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: flex;
}

.extended-session-button-wrapper {
  justify-content: center;
  padding-bottom: 1rem;
  display: flex;
}

.survey {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 300px;
  margin-top: 1rem;
  display: flex;
}

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

.loading-spinner {
  width: 3rem;
  height: 3rem;
  color: var(--light-blue);
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }

  .attendees-card-title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .attendees-callout-col-2-10 {
    flex: none;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    display: flex;
  }

  .attendees-callout-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .attendees-callout-col {
    flex: 1;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-blue {
    color: var(--dark-blue);
  }

  .about-flexbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-container {
    width: 66.667%;
  }

  .inner-h1 {
    width: 65%;
  }

  .header-image-speakers {
    background-image: url('../images/pacific-offshore-wind-speakers-2024-1440x600.jpg');
    background-position: 50%;
    background-size: auto;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.speakers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.hero {
    background-position: 0 0, 50%;
  }

  .speakers-flex-col {
    width: 25%;
  }

  .paragraph.text-white {
    font-weight: 300;
  }

  .video-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .video-subtitle {
    width: 83.333%;
    margin-left: 8.333%;
    font-size: 1rem;
    font-weight: 400;
  }

  .video-container {
    width: 83.333%;
    margin-left: 8.333%;
  }

  .attendees-header {
    width: 83.333%;
  }

  .attendees-flexbox {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .attendees-card-body {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .attendees-card-title {
    height: 5rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .attendees-callout {
    width: 83.333%;
  }

  .attendees-callout-col-2-10 {
    width: 20%;
  }

  .about-flexbox {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-col-1-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .summit-stats {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-col {
    flex: 1;
    margin-bottom: 1.5rem;
  }

  .stats-title-box {
    justify-content: flex-start;
    margin-left: -2rem;
  }

  .hero-content-col {
    width: 75%;
    padding-left: 2rem;
  }

  .nav-menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-end;
    width: 60%;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.hide-tablet {
    display: none;
  }

  .content-container {
    width: 100%;
  }

  .inner-h1.text-center {
    width: 75%;
  }

  .header-image-speakers {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
  }

  .sponsors-flexbox-col {
    flex-basis: calc(50% - 10px);
  }

  .welcome-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .venue-flexbox {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .venue-flex-col, .venue-flex-col-right {
    width: 100%;
  }

  .venue-image-link {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tour-header-h1 {
    width: 100%;
  }

  .tour-exp-flexbox {
    align-items: flex-start;
  }

  .tour-exp-img-col {
    display: none;
  }

  .tour-exp-img.on-mobile {
    display: block;
  }

  .tour-info-flexbox {
    width: 100%;
  }

  .about-text-block {
    margin-bottom: 1rem;
  }

  .about-img-inset {
    margin-bottom: 0;
  }

  .about-img.img-rounded {
    display: block;
  }

  .about-col-right {
    justify-content: flex-start;
    display: none;
  }

  .speaker-block-flexbox {
    flex-flow: column;
  }

  .speaker-block {
    flex-basis: auto;
  }

  .host-partner-flexbox, .partners-flexbox-col {
    flex-basis: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 720px;
  }

  .section.hero {
    background-image: linear-gradient(90deg, #113e65cc 20%, #113e6533), url('../images/floating-wind-turbine-hero.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .heading-h2.text-dark-blue {
    font-size: 1.325rem;
  }

  .heading-h2.text-white.text-center {
    font-size: 1.7rem;
  }

  .speakers-flex-col {
    width: 33.333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sponsors-title {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sponsors-tier-title {
    font-size: 1rem;
  }

  .sponsors-tier-col-1-4 {
    width: 50%;
    padding-top: .5rem;
  }

  .sponsors-tier-col-1-5 {
    width: 25%;
  }

  .sponsors-callout {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .attendees-flexbox {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .attendees-card {
    align-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .attendees-card-header {
    width: 100%;
  }

  .attendees-card-body {
    align-items: center;
  }

  .attendees-card-title {
    width: 80%;
    height: 4rem;
  }

  .attendees-card-list {
    padding-top: 1rem;
  }

  .attendees-callout {
    width: auto;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .about-flexbox {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .about-col-1-2 {
    align-items: center;
    width: 100%;
  }

  .btn-action.btn-about {
    align-self: center;
  }

  .summit-stats {
    justify-content: space-between;
    width: 100%;
  }

  .hero-content-col {
    width: 100%;
    padding-left: 1rem;
  }

  .navbar-container {
    position: relative;
  }

  .navbar-brand {
    z-index: 100;
    position: relative;
  }

  .nav-menu {
    z-index: 50;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--dark-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    padding-top: 25%;
    position: fixed;
    inset: 0%;
  }

  .nav-link.hide-tablet {
    display: block;
  }

  .navbar-toggle {
    z-index: 100;
    display: block;
    position: relative;
  }

  .inner-h1 {
    width: 100%;
  }

  .inner-h1.text-center {
    width: 90%;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .inner-h3 {
    font-size: 1.5rem;
  }

  .header-image-speakers {
    min-height: 200px;
  }

  .sponsors-flexbox-col {
    flex-basis: calc(50% - 10px);
  }

  .agenda-headline {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .agenda-subheading {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .agenda-day-date {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .agenda-session {
    border-radius: .5rem;
    flex-flow: column;
  }

  .agenda-session-time {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: .5rem;
  }

  .agenda-session-info {
    margin-top: .5rem;
  }

  .travel-headline {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .register-button {
    margin-left: 0;
  }

  .faq-accordion {
    margin-top: 2rem;
  }

  .wte-accordion-headline {
    word-break: normal;
    width: 90%;
  }

  .tour-header {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 700px;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .tour-header-content {
    width: 100%;
  }

  .tour-header-bg {
    background-image: linear-gradient(#00000054, #00000054), url('../images/polb-harbor-tour-hero-1440w.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .tour-header-logo {
    margin-top: 1rem;
  }

  .tour-detail-flexbox {
    flex-flow: column;
  }

  .tour-detail-col-right {
    padding-left: 0;
  }

  .about-col-right {
    align-items: center;
    width: 100%;
  }

  .host-partner {
    padding-bottom: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .host-partner-flexbox {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .partners-flexbox-col {
    flex-basis: calc(50% - 10px);
  }

  .agenda-day-header {
    max-width: 100%;
  }

  .ind-session {
    border-radius: .5rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 100%;
  }

  .pows-wave {
    display: block;
  }

  .heading-h2.text-dark-blue, .heading-h2.text-white.text-center {
    font-size: 1.5rem;
  }

  .speakers-flex-col {
    width: 50%;
  }

  .sponsors-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sponsors-tier-title {
    font-size: .85rem;
  }

  .sponsors-tier-col-1-4 {
    width: 100%;
    padding-top: 1rem;
  }

  .sponsors-tier-col-1-5 {
    width: 40%;
    padding-top: 1rem;
  }

  .video-title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .video-subtitle {
    width: 100%;
    margin-left: 0%;
    padding-left: .25rem;
    padding-right: .25rem;
    line-height: 1.5rem;
  }

  .video-container {
    width: 100%;
    margin-left: 0;
  }

  .attendees-card-title {
    width: 100%;
  }

  .attendees-callout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .attendees-callout-col-2-10 {
    justify-content: center;
    width: 100%;
  }

  .summit-stats {
    width: 90%;
  }

  .stats-title-box {
    margin-bottom: -1.5rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .logo {
    width: 200px;
  }

  .inner-h1.text-center {
    width: 100%;
  }

  .sponsors-flexbox-col {
    flex-basis: auto;
  }

  .faq-accordion {
    margin-top: 2rem;
  }

  .tour-header {
    margin-top: 4rem;
  }

  .tour-header-h1 {
    line-height: 4rem;
  }

  .tour-header-h2 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .tour-header-text {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .tour-exp-rich-text-img {
    width: 50%;
  }

  .speaker-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .host-partner-flexbox, .partners-flexbox-col {
    flex-basis: auto;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}