:root {
  --roxo: #bd00e1;
  --white: white;
  --black: black;
}

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

.container.alinhamento-posts {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.section-banner {
  width: 100%;
  height: 100%;
}

.div-header-black {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-header-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-img {
  margin-bottom: 20px;
}

.section {
  padding-top: 0;
  padding-bottom: 5rem;
}

.section.section-balck {
  background-color: #000;
  padding-bottom: 0;
}

.section.section-roxa {
  z-index: 10;
  background-color: var(--roxo);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.section.section-oferta {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section.section-footer {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.section-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-duvida {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.grid-duvida-title {
  text-align: center;
  letter-spacing: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Panton, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.grid-duvida-1 {
  width: 100%;
}

.grid-duvida-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.grid-duvida-desc {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bantagens-title {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  font-family: Panton, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 48px;
}

.body {
  font-family: Inter, sans-serif;
}

.grid-vantagens {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.grid-vantagens-divs {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.grid-vantagens-divs-div {
  width: 80%;
}

.vantagens-number {
  color: var(--roxo);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-right: 20px;
  font-family: Panton, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
  display: flex;
}

.vantagens-number.number-center {
  justify-content: center;
  align-items: center;
}

.vantagens-title {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Panton, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 37px;
}

.paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.div-20porce {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.link-comprar {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 53px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.div-link-comprar {
  text-align: center;
}

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

.grid-post.new-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: auto;
  margin-top: -75px;
  margin-bottom: 0;
  display: grid;
  overflow: visible;
}

.grid-post.new-grid-2.new-grid-2-invert {
  grid-template-columns: 1fr 2fr;
}

.grid-post.display-none {
  display: block;
}

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

.footer-titulo {
  margin-top: 0;
  font-family: Panton, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.footer-titulo:hover {
  color: #6d00a8;
}

.footer-desc {
  font-family: Panton, sans-serif;
  font-size: 18px;
}

.footer-desc:hover {
  color: #6d00a8;
}

.footer-desc.link-site {
  font-size: 16px;
}

.footer-divs {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  text-decoration: none;
}

.link-block-oferta {
  max-width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.imagem-destaque {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #000;
  vertical-align: top;
  object-fit: fill;
  width: 100%;
  height: 330px;
  display: inline-block;
  position: static;
  overflow: visible;
}

.div-link-oferta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--roxo);
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 25%;
  max-height: 100%;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: block;
  position: static;
  bottom: auto;
  overflow: visible;
}

.div-link-oferta.oferta-nomes {
  height: auto;
  display: block;
  bottom: 80px;
}

.div-link-oferta.beachpark {
  margin-top: 130px;
}

.heading {
  color: #fff;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Panton, sans-serif;
  font-size: 25px;
}

.heading.novo-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Panton, sans-serif;
}

.paragraph-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Panton, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.image {
  width: 190px;
  margin-bottom: 10px;
}

.campo-mobile {
  display: none;
}

.text-oferta {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-left: 0;
  font-family: Panton, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
}

.div-titulo {
  margin-bottom: 40px;
  padding-right: 0;
}

.paragraph-4 {
  text-align: center;
  font-family: Panton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block {
  font-family: Panton, sans-serif;
}

.nav-bar {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-bar-itens {
  color: #fff;
  letter-spacing: 1px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Panton, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.container-2 {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logo-header {
  width: 220px;
  height: 100%;
}

.brand {
  height: 100%;
  max-height: 100%;
}

.div-banner {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 550px;
  margin-top: 100px;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-banner-direcionamento {
  vertical-align: baseline;
  width: 600px;
}

.image-3 {
  width: 100%;
}

.nav-menu {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.oferta-nome {
  background-color: var(--roxo);
  padding: 20px;
  position: relative;
  bottom: 80px;
}

.icon-roxo {
  transform-style: preserve-3d;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(180deg);
}

.iconpreto {
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: -20px;
  padding-bottom: 0;
  position: relative;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.margin-section-div {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.margin-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-4 {
  z-index: auto;
  box-sizing: content-box;
  float: right;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  outline-offset: 0px;
  vertical-align: baseline;
  mix-blend-mode: normal;
  object-fit: fill;
  outline: 3px #00e;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 90px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 90px auto auto;
  overflow: visible;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-weight: 700;
}

.footer-desc-2 {
  text-align: center;
  font-family: Panton, sans-serif;
  font-size: 18px;
}

.footer-desc-2:hover {
  color: #6d00a8;
}

.footer-desc-2.cnpj {
  font-size: 12px;
}

.footer-desc-2.cnpj:hover {
  color: #fff;
}

.footer-desc-2.link-site {
  font-size: 16px;
}

.footer-desc-3 {
  text-align: center;
  font-family: Panton, sans-serif;
  font-size: 18px;
}

.footer-desc-3:hover {
  color: #6d00a8;
}

.footer-desc-3.cnpj {
  font-size: 12px;
}

.footer-desc-3.cnpj:hover {
  color: #fff;
}

.footer-desc-3.link-site {
  font-size: 16px;
}

.whatsapp-button {
  z-index: 999;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.button-round {
  background-color: #e14817;
  border: 2px solid #e14817;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 100px 100px 100px #0000;
}

.button-round:hover {
  box-shadow: inset 0 100px 100px 100px #0000001a;
}

.button-round.button-round-small {
  color: #fff;
  background-color: #26c379;
  border-style: none;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 2px 3px 4px #00000047;
}

.img-zap {
  max-width: 22px;
  padding-right: 0;
}

.image-5 {
  width: 100%;
  max-width: 115%;
  height: 268px;
}

.div-depoimentos {
  float: none;
  clear: none;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.image-6 {
  width: 200px;
  height: auto;
  display: inline-block;
}

.image-7 {
  vertical-align: baseline;
  display: block;
}

.code-embed {
  margin-bottom: 0;
}

.code-embed-2 {
  float: none;
  clear: none;
  margin-bottom: 0;
}

.code-embed-3, .code-embed-4 {
  float: right;
  width: 50%;
  margin-bottom: 0;
}

.div-block-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2.subtitulodepoimento {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .container.alinhamento-posts {
    padding-left: 0;
  }

  .icon-roxo {
    top: 84%;
  }

  .iconpreto {
    bottom: -50%;
  }

  .div-depoimentos {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .text-oferta {
    margin-left: 20px;
  }

  .div-banner {
    padding-right: 10%;
  }

  .img-banner-direcionamento {
    width: 650px;
  }

  .icon-roxo {
    top: 84%;
  }
}

@media screen and (min-width: 1920px) {
  .container.alinhamento-posts {
    width: 100%;
    padding-left: 0;
  }

  .section-banner {
    flex-flow: column;
    display: flex;
  }

  .nav-bar-itens {
    font-size: 18px;
  }

  .div-banner {
    height: 900px;
    padding-right: 10%;
  }

  .img-banner-direcionamento {
    width: 900px;
  }

  .image-3 {
    width: 100%;
    height: 100%;
  }

  .icon-roxo {
    top: 81%;
  }

  .iconpreto {
    bottom: -27%;
  }

  .image-5 {
    width: 100%;
  }

  .div-depoimentos {
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .container.alinhamento-posts {
    padding-right: 40px;
  }

  .grid-duvida {
    flex-flow: column;
  }

  .grid-post.new-grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-post.new-grid-2.new-grid-2-invert {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-post.new-grid-2.new-grid-2-invert.grid-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .div-link-oferta {
    display: block;
  }

  .campo-mobile {
    display: none;
  }

  .campo-desktop {
    display: block;
  }

  .image-2 {
    width: 300px;
  }

  .div-banner {
    height: 400px;
  }

  .img-banner-direcionamento {
    width: 350px;
  }

  .icon-roxo {
    width: 150px;
  }

  .iconpreto {
    bottom: -41%;
  }

  .image-5 {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    overflow: clip;
  }

  .div-depoimentos {
    grid-column-gap: 5px;
    grid-row-gap: 11px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
    margin-left: 40px;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .grid-duvida {
    grid-template-columns: 1fr;
  }

  .grid-duvida-title {
    text-align: center;
  }

  .grid-duvida-1 {
    width: 100%;
  }

  .grid-duvida-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-duvida-desc {
    text-align: center;
  }

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

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

  .grid-post.new-grid-2.new-grid-2-invert.grid-mobile, .grid-footer {
    grid-template-columns: 1fr;
  }

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

  .div-banner {
    height: 300px;
  }

  .img-banner-direcionamento {
    width: 280px;
  }

  .div-depoimentos {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .code-embed-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .div-header-black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-duvida-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bantagens-title {
    font-size: 40px;
  }

  .grid-vantagens-divs {
    flex-flow: column;
  }

  .grid-vantagens-divs-div {
    width: 100%;
  }

  .vantagens-number {
    width: 35%;
  }

  .div-20porce {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-post.new-grid-2 {
    margin-top: 0;
  }

  .grid-post.new-grid-2.new-grid-2-invert {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .link-block-oferta {
    width: 100%;
    height: 100%;
    margin-top: -85px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    bottom: 0;
    overflow: visible;
  }

  .imagem-destaque {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    height: 140px;
  }

  .imagem-destaque.engenhoca-oferta {
    height: 191px;
  }

  .div-link-oferta {
    height: auto;
    margin-bottom: auto;
    display: block;
    bottom: 0;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-3 {
    line-height: 20px;
  }

  .campo-mobile {
    display: none;
  }

  .image-2 {
    width: 250px;
  }

  .logo-header {
    width: 180px;
  }

  .div-banner {
    height: 180px;
    padding-right: 5%;
  }

  .img-banner-direcionamento {
    width: 220px;
  }

  .nav-menu {
    background-color: #000;
  }

  .icon-roxo {
    width: 100px;
  }

  .iconpreto {
    width: 150px;
    bottom: -53%;
  }

  .footer-desc-2, .footer-desc-3 {
    text-align: center;
  }

  .div-depoimentos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .div-block {
    display: block;
  }

  .code-embed-2 {
    clear: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-2 {
    margin-top: 10px;
  }

  .icon {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border: 1px solid #000;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--black);
  }
}

#w-node-a8833dc0-14ca-7bdf-e090-b2bbfad86d17-a43ef3cb {
  place-self: start end;
}

#w-node-_83cbb78b-d53e-366b-6d5d-08b5d41fbfea-a43ef3cb {
  place-self: center start;
}

#w-node-f62d3949-8277-426a-958d-006e91cf8a49-a43ef3cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_07aee375-e8b2-add3-2761-f416ede91241-a43ef3cb {
  place-self: auto center;
}

#w-node-fbfcbec3-34c3-f7e3-3ac5-f8fd63474992-a43ef3cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

@media screen and (max-width: 479px) {
  #w-node-_07aee375-e8b2-add3-2761-f416ede91241-a43ef3cb {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Heavy-Italic.ttf') format('truetype'), url('../fonts/Panton-Narrow-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Bold.ttf') format('truetype'), url('../fonts/Panton-Narrow-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Bold-Italic.ttf') format('truetype'), url('../fonts/Panton-Narrow-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Bold.otf') format('opentype'), url('../fonts/Panton-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Black.otf') format('opentype'), url('../fonts/Panton-Narrow-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Black-Italic.otf') format('opentype'), url('../fonts/Panton-ExtraBlack-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-ExtraBlack.otf') format('opentype'), url('../fonts/Panton-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Bold-Italic.otf') format('opentype'), url('../fonts/Panton-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}