@font-face {
  font-family: Manrope;
  src: url(../assets_opt/fonts/Manrope-Regular.woff2) format("woff2"),
       url(../assets_opt/fonts/Manrope-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../assets_opt/fonts/Manrope-Medium.woff2) format("woff2"),
       url(../assets_opt/fonts/Manrope-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../assets_opt/fonts/Manrope-Bold.woff2) format("woff2"),
       url(../assets_opt/fonts/Manrope-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --black-font: #1e2022;
  --light-gray: #f4f3f3;
  --disclaimer-gray: #afafaf;
  --selector-red: rgba(210, 10, 44, 0.8);
}
main#overview {
  font-family: Manrope, Arial, Helvetica, sans-serif !important;
  font-weight: 500;
  color: var(--black-font);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  letter-spacing: calc(-0.037em + 0.526px);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main#overview * {
  -webkit-tap-highlight-color: transparent
}

main#overview {
  text-align: start;
}
main#overview ol li {
  list-style: decimal !important;
}

main#overview a {
  display: inline-block
}

a:visited,
main#overview a:link {
  text-decoration: none;
}
main#overview section {
  min-height: 0;
  min-width: 0;
}
main#overview p {
  margin: 0;
  padding: 0;
}

main#overview h2 {
  margin: 0
}

main#overview ::selection {
  background: rgba(210, 10, 44, 0.8);
  color: #fff;
}
main#overview img {
  user-select: none;
}
.btn-see-more {
  width: -moz-fit-content;
  width: fit-content;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.988vw;
  margin-top: 10%;
  padding: 0.75vw 1.75vw;
  vertical-align: middle;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: 0 0;
  border-radius: 3.5vw;
  display: flex;
  align-items: center;
}
.btn-see-more:focus {
  outline: 0;
}
.logo-shop-icon {
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
.logo-shop-icon img {
  width: 100%;
  height: auto;
}
.title-logo {
  font-size: 1.97vw;
  font-weight: 700;
}
.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column-start {
  display: flex;
  align-items: start;
}
.flex-column-center {
  display: flex;
  align-items: center;
}
.flex-column-end {
  display: flex;
  align-items: end;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.space-between {
  justify-content: space-between;
}
.flex-col-2 div,
.flex-col-2 p {
  flex: 1;
}
.flex-col-2 {
  padding-bottom: 4%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.container {
  width: 82%;
  margin: 0 auto;
  position: relative;
}
.inverted-container {
  background: #000;
  color: #f4f3f3;
}
.img-container img {
  width: 100%;
  height: auto;
}
.disclaimer-container {
  width: 90%;
  margin: 4% auto;
}
.footnotes-container {
  width: 80%;
  margin: 0 auto;
}

.floating-text>* {
  position: absolute
}

.floating-text-left p.subtitle,
.floating-text-right p.subtitle {
  margin-top: 0.42em;
  margin-bottom: 1.26em;
}
.floating-text-left,
.floating-text-right {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 35%;
  justify-content: center;
}
.floating-text-top {
  top: 4%;
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.floating-text-center {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 35%;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
main#overview .title {
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.2;
}
main#overview .subtitle {
  font-size: 2.77vw;
  font-weight: 700;
  line-height: 1.25;
}
main#overview .description {
  font-size: 1.6vw;
  line-height: 1.2;
}
main#overview .text {
  font-size: 1.455vw;
  font-weight: 500;
  line-height: 1.5;
}
main#overview .small {
  font-size: 0.89vw;
}
main#overview .footnote {
  font-size: 0.952vw;
  text-decoration: none;
  color: #afafaf;
}
main#overview .disclaimer {
  font-size: 1vw;
  color: #7f7f7f;
}
main#overview .logo-description {
  font-size: 1.59vw;
  font-weight: 500;
}
main#overview .caps {
  font-size: 14.87vw;
  font-weight: 700;
}
.white-font,
.white-font a {
  color: var(--light-gray);
}
.black-font {
  color: var(--black-font);
}
.gray-font {
  color: var(--light-gray-font);
}
.text-left {
  text-align: start;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-7 {
  opacity: 0.7;
}

main#overview .px-0 {
  padding-left: 0;
  padding-right: 0
}

main#overview .py-0 {
  padding-top: 0;
  padding-bottom: 0
}

main#overview .translate-x50>* {
  transform: translateX(-50%)
}

@media screen and (min-width: 0px) {
  main#overview .title {
    font-size: 9vw;
  }
  main#overview .subtitle {
    font-size: 7vw;
  }
  main#overview .description {
    font-size: 4.45vw;
  }
  main#overview .text {
    font-size: 5vw;
  }
  main#overview .small {
    font-size: 2.9vw;
  }
  main#overview .footnote {
    font-size: 2.933vw;
  }
  main#overview .disclaimer {
    font-size: 3.733vw;
  }
  main#overview .logo-description {
    font-size: 3.5vw;
  }
  main#overview .caps {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .btn-see-more {
    font-size: 5vw;
  }
  .img-selector {
    top: 87%;
    left: 17%;
    width: 70%;
    transform: none;
  }
  .selector-tab {
    width: 6.66vw;
    height: 6.66vw;
    margin: 0 2vw;
    border-radius: 6.5vw;
    font-size: 3vw;
  }
  .selector-tab.active {
    width: 30vw;
  }
}
@media only screen and (min-width: 0px) {
  .container {
    padding: 10% 0;
  }
  .footnotes-container {
    width: 90%;
  }
}
