.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
  margin-left: 11px;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.card-epis-dio {
  position: static;
  top: 0px;
  right: auto;
  display: block;
  overflow: visible;
  width: 60%;
  height: auto;
  max-width: 600px;
  min-height: 0px;
  margin: 18px auto 16px;
  padding-bottom: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-top: 37px;
  padding-right: 65px;
  padding-left: 23px;
  float: left;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 30px;
  text-transform: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  display: inline-block;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: 0.6;
}

.paragraph-light {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 80%;
  margin: 10px auto 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0.6;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-light.cc-position-name {
  display: block;
  margin-bottom: 5px;
  font-family: Archivo, sans-serif;
}

.section {
  display: block;
  overflow: auto;
  width: 100%;
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  background-color: transparent;
  outline-color: #1a1b1f;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  text-align: right;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.section.cc-contact {
  display: none;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.button-escute-on {
  position: static;
  margin-top: auto;
  margin-right: 20px;
  margin-left: auto;
  padding: 5px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #3eadc9;
  border-radius: 20px;
  background-color: #3eadc9;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-escute-on:hover {
  background-color: #32343a;
  color: #fff;
}

.button-escute-on:active {
  background-color: #43464d;
}

.button-escute-on.w--current {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
}

.button-escute-on.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-escute-on.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button-escute-on.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button-escute-on.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-items {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 66px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #8ebfde;
  -o-object-fit: contain;
  object-fit: contain;
}

.navigation {
  display: inline;
  padding: 30px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8ebfde;
  outline-color: #1a1b1f;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.logo-image {
  position: static;
  display: inline-block;
  overflow: scroll;
  width: 720px;
  min-width: auto;
  margin-left: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 25px;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.name-text {
  float: none;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.position-name-text {
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.work-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-de-equipe {
  margin-bottom: 66px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 0.75fr;
  grid-template-columns: 1fr 1fr 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-grid {
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1.5fr 30px 0.25fr 30px minmax(129px, 2fr);
  grid-template-columns: 1.5fr 0.25fr minmax(129px, 2fr);
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.carrer-headline-wrap {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding-bottom: 60px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #000;
  background-color: rgba(142, 191, 222, 0.5);
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.work-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}

.work-image:hover {
  opacity: 0.8;
}

.work-image:active {
  opacity: 0.7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display: block;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c96694;
  font-family: Archivo, sans-serif;
  color: #64334a;
  font-weight: 800;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: none;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.about-intro-grid {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: 0.9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  padding-top: 10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.skills-grid {
  margin-bottom: 140px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.personal-features-grid {
  margin-bottom: 110px;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-areas: ". ."
    ". .";
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.speaking-text {
  display: inline-block;
  margin-right: 8px;
}

.speaking-text.cc-past-speaking {
  opacity: 0.6;
}

.speaking-detail {
  display: inline-block;
  opacity: 0.6;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-overview-grid {
  margin-top: 120px;
  margin-bottom: 135px;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 100px auto;
  grid-template-rows: auto auto;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  margin: 140px auto 200px;
  text-align: center;
}

.email-link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 88px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.email-link:hover {
  opacity: 0.8;
}

.email-link:active {
  opacity: 0.7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-heading {
  margin-bottom: 30px;
}

.text-block {
  display: block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: 'Source Sans Pro';
  color: #97cced;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.section-2 {
  display: block;
  padding-right: 0px;
  background-color: #c31b1b;
}

.image {
  display: inline;
  overflow: visible;
  width: 200px;
  height: 200px;
  min-height: 200px;
  min-width: 200px;
  margin-left: 5px;
  padding-right: 0px;
  float: none;
  clear: left;
  box-shadow: none;
  font-size: 28px;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 21px;
  float: left;
  clear: none;
  color: #8ebfde;
  line-height: 44px;
  font-weight: 700;
}

.body {
  background-color: #dcf5fc;
}

.grid {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-3"
    "Area-2 Area-4";
  -ms-grid-columns: 0.25fr 0px 4fr;
  grid-template-columns: 0.25fr 4fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.text-block-2 {
  display: none;
  padding-top: 110px;
  padding-left: 25px;
  color: rgba(26, 27, 31, 0.5);
  font-size: 12px;
}

.paragraph {
  width: 90%;
  margin-right: auto;
  margin-bottom: -97px;
  margin-left: -1px;
  padding-top: 27px;
  padding-bottom: 61px;
  padding-left: 26px;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  line-height: 18px;
}

.button-transc-on {
  display: none;
  margin-right: 160px;
  padding: 5px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #3eadc9;
  border-radius: 20px;
  background-color: #3eadc9;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-transc-on:hover {
  background-color: #32343a;
  color: #fff;
}

.button-transc-on:active {
  background-color: #43464d;
}

.button-transc-on.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-transc-on.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button-transc-on.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button-transc-on.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.heading-2 {
  margin-top: -3px;
  margin-bottom: 0px;
  padding-right: 31px;
  padding-left: 25px;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.card-epis-dio-copy {
  position: static;
  top: 0px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 70%;
  height: 60%;
  max-width: 900px;
  min-height: 0px;
  margin: 0px auto -1px;
  padding-bottom: 20px;
  padding-left: 0px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  position: relative;
  left: auto;
  right: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 0px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: perspective(1020px);
  transform: perspective(1020px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.image-3 {
  width: 14%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-4 {
  width: 20%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #8ebfde;
}

.container-2 {
  margin-top: 29px;
}

.section-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: -40px;
  margin-right: -79px;
  margin-left: -71px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 3px solid #fff;
  background-color: #c96694;
  color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-3 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: -20px;
  padding: 0px 20px;
  float: none;
  border-top: 1px none #c96694;
  border-right: 3px solid #fff;
  border-left: 3px none #fff;
  outline-color: #02ae96;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-3:hover {
  color: #fff;
}

.div-block-piu {
  position: relative;
  top: 5px;
  display: inline-block;
  overflow: visible;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 20px;
  text-decoration: underline;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-3 {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #fff;
  line-height: 16px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  color: #02ae96;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
}

.heading-4 {
  display: block;
  margin-top: 20px;
  margin-bottom: -10px;
  margin-left: 100px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-align: left;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
}

.grid-2 {
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-row-gap: 5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 28px;
  background-color: #fff;
  line-height: 21px;
}

.dropdown {
  display: block;
  border-bottom: 1px solid #8ebfde;
  background-color: #02ae96;
  color: #c96694;
  text-align: center;
}

.image-6 {
  width: 151px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-7 {
  display: block;
  width: 208px;
  margin: 15px auto 40px 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.image-8 {
  width: 208px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.container-4 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-5 {
  font-family: Archivo, sans-serif;
  font-size: 20px;
}

.heading-6 {
  display: block;
  margin: 0px auto;
  padding-left: 14px;
  background-color: #facc65;
  font-family: Archivo, sans-serif;
  color: #c96694;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  letter-spacing: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 5px;
  padding: 5px 0px 0px;
  font-family: Archivo, sans-serif;
  color: #facc65;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 900;
  text-align: left;
}

.heading-7.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c96694;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: underline;
}

.div-block-2 {
  display: block;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 2px solid #c96694;
  background-color: transparent;
  text-align: center;
}

.div-block-2:hover {
  background-color: #3c6ca9;
}

.image-9 {
  position: static;
  width: 100px;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-3-leve {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border-right: 3px solid #fff;
  outline-color: #facc65;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-3-leve:hover {
  color: #fff;
}

.text-block-3-leve-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-bottom: -53px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border: 1px none #000;
  outline-color: #facc65;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-weight: 400;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-3-leve-copy:hover {
  color: #fff;
}

.image-10 {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-11 {
  width: 20px;
  margin-left: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-12 {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-13 {
  width: 10%;
  height: 99.99985016550623%;
  padding-top: 9px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #8ebfde;
}

.mute {
  display: none;
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.audio-player-volume-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.audio-player-volume-wrapper.bar-wrapper-volume {
  position: static;
  display: none;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #b95c87;
}

.options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b95c87;
}

.volume-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.stop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.control-wrapper {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.volume-up {
  width: 15px;
  margin-left: 5px;
  cursor: pointer;
}

.duration {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.current-seconds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.audio-player-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  margin-bottom: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.volume-down {
  width: 15px;
  height: 40px;
  margin-right: 5px;
  cursor: pointer;
}

.active-bar {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.volume-mute-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play {
  cursor: pointer;
}

.pause {
  cursor: pointer;
}

.volume-bar-active {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #facc65;
}

.volume-bar-wrapper {
  position: relative;
}

.audio-active {
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.play-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -9px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.track-name {
  margin-right: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.audio-player-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.audio-player-bar-wrapper.bar-wrapper {
  position: relative;
  width: 300px;
  margin-right: 20px;
  margin-left: 20px;
}

.track-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #0e0d0d;
  background-color: transparent;
}

.cover {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.audio-player-single-track-wrapper {
  position: static;
  display: none;
  width: auto;
  margin-top: 44px;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #8ebfde;
  border-radius: 0px;
  background-color: #02ae96;
  color: #c96694;
}

.stop {
  cursor: pointer;
}

.div-block-4 {
  display: block;
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-no-episodio {
  position: relative;
  display: block;
  overflow: visible;
  width: 250px;
  height: 250px;
  min-height: 200px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  float: none;
  clear: left;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 28px;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-toggle {
  border-radius: 9px;
}

.text-block-4 {
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
}

.sum-rio-caixa {
  display: inline-block;
  width: 228px;
  margin: 15px 0px 0px;
  padding: 15px 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #c96694;
  border-radius: 0px;
  background-color: #fff;
  text-align: justify;
}

.heading-copy {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 21px;
  float: left;
  clear: none;
  color: #8ebfde;
  line-height: 44px;
  font-weight: 700;
}

.heading-2-copy-3 {
  margin-bottom: 0px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Archivo, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.text-block-2-copy {
  width: 100%;
  padding-top: 0px;
  padding-left: 26px;
  color: rgba(26, 27, 31, 0.5);
  font-size: 12px;
  text-align: left;
}

.paragraph-copy {
  width: 50%;
  margin-right: auto;
  margin-bottom: -97px;
  margin-left: -1px;
  padding-top: 27px;
  padding-bottom: 61px;
  padding-left: 26px;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  line-height: 18px;
}

.section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 80%;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-copy.cc-contact {
  display: none;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.passador-de-p-gina {
  position: relative;
  left: 631px;
  top: -60px;
  right: -47px;
  display: none;
  margin-top: 55px;
  margin-right: auto;
  margin-left: 200px;
  padding: 5px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #3eadc9;
  border-radius: 20px;
  background-color: #3eadc9;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.passador-de-p-gina:hover {
  background-color: #32343a;
  color: #fff;
}

.passador-de-p-gina:active {
  background-color: #43464d;
}

.passador-de-p-gina.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.passador-de-p-gina.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.passador-de-p-gina.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.passador-de-p-gina.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.link {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-left: auto;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c96694;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: Archivo, sans-serif;
  color: #facc65;
  font-weight: 800;
  text-align: center;
}

.paragraph-light-2 {
  position: static;
  left: auto;
  right: auto;
  display: block;
  overflow: visible;
  width: 700px;
  height: auto;
  margin: 10px 220px 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  opacity: 0.6;
  font-family: Archivo, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-light-2.cc-position-name {
  margin-bottom: 5px;
}

.button {
  display: block;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  text-align: center;
}

.button.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 29px;
  padding-left: 12px;
  background-color: #02ae96;
  font-size: 14px;
}

.paragraph-3 {
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Archivo, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-link {
  background-color: #fff;
  outline-color: #c96694;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.paragraph-copy-copy {
  display: block;
  width: 100%;
  margin: 20px auto 10px -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Archivo, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

.cr-ditos {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: -1px;
  padding: 27px 0px 0px 30px;
  font-family: Montserrat, sans-serif;
  color: rgba(26, 27, 31, 0.6);
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-link-title {
  background-color: #fff;
  outline-color: #c96694;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.grid-3 {
  margin-right: 10px;
  margin-left: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #000;
  border-radius: 0px;
  color: #fff;
}

.div-block-6 {
  margin-top: 13px;
  border-radius: 5px;
  background-color: #fff;
}

.link-block {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  outline-color: #1a1b1f;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dura-o {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 80%;
  margin: -3px 0px 0px auto;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.dura-o.cc-position-name {
  margin-bottom: 5px;
}

.linha-fina {
  width: 90%;
  margin-right: auto;
  margin-bottom: -97px;
  margin-left: -1px;
  padding-top: 18px;
  padding-bottom: 61px;
  padding-left: 26px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.text-block-5 {
  text-align: left;
}

.sum-rio {
  margin-top: 10px;
  padding: 10px;
  font-family: Archivo, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: underline;
}

.text-transcrito {
  display: none;
  width: 668px;
  margin: 20px 40px 40px 20px;
  padding: 30px 20px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 #02ae96;
  text-align: justify;
}

.paragraph-4 {
  font-size: 14px;
  text-align: left;
}

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

.paragraph-5-copy {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Archivo, sans-serif;
  color: #c96694;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.container-6 {
  display: block;
  padding-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-button-copy {
  position: static;
  margin: 0px 10px 5px auto;
  padding: 5px;
  border-style: none;
  border-width: 2px;
  border-color: #8ebfde;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #8ebfde;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-button-copy:hover {
  background-color: #c96694;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.main-button-copy:active {
  background-color: #43464d;
}

.main-button-copy.w--current {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-button-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.main-button-copy.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.main-button-copy.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.main-button-copy.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.apoio {
  display: block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px none #02ae96;
  background-color: rgba(142, 191, 222, 0.1);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-14 {
  margin-left: 3px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  display: none;
  padding-bottom: 0px;
}

.carrer-headline-wrap-copy {
  position: static;
  display: block;
  width: 70%;
  height: 100%;
  margin: 0px auto 50px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.team-slider {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-slider-wrapper {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  padding-bottom: 24px;
  background-color: #fff;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.team-circles {
  position: relative;
  padding: 20px 30px 80px;
  border-bottom: 1px solid #e4ebf3;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image {
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
  margin-left: 0px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.team-member-position {
  margin-bottom: 20px;
}

.section-copy {
  display: none;
  overflow: auto;
  width: 70%;
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #000;
  background-color: #c96694;
  outline-color: #1a1b1f;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  text-align: right;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-copy.cc-contact {
  display: none;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-5 {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #8ebfde;
}

.paragraph-7 {
  margin: 0px 220px;
  padding-top: 40px;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-home {
  display: inline-block;
  width: 100%;
  margin: 59px auto 10px -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 26px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

.text-block-2-copy-copy {
  width: 100%;
  padding-top: 0px;
  padding-left: 26px;
  color: rgba(26, 27, 31, 0.5);
  font-size: 12px;
  text-align: left;
}

.heading-copy-copy {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 0px;
  float: left;
  clear: none;
  color: #8ebfde;
  line-height: 44px;
  font-weight: 700;
}

.div-block-12 {
  display: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 3px solid #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13 {
  background-color: #fff;
  color: #c96694;
}

.text-block-2-copy-copy-copy {
  display: none;
  width: 100%;
  padding-top: 0px;
  padding-left: 26px;
  color: rgba(26, 27, 31, 0.5);
  font-size: 12px;
  text-align: left;
}

.t-tulo-sumario {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Archivo, sans-serif;
  color: #8ebfde;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  text-align: left;
}

.section-7 {
  display: block;
}

.container-8 {
  display: block;
}

.link-2 {
  color: #8ebfde;
  text-align: center;
}

.div-block-14 {
  display: none;
}

.link-3 {
  color: #3c6ca9;
}

.text-block-3-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border-top: 1px none #c96694;
  border-right: 3px solid #fff;
  outline-color: #02ae96;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-3-copy:hover {
  color: #fff;
}

.numera-o-sumera-o {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 21px;
  float: left;
  clear: none;
  color: #8ebfde;
  line-height: 44px;
  font-weight: 700;
}

.t-tulo-do-sum-rio {
  display: inline-block;
  width: 100%;
  margin: 42px auto 10px -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 26px;
  font-family: Archivo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider {
  width: 100%;
  height: 1400px;
}

.mask {
  width: 1000px;
}

.slide {
  width: 1000px;
}

.left-arrow {
  width: auto;
  height: auto;
}

.slider-2 {
  display: none;
  height: 1185px;
  background-color: #fff;
}

.right-arrow {
  display: none;
  width: 15%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #02ae96;
}

.slide-nav {
  display: none;
}

.left-arrow-2 {
  display: none;
  width: 15%;
  background-color: #02ae96;
}

.icon-4 {
  margin-left: 40px;
}

.button-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-contact-us {
  position: relative;
  z-index: 5;
}

.navigation-items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image-2 {
  display: block;
}

.navigation-wrap-2 {
  position: relative;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-copy {
  display: block;
  overflow: auto;
  width: 100%;
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  background-color: transparent;
  outline-color: #1a1b1f;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  text-align: right;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-copy.cc-contact {
  display: none;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.icon-5 {
  margin-right: 40px;
}

.slide-2 {
  height: 1185px;
  border-bottom: 3px solid #02ae96;
}

.container-10 {
  height: 1185px;
}

.mask-2 {
  height: 1185px;
}

.container-11 {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-2 {
  display: block;
}

.section-8 {
  background-color: rgba(142, 191, 222, 0.5);
  text-align: center;
}

.text-block-4-copy {
  margin-bottom: 20px;
  font-family: Archivo, sans-serif;
  color: #02ae96;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-9 {
  display: inline-block;
  background-color: #fff;
}

.html-embed-2 {
  position: relative;
  left: -10px;
  display: block;
  width: 668px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-3-copy {
  display: none;
  background-color: #8ebfde;
}

.div-block-13-copy {
  display: inline;
}

.tabs-menu {
  display: block;
  width: 668px;
  text-align: center;
}

.tabs {
  display: inline-block;
  background-color: #02ae96;
}

.tab-box {
  display: inline-block;
  width: 668px;
  margin: 0px 40px 20px 20px;
  padding: 0px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 #02ae96;
  text-align: justify;
}

.tab-link-ficha-t-cnica {
  background-color: #02ae96;
}

.tab-link-refer-ncias {
  padding-right: 22px;
  padding-left: 22px;
  background-color: #02ae96;
}

.tab-link-refer-ncias.w--current {
  background-color: #8ebfde;
  color: #8ebfde;
}

.tab-link-blocos {
  background-color: #02ae96;
}

.tab-link-descri-o {
  background-color: #02ae96;
}

.text-block-6 {
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
}

.tab-pane-refer-ncias {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.tabs-content {
  background-color: #fff;
  text-align: left;
}

.tab-pane-descri-o {
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-3-reduzido {
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Archivo, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-3 {
  display: none;
}

.button-escute-off {
  position: static;
  margin: auto 20px 0px auto;
  padding: 5px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #8ebfde;
  border-radius: 20px;
  background-color: #3eadc9;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-escute-off:hover {
  background-color: #32343a;
  color: #fff;
}

.button-escute-off:active {
  background-color: #43464d;
}

.button-escute-off.w--current {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
}

.button-escute-off.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-escute-off.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button-escute-off.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button-escute-off.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button-transc-off {
  display: none;
  margin-right: 160px;
  padding: 5px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #8ebfde;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Archivo, sans-serif;
  color: #8ebfde;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-transc-off:hover {
  background-color: #32343a;
  color: #fff;
}

.button-transc-off:active {
  background-color: #43464d;
}

.button-transc-off.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-transc-off.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button-transc-off.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button-transc-off.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-copy-copy-copy {
  display: inline-block;
  width: 100%;
  margin: 0px auto 10px;
  padding: 0px;
  font-family: Archivo, sans-serif;
  color: #02ae96;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
}

.grid-4 {
  padding-right: 20px;
}

.div-block-19 {
  display: block;
  width: 668px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.section-10 {
  margin-bottom: -71px;
  background-color: rgba(142, 191, 222, 0.5);
}

.link-block-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rich-text-block {
  font-family: Archivo, sans-serif;
  font-size: 14px;
}

.rich-text-block-2 {
  font-family: Archivo, sans-serif;
}

.rich-text-block-3 {
  margin-top: 20px;
  font-family: Archivo, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
}

.div-block-20 {
  display: none;
}

.div-block-21 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .card-epis-dio {
    border-top-style: none;
    border-bottom-color: rgba(142, 191, 222, 0.5);
    border-radius: 0px;
  }

  .paragraph-light {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
  }

  .section {
    display: inline;
    overflow: hidden;
  }

  .logo-image {
    width: 50%;
    margin-left: 38px;
  }

  .carrer-headline-wrap {
    display: inline-block;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-wrap {
    background-color: #c96694;
  }

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

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -53px;
    padding-bottom: 0px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #c96694;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block-3 {
    margin-bottom: 0px;
    border-right-color: #fff;
  }

  .div-block-piu {
    top: 3px;
    display: inline;
    overflow: visible;
    width: 11%;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 268px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-3 {
    border-right: 3px solid #fff;
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    color: #c96694;
  }

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

  .dropdown-list.w--open {
    position: relative;
    left: auto;
    right: auto;
    display: inline;
    overflow: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    background-color: transparent;
    color: #000;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .dropdown {
    display: block;
    width: 300px;
    padding-left: 0px;
    border-bottom: 2px none #facc65;
  }

  .image-7 {
    margin-left: auto;
  }

  .heading-7.webflow-link {
    width: auto;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px;
  }

  .text-block-3-leve {
    margin-bottom: 0px;
    border-right-color: #fff;
  }

  .text-block-3-leve-copy {
    margin-bottom: 0px;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    background-color: transparent;
  }

  .options-wrapper {
    background-color: transparent;
  }

  .active-bar {
    background-color: #fff;
  }

  .volume-bar-active {
    background-color: #facc65;
  }

  .audio-player-single-track-wrapper {
    margin-bottom: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 0px;
    background-color: #02ae96;
    color: #02ae96;
  }

  .image-no-episodio {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .dropdown-toggle {
    width: 25%;
  }

  .text-block-4 {
    padding-left: 10px;
    text-align: left;
  }

  .sum-rio-caixa {
    display: block;
    margin: 0px auto;
    padding-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    box-shadow: none;
  }

  .heading-copy {
    color: #8ebfde;
  }

  .heading-2-copy-3 {
    display: inline-block;
  }

  .text-block-2-copy {
    display: inline;
    width: 70%;
    text-align: left;
  }

  .section-copy {
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-light-2 {
    display: inline;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-copy-copy {
    display: block;
    width: 80%;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
    letter-spacing: normal;
  }

  .cr-ditos {
    display: inline-block;
    margin: 40px 0px 0px;
    padding: 0px;
    font-family: Archivo, sans-serif;
  }

  .text-transcrito {
    overflow: visible;
    width: 808px;
    margin: 40px auto;
    padding-right: 40px;
    padding-left: 40px;
    border-color: #c96694;
  }

  .paragraph-5-copy {
    padding-left: 20px;
    color: #c96694;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    text-align: left;
  }

  .main-button-copy {
    margin-top: 0px;
  }

  .main-button-copy.w--current {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 5px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(142, 191, 222, 0.11);
  }

  .div-block-9 {
    display: block;
    width: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .team-circles {
    padding-top: 0px;
    background-color: #fff;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name {
    color: #000;
  }

  .section-copy {
    display: none;
    overflow: hidden;
  }

  .paragraph-6 {
    display: inline;
    width: 70%;
    height: auto;
    padding-right: 140px;
    padding-left: 140px;
    text-align: center;
  }

  .heading-8 {
    text-align: left;
  }

  .section-5 {
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-7 {
    position: relative;
    display: inline;
    margin: 40px 220px 20px;
    font-size: 18px;
    text-align: center;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-home {
    display: block;
    width: 90%;
    margin-top: 59px;
    padding-left: 26px;
    letter-spacing: normal;
  }

  .text-block-2-copy-copy {
    display: inline;
    width: 70%;
    text-align: left;
  }

  .heading-copy-copy {
    padding-left: 0px;
    color: #8ebfde;
  }

  .column-2 {
    padding-left: 20px;
  }

  .div-block-12 {
    display: none;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2-copy-copy-copy {
    display: inline;
    width: 70%;
    padding-left: 0px;
    text-align: left;
  }

  .t-tulo-sumario {
    margin-bottom: 10px;
    color: #c96694;
    font-size: 10px;
    line-height: 15px;
    text-decoration: underline;
  }

  .icon {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    text-align: center;
  }

  .icon-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .icon-3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .section-6 {
    margin-bottom: 40px;
  }

  .section-7 {
    display: none;
    padding-left: 60px;
    background-color: #02ae96;
  }

  .dropdown-link-2 {
    padding-top: 0px;
    font-family: Archivo, sans-serif;
    color: #c96694;
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
  }

  .container-8 {
    position: relative;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    display: inline-block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-3-copy {
    margin-bottom: 0px;
    border-right-color: #fff;
  }

  .numera-o-sumera-o {
    padding-left: 0px;
    color: #8ebfde;
  }

  .t-tulo-do-sum-rio {
    display: block;
    width: 70%;
    margin-top: 30px;
    padding-left: 0px;
    letter-spacing: normal;
  }

  .slider-2 {
    background-color: #fff;
  }

  .left-arrow-2 {
    width: 15%;
  }

  .section-copy {
    display: block;
    overflow: hidden;
  }

  .icon-5 {
    margin-right: 40px;
  }

  .navbar-2 {
    display: block;
  }

  .text-block-4-copy {
    padding-left: 10px;
    text-align: center;
  }

  .html-embed-2 {
    left: 0px;
    display: block;
    width: 808px;
    margin-top: 0px;
  }

  .div-block-3-copy {
    display: none;
  }

  .div-block-13-copy {
    display: none;
  }

  .tabs-menu {
    width: 808px;
  }

  .tab-box {
    overflow: visible;
    width: 808px;
    margin: 40px auto;
    padding-right: 40px;
    padding-left: 0px;
    border-color: #c96694;
  }

  .tabs-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-pane-descri-o {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-3-reduzido {
    padding-left: 40px;
  }

  .navbar-3 {
    display: inline;
  }

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

  .paragraph-copy-copy-copy {
    display: block;
    width: 80%;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
    letter-spacing: normal;
  }

  .grid-4 {
    margin-top: 80px;
  }

  .section-10 {
    margin-bottom: -47px;
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .card-epis-dio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .paragraph-tiny.cc-paragraph-tiny-light {
    display: block;
    padding-top: 6px;
    padding-right: 40px;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-light {
    padding-right: 0px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
  }

  .paragraph-light.cc-position-name {
    display: block;
    margin-top: 28px;
    margin-left: 0px;
    text-align: left;
  }

  .section {
    display: none;
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #dbfffa;
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-escute-on {
    margin-top: 121px;
    margin-right: 20px;
    padding: 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    display: inline;
    padding-right: 0px;
    background-color: #fff;
  }

  .navigation {
    display: none;
    padding: 25px 30px;
  }

  .menu-button {
    display: none;
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .logo-image {
    width: 40%;
    margin-left: 20px;
  }

  .navigation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-de-equipe {
    display: -ms-grid;
    display: grid;
    overflow: auto;
    margin-bottom: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
    font-size: 70%;
  }

  .works-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .work-position-wrap {
    display: block;
    margin-bottom: 40px;
    margin-left: 39px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .footer-wrap {
    padding: 0px 0px 20px;
    background-color: #c96694;
    color: #c96694;
    font-size: 12px;
  }

  .footer-links {
    display: none;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0px;
  }

  .services-items-grid {
    padding-top: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .skills-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .personal-features-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .social-media-heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .project-overview-grid {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .project-description-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .image {
    width: 150px;
    height: 150px;
    min-height: 100px;
    min-width: 100px;
  }

  .heading {
    padding-left: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    overflow: auto;
    width: 100%;
    margin-bottom: auto;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area-3"
      "Area-2 Area-4";
    -ms-grid-columns: 2fr 0px 5.25fr;
    grid-template-columns: 2fr 5.25fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    border-bottom: 1px solid rgba(142, 191, 222, 0.5);
  }

  .text-block-2 {
    padding-top: 85px;
    padding-left: 40px;
    font-size: 10px;
  }

  .paragraph {
    padding-bottom: 38px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-transc-on {
    margin-top: 0px;
    margin-right: 127px;
    margin-left: 0px;
    padding: 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-2 {
    margin-top: 0px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
  }

  .card-epis-dio-copy {
    display: block;
  }

  .image-2 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-style: solid none;
    border-width: 3px 1px;
    border-color: #fff #000;
    background-color: #c96694;
    color: #c96694;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block-3 {
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-left: 17px;
    border-left: 3px solid #fff;
    border-right-width: 3px;
    border-right-color: #fff;
    color: #fff;
  }

  .div-block-piu {
    left: -79px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: solid;
    border-width: 3px 3px 3px 1px;
    border-color: #fff;
  }

  .heading-3 {
    margin-left: 0px;
    font-size: 22px;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 36px;
  }

  .dropdown-list.w--open {
    position: relative;
    display: block;
  }

  .image-6 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-6 {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
  }

  .heading-7.webflow-link {
    display: none;
    margin: 0px 0px auto 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .text-block-3-leve {
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-left: 17px;
    border-right-width: 3px;
    border-right-color: #fff;
    color: #fff;
  }

  .text-block-3-leve-copy {
    display: none;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 17px;
    color: #fff;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #8ebfde;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .mute {
    display: none;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    display: none;
  }

  .duration {
    display: block;
  }

  .current-seconds {
    display: block;
  }

  .volume-mute-wrapper {
    display: block;
  }

  .play-wrapper {
    margin-bottom: 10px;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    display: block;
    background-color: #facc65;
  }

  .audio-player-single-track-wrapper {
    display: none;
  }

  .image-no-episodio {
    width: 250px;
    height: 250px;
    min-height: 100px;
    min-width: 100px;
  }

  .sum-rio-caixa {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    box-shadow: none;
  }

  .heading-2-copy-3 {
    display: inline-block;
    padding-top: 7px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  .paragraph-copy {
    padding-bottom: 38px;
    font-size: 14px;
    line-height: 18px;
  }

  .section-copy.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .passador-de-p-gina {
    margin-right: 20px;
    padding: 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-light-2 {
    width: 70%;
    padding-right: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .paragraph-light-2.cc-position-name {
    margin-top: 28px;
  }

  .paragraph-copy-copy {
    display: inline-block;
    width: 80%;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 18px;
  }

  .cr-ditos {
    display: inline-block;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .dura-o {
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .dura-o.cc-position-name {
    margin-top: 28px;
  }

  .linha-fina {
    padding-bottom: 38px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-transcrito {
    display: none;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-5-copy {
    padding-left: 20px;
    color: #c96694;
    font-weight: 400;
  }

  .main-button-copy {
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-button-copy.w--current {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .apoio {
    color: #fff;
  }

  .div-block-7 {
    width: 90%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 60px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-14 {
    margin-right: 10px;
    margin-left: auto;
  }

  .image-15 {
    margin-right: 10px;
    margin-left: auto;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .carrer-headline-wrap-copy {
    width: auto;
  }

  .container-7 {
    max-width: 728px;
  }

  .centered-subheading {
    margin-top: 20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }

  .team-member-name {
    font-size: 14px;
    line-height: 18px;
  }

  .team-member-position {
    margin-bottom: 10px;
    line-height: 18px;
  }

  .section-copy {
    text-align: right;
  }

  .section-copy.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-7 {
    margin-top: 20px;
    margin-right: 60px;
    margin-left: 60px;
    padding-top: 0px;
    font-size: 14px;
  }

  .paragraph-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 33px;
    margin-left: 0px;
    padding-bottom: 38px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-copy-copy {
    display: inline;
  }

  .column-2 {
    padding-left: 0px;
  }

  .paragraph-8 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-12 {
    margin-bottom: 0px;
    padding-right: 10px;
    border-right: 3px none #fff;
  }

  .t-tulo-sumario {
    margin-bottom: 10px;
    color: #c96694;
    text-decoration: underline;
  }

  .dropdown-link-2 {
    font-size: 14px;
  }

  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-3.w--current {
    display: none;
  }

  .text-block-3-copy {
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-left: 17px;
    border-left: 3px none #fff;
    border-right-width: 3px;
    border-right-color: #fff;
    color: #fff;
  }

  .t-tulo-do-sum-rio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-bottom: 38px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .slider {
    position: static;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .mask {
    overflow: visible;
    width: 100%;
    height: 1000px;
  }

  .slide {
    overflow: visible;
    height: 1000px;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slider-2 {
    height: 855px;
  }

  .right-arrow {
    width: 77px;
    height: 100%;
    border: 1px none #000;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .left-arrow-2 {
    width: 77px;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .icon-4 {
    margin-right: auto;
    margin-left: 25px;
  }

  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .navigation-items-2 {
    background-color: #fff;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .menu-icon-2 {
    display: block;
  }

  .menu-button-2 {
    padding: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .navigation-wrap-2 {
    background-color: #fff;
  }

  .section-copy {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-copy.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-2 {
    height: 855px;
  }

  .container-10 {
    height: 855px;
  }

  .mask-2 {
    height: 855px;
  }

  .container-11 {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar-2 {
    display: inline;
  }

  .section-8 {
    display: block;
  }

  .html-embed-2 {
    left: 0px;
    top: 11px;
  }

  .div-block-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #8ebfde;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-13-copy {
    display: inline;
  }

  .tab-box {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-escute-off {
    margin-top: 121px;
    margin-right: 20px;
    padding: 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-transc-off {
    margin-top: 0px;
    margin-right: 127px;
    margin-left: 0px;
    padding: 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subscript {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-copy-copy-copy {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }

  .grid-4 {
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .card-epis-dio {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-tiny.cc-paragraph-tiny-light {
    padding-top: 0px;
    padding-right: 0px;
    color: #fff;
    line-height: 14px;
    text-align: center;
  }

  .paragraph-light {
    padding-right: 20px;
  }

  .paragraph-light.cc-position-name {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    color: #fff;
    line-height: 18px;
    text-align: center;
  }

  .section {
    margin-right: 15px;
    margin-left: -27px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .button-escute-on {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 6px;
    padding-right: 5px;
    padding-left: 5px;
    border-width: 1px;
    font-size: 8px;
    line-height: 14px;
    font-weight: 400;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    width: 102px;
    min-width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .position-name-text {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }

  .grid-de-equipe {
    display: -ms-grid;
    display: grid;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #000;
    font-size: 80%;
  }

  .work-position-wrap {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .carrer-headline-wrap {
    margin-top: 0px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }

  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .image {
    overflow: auto;
    width: 120px;
    height: 120px;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .grid {
    margin: 0px auto;
    padding-bottom: 10px;
    padding-left: 0px;
    grid-template-areas: "Area Area-3"
      "Area-2 Area-4";
    -ms-grid-columns: 0.75fr 1.5fr;
    grid-template-columns: 0.75fr 1.5fr;
    border-top: 1px none rgba(142, 191, 222, 0.51);
    border-radius: 0px;
  }

  .text-block-2 {
    display: none;
    padding-top: 80px;
    font-size: 10px;
  }

  .paragraph {
    text-align: left;
  }

  .button-transc-on {
    margin: 0px 68px 6px 0px;
    padding: 0px 5px 0px 6px;
    border-width: 1px;
    font-size: 8px;
    line-height: 14px;
    font-weight: 400;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }

  .card-epis-dio-copy {
    width: 80%;
    height: 80%;
    padding-left: 0px;
    text-align: center;
  }

  .image-2 {
    position: static;
    left: auto;
    width: 25px;
    margin-right: 5px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-3 {
    width: 99.9999558318967%;
  }

  .image-3 {
    width: 21%;
  }

  .image-4 {
    width: 30%;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-3 {
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 2px;
    outline-width: 0px;
    font-size: 10px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #c96694;
    font-size: 16px;
    line-height: 30px;
  }

  .heading-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
  }

  .image-5 {
    width: 150px;
    min-width: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dropdown-list.w--open {
    margin-bottom: 0px;
  }

  .image-6 {
    width: 100px;
    margin-right: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-7 {
    width: 100px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .image-8 {
    width: 100px;
    margin-bottom: 20px;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-7.webflow-link {
    display: none;
    min-width: 200px;
    margin: 12px 0px 0px;
    padding: 10px 0px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
  }

  .text-block-3-leve {
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 2px;
  }

  .text-block-3-leve-copy {
    padding-right: 5px;
    padding-left: 10px;
  }

  .image-11 {
    margin-left: 3px;
  }

  .image-12 {
    margin-left: 5px;
  }

  .mute {
    display: none;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    display: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .options-wrapper {
    display: block;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .volume-bar {
    width: 60px;
  }

  .stop-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .control-wrapper {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .volume-up {
    margin-left: 10px;
  }

  .duration {
    display: none;
  }

  .current-seconds {
    display: none;
  }

  .audio-player-bar {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .volume-down {
    margin-right: 10px;
  }

  .volume-mute-wrapper {
    display: none;
  }

  .play-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .track-name {
    margin-top: 5px;
    margin-right: 0px;
    text-align: center;
  }

  .track-info-wrapper {
    display: none;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cover {
    margin-right: 0px;
  }

  .audio-player-single-track-wrapper {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-no-episodio {
    display: block;
    overflow: auto;
    width: 250px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-2-copy-3 {
    padding-top: 10px;
    line-height: 25px;
    text-align: left;
  }

  .paragraph-copy {
    text-align: left;
  }

  .section-copy {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-copy.cc-contact {
    padding: 15px;
  }

  .paragraph-light-2 {
    margin-bottom: 0px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .button.webflow-link {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-copy-copy {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: Archivo, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }

  .cr-ditos {
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .dura-o {
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 10px;
    line-height: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .linha-fina {
    text-align: left;
  }

  .text-transcrito {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .main-button-copy {
    margin: 0px 0px 0px 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .main-button-copy.w--current {
    font-size: 10px;
  }

  .apoio {
    font-size: 10px;
  }

  .div-block-7 {
    display: block;
    margin-right: 0px;
    margin-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-9 {
    display: inline-block;
    width: 100%;
    margin: 10px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-14 {
    width: 25px;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-15 {
    width: 25px;
    margin-right: 10px;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-10 {
    margin-right: 60px;
    margin-left: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navbar {
    width: 10px;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .carrer-headline-wrap-copy {
    margin-top: 0px;
    background-color: #02ae96;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .centered-subheading {
    font-size: 12px;
    line-height: 24px;
  }

  .team-circles {
    padding: 0px 15px 60px;
  }

  .team-grid {
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 130px;
    height: 130px;
    margin-left: 0px;
  }

  .team-member-name {
    font-size: 14px;
    line-height: 20px;
  }

  .team-member-position {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .section-copy {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-copy.cc-contact {
    padding: 15px;
  }

  .section-5 {
    padding-bottom: 21px;
    border-bottom: 1px solid #8ebfde;
  }

  .paragraph-7 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 24px;
  }

  .column {
    display: inline;
  }

  .paragraph-home {
    display: block;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    font-family: Archivo, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }

  .text-block-2-copy-copy {
    padding-left: 20px;
  }

  .heading-copy-copy {
    width: 90px;
    padding-right: 20px;
    padding-left: 0px;
    text-align: right;
  }

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

  .text-block-2-copy-copy-copy {
    display: none;
    padding-left: 20px;
  }

  .container-8 {
    overflow: scroll;
  }

  .container-9 {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-3-copy {
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 2px;
    outline-width: 0px;
    font-size: 10px;
  }

  .numera-o-sumera-o {
    width: 90px;
  }

  .t-tulo-do-sum-rio {
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Archivo, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }

  .slider-2 {
    height: 595px;
    background-color: #fff;
  }

  .right-arrow {
    width: 15%;
    margin-left: auto;
  }

  .left-arrow-2 {
    width: 10%;
  }

  .icon-4 {
    margin-left: auto;
  }

  .section-copy {
    display: block;
    margin-right: 15px;
    margin-left: 0px;
  }

  .section-copy.cc-contact {
    padding: 15px;
  }

  .icon-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .slide-2 {
    width: 100%;
    height: 595px;
  }

  .container-10 {
    display: inline;
    height: 600px;
  }

  .mask-2 {
    height: 600px;
  }

  .link-block-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-9 {
    margin-bottom: 20px;
  }

  .html-embed-2 {
    width: auto;
    margin-top: 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs {
    width: 790px;
  }

  .tab-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .tab-link-refer-ncias {
    padding: 5px 18px;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .tab-pane-descri-o {
    margin-bottom: 20px;
  }

  .body-2 {
    background-color: transparent;
  }

  .button-escute-off {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 6px;
    padding-right: 5px;
    padding-left: 5px;
    border-width: 1px;
    font-size: 8px;
    line-height: 14px;
    font-weight: 400;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button-transc-off {
    margin: 0px 68px 6px 0px;
    padding: 0px 5px 0px 6px;
    border-width: 1px;
    font-size: 8px;
    line-height: 14px;
    font-weight: 400;
  }

  .paragraph-copy-copy-copy {
    width: 70%;
    margin: 20px auto 0px 91px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-family: Archivo, sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    text-align: left;
  }

  .grid-4 {
    padding-right: 0px;
  }

  .div-block-19 {
    width: auto;
  }
}

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

  .card-epis-dio {
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: auto 10px 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-bottom-style: solid;
    border-bottom-color: rgba(142, 191, 222, 0.5);
    background-color: #fff;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-light {
    margin-right: 15px;
    margin-left: 15px;
    padding: 0px 0px 9px;
    font-size: 12px;
    line-height: 24px;
  }

  .section {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .button-escute-on {
    position: relative;
    left: auto;
    display: block;
    width: 60%;
    margin: 0px auto 10px;
    padding: 3px 5px 3px 7px;
    border-style: solid;
    border-width: 1px;
    font-size: 8px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navigation {
    display: none;
    overflow: auto;
    padding-right: 20px;
    padding-left: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    min-width: 80px;
    margin-top: 9px;
    margin-left: 10px;
  }

  .grid-de-equipe {
    margin-right: 37px;
    grid-column-gap: 11px;
  }

  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 100%;
    max-width: none;
  }

  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .image {
    position: relative;
    display: inline;
    overflow: visible;
    width: 120px;
    height: 120px;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
    border: 1px none #000;
    border-radius: 0px;
    box-shadow: none;
    outline-color: #1a1b1f;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 2px;
    text-align: center;
    mix-blend-mode: normal;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading {
    display: inline-block;
    margin: 0px 0px 10px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
  }

  .grid {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area"
      "Area-3"
      "Area-2"
      "Area-4";
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto;
    border: 1px none #000;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    outline-color: #1a1b1f;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block-2 {
    display: none;
    overflow: auto;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    text-align: right;
  }

  .paragraph {
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 30px 15px 0px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .button-transc-on {
    position: static;
    left: auto;
    display: none;
    overflow: visible;
    width: 60%;
    margin: 0px auto 10px;
    padding: 3px 5px 3px 7px;
    border-style: solid;
    border-width: 1px;
    font-size: 8px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-2 {
    overflow: auto;
    margin: 10px auto 10px 0px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .card-epis-dio-copy {
    display: inline;
    margin-top: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-2 {
    width: 20px;
    margin-right: 5px;
  }

  .section-3 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-3 {
    width: 28%;
  }

  .image-4 {
    width: 40%;
  }

  .section-4 {
    display: inline;
  }

  .text-block-3 {
    position: static;
    display: block;
    width: 100%;
    height: 20%;
    padding: 3px 10px;
    border-style: none none solid;
    border-width: 3px;
    border-color: #fff;
  }

  .div-block-piu {
    left: -1px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3 {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
  }

  .heading-3 {
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
  }

  .heading-4 {
    margin-bottom: 29px;
    font-size: 26px;
  }

  .image-6 {
    display: none;
    width: 60px;
    margin-right: 0px;
    margin-left: 5px;
  }

  .heading-6 {
    padding-left: 0px;
    font-size: 8px;
    letter-spacing: 5px;
  }

  .heading-7.webflow-link {
    display: block;
    width: auto;
    min-width: auto;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block-3-leve {
    position: static;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
    border-left: 3px none #fff;
    border-right-style: none;
    border-right-width: 3px;
  }

  .text-block-3-leve-copy {
    display: none;
    margin-left: 0px;
    padding: 10px 0px 10px 21px;
    color: #fff;
  }

  .image-11 {
    margin-left: auto;
  }

  .image-12 {
    margin-right: auto;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mute {
    display: none;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    display: none;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .options-wrapper {
    margin-right: 0px;
  }

  .stop-wrapper {
    width: auto;
  }

  .control-wrapper {
    display: block;
  }

  .duration {
    display: none;
  }

  .current-seconds {
    display: none;
  }

  .audio-player-bar {
    width: 150px;
    margin-top: 10px;
  }

  .volume-mute-wrapper {
    display: none;
  }

  .play-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 200px;
  }

  .audio-player-single-track-wrapper {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
  }

  .image-no-episodio {
    overflow: visible;
    width: 250px;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    border: 1px none #000;
    border-radius: 0px;
    outline-color: #1a1b1f;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 2px;
    text-align: right;
    mix-blend-mode: normal;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sum-rio-caixa {
    width: 300px;
  }

  .heading-copy {
    padding-left: 15px;
  }

  .heading-2-copy-3 {
    overflow: auto;
    margin-top: 20px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block-2-copy {
    padding-top: 88px;
    padding-bottom: 4px;
    padding-left: 16px;
  }

  .paragraph-copy {
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 30px 15px 0px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .section-copy {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .passador-de-p-gina {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 0px 10px;
    font-size: 10px;
  }

  .paragraph-light-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding: 0px 0px 9px;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-3 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Archivo, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .cr-ditos {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 10px 15px 0px 0px;
    font-size: 10px;
    line-height: 10px;
    text-align: left;
  }

  .dura-o {
    display: none;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 0px 9px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 10px;
    line-height: 10px;
  }

  .linha-fina {
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 30px 15px 0px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .text-transcrito {
    margin-bottom: 0px;
  }

  .paragraph-5-copy {
    width: 98.7589%;
  }

  .main-button-copy {
    margin: 0px 2px 0px 5px;
    padding: 3px;
    font-size: 10px;
  }

  .main-button-copy.w--current {
    margin-top: auto;
    margin-right: 5px;
    margin-left: 0px;
  }

  .apoio {
    margin-right: 20px;
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    line-height: 15px;
  }

  .div-block-7 {
    display: block;
  }

  .div-block-8 {
    margin-left: 0px;
    border-bottom-style: none;
  }

  .div-block-9 {
    display: block;
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  .image-14 {
    width: 20px;
    margin-left: 0px;
  }

  .image-15 {
    width: 20px;
    margin-left: 20px;
  }

  .div-block-10 {
    position: static;
    display: inline-block;
    overflow: visible;
    width: auto;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-subheading {
    font-size: 10px;
    line-height: 15px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-member-image {
    margin-bottom: 10px;
  }

  .team-member-name {
    margin-bottom: 0px;
  }

  .team-member-position {
    margin-bottom: 10px;
  }

  .section-copy {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .section-5 {
    background-color: #fff;
  }

  .paragraph-7 {
    margin-right: 20px;
    padding-left: 0px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }

  .column {
    padding-right: 10px;
  }

  .paragraph-home {
    display: block;
    width: auto;
    margin: 0px auto 10px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .text-block-2-copy-copy {
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
  }

  .heading-copy-copy {
    display: inline-block;
    width: 30px;
    padding-top: 0px;
    padding-right: 43px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }

  .div-block-12 {
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-13 {
    display: block;
    background-color: #fff;
  }

  .text-block-2-copy-copy-copy {
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
  }

  .section-7 {
    display: block;
  }

  .div-block-14 {
    display: none;
    width: 100px;
  }

  .link-3.w--current {
    display: none;
    margin-top: 13px;
  }

  .text-block-3-copy {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3px 0px;
    border-bottom: 3px solid #fff;
    border-right-style: none;
    border-right-width: 3px;
    border-left-style: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .numera-o-sumera-o {
    display: inline-block;
    width: 30px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 43px;
    padding-left: 0px;
    font-size: 30px;
  }

  .t-tulo-do-sum-rio {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
    font-size: 10px;
    line-height: 18px;
    text-align: left;
  }

  .slider-2 {
    display: none;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-wrap-2 {
    display: block;
  }

  .section-copy {
    display: block;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
    text-align: center;
    -o-object-fit: none;
    object-fit: none;
  }

  .html-embed {
    margin-bottom: 0px;
  }

  .container-11 {
    display: block;
    width: 100%;
    background-color: #fff;
  }

  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-16 {
    background-color: #fff;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-17 {
    position: relative;
  }

  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-8 {
    display: block;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .html-embed-2 {
    left: auto;
    display: inline;
  }

  .div-block-3-copy {
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
  }

  .div-block-13-copy {
    display: inline;
    background-color: #fff;
  }

  .tab-box {
    margin-bottom: 0px;
  }

  .tab-link-refer-ncias {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tab-link-refer-ncias.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs-content {
    text-align: left;
  }

  .paragraph-3-reduzido {
    font-family: Archivo, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .navbar-3 {
    display: block;
  }

  .button-escute-off {
    position: relative;
    left: auto;
    display: block;
    width: 60%;
    margin: 0px auto 10px;
    padding: 3px 5px 3px 7px;
    border-style: solid;
    border-width: 1px;
    font-size: 8px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button-transc-off {
    position: static;
    left: auto;
    display: none;
    overflow: visible;
    width: 60%;
    margin: 0px auto 10px;
    padding: 3px 5px 3px 7px;
    border-style: solid;
    border-width: 1px;
    font-size: 8px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .subscript {
    display: block;
  }

  .bold-text-2 {
    font-family: Archivo, sans-serif;
    font-size: 8px;
  }

  .paragraph-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px 0px 0px;
    padding: 0px 20px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }

  .grid-4 {
    padding-right: 0px;
    -ms-grid-columns: 3.5fr 1fr;
    grid-template-columns: 3.5fr 1fr;
  }

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

  .tab-pane-ficha-t-cnica {
    padding-bottom: 20px;
  }

  .link-4 {
    font-size: 10px;
  }

  .link-4.w--current {
    font-size: 10px;
  }

  .rich-text-block-3 {
    font-size: 10px;
    line-height: 14px;
  }

  .section-11 {
    display: block;
  }

  .div-block-22 {
    display: block;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #8ebfde;
  }
}

#w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_8a14491e-a322-6aba-d2c4-cfc4ef62edee-59bac334 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ab148600-c11f-a285-7c39-cc34aafef9b0-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-ab148600-c11f-a285-7c39-cc34aafef9b4-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fb-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fd-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-af20853c-0969-c2d5-3b9d-48df936410b1-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-af20853c-0969-c2d5-3b9d-48df936410b5-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6a-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6e-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_6c3d998f-1540-53b6-05f9-5d2869794138-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-_6c3d998f-1540-53b6-05f9-5d286979413c-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e65-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e69-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973f-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-df8c2190-5172-1dec-a32c-3e1dd5c39743-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c393-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Area-4;
}

#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c397-59bac334 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2872-e7bac339 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-fefafe96-1808-18db-2f91-647e555a2872-e7bac339 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2874-e7bac339 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e4a1805c-117f-67de-a190-f1a971b5277f-5f6535b5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.div-block-2>#w-node-e4a1805c-117f-67de-a190-f1a971b5277f-5f6535b5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2872-315f0d53 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-fefafe96-1808-18db-2f91-647e555a2872-315f0d53 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2874-315f0d53 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2872-8d3c3ff0 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-fefafe96-1808-18db-2f91-647e555a2872-8d3c3ff0 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2874-8d3c3ff0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2872-4b3c4172 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-fefafe96-1808-18db-2f91-647e555a2872-4b3c4172 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2874-4b3c4172 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2872-c1dc889b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-fefafe96-1808-18db-2f91-647e555a2872-c1dc889b {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2874-c1dc889b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2872-d377eb11 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-fefafe96-1808-18db-2f91-647e555a2872-d377eb11 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2874-d377eb11 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2872-bc3c44fd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-fefafe96-1808-18db-2f91-647e555a2872-bc3c44fd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2874-bc3c44fd {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2872-db8b187f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-fefafe96-1808-18db-2f91-647e555a2872-db8b187f {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fefafe96-1808-18db-2f91-647e555a2874-db8b187f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda71f-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda71f-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda721-e62e7b87 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_35b40633-112c-a511-3b2a-acc3bfa61f47-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-_35b40633-112c-a511-3b2a-acc3bfa61f47-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_35b40633-112c-a511-3b2a-acc3bfa61f49-e62e7b87 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_52efccfc-ce0e-b019-497f-d7707881b759-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-_52efccfc-ce0e-b019-497f-d7707881b759-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_52efccfc-ce0e-b019-497f-d7707881b75b-e62e7b87 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadd-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadd-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadf-e62e7b87 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e44be393-1e8c-958e-f10a-4ce52ee865c0-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-e44be393-1e8c-958e-f10a-4ce52ee865c0-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-e44be393-1e8c-958e-f10a-4ce52ee865c2-e62e7b87 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d52-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
}

.div-block-2>#w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d52-e62e7b87 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d54-e62e7b87 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e2e77057-7681-9025-7508-3f1d281016c1-9c7e53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2e77057-7681-9025-7508-3f1d281016cb-9c7e53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2e77057-7681-9025-7508-3f1d281016d5-9c7e53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2e77057-7681-9025-7508-3f1d281016dd-9c7e53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2e77057-7681-9025-7508-3f1d281016e5-9c7e53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2e77057-7681-9025-7508-3f1d281016ed-9c7e53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2e77057-7681-9025-7508-3f1d281016f5-9c7e53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2e77057-7681-9025-7508-3f1d281016fd-9c7e53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-e7bac339 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-315f0d53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-8d3c3ff0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-4b3c4172 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-c1dc889b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-d377eb11 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-bc3c44fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-db8b187f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e2e77057-7681-9025-7508-3f1d281016cb-9c7e53b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e2e77057-7681-9025-7508-3f1d281016d5-9c7e53b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e2e77057-7681-9025-7508-3f1d281016f5-9c7e53b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e2e77057-7681-9025-7508-3f1d281016fd-9c7e53b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-e7bac339 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-e7bac339 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-e7bac339 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2874-e7bac339 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-315f0d53 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-315f0d53 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-315f0d53 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2874-315f0d53 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-8d3c3ff0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-8d3c3ff0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-8d3c3ff0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2874-8d3c3ff0 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-4b3c4172 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-4b3c4172 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-4b3c4172 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2874-4b3c4172 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-c1dc889b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-c1dc889b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-c1dc889b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2874-c1dc889b {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-d377eb11 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-d377eb11 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-d377eb11 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2874-d377eb11 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-bc3c44fd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-bc3c44fd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-bc3c44fd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2874-bc3c44fd {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-db8b187f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-db8b187f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-db8b187f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2874-db8b187f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda71f-e62e7b87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda721-e62e7b87 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_35b40633-112c-a511-3b2a-acc3bfa61f47-e62e7b87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_35b40633-112c-a511-3b2a-acc3bfa61f49-e62e7b87 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_52efccfc-ce0e-b019-497f-d7707881b759-e62e7b87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_52efccfc-ce0e-b019-497f-d7707881b75b-e62e7b87 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadd-e62e7b87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadf-e62e7b87 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e44be393-1e8c-958e-f10a-4ce52ee865c0-e62e7b87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e44be393-1e8c-958e-f10a-4ce52ee865c2-e62e7b87 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d52-e62e7b87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d54-e62e7b87 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  #w-node-_8a14491e-a322-6aba-d2c4-cfc4ef62edee-59bac334 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-e7bac339 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-315f0d53 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-8d3c3ff0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-4b3c4172 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-c1dc889b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-d377eb11 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-bc3c44fd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2870-db8b187f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .div-block-2>#w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area-4;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b4-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .div-block-2>#w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area-4;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fd-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .div-block-2>#w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area-4;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b5-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .div-block-2>#w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area-4;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6e-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .div-block-2>#w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area-4;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .div-block-2>#w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area-4;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e69-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .div-block-2>#w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area-4;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39743-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .div-block-2>#w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area-4;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c397-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-e7bac339 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-e7bac339 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-315f0d53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-315f0d53 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-8d3c3ff0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-8d3c3ff0 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-4b3c4172 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-4b3c4172 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-c1dc889b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-c1dc889b {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-d377eb11 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-d377eb11 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-bc3c44fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-bc3c44fd {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c51117b9-e908-53bf-1d3d-46b5e124f3cb-db8b187f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-db8b187f {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda71f-e62e7b87 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_35b40633-112c-a511-3b2a-acc3bfa61f47-e62e7b87 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_52efccfc-ce0e-b019-497f-d7707881b759-e62e7b87 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadd-e62e7b87 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e44be393-1e8c-958e-f10a-4ce52ee865c0-e62e7b87 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d52-e62e7b87 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b0-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b4-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fb-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fd-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b1-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b5-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6a-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6e-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794138-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e65-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e69-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973f-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39743-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c393-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c397-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-e7bac339 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-e4a1805c-117f-67de-a190-f1a971b5277f-5f6535b5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-315f0d53 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-8d3c3ff0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-4b3c4172 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-c1dc889b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-d377eb11 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-bc3c44fd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-db8b187f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda71f-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_35b40633-112c-a511-3b2a-acc3bfa61f47-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_52efccfc-ce0e-b019-497f-d7707881b759-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadd-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-e44be393-1e8c-958e-f10a-4ce52ee865c0-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d52-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b4-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fd-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b5-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6e-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e69-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39743-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c397-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b0-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b4-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fb-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fd-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b1-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b5-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6a-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6e-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794138-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413c-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e65-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e69-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973f-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39743-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c393-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c397-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-e7bac339 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-e4a1805c-117f-67de-a190-f1a971b5277f-5f6535b5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-315f0d53 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-8d3c3ff0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-4b3c4172 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-c1dc889b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-d377eb11 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-bc3c44fd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-db8b187f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda71f-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_35b40633-112c-a511-3b2a-acc3bfa61f47-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_52efccfc-ce0e-b019-497f-d7707881b759-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadd-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-e44be393-1e8c-958e-f10a-4ce52ee865c0-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d52-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b4-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fd-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b5-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6e-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413c-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e69-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39743-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c397-59bac334 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b0-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b4-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fb-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fd-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b1-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b5-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6a-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6e-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794138-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413c-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e65-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e69-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973f-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39743-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c393-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c397-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-e7bac339 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-e4a1805c-117f-67de-a190-f1a971b5277f-5f6535b5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-315f0d53 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-8d3c3ff0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-4b3c4172 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-c1dc889b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-d377eb11 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-bc3c44fd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-fefafe96-1808-18db-2f91-647e555a2872-db8b187f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_5ecac5ee-4725-b6a5-3690-c95a5fcda71f-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_35b40633-112c-a511-3b2a-acc3bfa61f47-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_52efccfc-ce0e-b019-497f-d7707881b759-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_24b36342-cd83-e6d1-63b6-cd1c2366eadd-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-e44be393-1e8c-958e-f10a-4ce52ee865c0-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-a9fafd25-cbee-68d1-7486-db64c3ed0d52-e62e7b87 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ae-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b9-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f8-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410af-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f68-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794136-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e63-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973d-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c391-59bac334 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9ab-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b2-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b7-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ab148600-c11f-a285-7c39-cc34aafef9b4-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408ff-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f6-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f2-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408f4-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_646a7734-9c54-7b9f-32e5-7d2f724408fd-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ac-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b3-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410ba-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b8-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-af20853c-0969-c2d5-3b9d-48df936410b5-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f65-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6c-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f73-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f71-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ae1f064e-d84c-fc63-40b7-77ddfd632f6e-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794133-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413a-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d2869794141-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413f-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_6c3d998f-1540-53b6-05f9-5d286979413c-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e60-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e67-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6e-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e6c-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_7be0766e-30ad-ae1c-91b4-8f3765208e69-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c3973a-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39741-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39748-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39746-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-df8c2190-5172-1dec-a32c-3e1dd5c39743-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c38e-59bac334 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c395-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39c-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c39a-59bac334 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-ef2d1698-ff03-1cc0-2689-63b6d2c9c397-59bac334 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

