:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.section {
  color: #000;
  background-color: #0000;
  border-top: 1px #22372b;
  flex: none;
  align-self: center;
  width: 100%;
  min-width: auto;
  height: 70.5rem;
  margin: 0 auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 125%;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

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

.section.cc-store-home-wrap {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 70.5rem;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  display: block;
  position: static;
  overflow: visible;
}

.section.grow {
  flex: 1;
  height: auto;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  width: 80rem;
  max-width: 100%;
  height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: #22372b;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

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

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

.menu-wrap {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 1.5rem;
  margin: 1.5rem 0;
  display: flex;
  position: static;
  inset: 0%;
}

.nav-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100rem;
  min-width: auto;
  max-width: 95%;
  height: 1.5rem;
  margin-right: 0;
  font-size: 1.125rem;
  display: flex;
  position: static;
}

.navigation {
  color: #205356;
  background-color: #cce2d7;
  border-top: 1px solid #22372b;
  border-bottom: 1px solid #22372b;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: 72px;
  min-height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: clip;
}

.nav-item {
  box-sizing: border-box;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  aspect-ratio: auto;
  opacity: 1;
  pointer-events: auto;
  color: #205356;
  letter-spacing: normal;
  text-transform: capitalize;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: static;
}

.nav-item:hover {
  opacity: 1;
  pointer-events: auto;
  color: #205356;
  mix-blend-mode: color;
  font-weight: 700;
  text-decoration: none;
}

.nav-item:active {
  opacity: .8;
}

.nav-item.w--current {
  opacity: 1;
  color: #205356;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  font-weight: 600;
}

.nav-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.btn-menu {
  color: #205356;
  text-align: center;
  flex: none;
  height: 1.75rem;
  font-size: 2.25rem;
  text-decoration: none;
  display: none;
}

.logo-nav {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-left: 2.5rem;
  padding-top: 0;
  font-size: 1.125rem;
  display: block;
  position: absolute;
  top: .625rem;
  bottom: .625rem;
  right: .625rem;
}

.nav-items-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: auto;
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.nav-items-wrap:hover {
  pointer-events: none;
}

.footer-wrap-company {
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.abaris-background {
  clear: left;
  color: #fff;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: flex-start;
  width: 1214px;
  height: 700px;
  margin-bottom: 100px;
  display: flex;
  position: static;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

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

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

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

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

._404-wrap {
  color: #000;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  display: flex;
}

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

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #99c4ae;
  flex: 0 auto;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  inset: auto auto 50px;
}

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

.heading_about_main {
  clear: none;
  opacity: 1;
  color: #205356;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  flex: none;
  order: -1;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: 7.25rem;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 125%;
  display: block;
  position: static;
  inset: 116px 0% 0;
}

.container-chart-annotated {
  z-index: 1;
  box-sizing: content-box;
  clear: none;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 0 #000;
  flex-flow: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: .875rem;
  font-size: 0;
  line-height: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.heading-2charts {
  color: #000;
  text-align: center;
  white-space: normal;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 150%;
  display: block;
  position: static;
  top: 0%;
}

.container-tracks-vertical {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 52.563rem;
  min-width: auto;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.container-tracks-2charts {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 12.125rem;
  left: 0;
  right: 0;
}

.heading-sub-2charts {
  color: #000;
  text-align: center;
  white-space: pre;
  word-break: normal;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-top: .938rem;
  margin-bottom: 0;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 150%;
  display: block;
  position: static;
}

.body-main {
  color: #000;
  object-fit: fill;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 125%;
  display: flex;
  overflow: auto;
}

.txt-charts-source {
  opacity: 1;
  color: #000;
  text-align: right;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  background-color: #0000;
  border: 0 solid #000;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  margin-top: .625rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .688rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: block;
  position: static;
  top: 600px;
}

.dd-info-ase-1 {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14rem;
  min-width: auto;
  height: 9.012rem;
  min-height: auto;
  padding: 0;
  display: none;
  position: absolute;
  top: 2.156rem;
  left: 3.719rem;
}

.heading-dd-bottom {
  text-align: left;
  flex: none;
  width: 13.438rem;
  margin: 0% 0% 0;
  font-size: .813rem;
  font-weight: 400;
  line-height: 125%;
  text-decoration: underline;
  display: block;
  position: relative;
  top: 0%;
}

.txt-dd-left {
  opacity: 1;
  text-align: left;
  object-fit: contain;
  flex: none;
  align-self: flex-start;
  font-size: .813rem;
  line-height: 125%;
  position: relative;
}

.txt-dd-right {
  text-align: right;
  flex: none;
  align-self: flex-end;
  font-size: .813rem;
  line-height: 125%;
  position: relative;
}

.txt-dd-right.green {
  color: green;
  flex: none;
}

.txt-dd-right.darkred {
  color: #8b0000;
  flex: none;
}

.txt-dd-left-long {
  text-align: left;
  white-space: nowrap;
  object-fit: contain;
  flex: none;
  margin-left: 0;
  font-size: .813rem;
  line-height: 125%;
}

.link-dd-ase-1 {
  z-index: 3;
  cursor: pointer;
  flex: none;
  width: 5.125rem;
  height: 29rem;
  position: absolute;
  top: 1.25rem;
  left: 4.563rem;
}

.dd-info-ase-2 {
  z-index: 4;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  flex: none;
  width: 14rem;
  min-width: auto;
  height: 9.012rem;
  min-height: auto;
  padding: 0;
  display: none;
  position: absolute;
  top: 13.125rem;
  left: 11.531rem;
}

.link-dd-ase-2 {
  z-index: 3;
  cursor: pointer;
  flex: none;
  width: 1.25rem;
  height: 29rem;
  position: absolute;
  inset: 1.25rem 0% 0% 23.5rem;
}

.dd-info-ase-3 {
  z-index: 4;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  flex: none;
  width: 14rem;
  min-width: auto;
  height: 9.012rem;
  min-height: auto;
  padding: 0;
  display: none;
  position: absolute;
  inset: 10.25rem 3.719rem auto auto;
}

.link-dd-ase-3 {
  z-index: 3;
  cursor: pointer;
  flex: none;
  width: 2.75rem;
  height: 29rem;
  position: absolute;
  inset: 1.25rem 0% 0% 35.438rem;
}

.link-dd-ace-2 {
  z-index: 3;
  cursor: pointer;
  width: 11rem;
  height: 29rem;
  position: absolute;
  top: 1.25rem;
  left: 28.125rem;
}

.dd-info-ace-1 {
  z-index: 4;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  flex: none;
  width: 14.188rem;
  min-width: auto;
  height: 16.563rem;
  min-height: auto;
  padding: 0;
  display: none;
  position: absolute;
  top: 6.469rem;
  left: 5.781rem;
}

.dd-info-ace-2 {
  z-index: 4;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  flex: none;
  width: 14.188rem;
  min-width: auto;
  height: 16.563rem;
  min-height: auto;
  padding: 0;
  display: none;
  position: absolute;
  top: 6.469rem;
  left: 26.438rem;
}

.nav-placeholder {
  flex: none;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: -4.5rem;
  display: block;
  position: static;
  top: -48px;
  overflow: visible;
}

.link-lightbulb {
  z-index: 6;
  text-align: right;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #0000;
  background-clip: padding-box;
  flex: none;
  width: 1.563rem;
  height: 1.75rem;
  margin-top: .938rem;
  margin-right: .625rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.callout-notes-tracks {
  z-index: 3;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 7.5rem;
  height: auto;
  display: flex;
  position: absolute;
  inset: -2.75rem -2.25rem auto auto;
}

.text_block_close {
  color: gray;
  width: 10px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: none;
  position: absolute;
  inset: 5px 5px auto auto;
}

.link-close-callout {
  z-index: 5;
  cursor: pointer;
  width: 1.25rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .125rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.txt-close-dd-info {
  color: gray;
  width: .5rem;
  height: .813rem;
  margin-top: 0;
  margin-left: 0;
  font-size: .813rem;
  font-weight: 400;
  line-height: 125%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-tracks-headers {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: static;
  top: 0;
}

.container-tracks-charts {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 5.625rem;
  position: absolute;
}

.container-tracks-detail-ase {
  z-index: 5;
  background-color: #fff;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 46.875rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  top: 12.125rem;
}

.container-tracks-explanatory-notes {
  z-index: 5;
  flex: none;
  width: auto;
  height: 35.313rem;
  margin-top: 5.625rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: absolute;
  inset: .813rem 0% auto auto;
}

.container-tracks-detail-ace {
  z-index: 5;
  background-color: #fff;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: none;
  position: absolute;
  top: 12.125rem;
}

.container-tracks-chart-w-notes {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 89.25rem;
  height: 44.375rem;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.link-close-tracks-detail-ace {
  z-index: 5;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  inset: 0 0 auto auto;
}

.text_block_close_en {
  color: gray;
  width: 10px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  font-size: .938rem;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  inset: .938rem .938rem auto auto;
}

.container-section-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.grid-charts-vc {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25px;
  flex: none;
  width: 96.126rem;
  padding: 0;
  position: static;
  inset: 9.375rem auto auto;
}

.tabs-menu {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .938rem;
  font-weight: 700;
  line-height: 108%;
  display: flex;
  position: static;
}

.tab-charts-left {
  text-shadow: none;
  border: 0 #000;
  flex: none;
  width: auto;
  height: auto;
}

.tab-charts-content {
  height: auto;
  margin-top: .188rem;
  overflow: visible;
}

.tabs-link-chart {
  color: #000;
  background-color: #f3f3f3;
  border: 0 #000;
  height: auto;
  padding: .313rem .625rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .938rem;
  font-weight: 400;
  line-height: 125%;
  position: static;
  box-shadow: 0 0 0 1px #000;
}

.tabs-link-chart.w--current {
  color: #205356;
  background-color: #cce2d7;
  border: 0 #000;
  height: auto;
  padding: .313rem .625rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .938rem;
  font-weight: 700;
  line-height: 125%;
  position: static;
}

.cell_chart_source {
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 108%;
  display: flex;
}

.cell-quote {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 108%;
}

.quote-main {
  background-color: #0000;
  border-left-width: 0;
  border-radius: 10px;
  flex: none;
  height: 3.375rem;
  margin: auto;
  padding: .625rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.cell-tabs {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-slider-vc {
  z-index: 5;
  background-color: #0000;
  border: 0 solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 1.563rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: 35.438rem 0 0 40.5rem;
}

.text-slider-count-pc {
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 5.25rem;
  height: 1.875rem;
  margin-left: 0;
  margin-right: 0;
  padding: .125rem;
  font-size: .938rem;
  line-height: 108%;
  display: flex;
}

.link-arrow-l {
  color: #000;
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .938rem;
  line-height: 108%;
  text-decoration: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-arrow-pc {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: .125rem;
  padding-bottom: .125rem;
  line-height: 108%;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.link-arrow-r {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .983rem;
  line-height: 108px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tabs-charts-right {
  text-shadow: none;
  border: 1px #000;
  flex: none;
  width: 100%;
}

.link-close-tracks-detail-ase {
  z-index: 5;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-close-dd-info {
  z-index: 5;
  cursor: pointer;
  width: 1.125rem;
  height: 1.313rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-dd-info-ace {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  width: auto;
  padding: .625rem;
}

.cell-10 {
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 125%;
}

.heading-dd-top {
  text-align: center;
  flex: none;
  align-self: center;
  width: 13.438rem;
  margin: 0% 0% 0;
  font-size: .813rem;
  font-weight: 700;
  line-height: 125%;
  text-decoration: underline;
  display: block;
  position: relative;
  top: 0%;
}

.cell-chart {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-en-vc {
  background-color: #fdfdfd;
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 125%;
}

.link-arrow-vc-right {
  z-index: 5;
  color: #000;
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .983rem;
  position: absolute;
  inset: 35.125rem auto auto 44.688rem;
}

.link-arrow-vc-left {
  z-index: 5;
  color: #000;
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .983rem;
  position: absolute;
  inset: 35.125rem auto auto 40.75rem;
}

.rich_text_block_imprint {
  flex: none;
  width: 100%;
  margin-top: 1.25rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .983rem;
  position: static;
  top: 170px;
  left: 25vw;
  right: 25vw;
}

.heading-legal {
  color: #205356;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.125rem;
  padding-bottom: .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 125%;
}

.paragraph-legal {
  color: #000;
  text-align: justify;
  flex: none;
  margin-bottom: .625rem;
  padding-bottom: 0;
  font-size: .983rem;
  line-height: 125%;
  text-decoration: none;
}

.link-email {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .983rem;
  line-height: 125%;
  display: flex;
  position: static;
}

.rtb-privacy {
  flex: none;
  width: 100%;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .983rem;
  line-height: 125%;
  position: static;
  top: 160px;
  left: 510px;
  right: 510px;
}

.heading-sub-legal {
  clear: none;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .375rem;
  padding-bottom: .625rem;
  font-size: .983rem;
  font-weight: 700;
  line-height: 125%;
  display: block;
}

.txt-footer-div {
  flex: none;
  height: 100%;
  padding: 0 .5rem;
}

.div-footer-space {
  flex: none;
  align-self: center;
  width: 6.25rem;
  height: 100%;
}

.disclaimer-modal {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000c;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  font-size: .983rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.container-disclaimer {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  flex: none;
  width: 75rem;
  height: auto;
  max-height: 80vh;
  margin: 10vh auto;
  padding: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
  box-shadow: 0 4px 20px #0000004d;
}

.btn-disclaimer {
  pointer-events: auto;
  color: #22372b;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  cursor: pointer;
  background-color: #cce2d7;
  border: 1px solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 2.5rem;
  padding: .313rem .983rem;
  font-size: .983rem;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  display: flex;
}

.btn-disclaimer.w--current {
  width: 195px;
}

.heading-sub-sub-legal {
  clear: none;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .625rem;
  font-size: .983rem;
  font-weight: 700;
  line-height: 125%;
  display: block;
}

.chart-wrapper-html {
  cursor: zoom-in;
  background-color: #0000;
  border: 0 #000;
  flex: none;
  align-self: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.grid-charts-pc {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0px;
  flex: none;
  width: 105rem;
  padding: 0;
  position: static;
  inset: 9.375rem 7.063rem auto;
}

.rtb_about {
  flex: none;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  position: static;
  top: 170px;
  left: 0;
  right: 0;
}

.paragraph_about {
  text-align: justify;
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 125%;
}

.grid-team {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex: none;
  width: 52.438rem;
  height: auto;
  margin: .563rem 0 1.875rem;
  padding: 0;
  position: static;
}

.team-photo {
  flex: none;
  width: 15.688rem;
  height: 9.813rem;
  margin-top: 0;
  margin-bottom: .625rem;
  margin-left: 0;
  overflow: visible;
}

.cv-link {
  color: #99c4ae;
  text-align: center;
  flex: none;
  width: 100%;
  text-decoration: none;
}

.cv-modal {
  z-index: 6;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000c;
  flex: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cv-container {
  background-color: #fff;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62.5rem;
  height: auto;
  margin-left: 21.188rem;
  margin-right: 21.188rem;
  padding: 2.5rem;
  position: absolute;
  top: 12.5rem;
  left: auto;
  right: auto;
}

.rtb-cv {
  flex: none;
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-cv-name {
  color: #22372b;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 125%;
}

.cv-paragraph {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1rem;
  line-height: 125%;
}

.heading-cv-title {
  color: #000;
  margin-top: .313rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
}

.link-close-cv {
  z-index: 5;
  flex: none;
  width: 2.188rem;
  height: 2.188rem;
  position: absolute;
  inset: 0 0 auto auto;
}

.text_close_cv {
  z-index: 10;
  color: #000;
  text-align: right;
  background-color: #0000;
  width: .983rem;
  height: 1.563rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 125%;
  display: block;
  position: absolute;
  inset: .938rem 1.25rem auto auto;
}

.heading_about_sub {
  color: #22372b;
  flex: none;
  margin-top: 0;
  margin-bottom: .938rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
}

.link-docs {
  color: #000;
  text-align: left;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 26.875rem;
  height: 1.875rem;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.container_docs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  font-size: 1rem;
  display: flex;
}

.code_embed_newsletter {
  width: 267px;
  position: static;
  top: 0;
}

.flex_block_newsletter {
  width: 330px;
  height: 100%;
  margin-right: 50px;
  position: static;
  top: 1020px;
  left: 401px;
}

.heading_signupnl {
  color: #205356;
  width: 340px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 125%;
}

.form_block_nl_signup {
  z-index: 999;
  color: #000;
  background-color: #0000;
  border: 0 #205356;
  border-radius: 0;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  position: static;
}

.form_block_nl_signup:focus-visible, .form_block_nl_signup[data-wf-focus-visible] {
  border: 1px solid #205356;
}

.text_field_email {
  background-color: #cce2d7;
  border: 1px solid #205356;
  border-radius: 0;
  width: 260px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 13px;
}

.text_field_email:focus, .text_field_email:focus-visible, .text_field_email[data-wf-focus-visible] {
  border-style: solid;
  border-color: #205356;
}

.text_field_email::placeholder {
  color: #205356;
  font-weight: 700;
}

.btn-submit {
  color: #fff;
  background-color: #205356;
  border-radius: 0;
  flex: none;
  align-self: auto;
  width: 5rem;
  height: 2.5rem;
  margin-left: 0;
  padding: .375rem;
  font-weight: 400;
  overflow: visible;
}

.txt-icon-menu {
  margin-left: 2.5rem;
  font-size: 2.25rem;
}

.nav-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-color: #205356;
  border-bottom-color: #205356;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 4.5rem;
  font-size: 1rem;
  display: flex;
  overflow: visible;
}

.container-about-core {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 61.25rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.container-docs-newsletter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 4.5rem 0 0;
  display: flex;
}

.container-imprint {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 61.25rem;
  max-width: none;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.container-privacy {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62.5rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.875rem;
  display: flex;
}

.footer-wrap-legal {
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-footer-legal {
  color: #22372b;
  flex: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  color: #205356;
  background-color: #cce2d7;
  border-top-style: solid;
  border-top-color: #205356;
  border-bottom: 1px #205356;
  flex: none;
  align-self: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 4.5rem;
  padding: 1.625rem 2.5rem;
  font-size: 1rem;
  overflow: visible;
}

.container_newsletter {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 72px;
  padding-right: 144px;
  display: none;
}

.container-pubweb {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 2.5rem 0 5.25rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.container-docs-ase {
  background-color: #f2f2f2;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 9.625rem;
  padding: 2rem 4.375rem;
  display: flex;
}

.grid-docs-ase {
  grid-column-gap: 4.375rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  border-radius: 20px;
  flex: none;
  padding: 0;
}

.heading_main_docs {
  clear: none;
  opacity: 1;
  color: #205356;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  flex: none;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 125%;
  display: block;
  position: static;
  inset: 116px 0% 0;
}

.cell-docs-links {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-top: .438rem;
  padding-bottom: .438rem;
}

.list_item_nl {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.list_nl {
  margin-top: 41px;
  margin-bottom: 42px;
  padding-left: 50px;
  font-weight: 700;
  list-style-type: none;
}

.cell-docs-logo {
  justify-content: flex-start;
  align-items: center;
}

.cv-textblock {
  -webkit-text-stroke-color: black;
  border: 0 #000;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40rem;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  overflow: auto;
}

.container-legal-notice {
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.txt-footer-div-company {
  padding: 0 .5rem;
}

.heading-main {
  clear: both;
  opacity: 1;
  color: #205356;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  flex: none;
  order: -1;
  align-self: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 7.25rem;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 125%;
  display: block;
  position: static;
  inset: 116px 0% 0;
}

.text-block-12 {
  color: #000;
  text-decoration: none;
}

.footer-wrap-address, .footer-wrap-contact {
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-popup {
  color: #205356;
  flex: none;
  margin-top: -.313rem;
  margin-bottom: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 125%;
}

.checkbox-label {
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
}

.btn-disclaimer-not {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #db9494;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 2.5rem;
  margin-left: 2.5rem;
  padding: .313rem .983rem;
  font-size: .983rem;
  font-weight: 700;
  line-height: 125%;
  display: flex;
}

.custom-checkbox-container {
  flex: none;
  margin-top: 1.563rem;
  margin-bottom: 2.188rem;
  display: flex;
}

.custom-checkbox {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkbox-checkmark {
  background-color: #0000;
}

.checkbox-label {
  color: #000;
  flex: none;
  font-size: .983rem;
  line-height: 125%;
}

.container-disclaimer-buttons {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.body-disclaimer {
  justify-content: center;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .983rem;
  line-height: 125%;
  display: flex;
}

.link_feedback {
  z-index: 5;
  cursor: pointer;
  flex: none;
  width: 2.75rem;
  height: auto;
  text-decoration: none;
  position: absolute;
  inset: 7.188rem 1rem auto auto;
}

.container-feedback {
  z-index: 99999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f2f2f2;
  border: 1px #205356;
  border-radius: 20px;
  flex: none;
  align-self: auto;
  width: 61rem;
  max-width: 52vw;
  height: 49.25rem;
  min-height: auto;
  max-height: 85vh;
  margin-bottom: 0;
  padding: 2.5rem;
  font-size: 1rem;
  display: none;
  position: fixed;
  inset: 10vh 24vw 5vh;
  overflow: auto;
  box-shadow: 0 0 0 1px #205356;
}

.paragraph-feedback {
  text-align: justify;
  flex: none;
  width: 100%;
  margin-bottom: 0;
}

.label-feedback {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  flex: none;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

.form-feedback {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-feedback {
  color: #205356;
  margin-top: -.375rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 125%;
}

.link-close-feeback {
  color: #000;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-callout-feedback {
  z-index: 5;
  width: 11.25rem;
  position: absolute;
  inset: 6.688rem 4.25rem auto auto;
}

.link-close-callout-feedback {
  z-index: 9999;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 0 1.25rem auto auto;
}

.text-area-feedback {
  aspect-ratio: auto;
  resize: none;
  border: 1px #205356;
  flex: none;
  height: 18.75rem;
  min-height: 18.75rem;
  margin-bottom: 1.25rem;
  padding: .5rem;
  overflow: auto;
  box-shadow: 0 0 0 1px #205356;
}

.text-area-feedback:focus {
  border-color: #205356;
}

.text-area-feedback:focus-visible, .text-area-feedback[data-wf-focus-visible] {
  border-style: solid;
  border-color: #205356;
}

.rtb-tracks-notes {
  margin-left: 1.063rem;
  padding: 2.125rem;
  font-size: .938rem;
  line-height: 120%;
  position: absolute;
  inset: 0%;
}

.heading-tracks-notes {
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: .938rem;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-tracks-notes {
  text-align: justify;
  letter-spacing: -.009rem;
  column-count: auto;
  white-space: normal;
  height: auto;
  margin-bottom: .625rem;
  font-size: .938rem;
  font-weight: 400;
  line-height: 125%;
}

.txt-bold-darkred {
  color: #8b0000;
}

.container-bubble-en {
  margin-left: 0;
}

.container_feedback_question_mark {
  flex: none;
  width: 4.5rem;
  max-width: 30%;
  height: auto;
  padding-right: 1.25rem;
}

.container-feedback-questions {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.link-2 {
  display: inline;
}

.grid-docs-ace {
  grid-column-gap: 4.375rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  border-radius: 20px;
  flex: none;
  padding: 0;
}

.div_block_nl {
  background-color: #f2f2f2;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 735px;
  height: 338px;
  padding: 38px 44px 44px;
  display: flex;
}

.container-docs-ace {
  background-color: #f2f2f2;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 9.625rem;
  margin-top: 1.875rem;
  padding: 2rem 4.375rem;
  display: flex;
}

.container-slider-pc {
  z-index: 2;
  background-color: #0000;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 1.875rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: 3.75rem -1.5rem auto auto;
}

.text-slider-count {
  text-align: center;
  flex: none;
  align-self: center;
  width: 2.5rem;
  height: 1.563rem;
  margin-left: 0;
  margin-right: 0;
  padding: .313rem 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 108%;
}

.container-en-vc-1 {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: .625rem;
  font-size: .983rem;
  display: flex;
  position: static;
}

.text-arrow {
  justify-content: center;
  align-items: center;
  width: 1.563rem;
  height: 1.563rem;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-arrow.grey {
  color: #a6a6a6;
  flex: none;
  width: 1.563rem;
  height: 1.563rem;
  padding-bottom: 0;
}

.heading-en-vc {
  letter-spacing: normal;
  flex: none;
  margin-top: 1.125rem;
  margin-bottom: .875rem;
  font-size: .983rem;
  font-weight: 700;
  line-height: 125%;
}

.paragraph-en-vc {
  text-align: justify;
  letter-spacing: normal;
  flex: none;
  height: auto;
  margin-bottom: .813rem;
  margin-left: 1.625rem;
  margin-right: 1.625rem;
  font-size: .875rem;
  line-height: 128%;
}

.container-en-vc-2 {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: .625rem;
  font-size: .983rem;
  display: none;
  position: static;
}

.link-footer-contact {
  color: #22372b;
  flex: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-tracks-space {
  text-align: justify;
  letter-spacing: normal;
  column-count: auto;
  white-space: normal;
  height: .813rem;
  margin-bottom: .625rem;
  font-size: .938rem;
  font-weight: 400;
  line-height: 125%;
}

.heading-main-legal {
  clear: both;
  opacity: 1;
  color: #205356;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  flex: none;
  order: -1;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-top: 7.25rem;
  margin-bottom: .875rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 125%;
  display: block;
  position: static;
  inset: 116px 0% 0;
}

.paragraph-legal-no-heading {
  color: #000;
  text-align: justify;
  width: auto;
  margin-top: .375rem;
  margin-bottom: .625rem;
  padding-bottom: 0;
  font-size: .983rem;
  line-height: 125%;
  text-decoration: none;
}

.list-legal {
  color: #000;
  margin-top: 0;
  margin-bottom: .438rem;
  padding-left: 2.5rem;
  list-style-type: none;
}

.list-item-legal {
  margin-bottom: .188rem;
  list-style-type: none;
}

.tab-pane-avgo {
  position: relative;
}

.cv-photo {
  flex: none;
  width: 15rem;
  height: 18.75rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 2.5rem;
  overflow: clip;
}

.container-callout-en-pc {
  z-index: 2;
  flex: none;
  width: 21.813rem;
  height: auto;
  position: absolute;
  inset: 11.75rem auto auto 29.188rem;
}

.link-close-callout-en-pc {
  z-index: 10;
  width: 1.563rem;
  height: 1.563rem;
  margin-right: 1.875rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.msg-success {
  text-align: left;
  background-color: #0000;
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.field-category {
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  flex: none;
  width: 13.75rem;
  height: 1.875rem;
  margin-bottom: 0;
  margin-left: .625rem;
  padding: .313rem;
  position: relative;
}

.container-feedback-category {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 1.25rem;
}

.txt-feedback-category {
  color: #000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 5rem;
  height: 1.875rem;
  display: flex;
}

.flex_block_nl_email {
  margin-top: 0;
  margin-bottom: 0;
}

.button_nl_signup {
  color: #fff;
  text-align: center;
  background-color: #205356;
  width: 70px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 9px;
  display: block;
}

.button_nl_signup:hover, .button_nl_signup:active, .button_nl_signup:focus {
  color: #cce2d7;
}

.success_nl_signup {
  background-color: #0000;
  flex: none;
  width: 370px;
  padding: 0;
}

.container-comment-avgo {
  z-index: 3;
  width: 20.625rem;
  height: auto;
  display: block;
  position: absolute;
  inset: 2.438rem auto auto 3.688rem;
}

.form_newsletter_signup {
  flex-flow: column;
  flex: none;
  display: flex;
}

.text_block_nl_confirm {
  color: #000;
  text-align: left;
  width: 310px;
  height: 40px;
  margin-right: 20px;
}

.flex_block_nl_success {
  width: 370px;
}

.text-block-17 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.error-message {
  border: 1px solid #000;
  flex: none;
  margin-top: 40px;
  position: absolute;
}

.footer-wrap-links {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.txt-footer-div-contact {
  flex: none;
  padding: 0 .5rem;
  display: none;
}

.container-disclaimer-text {
  flex: none;
  width: 100%;
  font-size: .983rem;
  overflow: auto;
}

.team-cell {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.link-dd-ace-1 {
  z-index: 3;
  width: 5.813rem;
  height: 29rem;
  position: absolute;
  top: 1.25rem;
  left: 9.875rem;
}

.container-chart {
  z-index: auto;
  cursor: zoom-in;
  border: 0 #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: 0;
  display: flex;
  position: relative;
}

.container-plus-sign {
  z-index: 2;
  width: 3rem;
  position: absolute;
  top: 18.8125rem;
  left: 46.5625rem;
}

.container-equal-sign {
  z-index: 2;
  width: 3rem;
  position: absolute;
  top: 32.25rem;
  left: 70.907rem;
}

.container-chart-pc {
  border: 0 #000;
  width: 51.625rem;
  min-width: auto;
  height: 36.438rem;
  min-height: auto;
  display: block;
}

.container-chart-pc-view1 {
  border: 0 #000;
  width: 51.625rem;
  min-width: auto;
  height: 36.438rem;
  min-height: auto;
  display: none;
}

.container-comment-amgn {
  z-index: 3;
  width: 22.5rem;
  height: auto;
  display: block;
  position: absolute;
  inset: 2.438rem auto auto 3.938rem;
}

.container-icon-download {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-right: .875rem;
}

.container-icon-email {
  color: #205356;
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-top: .125rem;
  margin-right: .313rem;
}

.container_callout_combinations {
  flex: none;
  width: 14.438rem;
  position: absolute;
  inset: 1.5rem -4.625rem auto auto;
}

.container-chart-pc-view1-nc {
  border: 0 #000;
  width: 51.625rem;
  min-width: auto;
  height: 36.438rem;
  min-height: auto;
  display: block;
}

.msg-error {
  margin-top: .625rem;
  padding: .625rem;
}

.grid-dd-info-ase {
  grid-column-gap: 0px;
  grid-row-gap: .125rem;
  height: auto;
  padding: .625rem;
  font-size: .813rem;
  line-height: 125%;
}

.code-embed {
  flex: none;
}

.container-feedback-icon {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  display: flex;
}

.container-about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.container-main {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.paragraph-feedback-questions {
  text-align: justify;
  flex: none;
  width: auto;
  max-width: 80%;
  height: auto;
  margin-bottom: 0;
}

.container-grid-vc {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 96.126rem;
  max-width: none;
  height: 50.438rem;
  display: flex;
  position: relative;
}

.container-grid-pc {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.container-chart-vc-large {
  cursor: zoom-in;
  width: 47.438rem;
  max-width: none;
  height: 25.625rem;
  position: relative;
}

.container-chart-vc-small {
  flex: none;
  width: 47.438rem;
  max-width: none;
  height: 13.438rem;
  position: relative;
}

.frame-vc-en-html {
  flex: none;
  width: 47.313rem;
  height: 13.438rem;
  position: absolute;
  inset: 0 0% 0%;
}

.frame-pc-tab-right-html {
  z-index: auto;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.frame-pc-tab-left-html {
  z-index: auto;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: block;
  position: absolute;
  inset: 0%;
}

.frame-dd-info-html {
  position: absolute;
}

.container-vc-en {
  flex: none;
  width: 47.438rem;
  max-width: none;
  height: 13.438rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.container-frame-pc-tab-left {
  flex: none;
  width: 51.875rem;
  max-width: none;
  height: 38.5625rem;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 7.46875rem;
  left: .063rem;
}

.container-frame-pc-tab-right {
  flex: none;
  width: 51.875rem;
  max-width: none;
  height: 38.5625rem;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 7.46875rem;
  left: 53.0625rem;
}

.sizer {
  z-index: -1;
  opacity: 0;
  flex: none;
  width: 10px;
  height: 10px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.custom-select-wrapper {
  flex: none;
}

.section-placeholder {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  display: flex;
}

.text-block-18, .text-block-19, .text-block-20 {
  color: #205356;
}

.body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 125%;
}

.body-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 125%;
}

.container-html-feedback {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55.25rem;
  max-width: none;
  height: 28rem;
  min-height: auto;
  margin-top: .625rem;
  display: block;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .section {
    width: 100vw;
    min-width: 100vw;
    height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

  .footer-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
  }

  .primary-button {
    justify-content: center;
  }

  .heading-jumbo {
    margin-top: 20px;
    font-size: 56px;
    line-height: 70px;
    display: flex;
  }

  .menu-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    height: auto;
    margin: 0 0;
    line-height: 125%;
    position: static;
  }

  .nav-wrap {
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 85vh;
    max-width: 85vw;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    overflow: visible;
  }

  .navigation {
    width: 100%;
    min-width: 100vw;
    padding: 0 20px;
    font-size: 18px;
    display: block;
    position: relative;
  }

  .nav-item {
    text-align: center;
    background-color: #fff;
    border: 1px solid #205356;
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .nav-item.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-menu {
    color: #205356;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 72px;
    margin-left: 20px;
    padding: 0;
    font-size: 36px;
    line-height: 125%;
    text-decoration: none;
    display: flex;
  }

  .btn-menu.w--open {
    background-color: #0000;
  }

  .nav-items-wrap {
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #205356;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    margin-top: 0;
    margin-left: 10px;
    font-size: 18px;
    display: none;
  }

  .footer-wrap-company {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-text {
    width: auto;
  }

  .heading_about_main {
    margin-top: 44px;
  }

  .nav-placeholder {
    display: none;
  }

  .rich_text_block_imprint {
    width: 100%;
    left: 5vw;
    right: 5vw;
  }

  .paragraph-legal {
    flex: none;
    height: auto;
    overflow: auto;
  }

  .link-email {
    left: 5vw;
  }

  .rtb-privacy {
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .txt-footer-div {
    display: block;
  }

  .div-footer-space {
    width: 40px;
    display: none;
  }

  .container-disclaimer {
    width: 90vw;
    height: 90vh;
  }

  .rtb_about {
    margin-bottom: 20px;
  }

  .grid-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 90vw;
    height: 385px;
    margin-bottom: 20px;
  }

  .team-photo {
    width: 201px;
    height: 126px;
  }

  .cv-modal {
    flex: none;
    display: none;
  }

  .cv-container {
    width: 90vw;
    height: auto;
    top: 100px;
    left: 5vw;
    right: 5vw;
  }

  .container_docs {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 72px;
  }

  .flex_block_newsletter {
    margin-right: 0;
  }

  .heading_signupnl {
    font-size: 22px;
  }

  .text_field_email {
    flex: none;
    width: 220px;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .btn-submit {
    margin-left: 0;
  }

  .txt-icon-menu {
    color: #205356;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 0;
    font-size: 36px;
    line-height: 125%;
    text-decoration: none;
  }

  .nav-bar {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 125%;
    display: flex;
    position: sticky;
    overflow: visible;
  }

  .container-about-core {
    width: 90vw;
    padding-bottom: 20px;
  }

  .container-docs-newsletter {
    flex-flow: column;
  }

  .container-imprint {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .footer-wrap-legal {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-top: 0;
  }

  .link-footer-legal {
    flex: none;
    display: block;
  }

  .footer {
    width: 100%;
  }

  .container_newsletter {
    width: 90vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 72px;
  }

  .container-pubweb {
    margin-top: 0;
  }

  .container-docs-ase {
    padding: 30px;
  }

  .grid-docs-ase {
    grid-column-gap: 60px;
  }

  .list_nl {
    margin-top: 49px;
    margin-bottom: 49px;
    padding-left: 20px;
  }

  .cv-textblock {
    width: 450px;
  }

  .container-legal-notice {
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .txt-footer-div-company {
    display: none;
  }

  .heading-main {
    margin-top: 44px;
  }

  .footer-wrap-address {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-top: 0;
  }

  .footer-wrap-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .custom-checkbox-container {
    margin-bottom: 20px;
  }

  .checkbox-label {
    color: #000;
    flex: 0 auto;
    display: flex;
  }

  .container-feedback {
    width: 90vw;
    height: 85vh;
    display: none;
    left: 5vw;
    right: 5vw;
  }

  .paragraph-feedback {
    font-size: 15px;
    line-height: 125%;
  }

  .label-feedback {
    font-size: 15px;
  }

  .heading-feedback {
    font-size: 26px;
  }

  .text-area-feedback {
    height: 220px;
    min-height: 220px;
    font-size: 15px;
    line-height: 125%;
  }

  .grid-docs-ace {
    grid-column-gap: 60px;
  }

  .div_block_nl {
    width: auto;
    padding: 30px;
  }

  .container-docs-ace {
    padding: 30px;
  }

  .link-footer-contact {
    flex: none;
    display: block;
  }

  .heading-main-legal {
    margin-top: 44px;
  }

  .paragraph-legal-no-heading {
    height: 50vh;
    overflow: auto;
  }

  .cv-photo {
    width: 120px;
    height: auto;
  }

  .field-category {
    font-size: 15px;
    line-height: 125%;
  }

  .txt-feedback-category {
    font-size: 15px;
  }

  .txt-footer-div-contact {
    display: block;
  }

  .container-disclaimer-text {
    height: 60vh;
  }

  .paragraph-feedback-questions {
    font-size: 15px;
    line-height: 125%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

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

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .menu-wrap {
    width: 65vw;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .nav-wrap {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .navigation {
    border: 1px solid #205356;
    padding: 0 20px;
    display: block;
    position: relative;
  }

  .nav-item {
    background-color: #fff;
    border: 1px solid #205356;
    padding: 10px;
    text-decoration: none;
  }

  .btn-menu {
    color: #205356;
    font-size: 2.25rem;
    line-height: 125%;
    text-decoration: none;
  }

  .nav-items-wrap {
    border: 1px solid #205356;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 10px;
    display: flex;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .heading_about_main {
    font-size: 20px;
  }

  .nav-placeholder {
    display: none;
  }

  .heading-legal {
    font-size: 16px;
  }

  .paragraph-legal, .txt-footer-div {
    font-size: 13px;
  }

  .btn-disclaimer {
    width: 150px;
    height: 30px;
    font-size: 13px;
  }

  .btn-disclaimer.w--current {
    width: 160px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .rtb_about {
    margin-bottom: 20px;
  }

  .paragraph_about {
    color: #000;
    font-size: 13px;
  }

  .grid-team {
    height: 280px;
    margin-bottom: 20px;
  }

  .team-photo {
    width: 126px;
    height: 79px;
  }

  .cv-modal {
    display: none;
  }

  .cv-container {
    padding: 20px;
  }

  .heading-cv-name {
    font-size: 20px;
  }

  .cv-paragraph {
    font-size: 13px;
  }

  .heading-cv-title, .heading_about_sub {
    font-size: 16px;
  }

  .link-docs {
    width: auto;
    padding-left: 30px;
  }

  .container_docs {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn-submit {
    width: 60px;
    height: 30px;
    font-size: 13px;
    line-height: 125%;
  }

  .txt-icon-menu {
    color: #205356;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 0;
    font-size: 36px;
    line-height: 125%;
    text-decoration: none;
  }

  .nav-bar {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: sticky;
  }

  .container-about-core {
    padding-bottom: 20px;
  }

  .footer-wrap-legal {
    margin-top: 0;
  }

  .container-docs-ase {
    width: 95%;
    height: auto;
    padding: 20px;
    font-size: 13px;
  }

  .grid-docs-ase {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading_main_docs {
    font-size: 26px;
  }

  .cell-docs-logo {
    justify-content: center;
    align-items: center;
  }

  .cv-textblock {
    width: 330px;
  }

  .txt-footer-div-company {
    font-size: 13px;
  }

  .heading-main {
    font-size: 34px;
  }

  .footer-wrap-address {
    margin-top: 0;
  }

  .heading-popup {
    font-size: 16px;
  }

  .btn-disclaimer-not {
    width: 150px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .checkbox-label {
    color: #000;
    font-size: 13px;
    line-height: 125%;
  }

  .container-feedback {
    display: none;
  }

  .paragraph-feedback {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .label-feedback {
    margin-top: 10px;
    font-size: 13px;
  }

  .heading-feedback {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .text-area-feedback {
    height: 270px;
    min-height: 270px;
    font-size: 13px;
  }

  .container-feedback-questions {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-docs-ace {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div_block_nl {
    height: auto;
    font-size: 13px;
  }

  .container-docs-ace {
    width: 95%;
    height: auto;
    padding: 20px;
    font-size: 13px;
  }

  .heading-main-legal {
    font-size: 20px;
  }

  .paragraph-legal-no-heading {
    font-size: 13px;
  }

  .cv-photo {
    width: 120px;
    height: auto;
    margin-right: 20px;
  }

  .field-category {
    height: 25px;
    font-size: 13px;
  }

  .container-feedback-category {
    font-size: 13px;
    line-height: 125%;
  }

  .txt-feedback-category {
    height: 25px;
    font-size: 13px;
  }

  .txt-footer-div-contact {
    font-size: 13px;
  }

  .paragraph-feedback-questions {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    height: 100px;
  }

  .footer-wrap {
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .menu-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin: 0;
    display: flex;
  }

  .nav-wrap {
    background-color: #0000;
    border: 1px #000;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 125%;
  }

  .navigation {
    padding: 0 20px;
    font-size: 18px;
    position: relative;
    overflow: visible;
  }

  .nav-item {
    opacity: 100;
    border: 1px solid #205356;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    display: block;
  }

  .btn-menu {
    color: #205356;
    flex: none;
    height: 72px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: block;
  }

  .btn-menu.w--open {
    flex: none;
  }

  .nav-items-wrap {
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #205356;
    margin-top: 0;
    margin-left: 0;
    font-size: 18px;
  }

  .footer-wrap-company {
    margin-bottom: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading_about_main {
    width: 100%;
    margin-top: 24px;
    font-size: 20px;
  }

  .nav-placeholder {
    display: none;
  }

  .rich_text_block_imprint {
    margin-top: 0;
  }

  .heading-legal {
    font-size: 16px;
  }

  .disclaimer-modal {
    margin-top: 0;
    display: block;
  }

  .container-disclaimer {
    width: 90vw;
    height: 90vh;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
    overflow: auto;
  }

  .btn-disclaimer {
    width: 150px;
    height: 30px;
    font-size: 13px;
  }

  .rtb_about {
    margin-bottom: 20px;
  }

  .grid-team {
    grid-column-gap: 20px;
    height: 425px;
  }

  .team-photo {
    width: 126px;
    height: 79px;
  }

  .cv-modal {
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: none;
  }

  .cv-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 85vh;
    padding: 20px;
    top: 100px;
    bottom: 15px;
    overflow: auto;
  }

  .rtb-cv {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-cv-name {
    margin-top: 0;
  }

  .cv-paragraph {
    width: 80vw;
    height: auto;
    margin-top: 10px;
    overflow: auto;
  }

  .heading-cv-title {
    margin-bottom: 10px;
  }

  .text_close_cv {
    width: 13px;
    top: 10px;
    right: 10px;
  }

  .code_embed_newsletter {
    margin-top: 20px;
  }

  .flex_block_newsletter {
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
  }

  .heading_signupnl {
    margin-top: 0;
    font-size: 18px;
  }

  .text_field_email {
    height: 30px;
    font-size: 13px;
  }

  .btn-submit {
    height: 30px;
    padding: 7px;
    font-size: 13px;
  }

  .txt-icon-menu {
    margin-top: 13px;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 36px;
  }

  .nav-bar {
    width: 100%;
    position: sticky;
  }

  .container-about-core {
    padding-bottom: 20px;
  }

  .footer-wrap-legal {
    margin-top: 0;
  }

  .footer {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading_main_docs {
    width: 100%;
    margin-top: 24px;
  }

  .list_nl {
    flex: none;
  }

  .cv-textblock {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    height: 61vh;
    margin-top: 20px;
    overflow: visible;
  }

  .container-legal-notice {
    flex: none;
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .heading-main {
    width: 100%;
    margin-top: 44px;
    font-size: 34px;
  }

  .footer-wrap-address {
    margin-bottom: 0;
  }

  .footer-wrap-contact {
    margin-top: 0;
  }

  .heading-popup {
    font-size: 16px;
  }

  .btn-disclaimer-not {
    width: 150px;
    height: 30px;
    margin-top: 20px;
    margin-left: 0;
  }

  .container-disclaimer-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .link_feedback {
    top: 95px;
    right: 15px;
  }

  .container-feedback {
    padding: 20px;
    display: none;
    overflow: auto;
  }

  .heading-feedback {
    font-size: 16px;
  }

  .link-close-feeback {
    width: 30px;
    height: 36px;
  }

  .text-area-feedback {
    height: 220px;
    min-height: 220px;
    margin-bottom: 10px;
  }

  .container_feedback_question_mark {
    height: 30px;
    display: none;
  }

  .div_block_nl {
    flex-flow: column;
    width: 100%;
    padding: 20px;
  }

  .heading-main-legal {
    width: 100%;
    margin-top: 24px;
    font-size: 20px;
  }

  .cv-photo {
    width: 120px;
    height: auto;
  }

  .field-category {
    width: 180px;
  }

  .footer-wrap-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .txt-footer-div-contact {
    display: none;
  }

  .container-disclaimer-text {
    height: 55vh;
  }
}

#w-node-_98fd7aa0-8d48-a427-6a5b-34e193df6f9d-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .625rem 1.3rem auto .938rem;
  grid-template-columns: 10rem 2.625rem;
}

#w-node-_98fd7aa0-8d48-a427-6a5b-34e193df6f9e-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-d5f97ea1-45d0-a5fd-764f-3ba2e4fbedac-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98fd7aa0-8d48-a427-6a5b-34e193df6faf-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_33c72999-c45c-8db6-3fa3-17f1fc65a964-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_927fe788-db6d-f7b5-b596-b7be239d7330-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .625rem 1.3rem .938rem .938rem;
  grid-template-columns: 10rem 2.625rem;
}

#w-node-_927fe788-db6d-f7b5-b596-b7be239d7331-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_117abd18-7273-b5c0-f038-a08ad20c0462-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bf7f658-47fe-e0ca-7fb1-8769a8b5866c-9301f09b, #w-node-_17e2c3d7-1e18-f681-b630-57c0be770771-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_117abd18-7273-b5c0-f038-a08ad20c046d-9301f09b, #w-node-_117abd18-7273-b5c0-f038-a08ad20c0471-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_837b0d68-e16a-1b59-b297-aa48a62a6dd1-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .625rem 1.3rem .938rem .938rem;
  grid-template-columns: 10rem 2.625rem;
}

#w-node-_837b0d68-e16a-1b59-b297-aa48a62a6dd2-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-fd1be4bd-90dd-189c-698c-2c72e881cd59-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_837b0d68-e16a-1b59-b297-aa48a62a6de3-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-fd1be4bd-90dd-189c-698c-2c72e881cd64-9301f09b, #w-node-fd1be4bd-90dd-189c-698c-2c72e881cd68-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3998652-c7b4-2304-ab9a-1cac8519d800-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .938rem .938rem .625rem 1.3rem .938rem .938rem .938rem .625rem 1.3rem .938rem .938rem;
  grid-template-columns: 9.688rem 3rem;
}

#w-node-d3998652-c7b4-2304-ab9a-1cac8519d801-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-b3083c31-f04d-06b2-4ed9-23da44fe5669-9301f09b, #w-node-_63ad12d9-74b2-76b6-269f-31622c470c04-9301f09b, #w-node-e04d83f4-e7f5-e13d-8899-0becc789ebdf-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b4d9c58-e786-a48c-d63d-7015a175c1db-9301f09b, #w-node-_59df2f2a-69b7-1034-a445-ae7b290b7a4e-9301f09b, #w-node-_51e30722-d484-cbf6-de09-0c1ba3abc0b1-9301f09b, #w-node-_78ae2818-315a-a64e-b051-6503ddc025b7-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_68fd700c-9a71-21f5-a913-70d3fc33a129-9301f09b, #w-node-b847103c-4deb-bc3e-a7a1-f3cc35ab9623-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df69-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .938rem .938rem .625rem 1.3rem .938rem .938rem .938rem .625rem 1.25rem .938rem .938rem;
  grid-template-columns: 9.688rem 3rem;
}

#w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df6a-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df71-9301f09b, #w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df7d-9301f09b, #w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df83-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df85-9301f09b, #w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df86-9301f09b, #w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df9b-9301f09b, #w-node-_889bf99c-b897-ec56-9949-8d6fbfe9df9c-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_889bf99c-b897-ec56-9949-8d6fbfe9dfa3-9301f09b, #w-node-_889bf99c-b897-ec56-9949-8d6fbfe9dfa9-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a61a-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .625rem 1.3rem auto .938rem;
  grid-template-columns: 10rem 2.625rem;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a61b-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a622-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a62c-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a633-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a640-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .625rem 1.3rem .938rem .938rem;
  grid-template-columns: 10rem 2.625rem;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a641-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a648-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a650-9301f09b, #w-node-b50ac90c-9162-2e44-654f-6b9e72f8a651-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a658-9301f09b, #w-node-b50ac90c-9162-2e44-654f-6b9e72f8a65e-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a665-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .625rem 1.3rem .938rem .938rem;
  grid-template-columns: 10rem 2.625rem;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a666-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a66d-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a677-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-b50ac90c-9162-2e44-654f-6b9e72f8a67e-9301f09b, #w-node-b50ac90c-9162-2e44-654f-6b9e72f8a684-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d343-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .938rem .938rem .625rem 1.3rem .938rem .938rem .938rem .625rem 1.3rem .938rem .938rem;
  grid-template-columns: 9.688rem 3rem;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d344-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d34b-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d357-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d35d-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d35f-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d360-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d375-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d376-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d37d-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d383-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d38a-9301f09b {
  grid-template-rows: 1.4rem .938rem .938rem .938rem .938rem .625rem 1.3rem .938rem .938rem .938rem .625rem 1.25rem .938rem .938rem;
  grid-template-columns: 9.688rem 3rem;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d38b-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d392-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d39e-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d3a4-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d3a6-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d3a7-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d3bc-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d3bd-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d3c4-9301f09b, #w-node-_2552dd7d-7adc-d6ac-e185-8e1022e5d3ca-9301f09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfa6920-67d2-1287-4268-021475982fa3-9301f09b {
  grid-template-rows: 7.5rem 25.625rem 1.25rem auto 2.5rem;
  grid-template-columns: 47.438rem 47.438rem;
}

#w-node-_4dfa6920-67d2-1287-4268-021475982fa4-9301f09b, #w-node-c8bb0069-932d-80eb-d661-3c6974a0a995-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-_10dd5bb7-1883-fe27-f250-565d833454b5-9301f09b {
  grid-template-rows: 7.5rem auto 2.5rem;
  grid-template-columns: 51.875rem 51.875rem;
}

#w-node-_10dd5bb7-1883-fe27-f250-565d833454b6-9301f09b {
  grid-column: span 2 / span 2;
}

#w-node-bf0d103c-09cf-0465-2752-958d86afefc2-5e052465 {
  grid-template-rows: 13.063rem 13.063rem;
  grid-template-columns: 15.813rem 15.813rem 15.813rem;
}

#w-node-_6da4c894-02b6-92ae-177f-2059576cfc7e-96834f91 {
  grid-template-rows: 6.313rem;
  grid-template-columns: 7.5rem 25.313rem;
}

#w-node-_39569f8d-295f-d5e9-8c46-9f0565004b8d-96834f91 {
  grid-template-rows: 6.313rem;
  grid-template-columns: 25.313rem 7.5rem;
}

@media screen and (max-width: 991px) {
  #w-node-bf0d103c-09cf-0465-2752-958d86afefc2-5e052465 {
    grid-template-rows: 178px 0 20px 178px 0;
    grid-template-columns: 203px 203px 203px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf0d103c-09cf-0465-2752-958d86afefc2-5e052465 {
    grid-template-rows: 121px 40px 20px 121px 40px;
    grid-template-columns: 128px 128px 128px;
  }

  #w-node-_6da4c894-02b6-92ae-177f-2059576cfc7e-96834f91 {
    grid-template-rows: 90px;
    grid-template-columns: 80px 330px;
  }

  #w-node-_39569f8d-295f-d5e9-8c46-9f0565004b8d-96834f91 {
    grid-template-rows: 101px;
    grid-template-columns: 330px 80px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf0d103c-09cf-0465-2752-958d86afefc2-5e052465 {
    grid-template-rows: 120px 120px 120px;
    grid-template-columns: 128px 128px;
  }
}


