:root {
  --12131e: #121e2b;
  --ocean1: #03b0ea;
  --2bded3: #2bded3;
  --oceanblue: #003764;
  --dim-grey: #444040;
  --cinzaocean: #6d6d6f;
  --ocean2: #043968;
  --hover: #03b0ea24;
  --alice-blue: #e0e7f0;
  --crimson: #3f4b5f59;
  --turquoise: #2bded32e;
  --light-sea-green: #00b8ac63;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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 {
  background-color: var(--12131e);
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2em;
  font-weight: 300;
  line-height: 1;
}

h2 {
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

.section {
  width: 100%;
  display: block;
}

.section.no-scroll {
  width: 100%;
  overflow: hidden;
}

.section.pessoas, .section.missao, .section.categorias, .section.banner {
  display: block;
}

.container {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

.container.is--max_width {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.is--max_width.top-gradient {
  background-color: #2bded300;
  background-image: linear-gradient(to bottom, var(--ocean1), transparent 58%);
}

.container.is--members {
  padding-top: 15em;
  padding-bottom: 15em;
  display: block;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.hero-gradient-col {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--2bded3), #2bded342 56%, #fff0);
  opacity: .8;
  border-top-left-radius: 35em;
  border-bottom-left-radius: 35em;
  height: 50%;
}

.hero-gradient-col.is--left {
  width: 80%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-gradient-col.is--left.is--img {
  opacity: 1;
  background-image: linear-gradient(to right, #002955, #2bded342 56%, #fff0);
}

.hero-gradient-col.is--left.is--img.is-etica {
  background-image: linear-gradient(90deg, #222, #50505042 56%, #fff0);
}

.hero-gradient-col.is--two {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 99;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #ffffffdb;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 1.5em 4em;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link {
  color: #000;
  padding: .9em 0 .9em 2em;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #000;
  text-decoration: underline;
}

.nav-link.w--current {
  cursor: pointer;
}

.nav-link.oculto {
  display: none;
}

.nav-link.englishbutton {
  color: var(--oceanblue);
  font-weight: 700;
}

.nav-link.is-centered {
  text-align: center;
  cursor: pointer;
}

.nav-links {
  align-items: center;
  display: flex;
}

.nav-button {
  background-color: var(--oceanblue);
  text-align: center;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-radius: 2em;
  margin-left: 20px;
  margin-right: auto;
  padding: 15px 2em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.nav-button:hover {
  color: #fff;
  background-color: #95999c;
  border-style: none;
  border-color: #000;
  margin-left: 20px;
  margin-right: auto;
}

.nav-button:active {
  border-style: none;
  border-color: #000;
}

.nav-logo {
  max-width: 150px;
}

.logo {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 57.4219px;
  max-height: 57.4375px;
}

.logo.is--footer {
  margin-left: auto;
  margin-right: auto;
}

.gradient-row {
  z-index: 10;
  background-image: linear-gradient(270deg, #002955, #0000);
  border-top-right-radius: 35em;
  border-bottom-right-radius: 35em;
  width: 80%;
  margin-left: 0%;
}

.gradient-row.is--overlap {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-row.is--overlap.is--straight {
  z-index: 1;
  opacity: .57;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
}

.gradient-row.is--max-width {
  background-image: linear-gradient(270deg, var(--ocean1), #0000);
  width: 100%;
}

.gradient-row.is--max-width.is--straight {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gradient-row.is--max-width.is--mirror {
  background-image: linear-gradient(270deg, var(--dim-grey), transparent);
  border-radius: 0;
}

.hero-intro {
  align-items: center;
  height: 50%;
  padding-left: 10em;
  display: flex;
}

.hero-gradient_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.style-guide {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.divider {
  background-color: #ffffff21;
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.style-guide-section {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4em;
  display: grid;
}

.button {
  border: 1px solid var(--cinzaocean);
  color: #050505;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 2em;
  padding: 15px 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.button:hover {
  background-color: var(--cinzaocean);
  color: #fff;
  border-style: none;
}

.button.is--ghost {
  color: #0c0c0c;
  border-style: none;
  border-radius: 0;
  display: inline;
}

.button.is--ghost:hover {
  color: var(--ocean2);
  background-color: #0000;
  font-weight: 500;
}

.button.is--ghost.left-align {
  padding-left: 0;
}

.button.is--ghost.material {
  display: none;
}

.button.is--solid {
  background-color: var(--ocean1);
  color: var(--12131e);
}

.button.is--solid:hover {
  color: #fff;
  background-color: #0000;
}

.button.fale {
  background-color: var(--oceanblue);
  color: #fff;
  cursor: pointer;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}

.button.fale:hover {
  background-color: #003764e0;
}

.button.branco {
  color: #ffefef;
}

.button.blue {
  background-color: var(--oceanblue);
  color: #fff;
  border-style: none;
  border-color: #fff;
  display: inline;
}

.button.blue:hover {
  background-color: var(--cinzaocean);
}

.button.blue.material {
  display: none;
}

.section-heading {
  width: 45em;
  max-width: 481.5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

.small-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.small-text.is--gray {
  opacity: .5;
}

.small-text.is--gray.is--list {
  margin-right: .5em;
}

.small-text.missao {
  text-align: center;
  font-size: 14px;
}

.small-text.branco {
  color: #fff;
  font-size: 14px;
}

.small-text.black {
  color: #000;
  text-transform: none;
  display: inline;
}

.header-section {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.paragrah-medium {
  font-size: 1.2em;
  line-height: 1.3;
}

.section-title {
  padding-bottom: 1em;
}

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

.img-gradient {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--12131e), #fff0 41%);
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-intro_wrapper.missao {
  flex-direction: column;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-label_small {
  display: inline-block;
}

.img-section {
  opacity: .8;
  height: 45em;
  display: none;
  position: relative;
  overflow: hidden;
}

.statistics-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stat-item {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--oceanblue) 12%, transparent 66%);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 4em;
  transition: all .2s;
  display: flex;
}

.stat-item:hover {
  background-color: #ffffff69;
}

.stat-item.is--filp {
  background-color: #ffffff78;
  background-image: linear-gradient(to top, var(--oceanblue), transparent 66%);
}

.stat-heading {
  font-size: 4em;
  font-weight: 700;
}

.stat-heading.gray {
  color: #002955;
}

.item-title {
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer {
  border-top: 1px solid var(--dim-grey);
  background-image: none;
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
}

.two-col-footer {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 5em;
  display: flex;
}

.footer-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.form {
  align-items: center;
}

.text-field {
  border: 1px solid var(--ocean1);
  background-color: #0000;
  border-radius: 5em;
  height: 100%;
  margin-bottom: 0;
  margin-right: 1em;
  padding: 15px 2em;
  font-size: 1em;
}

.text-field:focus {
  color: #fff;
  border-color: #fff;
}

.form-input {
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.field-label {
  font-size: 1.2em;
  font-weight: 500;
}

.partners {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 0;
  display: grid;
}

.partner-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-gradient {
  flex-direction: row;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-wrapper {
  position: relative;
}

.cta-message {
  z-index: 11;
  flex-direction: column;
  align-items: center;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10em;
  padding-bottom: 10em;
  padding-left: 0;
  display: flex;
  position: relative;
}

.cta-message.clients {
  padding-top: 0;
  padding-bottom: 15em;
}

.stat-title {
  height: 4em;
  margin-bottom: 3.5em;
  overflow: hidden;
}

.logo-partner {
  filter: grayscale();
  width: 100%;
  max-width: 200px;
}

.logo-partner:hover {
  filter: none;
}

.logo-partner.maior {
  max-width: 150px;
}

.graphic {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.g-row {
  display: flex;
}

.g-shape {
  background-color: #0000;
  background-image: linear-gradient(270deg, #3f4b5f00 20%, var(--alice-blue));
  border-top-left-radius: 25em;
  border-bottom-left-radius: 25em;
  width: 10em;
  height: 4em;
}

.g-shape.is--filp {
  background-image: linear-gradient(to right, #3f4b5f00 20%, var(--alice-blue));
  border-radius: 0 25em 25em 0;
}

.nav-toggle__mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: none;
}

.nav-line {
  background-color: #fff;
  border-radius: 5em;
  width: 2em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.nav-click {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-line-x-1 {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
  position: absolute;
}

.nav-click-out {
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
}

.nav-line-x-2, .nav-line-large {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.statistics-hover-tabs {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/oceanexpress_portoimage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.img-stat-scroll {
  filter: grayscale();
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
}

.tabs-images-slider {
  filter: grayscale();
  background-image: url('../images/pexels-chanaka-906494.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  display: flex;
}

.stats-progress {
  position: relative;
}

.tab {
  background-color: var(--12131e);
  height: .5em;
  position: absolute;
}

.progress-line {
  background-color: #fffcfc;
  width: 33.3333%;
  height: .6em;
  margin-top: -.5em;
  position: absolute;
}

.hero-slideshow {
  height: 100%;
  position: relative;
}

.img-slide-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-slide-hero.is-etica {
  filter: grayscale();
  object-fit: scale-down;
  object-position: 0% 50%;
}

.sticky-wrapper {
  align-items: flex-start;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.sticky-wrapper.social {
  flex-direction: row-reverse;
}

.sticky-title {
  background-image: linear-gradient(to bottom, var(--oceanblue), #0000);
  width: 50%;
  padding: 5em 3em 15em;
  position: sticky;
  top: 10em;
}

.sticky-items {
  width: 50%;
}

.text-span {
  color: var(--dim-grey);
  max-width: 363.125px;
  font-weight: 400;
}

.item-wrapper {
  background-image: linear-gradient(to top, var(--dim-grey), #0000 45%);
  padding: 5em;
}

.sticky-heading {
  padding-top: 1em;
  padding-bottom: 1em;
}

.collection-item {
  display: flex;
}

.member-stripe {
  background-image: linear-gradient(to top, #03b0ea82, #0000 52%);
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  text-decoration: none;
}

.name-parent {
  height: 2.8em;
  overflow: hidden;
}

.member-name:hover {
  color: var(--ocean1);
}

.title-member {
  opacity: .5;
  color: #fff;
  font-size: 1em;
}

.member-wrapper {
  color: #fff;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.member-wrapper:hover {
  color: var(--2bded3);
}

.member-image {
  z-index: 2;
  width: 25em;
  height: 30em;
  position: absolute;
  right: 10%;
}

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

.section-sticky {
  height: 350vh;
}

.container-sticky {
  height: 100%;
  padding-top: 5em;
}

.sticky-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.sticky-item {
  background-image: linear-gradient(to right, #002955 32%, #121e2b00), linear-gradient(270deg, #6d6d6fa1, #0000);
  border-top-right-radius: 25em;
  border-bottom-right-radius: 25em;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 80%;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 10em;
  display: flex;
}

.sticky-item.ingles {
  display: none;
}

.item-content {
  width: 45%;
  padding-top: 4em;
  padding-bottom: 4em;
}

.wrapper-tech {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.footer-nav {
  overflow: hidden;
}

.footer-nav-items {
  display: flex;
}

.f-nav-item {
  background-image: linear-gradient(to bottom, var(--ocean1), #0000);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 30em;
  padding: 4em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.f-nav-item:hover {
  color: var(--12131e);
  background-image: linear-gradient(#fff, #ffffffa8);
}

.f-nav-item.is--filp {
  background-image: linear-gradient(to top, #2bded33b, #0000);
}

.f-nav-item.is--filp:hover {
  background-image: linear-gradient(to top, #ffffffb0, #fff);
}

.f-nav-item.is--filp.gradient {
  background-image: linear-gradient(to top, var(--ocean1), #0000);
}

.f-nav-item.is--empty {
  background-image: linear-gradient(#03b0ea7a, #0000);
}

.link-footer-text {
  white-space: nowrap;
  font-size: 3.5em;
}

.heading {
  margin-top: 0;
}

.tab-img {
  flex: none;
  width: 100%;
  height: 100%;
}

.tab-img-mobile {
  display: none;
}

.color-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 5em 2em;
  display: flex;
}

.color-block._2 {
  background-color: var(--12131e);
}

.color-block._3 {
  background-color: var(--crimson);
}

.color-block._1 {
  background-color: var(--ocean1);
}

.color-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.paragraph-large {
  color: #000;
  font-size: 18px;
}

.icon-articles {
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-block {
  color: var(--dim-grey);
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.heading-2 {
  color: #292929;
  flex: 0 auto;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.heading-2.fusos {
  margin-bottom: 10px;
}

.heading-3 {
  color: var(--dim-grey);
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #000;
  font-size: 14px;
}

.heading-4 {
  text-align: center;
  max-width: 420px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 400;
}

.link {
  text-decoration: none;
}

.image {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 11px 11px 17px #000;
}

.text-span-2 {
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
}

.div-block {
  object-fit: contain;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-span-3 {
  color: var(--dim-grey);
  text-decoration: none;
}

.heading-5 {
  max-width: 320px;
  font-size: 30px;
  font-weight: 500;
}

.link-footer_enderecos {
  color: var(--dim-grey);
  text-align: right;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 0;
  font-size: 14px;
  text-decoration: none;
}

.body {
  background-color: #fff;
  max-width: 100%;
}

.background-video {
  width: 100%;
  max-width: 600px;
}

.html-embed {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 107px;
  padding-bottom: 107px;
}

.div-block-2 {
  flex: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

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

.div-block-3.clients {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.clients:hover {
  filter: none;
}

.plus-icon {
  filter: invert();
  height: 16px;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.main-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 1071px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-medium {
  color: var(--oceanblue);
  text-align: left;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 24px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 40px;
}

.heading-regular {
  color: var(--dim-grey);
  margin-top: 10px;
  padding-right: 29px;
  font-size: 1.8em;
  font-weight: 600;
}

.text-span-6 {
  color: #84888b;
  text-align: right;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 20px;
}

.sectionfaq {
  margin-left: auto;
  margin-right: auto;
}

.span-divider {
  width: 25px;
  height: 25px;
}

.faq-link {
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-container {
  color: #747474;
}

.faq-wrapper {
  border-bottom: 1px solid var(--dim-grey);
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-paragraph {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

.grid-wrapper {
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-wrapper.sticky-faq {
  background-color: #0000;
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  position: sticky;
  top: 0;
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: 1216px;
}

.div-block-4 {
  filter: contrast(200%) grayscale();
  max-width: 150px;
}

.div-block-4:hover {
  filter: none;
}

.heading-6 {
  color: var(--oceanblue);
  text-align: center;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.paragraph-3 {
  color: var(--dim-grey);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-decoration: none;
}

.paragraph-4 {
  color: var(--dim-grey);
  text-align: left;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-decoration: none;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  margin: 100px auto;
  display: flex;
}

.div-block-6 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  text-align: left;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-8 {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.body-2 {
  background-color: #0000;
}

.heading-7 {
  color: #0f0f0f;
  margin: 100px auto 60px;
  font-size: 32px;
}

.section-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  margin: 100px auto;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-color: var(--oceanblue);
  outline-offset: 0px;
  border-left: 2px solid #fff;
  outline-width: 2px;
  outline-style: none;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 605px;
  margin: 40px auto;
  padding: 22px 0;
  display: grid;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
}

.heading-8 {
  color: #292929;
}

.div-block-11 {
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-9 {
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  transition: transform .3s cubic-bezier(.39, .575, .565, 1);
  position: fixed;
  inset: auto 1% 10% auto;
}

.image-9:hover {
  transform: scale(1.1);
}

.div-block-12 {
  background-color: var(--dim-grey);
  outline-color: var(--cinzaocean);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  max-width: 130px;
  padding-left: 9px;
  padding-right: 9px;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.agenda-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.agenda-description {
  max-width: 15rem;
}

.agenda-day-title {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin: 100px auto 140px;
  display: grid;
}

.agenda-bottom-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.75rem 2rem 2.75rem;
  display: flex;
}

.agenda-item.top {
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.75rem;
}

.anchor-link-dot {
  background-color: #000;
  width: .75rem;
  height: .15rem;
  position: absolute;
  inset: auto auto auto 0%;
}

.agenda-sidebar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  max-width: 15rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.page-padding {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.heading-large {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.agenda-card-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.agenda-cards {
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.agenda-time {
  align-items: center;
  height: 2rem;
  display: flex;
}

.special {
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.agenda-day {
  color: #000;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.5rem;
  display: flex;
}

.agenda-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 2rem;
  display: flex;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.65;
}

.text-size-large {
  color: #292929;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.65;
}

.text-color-light {
  color: #73757f;
}

.agenda-grid {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.agenda-detail {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.heading-medium-2 {
  color: #292929;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.preview-title {
  max-width: 32rem;
}

.agenda-top-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.agenda-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.anchor-link-text {
  z-index: 15;
  background-color: #fff;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.anchor-link {
  color: #4a4b52;
  align-items: center;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
  transition: color .45s cubic-bezier(.215, .61, .355, 1), padding .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.anchor-link.w--current {
  color: #000;
  padding-left: 1.25rem;
}

.section-days-agenda {
  z-index: 25;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.agenda-bottom {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: hidden;
}

.agenda-bottom.medidas {
  max-width: 500px;
  padding-left: 0;
}

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

.text-block-3 {
  color: #292929;
  font-size: 20px;
}

.div-block-14 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-14.incoterms {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr .25fr 1.25fr 1.25fr;
}

.paragraph-6 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 14px;
}

.paragraph-6.tit {
  background-color: var(--dim-grey);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 39.1875px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 39px 20px;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.paragraph-6.pret {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
}

.divblockconv {
  background-color: var(--cinzaocean);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divblockconv.claro {
  background-color: #8a8a8a;
}

.loader {
  z-index: 90;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

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

.logo-loader {
  height: 50px;
}

.progress-bar-wrapper {
  background-color: #2e2e2e;
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.progress-bar {
  background-color: #fff;
  width: 100%;
  height: 6px;
}

.background-video-2 {
  z-index: 3;
  flex: none;
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.image-10 {
  max-width: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.artecola {
  display: none;
}

.youtube-2 {
  z-index: 2;
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.agenda-day-title-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.agenda-day-2 {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.5rem;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.5rem;
  line-height: 1.65;
}

.heading-medium-3 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.agenda-bottom-2 {
  max-width: 30rem;
  padding-left: 3rem;
  overflow: hidden;
}

.link-2 {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link-2.underline-trail {
  text-transform: lowercase;
  font-weight: 500;
}

.custom-styles {
  display: none;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-12 {
  width: 100%;
}

.div-block-16 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-rows: 137px;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-18 {
  color: var(--dim-grey);
  font-size: 22px;
}

.paragraph-7 {
  font-size: 22px;
}

.div-block-19 {
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  max-width: 30px;
}

.paragraph-8 {
  color: var(--dim-grey);
  margin-left: auto;
  margin-right: auto;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.please-go-to-docs {
  color: #333;
  background-color: #fff;
  position: fixed;
  inset: 1rem auto auto 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

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

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

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

.link-block-3.w--current {
  max-width: none;
}

.link-3 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: auto 10% 5% auto;
}

.body-3 {
  background-color: #fff;
}

.section-3 {
  color: #000;
}

.div-block-20 {
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.heading-9 {
  margin-bottom: 40px;
  font-weight: 600;
}

.paragraph-9 {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

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

.heading-10 {
  outline-offset: 0px;
  text-align: center;
  outline: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.text {
  text-align: center;
  font-size: 15px;
}

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

.link-4 {
  max-width: 100%;
}

.hero-paragraph-wrapper {
  background-image: linear-gradient(90deg, #0000, #b7b8ba 15%, #fff);
  max-width: 55rem;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 3rem 3rem 3rem 9rem;
  position: relative;
}

.hero-paragraph {
  color: #000;
  font-size: .8em;
}

.link-5 {
  color: #000;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.link-5:hover {
  color: var(--ocean2);
}

.link-block-4 {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 19.2px;
  }

  h2 {
    font-size: 2.2em;
  }

  .section, .section.no-scroll {
    display: block;
  }

  .section.pessoas, .section.missao, .section.categorias {
    display: none;
  }

  .hero-gradient-col.is--left {
    background-image: linear-gradient(to right, var(--2bded3), #2bded342 56%, #fff0);
  }

  .nav-link:hover {
    color: #00bfff;
  }

  .nav-button {
    border-color: var(--ocean1);
    color: #fff5f5;
    text-align: center;
    background-color: #03b0eaad;
    line-height: 1;
  }

  .nav-button:hover {
    color: #fff;
  }

  .gradient-row {
    background-image: linear-gradient(270deg, var(--ocean1), #0000);
  }

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

  .button.is--ghost:hover {
    color: var(--ocean1);
  }

  .hero-intro_wrapper.missao {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .stat-item:hover {
    background-color: var(--hover);
  }

  .two-col-footer, .footer-row {
    margin-left: auto;
    margin-right: auto;
  }

  .partners {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .cta-message {
    padding-left: 0;
  }

  .logo-partner {
    filter: invert() saturate(0%);
    max-width: 200px;
    height: auto;
  }

  .statistics-hover-tabs {
    filter: grayscale();
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/pexels-chanaka-906494.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .img-stat-scroll {
    filter: grayscale();
  }

  .tabs-images-slider {
    filter: grayscale();
    background-image: url('../images/pexels-chanaka-906494.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .item-wrapper {
    background-image: linear-gradient(to top, #03b0ea8f, #0000 45%);
  }

  .member-stripe:hover {
    color: var(--ocean1);
  }

  .member-img {
    max-width: 480px;
  }

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

  .heading-2 {
    max-width: 700px;
  }

  .paragraph {
    margin-bottom: 60px;
  }

  .heading-4 {
    text-align: center;
    margin: 0 auto 40px;
  }

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

  .image {
    max-width: 800px;
  }

  .text-span-2 {
    font-size: .8em;
    font-weight: 300;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.3em;
  }

  p {
    font-size: .9em;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    height: 100vh;
  }

  .hero-gradient-col.is--left.is--img {
    width: auto;
  }

  .navbar {
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-links {
    z-index: 1;
    background-color: var(--12131e);
    background-image: linear-gradient(to bottom, var(--12131e) 39%, #0000), linear-gradient(to top, #2bded380, #0000);
    border-bottom-right-radius: 5em;
    border-bottom-left-radius: 5em;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 6.5em;
    padding-bottom: 6.5em;
    padding-left: 3em;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    transform: translate(0);
  }

  .nav-logo {
    z-index: 99;
    position: relative;
  }

  .logo.is--footer {
    max-width: none;
  }

  .gradient-row {
    width: 100%;
  }

  .gradient-row.is--overlap.is--straight {
    display: none;
  }

  .hero-intro {
    padding-left: 5em;
  }

  .style-guide {
    padding-left: 4em;
    padding-right: 4em;
  }

  .style-guide-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    width: auto;
  }

  .header-section {
    width: 90%;
  }

  .hero-intro_wrapper {
    width: 80%;
  }

  .stat-item {
    height: auto;
    padding: 2em;
  }

  .stat-heading {
    font-size: 2.5em;
  }

  .footer {
    padding-left: 3em;
    padding-right: 3em;
  }

  .two-col-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-links {
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
  }

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

  .partners {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-wrap: wrap;
    grid-template-rows: repeat(auto-fit, 38px) 200px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 9.1em;
    padding-left: 5em;
    padding-right: 5em;
    display: grid;
  }

  .cta-message {
    padding-left: 0;
  }

  .stat-title {
    height: 2.3em;
  }

  .logo-partner {
    flex: none;
  }

  .graphic {
    font-size: 1vw;
  }

  .nav-toggle__mobile {
    z-index: 99;
    font-size: 1em;
    display: flex;
    position: relative;
  }

  .nav-line {
    background-color: var(--dim-grey);
  }

  .nav-click {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-click-out {
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-line-large {
    background-color: var(--dim-grey);
  }

  .sticky-wrapper {
    padding-top: 5.6em;
  }

  .sticky-title {
    padding-left: 5em;
    padding-right: 5em;
  }

  .item-wrapper {
    padding: 3em 5em;
  }

  .member-stripe {
    padding-left: 5em;
  }

  .sticky-item {
    width: 100%;
    padding-left: 5em;
  }

  .item-content {
    width: 50%;
  }

  .footer-nav-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-nav-item {
    min-width: auto;
  }

  .f-nav-item.is--empty {
    display: none;
  }

  .link-footer-text {
    font-size: 2.3em;
  }

  .guide-col.is--title {
    padding-bottom: 2em;
  }

  .icon-articles {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    font-size: 13px;
  }

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

  .heading-2 {
    max-width: 500px;
  }

  .heading-4 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .agenda-day-title {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .agenda-sidebar {
    display: none;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .agenda-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .agenda-day-title-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20 {
    max-width: 80%;
    padding-top: 60px;
  }

  .heading-9 {
    margin-left: 0;
    margin-right: auto;
  }

  .container-3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    line-height: 1.1;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--members {
    padding: 5em 0;
  }

  .hero {
    height: 92vh;
  }

  .hero-gradient-col.is--left.is--img {
    background-image: none;
  }

  .navbar {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .nav-logo {
    max-width: none;
  }

  .logo.is--footer {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-row {
    background-image: linear-gradient(to top, var(--dim-grey), #0000 75%);
    border-top-right-radius: 0;
    border-bottom-left-radius: 35em;
  }

  .gradient-row.is--max-width {
    background-image: linear-gradient(to top, #2bded3, #0000);
    border-radius: 0 0 25em 25em;
  }

  .gradient-row.is--max-width.is--straight {
    background-image: linear-gradient(to top, #2bded3, #0000);
    border-bottom-right-radius: 25em;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .section_cta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .small-text {
    color: #fff;
  }

  .img-gradient {
    display: none;
  }

  .img-gradient.is--divider {
    background-image: linear-gradient(to bottom, var(--12131e), #fff0 41%);
    display: block;
  }

  .img-section {
    height: 24em;
  }

  .statistics {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .stat-item {
    padding-left: 3em;
    padding-right: 3em;
  }

  .stat-item.is--filp {
    background-image: linear-gradient(#44404061, #0000 66%);
  }

  .footer {
    padding-bottom: 2em;
  }

  .two-col-footer {
    padding-top: 2em;
  }

  .footer-row {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-links {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .partners {
    padding-top: 60px;
  }

  .cta-message {
    text-align: center;
    justify-content: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .stat-title {
    margin-bottom: 1em;
  }

  .graphic {
    font-size: 2vw;
  }

  .statistics-hover-tabs, .img-stat-scroll, .progress-line {
    display: none;
  }

  .sticky-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .sticky-title {
    width: auto;
    padding-left: 3em;
    padding-right: 3em;
    position: static;
  }

  .sticky-items {
    width: auto;
  }

  .item-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .member-stripe {
    padding-left: 3em;
  }

  .member-wrapper {
    flex-direction: column;
  }

  .member-image {
    width: 100%;
    height: 25em;
    position: static;
  }

  .section-sticky {
    height: auto;
  }

  .sticky-content {
    flex-direction: column;
  }

  .sticky-item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sticky-item.is--mirror {
    background-image: linear-gradient(270deg, #2bded3, #0000);
  }

  .wrapper-tech {
    height: auto;
    position: static;
  }

  .tab-img-mobile {
    display: block;
  }

  .text-block {
    padding-left: 73px;
    padding-right: 73px;
    font-size: 14px;
  }

  .heading-3 {
    max-width: 376px;
    font-weight: 400;
  }

  .heading-4 {
    font-size: 35px;
  }

  .link-footer_enderecos {
    text-align: center;
    padding-left: 0;
    font-size: 12px;
  }

  .main-grid {
    grid-row-gap: 36px;
  }

  .heading-medium {
    font-size: 24px;
  }

  .heading-regular {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .agenda-day {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .agenda-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .agenda-top-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logo-loader {
    height: 35px;
  }

  .agenda-day-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .heading-medium-3 {
    font-size: 1.5rem;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-3 {
    inset: auto auto 10px;
  }

  .heading-10, .text {
    font-size: 12px;
  }
}

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

  .hero {
    height: auto;
    min-height: 92vh;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-links {
    background-image: linear-gradient(#fff 39%, #0000), linear-gradient(to top, #00376487, #0000);
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: none;
    inset: 0% 0% auto;
  }

  .nav-button {
    background-color: #003764ed;
    border-style: none;
    border-color: #000;
    max-width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-button:hover {
    background-color: #00233f;
  }

  .logo {
    width: 100%;
  }

  .logo.is--footer {
    max-width: 180px;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.is--ghost {
    color: #fff;
    font-weight: 600;
  }

  .button.is--solid {
    margin-top: 1em;
  }

  .button.fale {
    font-size: 12px;
  }

  .section_cta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-heading {
    max-width: 500px;
    padding-bottom: 0;
  }

  .small-text.missao {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-intro_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-intro_wrapper.missao {
    width: 100%;
  }

  .img-section {
    display: none;
  }

  .statistics {
    padding-top: 20px;
  }

  .footer {
    margin-left: auto;
    margin-right: auto;
  }

  .two-col-footer {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .form-input {
    flex-direction: column;
    align-items: stretch;
  }

  .partners {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-message {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .cta-message.clients {
    padding-bottom: 100px;
  }

  .logo-partner {
    max-width: 200px;
  }

  .nav-line-x-1 {
    background-color: var(--dim-grey);
  }

  .nav-click-out {
    display: block;
  }

  .nav-line-x-2 {
    background-color: var(--dim-grey);
  }

  .statistics-hover-tabs {
    background-image: linear-gradient(#070606a1, #070606a1), url('../images/oceanexpress_portoimage.jpg');
    background-position: 0 0, 100% 0;
    margin-top: 40px;
    display: flex;
  }

  .sticky-wrapper {
    padding-bottom: 0;
  }

  .sticky-wrapper.social {
    flex-direction: column;
  }

  .sticky-title {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .container-sticky {
    padding-top: 0;
  }

  .sticky-item {
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .item-content {
    width: auto;
  }

  .footer-nav-items {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .f-nav-item.is--filp.gradient {
    background-image: linear-gradient(#2bded33b, #0000);
  }

  .text-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 1.1;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .paragraph.social {
    font-size: 15px;
  }

  .heading-4 {
    max-width: 500px;
    font-size: 20px;
  }

  .text-span-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-footer_enderecos {
    text-align: center;
    max-width: 224px;
    margin-top: 20px;
    padding-left: 11px;
    padding-right: 11px;
  }

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

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

  .plus-icon {
    height: 12px;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .main-grid {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .heading-medium {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
    line-height: 1.15;
  }

  .heading-regular {
    font-size: 18px;
  }

  .text-span-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .sectionfaq {
    background-image: none;
    margin-top: 60px;
  }

  .faq-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 21px;
    padding-right: 21px;
  }

  .main-paragraph {
    font-size: 14px;
  }

  .grid-wrapper.sticky-faq {
    margin-left: 21px;
    padding-top: 0;
  }

  .div-block-4 {
    max-width: 150px;
  }

  .div-block-4.blank {
    display: none;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .paragraph-3 {
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
  }

  .div-block-5 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-6 {
    flex-direction: column;
    margin-top: 40px;
  }

  .div-block-10 {
    width: 100%;
    max-width: 150px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 1;
  }

  .div-block-13 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .agenda-day-title {
    margin-left: auto;
    margin-right: auto;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .agenda-item.top {
    flex-direction: column;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.75rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .agenda-card-wrapper, .agenda-cards {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .agenda-day {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1.5rem;
  }

  .text-size-large {
    margin-left: auto;
    margin-right: auto;
  }

  .agenda-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .agenda-bottom {
    padding-left: 0;
  }

  .div-block-14.incoterms {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: minmax(85px, .25fr) minmax(40px, .25fr) minmax(60px, 1.25fr) minmax(80px, .25fr);
  }

  .paragraph-6 {
    flex: none;
    font-size: 11px;
  }

  .paragraph-6.tit {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 1;
  }

  .paragraph-6.pret {
    line-height: 1;
  }

  .divblockconv {
    width: 100%;
  }

  .background-video-2 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .artecola {
    display: none;
  }

  .image-11 {
    max-width: 150px;
  }

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

  .agenda-day-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1.5rem;
  }

  .agenda-bottom-2 {
    padding-left: 2rem;
  }

  .div-block-15 {
    flex-direction: column;
    display: flex;
  }

  .div-block-16 {
    max-width: 200px;
    margin-top: 40px;
  }

  .div-block-17 {
    margin-top: 20px;
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .paragraph-8 {
    font-size: 15px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .heading-9 {
    font-size: 20px;
  }

  .paragraph-9 {
    text-align: left;
    max-width: 100%;
    font-size: 13px;
  }

  .heading-10 {
    font-size: 10px;
  }

  .link-4 {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .hero-paragraph-wrapper {
    background-image: linear-gradient(0deg, #fff, #b7b8ba 100%, #0000);
    margin-right: auto;
    padding: 4rem 1rem 0;
    display: block;
  }
}

#w-node-eeb3694a-5879-eaaa-ae9b-1eff05809f73-684c0b53, #w-node-_8a0d7fbc-f75c-75d3-908a-faaa4df77853-684c0b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4260202-f261-77c0-a9ee-afdd60e522c7-684c0b53, #w-node-_663fbe6e-1173-3f25-fc45-e679f640adc9-684c0b53, #w-node-b1e91efb-01ef-e30a-da0b-6ff5699a1b90-684c0b53, #w-node-_3f8ce5d0-bf29-2dce-cd04-2f5fd272854b-684c0b53, #w-node-ffb57a4c-00ef-9150-91eb-d45d66e5f025-684c0b53, #w-node-_170838c8-765e-cdbd-c52d-4c1ada54c9b7-684c0b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e3b5cd3-2866-e2b0-f642-2f6d4ba37de1-684c0b53, #w-node-_3ec52ee2-4c75-d06f-7a2f-8f5881d2e6a4-684c0b53, #w-node-_2e2dbf4f-f38b-af54-c793-8962ac4bc1a8-684c0b53, #w-node-c6ef0596-0573-6419-d1be-4b5f594b9f60-684c0b53, #w-node-_71bcb917-6e0b-5b2c-58a9-2b8fd8893289-684c0b53, #w-node-f3f526fa-1abb-a68a-aada-a5288cfcfd52-684c0b53, #w-node-b13b2760-53ec-46c0-2821-587634c3d0ee-684c0b53, #w-node-_865eb1ad-c0cc-3f7d-0530-0e8592d2b937-684c0b53, #w-node-_4f3ec501-a6c8-aae9-a0dc-189b74af53f2-684c0b53, #w-node-_02d90d45-04a5-76d7-8280-b5c7499090d1-684c0b53, #w-node-_4d8c9f0e-bc49-d893-1b11-e1936c1d1c42-684c0b53, #w-node-e082eba4-f757-d1df-b920-d576a68050f1-684c0b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db3510e7-6dee-b808-5f4d-906d43a1634a-684c0b53 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: start stretch;
}

#w-node-db3510e7-6dee-b808-5f4d-906d43a16350-684c0b53 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0bc5-55f8114d {
  align-self: start;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0be0-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0bef-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0bf2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0bf5-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0bf8-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0bfb-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0bfe-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c01-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c04-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c07-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c0a-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c0d-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c10-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c13-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c16-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c19-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c1c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c1f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c22-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c25-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c28-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c2b-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c2e-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c31-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c34-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c37-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c3a-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c3d-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c40-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c43-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c46-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c49-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c4c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c4f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c52-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c55-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c58-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c5c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c5f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c62-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c65-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c68-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c6b-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c6e-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c71-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c74-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c77-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c7a-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c7d-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c80-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c83-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c86-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c89-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c8c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c8f-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c92-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c95-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c98-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c9b-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0c9e-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ca1-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ca4-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ca7-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0caa-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cad-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cb0-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cb3-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cb6-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cb9-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cbc-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cbf-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cc2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cc5-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cd2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cd6-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cd9-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cdc-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cdf-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ce2-55f8114d {
  grid-area: span 7 / span 1 / span 7 / span 1;
  place-self: stretch stretch;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ce5-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ce8-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ceb-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cee-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cf2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cf5-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cf8-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cfb-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0cff-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d02-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d05-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d08-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d0c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d0f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d12-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d15-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d19-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d1c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d1f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d22-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d26-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d29-55f8114d {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: stretch stretch;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d2c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d2f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d33-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d36-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d39-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d3c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d3f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d42-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d45-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d48-55f8114d {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: stretch stretch;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d4b-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d4e-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d51-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d54-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d57-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d5a-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d5d-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d60-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d63-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d66-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d69-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d6c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d6f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d72-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d75-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d78-55f8114d {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d7b-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d7e-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d81-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d84-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d87-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d8a-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d8d-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d90-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d93-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d96-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d99-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d9c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0d9f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0da2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0da5-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0db2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0db6-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0db9-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dbc-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dbf-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dc2-55f8114d {
  grid-area: span 7 / span 1 / span 7 / span 1;
  place-self: stretch center;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dc5-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dc8-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dcb-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dce-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dd2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dd5-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dd8-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ddb-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0ddf-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0de2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0de5-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0de8-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dec-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0def-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0df2-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0df5-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0df9-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dfc-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0dff-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e02-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e06-55f8114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e09-55f8114d {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: stretch center;
}

#w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e0c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e0f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e13-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e16-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e19-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e1c-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e1f-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e22-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e25-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e28-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e2b-55f8114d, #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0e2e-55f8114d, #w-node-_3f1b9a20-9380-d2b2-f091-db12d082d9a3-709508db, #w-node-_3f1b9a20-9380-d2b2-f091-db12d082d9a5-709508db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f1b9a20-9380-d2b2-f091-db12d082d9a6-709508db, #w-node-_3f1b9a20-9380-d2b2-f091-db12d082d9a8-709508db, #w-node-_3f1b9a20-9380-d2b2-f091-db12d082d9b1-709508db, #w-node-_3f1b9a20-9380-d2b2-f091-db12d082d9b3-709508db, #w-node-_3f1b9a20-9380-d2b2-f091-db12d082d9bc-709508db, #w-node-_3f1b9a20-9380-d2b2-f091-db12d082d9be-709508db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e3b5cd3-2866-e2b0-f642-2f6d4ba37de1-709508db, #w-node-_3ec52ee2-4c75-d06f-7a2f-8f5881d2e6a4-709508db, #w-node-_2e2dbf4f-f38b-af54-c793-8962ac4bc1a8-709508db, #w-node-c6ef0596-0573-6419-d1be-4b5f594b9f60-709508db, #w-node-_71bcb917-6e0b-5b2c-58a9-2b8fd8893289-709508db, #w-node-f3f526fa-1abb-a68a-aada-a5288cfcfd52-709508db, #w-node-b13b2760-53ec-46c0-2821-587634c3d0ee-709508db, #w-node-_865eb1ad-c0cc-3f7d-0530-0e8592d2b937-709508db, #w-node-_4f3ec501-a6c8-aae9-a0dc-189b74af53f2-709508db, #w-node-_02d90d45-04a5-76d7-8280-b5c7499090d1-709508db, #w-node-_4d8c9f0e-bc49-d893-1b11-e1936c1d1c42-709508db, #w-node-e082eba4-f757-d1df-b920-d576a68050f1-709508db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db3510e7-6dee-b808-5f4d-906d43a1634a-709508db {
  grid-area: 1 / 1 / 2 / 5;
  place-self: start stretch;
}

#w-node-db3510e7-6dee-b808-5f4d-906d43a16350-709508db {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_6364b1c6-398d-ea1f-c080-6739ca4eab9d-19f5b360, #w-node-acdd709f-1494-661a-faaf-62c6b702d964-19f5b360, #w-node-_5031b2ac-81cf-bf57-c5f1-a38dd1a732f9-19f5b360, #w-node-_02e3459e-9246-6bfa-8ea0-a00ea7cb4aca-19f5b360, #w-node-_38b9fcf3-919d-36cf-e4db-5c20e2393670-19f5b360, #w-node-_34778b7a-1583-4016-24b9-a88194dd7779-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb58a91e-ba18-c3fb-8e70-2c0b54f1ffd9-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_5411defe-822d-53b8-3a2f-5ad9edc9fa6c-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23cb5dfb-a5c8-57f9-19ed-3c5a886ed37d-19f5b360, #w-node-_425f3f67-a376-eb04-8da6-41df567b7648-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_94dfb4d7-b67e-f546-e55e-a56ff8dc9376-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4bfba583-b27f-7890-0dfa-290c8beef196-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abd4c8b7-c0e7-0cbf-4bc7-7e8e9db17e35-19f5b360, #w-node-e9f88b1b-8eee-b29d-fc74-239254e46c5d-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_13e2da00-6a32-9e39-b653-a012a31a6f65-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3350fdbf-5f23-f7bb-7b89-3f5a5b9d2d24-19f5b360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-db3510e7-6dee-b808-5f4d-906d43a1634a-684c0b53 {
    grid-column-end: 3;
  }

  #w-node-db3510e7-6dee-b808-5f4d-906d43a16350-684c0b53 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-db3510e7-6dee-b808-5f4d-906d43a1634a-709508db {
    grid-column-end: 3;
  }

  #w-node-db3510e7-6dee-b808-5f4d-906d43a16350-709508db {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-db3510e7-6dee-b808-5f4d-906d43a1634a-684c0b53 {
    justify-self: start;
  }

  #w-node-_95d285f5-cea8-1132-8a88-34d7cf9e0db6-55f8114d {
    justify-self: stretch;
  }

  #w-node-db3510e7-6dee-b808-5f4d-906d43a1634a-709508db {
    justify-self: start;
  }
}


