@font-face {
  font-family: Acro Mono;
  src: url('../fonts/AcroMono.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Regular-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GT America;
  src: url('../fonts/GT-America-Regular-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GT America;
  src: url('../fonts/GT-America-Regular-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GT America;
  src: url('../fonts/GT-America-Regular-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GT America;
  src: url('../fonts/GT-America-Regular-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GT America;
  src: url('../fonts/GT-America-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GT America;
  src: url('../fonts/GT-America-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --off-white: #f7f7f7;
  --off-black: #111;
  --orange: #f58020;
  --2px: 3px;
}

body {
  background-color: var(--off-white);
  color: var(--off-black);
  font-family: GT America, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

.cover-section {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.header-site {
  position: relative;
}

.header-mono {
  text-align: center;
  font-family: Acro Mono, Arial, sans-serif;
  font-size: 32px;
}

.header-title {
  text-align: center;
  font-family: Gt America Compressed, Impact, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1;
}

.head-titles {
  margin-top: 5vh;
  position: relative;
}

.header-bbcloud {
  justify-content: center;
  align-items: center;
  margin-top: -22px;
  display: flex;
  transform: rotate(-.5deg);
}

.chair {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.chair-img {
  height: 80vh;
}

.image {
  max-width: 990px;
}

.footer {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: relative;
}

.section-about {
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.rich-intro p {
  font-size: 2.1vw;
}

.marquee {
  color: var(--orange);
  width: 100%;
  height: 40px;
  margin-top: -1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Acro Mono, Arial, sans-serif;
  overflow: hidden;
}

.marquee.incal {
  border: var(--2px) solid var(--off-black);
  color: var(--off-black);
}

.marquee.bott {
  z-index: 10;
  color: var(--off-black);
  height: 40px;
  padding-top: 12px;
  font-size: 18px;
  position: relative;
}

.marquee-track {
  flex-flow: row;
  display: flex;
}

.marquee-content {
  white-space: nowrap;
}

.section-calendar {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.cal-sessions-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid solid;
  border-width: var(--2px);
  border-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cal-session-item {
  border-right: var(--2px) solid black;
  border-left: 1px #000;
}

.cal-session-item.last {
  border-right-style: none;
}

.cal-date {
  border-right: var(--2px) solid black;
  border-bottom: var(--2px) solid black;
  padding: 20px 10px;
  font-size: 24px;
  font-weight: 500;
}

.cal-date.last {
  border-right-style: none;
}

.cal-time {
  border-right: var(--2px) solid black;
  border-bottom: var(--2px) solid black;
  padding: 10px 10px 7px;
  font-family: Acro Mono, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.cal-time.last {
  border-right-style: none;
}

.cal-title {
  border-right: var(--2px) solid black;
  text-align: left;
  padding: 20px 10px;
  font-size: 32px;
  line-height: 1.1;
}

.cal-title.last {
  border-right-style: none;
}

.section-contribute {
  border-style: none solid solid;
  border-width: var(--2px);
  background-color: var(--orange);
  border-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.cont-title-call {
  float: left;
  flex-flow: column;
  display: flex;
}

.call-1 {
  font-family: Gt America Compressed, Impact, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.call-2 {
  font-family: Acro Mono, Arial, sans-serif;
  font-size: 30px;
}

.call-link {
  float: right;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: var(--2px) solid black;
  background-color: var(--off-white);
  color: var(--off-black);
  justify-content: flex-start;
  align-items: center;
  height: 65px;
  margin-top: 17px;
  margin-bottom: 17px;
  padding: 9px 10px;
  font-family: Gt America Compressed, Impact, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: .9;
  text-decoration: none;
  display: flex;
}

.call-link:hover {
  background-color: var(--off-black);
  color: var(--orange);
}

.call-icon {
  width: 30px;
  height: 65px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.code-embed {
  border: 1px solid var(--off-black);
}

.cal-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid solid;
  border-width: var(--2px);
  border-color: #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bbsito {
  z-index: 1;
  filter: saturate(0%);
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.filtro {
  z-index: 3;
  background-color: var(--orange);
  mix-blend-mode: screen;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .header-mono {
    font-size: 28px;
  }

  .header-title {
    font-family: Gt America Compressed, Impact, sans-serif;
    font-size: 7vw;
  }

  .head-titles {
    margin-top: 10vh;
  }

  .header-bbcloud {
    width: 100%;
    margin-top: -15px;
  }

  .chair {
    margin-bottom: 10vh;
  }

  .chair-img {
    height: 70vh;
  }

  .image {
    max-width: 670px;
  }

  .rich-intro p {
    font-size: 3vw;
  }

  .marquee {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .call-1 {
    font-family: Gt America Compressed, Impact, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .header-mono {
    font-size: 16px;
  }

  .header-title {
    font-family: Gt America Compressed, Impact, sans-serif;
  }

  .chair {
    margin-bottom: -11vh;
  }

  .chair-img {
    object-fit: contain;
    object-position: 50% 0%;
    height: 80vh;
  }

  .image {
    max-width: 410px;
  }

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

  .rich-intro p {
    font-size: 18px;
  }

  .cal-date {
    border-bottom-style: none;
    border-right-style: none;
    padding-bottom: 0;
    font-family: Acro Mono, Arial, sans-serif;
    font-size: 18px;
  }

  .cal-time {
    border-bottom-style: none;
    border-right-style: none;
  }

  .cal-title {
    border-bottom: var(--2px) solid black;
    border-right-style: none;
    padding-bottom: 30px;
  }

  .cal-title.last {
    border-bottom-style: none;
  }

  .section-contribute {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .call-1 {
    font-family: Gt America Compressed, Impact, sans-serif;
  }

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

@media screen and (max-width: 479px) {
  .header-mono {
    font-size: 14px;
  }

  .header-title {
    font-family: Gt America Compressed, Impact, sans-serif;
    font-size: 50px;
  }

  .image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-1 {
    font-family: Gt America Compressed, Impact, sans-serif;
    font-size: 40px;
  }

  .call-2 {
    font-size: 27px;
    line-height: 1;
  }
}

#w-node-c19479d7-fc72-ae32-0696-65ace89339d3-c90a6a48 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_947bc128-597f-7259-0dc4-f13570499936-c90a6a48 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b0bf0122-4a87-0172-6f07-2f76b3e48985-c90a6a48 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_41962eea-2e05-a782-7f0c-afb49e5ede65-c90a6a48 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8e5d6a4-1961-8202-d316-4a12ed5c9e90-c90a6a48 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b9bdecd5-b09e-0523-6dd9-ef47749aaafd-c90a6a48 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-be7f3104-e03f-bf52-63ed-d077c6199a28-c90a6a48 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6ada7f36-ce24-f41c-4d67-eb5785ba8dd0-c90a6a48 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3ef76981-a957-362a-178e-d1a3e9b8092d-c90a6a48 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_39139767-f839-eba1-9948-9c6a0c2835a7-c90a6a48 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5fd89a1b-9278-9580-1e03-a6e97d935be1-c90a6a48 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_42372e9f-3b44-b897-ffa8-4ced1cbef275-c90a6a48 {
  grid-area: 3 / 4 / 4 / 5;
}

@media screen and (max-width: 767px) {
  #w-node-c19479d7-fc72-ae32-0696-65ace89339d3-c90a6a48, #w-node-_947bc128-597f-7259-0dc4-f13570499936-c90a6a48, #w-node-b0bf0122-4a87-0172-6f07-2f76b3e48985-c90a6a48, #w-node-_41962eea-2e05-a782-7f0c-afb49e5ede65-c90a6a48, #w-node-c8e5d6a4-1961-8202-d316-4a12ed5c9e90-c90a6a48, #w-node-b9bdecd5-b09e-0523-6dd9-ef47749aaafd-c90a6a48, #w-node-be7f3104-e03f-bf52-63ed-d077c6199a28-c90a6a48, #w-node-_6ada7f36-ce24-f41c-4d67-eb5785ba8dd0-c90a6a48, #w-node-_3ef76981-a957-362a-178e-d1a3e9b8092d-c90a6a48, #w-node-_39139767-f839-eba1-9948-9c6a0c2835a7-c90a6a48, #w-node-_5fd89a1b-9278-9580-1e03-a6e97d935be1-c90a6a48, #w-node-_42372e9f-3b44-b897-ffa8-4ced1cbef275-c90a6a48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Acro Mono';
  src: url('../fonts/AcroMono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Regular-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}