:root {
  --colors--magenta: #b6124e;
  --colors--orange: #ff6900;
  --colors--color: #b5e4df;
  --colors--blue: #0204de;
  --colors--black: #111119;
  --colors--white: #f3f3f3;
  --colors--green: #b3e300;
}

.spacer {
  width: 100%;
  height: 5rem;
}

.keynote {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

.td-wide {
  width: 150px !important;
}

.allcaps {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05rem;
}

.text-center {
  text-align: center;
}

.day-wrapper {
  margin: 0 auto;
}

.arte-programa {
  width: 100%;
  border-collapse: collapse;
  border-radius: 3rem;
}

th, td {
  padding: 15px;
  text-align: left;
}

table, td, th {
  border-bottom: 1px solid orange;
  border-top: 1px solid orange
}

.bigger-border {
  border-bottom: 3px solid orange;
  border-top: 3px solid orange;
}

.more-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(255,105,0,0.1);
}

.no-border {
  border-top: 1px solid rgba(0,0,0,0) !important;
  border-bottom: 1px solid rgba(0,0,0,0) !important;
}

tr:hover {background-color: rgba(255,105,0,0.1);}

.team-grid {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: auto auto auto;
  padding: 10px 10px;
}

.keynote-wrapper {
  text-align: center;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  gap: 1rem 1rem;
}

.photo-and-name-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.keynote-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-content: left;
  justify-content: center;
  text-align: left;
  width: 100%;
}

.keynote-big-name {
  text-align: left;
  font-size: clamp(1rem, 2vw, 2rem);
  text-transform: uppercase;
}

.keynote-photo {
  max-width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.keynote-img {
  width: 100%;
  height: auto;
  max-height: 120%;
  object-fit: cover;
  border-radius: 100%;
}

.keynote-bio {
  text-align: left;
}

.keynote-bio-txt {
  font-size: 1.1rem;
  color: grey;
  text-align: left;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  max-width: 100svw;
  min-height: 100svh;
  font-family: Sequel Sans Disp, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  color: var(--colors--magenta);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  color: var(--colors--orange);
  margin-top: 35px;
  margin-bottom: 15px;
  font-family: Sequel Sans Head, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  color: var(--colors--orange);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Sequel Sans Head, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: Sequel Sans Head, sans-serif;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  color: var(--colors--magenta);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  list-style-type: disc;
}

ol {
  color: var(--colors--magenta);
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: var(--colors--color);
  border-radius: 50px;
  height: 3px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: var(--colors--color);
  border-radius: 2rem 2rem 0 0;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  position: relative;
}

.section.is-bottom-padding {
  padding-bottom: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 1rem;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  background-color: var(--colors--blue);
  padding: 16px 35px;
  font-size: .9rem;
  line-height: 1.4;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: var(--colors--magenta);
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Ahsing, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.heading-jumbo.is-contacts {
  color: var(--colors--magenta);
}

.heading-jumbo-small {
  color: var(--colors--blue);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.heading-jumbo-small.is-centered {
  padding-top: 12px;
  padding-bottom: 8rem;
}

.heading-jumbo-small.is-centered.is-centered-really, .heading-jumbo-small.jumbo-centered {
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 9000;
  background-color: #fff;
  align-items: center;
  margin-bottom: 15px;
  padding: 30px 50px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.navigation-item {
  opacity: .75;
  color: var(--colors--black);
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Sequel Sans Head, sans-serif;
  font-size: .7rem;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: .95;
  color: var(--colors--blue);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.is-pt-en {
  border: 2px solid var(--colors--white);
  color: var(--colors--white);
  background-color: #111119;
  border-radius: .4rem;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  background-color: var(--colors--green);
  color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-header.cc-subpage {
  background-color: var(--colors--magenta);
  margin-bottom: 75px;
}

.intro-header.cc-subpage.is-about {
  background-color: var(--colors--orange);
}

.intro-header.cc-subpage.is-team {
  background-color: var(--colors--blue);
}

.intro-header.cc-subpage.is-local {
  background-color: var(--colors--color);
}

.intro-header.cc-subpage.is-program {
  background-color: var(--colors--green);
}

.intro-header.cc-subpage.is-contacts {
  background-color: var(--colors--white);
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: left;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.motto-wrap.is-centered {
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  border-radius: 2rem;
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  display: none;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.intro-img-wrapper {
  background-image: url('../images/Prancheta-11-cópia-34x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin: 50px;
  position: absolute;
  inset: 0%;
}

.intro-img-wrapper.is-pt {
  background-image: url('../images/Artboard-244x.png');
}

.data-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 30svh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph {
  color: var(--colors--blue);
  font-size: 1.6rem;
}

.heading {
  color: var(--colors--orange);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 2.5rem;
  line-height: 1.5;
}

.rich-holder {
  width: 80%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.programm-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.programa-button {
  background-color: var(--colors--green);
  color: var(--colors--blue);
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 20px 30px;
  font-family: Sequel Sans Head, sans-serif;
}

.programa-button:hover {
  background-color: var(--colors--orange);
  color: var(--colors--color);
}

._2-col-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list {
  color: var(--colors--black);
}

.big-paragraph {
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.big-paragraph.is-top-padded {
  padding-top: 20px;
}

.cfp-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.link-cfp {
  color: #1a1b1f99;
  font-size: 1.5rem;
  line-height: 2.5;
}

.link-cfp.cfp-button {
  background-color: var(--colors--orange);
  color: var(--colors--black);
  border-radius: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3rem;
  line-height: 4;
}

.is-orange {
  color: var(--colors--orange);
}

.p-wrapper {
  margin-top: 40px;
}

.team-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.orador-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
}

.orador-p, .h3-center, .h4-center {
  text-align: center;
}

.college {
  color: #1a1b1fcc;
  font-size: .9rem;
}

.hamburger-dash {
  height: 2px;
}

.nav-divider-wrapper {
  width: 30px;
  height: 100%;
}

.nav-divider {
  background-color: var(--colors--black);
  width: 3px;
  height: 100%;
}

.navbar-divider-wrapper {
  border-radius: 4rem;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.navbar-divider {
  background-color: #111119b3;
  width: 2px;
}

.pt-en-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-holder {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.local-p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.3rem;
}

.local-p.is-bigger {
  font-size: 1.5rem;
}

.heading-centerd {
  text-align: center;
}

.body {
  max-width: 100svw;
  min-height: 100svh;
}

.lang-buttons {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lang-button {
  border: 2px solid var(--colors--white);
  background-color: var(--colors--black);
  color: var(--colors--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: .4rem;
  padding: 9px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.navlist-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.intro-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: 2.5fr 1fr;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.nav-dropdown-button {
  font-size: .7rem;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-txt {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dropdown-toggle {
  text-align: center;
}

.dropdown-toggle.w--open {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  cursor: pointer;
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 1rem;
  min-width: auto;
}

.dropdown-link {
  padding: 20px 25px;
}

.top-page-padding {
  margin-top: -120px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.scroll-offset {
  margin-top: -200px;
  padding-top: 200px;
}

.logo-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 50px 25px 50px 50px 50px 50px 50px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: flex-start center;
  width: 85%;
  margin: 30px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-img-vert {
  width: auto;
  height: 135px;
}

.logo-img-hor {
  width: 170px;
  height: auto;
}

.logo-img-hor.is-i3s {
  width: 210px;
}

.logo-img-grid {
  width: 6rem;
  height: auto;
}

.logo-img-grid.padding.ined {
  width: 3rem;
}

.logo-img-grid.ese {
  width: 5rem;
}

.logo-img-grid.emad {
  width: 5.5rem;
}

.logo-img-grid._3s {
  width: 9rem;
}

.logo-img-grid.ahembi {
  width: 11rem;
  margin-top: -4.5rem;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}

.logo-img-grid.unb {
  width: 7rem;
  margin-top: -2rem;
  margin-left: -.6rem;
  margin-right: -.6rem;
}

.dropdown-arrow {
  text-align: left;
  font-family: Sequel Sans Disp, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.cfp-button {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.cfp-link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 50px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 3.5rem;
  }

  .heading-jumbo-small {
    font-size: 30px;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    margin-top: 256px;
    padding-top: 0;
    display: block;
  }

  .menu {
    flex-flow: column;
    margin-right: -45svw;
    position: static;
  }

  .navigation-wrap {
    z-index: 8999;
    background-color: #fff;
    order: 2;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: var(--colors--color);
  }

  .navigation-item:active {
    background-color: var(--colors--white);
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 9001;
    background-color: #0000;
  }

  .logo-image {
    width: 180px;
  }

  .navigation-items {
    z-index: 8000;
    background-color: #fff;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 30svw;
    margin-top: auto;
    margin-bottom: auto;
    inset: 0% 0% 0% auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header.cc-subpage {
    margin-bottom: 50px;
  }

  .intro-header.cc-subpage.is-program {
    height: 300px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-heading {
    font-size: 2rem;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .rich-holder {
    width: 90%;
  }

  ._2-col-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 0rem;
  }

  .team-wrapper {
    grid-column-gap: 1rem;
  }

  .h3-center {
    text-align: left;
    font-size: 1.8rem;
  }

  .college {
    font-size: .8rem;
  }

  .menu-button-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    place-items: stretch center;
    width: 30px;
    display: flex;
    position: relative;
  }

  .hamburger-dash {
    background-color: var(--colors--black);
    border-radius: 1rem;
    width: 100%;
    height: 2px;
    position: relative;
  }

  .navbar-divider-wrapper {
    display: none;
  }

  .paragraph-holder {
    width: 100%;
  }

  .lang-button {
    text-align: center;
  }

  .navlist-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin: 25svh auto;
    position: relative;
  }

  .comites-p {
    font-size: 1.1rem;
  }

  .logo-wrapper {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: minmax(20px, 40fr) minmax(20px, 25fr) minmax(20px, 40fr) minmax(20px, 40fr) minmax(20px, 40fr) minmax(20px, 40fr);
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 12px;
    line-height: 1.2;
  }

  .button.cc-jumbo-button {
    padding: 12px 20px;
    font-size: .8rem;
  }

  .label.cc-light {
    text-align: left;
    font-size: .5rem;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 2.6rem;
  }

  .heading-jumbo-small {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-jumbo-small.jumbo-centered {
    font-size: 1.4rem;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    margin-right: -30svw;
  }

  .navigation {
    padding: 12px 30px;
  }

  .navigation-item {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-image {
    width: 130px;
  }

  .navigation-items {
    width: 25svw;
  }

  .cta-wrap {
    padding: 35px 30px;
  }

  .intro-header.cc-subpage {
    margin-bottom: 30px;
  }

  .motto-wrap {
    text-align: left;
    width: 100%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .details-wrap, .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .contact-heading {
    text-align: left;
    font-size: 1.5rem;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .intro-img-wrapper {
    margin: 25px;
  }

  .data-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
  }

  .paragraph {
    text-align: left;
    font-size: 1.3rem;
  }

  .programa-button {
    letter-spacing: .1rem;
    border-radius: .5rem;
    padding: 12px 20px;
    font-size: .6rem;
  }

  ._2-col-list {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    text-align: left;
    padding-left: 20px;
    font-size: .9rem;
  }

  .big-paragraph {
    text-align: left;
    font-size: 1.3rem;
  }

  .link-cfp {
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-wrapper {
    text-align: left;
  }

  .team-wrapper {
    grid-template-columns: 1fr;
  }

  .h3-center {
    font-size: 1.5rem;
  }

  .menu-button-wrapper {
    width: 25px;
  }

  .local-p {
    text-align: left;
    font-size: 1.1rem;
  }

  .local-p.is-bigger {
    text-align: left;
    font-size: 1.4rem;
  }

  .bold-text {
    text-align: left;
  }

  .lang-button {
    font-size: .65rem;
  }

  .heading-2 {
    text-align: left;
    font-size: 2rem;
  }

  .list-item {
    text-align: left;
    font-size: 1.3rem;
  }

  .list-2 {
    text-align: left;
    padding-left: 25px;
    font-size: 1.3rem;
  }

  .intro-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr;
  }

  .heading-3 {
    text-align: left;
    font-size: 1.6rem;
  }

  .links-mobile {
    color: #1a1b1fb3;
    font-size: 1.1rem;
  }

  .comites-p {
    text-align: left;
    font-size: 1rem;
  }

  .logo-wrapper {
    grid-template-columns: minmax(20px, 40fr) minmax(15px, 20fr) minmax(20px, 40fr) minmax(20px, 40fr) minmax(20px, 40fr) minmax(20px, 40fr);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .label.cc-light {
    text-align: center;
    font-size: .8rem;
    line-height: 1.2;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 2.5rem;
  }

  .heading-jumbo-small {
    text-align: center;
    font-size: 1rem;
  }

  .menu {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    font-size: .6rem;
  }

  .menu-button {
    flex: none;
  }

  .logo-image {
    width: 110px;
  }

  .navigation-items {
    width: 20svw;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .motto-wrap {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .contact-heading {
    font-size: 1.2rem;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .data-wrapper {
    justify-content: space-around;
    align-items: center;
  }

  .paragraph {
    font-size: 1rem;
  }

  .rich-holder {
    width: 100%;
  }

  .programa-button {
    border-radius: .5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px;
    font-size: .8rem;
  }

  ._2-col-list {
    grid-template-columns: 1fr;
  }

  .h3-center {
    font-size: 1.3rem;
  }

  .menu-button-wrapper {
    width: 20px;
  }

  .local-p, .local-p.is-bigger {
    font-size: 1rem;
  }

  .lang-button {
    padding: 6px 8px;
    font-size: .5rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .list-2 {
    font-size: 1rem;
  }

  .intro-wrapper {
    grid-template-rows: 1.5fr 1fr;
    grid-template-columns: 1.25fr;
  }

  .comites-p {
    font-size: .9rem;
  }

  .logo-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start;
    place-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    display: grid;
  }

  .logo-img-grid.padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-img-grid._2rem-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#w-node-_1f470228-e530-6eb9-0101-dd8504dbd43e-28226bd8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f470228-e530-6eb9-0101-dd8504dbd449-28226bd8, #w-node-_1f470228-e530-6eb9-0101-dd8504dbd44b-28226bd8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f470228-e530-6eb9-0101-dd8504dbd456-28226bd8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae01-40f7adfd, #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae00-40f7adfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae02-40f7adfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae03-40f7adfd, #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae04-40f7adfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae05-40f7adfd, #w-node-_5104c564-45a5-59a4-adb9-31874a7ea3f0-40f7adfd, #w-node-_45343053-d0b1-bfe4-8296-91a84f48b9a5-40f7adfd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01248ebb-c5cc-552d-cef1-79442d099475-28226bdb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_01248ebb-c5cc-552d-cef1-79442d099480-28226bdb, #w-node-_01248ebb-c5cc-552d-cef1-79442d099482-28226bdb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01248ebb-c5cc-552d-cef1-79442d09948d-28226bdb, #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-28226bdd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-28226bdd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_238da1a7-e856-0be4-8f16-5fec5993fc91-28226be2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_238da1a7-e856-0be4-8f16-5fec5993fc9c-28226be2, #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc9e-28226be2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_238da1a7-e856-0be4-8f16-5fec5993fca9-28226be2, #w-node-_01248ebb-c5cc-552d-cef1-79442d099475-481ed2cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_01248ebb-c5cc-552d-cef1-79442d099480-481ed2cf, #w-node-_01248ebb-c5cc-552d-cef1-79442d099482-481ed2cf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01248ebb-c5cc-552d-cef1-79442d09948d-481ed2cf, #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc91-038cc316 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_238da1a7-e856-0be4-8f16-5fec5993fc9c-038cc316, #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc9e-038cc316 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_238da1a7-e856-0be4-8f16-5fec5993fca9-038cc316, #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-1ee3f2f0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-1ee3f2f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f470228-e530-6eb9-0101-dd8504dbd43e-d2161872 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f470228-e530-6eb9-0101-dd8504dbd449-d2161872, #w-node-_1f470228-e530-6eb9-0101-dd8504dbd44b-d2161872 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f470228-e530-6eb9-0101-dd8504dbd456-d2161872 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1f470228-e530-6eb9-0101-dd8504dbd43e-28226bd8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f470228-e530-6eb9-0101-dd8504dbd449-28226bd8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f470228-e530-6eb9-0101-dd8504dbd44b-28226bd8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f470228-e530-6eb9-0101-dd8504dbd456-28226bd8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae02-40f7adfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae03-40f7adfd {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae04-40f7adfd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae05-40f7adfd {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_5104c564-45a5-59a4-adb9-31874a7ea3f0-40f7adfd, #w-node-_45343053-d0b1-bfe4-8296-91a84f48b9a5-40f7adfd {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_01248ebb-c5cc-552d-cef1-79442d099475-28226bdb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01248ebb-c5cc-552d-cef1-79442d099480-28226bdb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_01248ebb-c5cc-552d-cef1-79442d099482-28226bdb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01248ebb-c5cc-552d-cef1-79442d09948d-28226bdb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-28226bdd, #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc91-28226be2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc9c-28226be2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc9e-28226be2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_238da1a7-e856-0be4-8f16-5fec5993fca9-28226be2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_01248ebb-c5cc-552d-cef1-79442d099475-481ed2cf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01248ebb-c5cc-552d-cef1-79442d099480-481ed2cf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_01248ebb-c5cc-552d-cef1-79442d099482-481ed2cf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01248ebb-c5cc-552d-cef1-79442d09948d-481ed2cf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc91-038cc316 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc9c-038cc316 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_238da1a7-e856-0be4-8f16-5fec5993fc9e-038cc316 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_238da1a7-e856-0be4-8f16-5fec5993fca9-038cc316 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-1ee3f2f0, #w-node-_1f470228-e530-6eb9-0101-dd8504dbd43e-d2161872 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f470228-e530-6eb9-0101-dd8504dbd449-d2161872 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f470228-e530-6eb9-0101-dd8504dbd44b-d2161872 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f470228-e530-6eb9-0101-dd8504dbd456-d2161872 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae00-40f7adfd {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae01-40f7adfd, #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae00-40f7adfd, #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae02-40f7adfd, #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae03-40f7adfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae04-40f7adfd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bd69037c-ea43-c98d-dbc3-c68c40f7ae05-40f7adfd {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5104c564-45a5-59a4-adb9-31874a7ea3f0-40f7adfd, #w-node-_45343053-d0b1-bfe4-8296-91a84f48b9a5-40f7adfd {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/sequel-sans-bold-disp.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Medium-Head.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/Sequel-Sans-Medium-Disp.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ahsing';
  src: url('../fonts/Ahsing-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/Sequel-Sans-Black-Disp.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
