@import url("https://p.typekit.net/p.css?s=1&k=xgs0lkx&ht=tk&f=1803.1805.1807&a=30102407&app=typekit&e=css");
@font-face {
  font-family: "purista-web";
  src: url("https://use.typekit.net/af/438dd8/0000000000000000773598e5/30/l?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/438dd8/0000000000000000773598e5/30/d?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/438dd8/0000000000000000773598e5/30/a?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "purista-web";
  src: url("https://use.typekit.net/af/68de59/0000000000000000773598ed/30/l?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/68de59/0000000000000000773598ed/30/d?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/68de59/0000000000000000773598ed/30/a?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "purista-web";
  src: url("https://use.typekit.net/af/6bd97c/0000000000000000773598f2/30/l?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/6bd97c/0000000000000000773598f2/30/d?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/6bd97c/0000000000000000773598f2/30/a?primer=7792b85dc8a4b5bd789aaeb0d3fa71588b6b54bf10e40bc1f973e60ac783a7b9&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
html {
  font: normal 16px/22px "purista-web", sans-serif-condensed;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 375px) {
  html {
    font-size: 4.25vw;
  }
}
/* tailwind vs bootstrap fix */
.collapse.show {
  visibility: visible;
}

/* bootstrap classe collapse */
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

/* bootstrap classe modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  perspective: 1000px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.2s ease-out;
  transition: transform 0.5s ease-out;
  transform: translate(0, -50px);
  transform: rotateY(90deg);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transform: rotateY(0deg);
  }
}
.modal.show .modal-dialog {
  transform: rotateY(0deg);
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 2rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 2rem);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(6, 3, 4, 0.8);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 2rem;
  border-bottom: 1px solid #e2e5eb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .btn-close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.7;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.75rem;
  border-top: 1px solid #e2e5eb;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/*# sourceMappingURL=main.css.map */
