:root {
  --app-height: 100vh;
  --app-height: calc(var(--vh, 1vh) * 100);


  --toastify-color-success: #D7ECE1;
  --toastify-color-error: #FDECF0;
  --toastify-text-color-success: #231E20;
  --toastify-text-color-error: #231E20;
  --toastify-toast-bd-radius: 0;
  --toastify-font-family: Apercu;
}

.Toastify__toast-container {
  padding: 0 10px 10px;
}

.Toastify__toast--error {
  border: 1.5px solid #E22631;
}

.Toastify__toast--success {
  border: 1.5px solid #38A169;
}

.Toastify__toast-body {
  font-weight: 700;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
  height: var(--app-height);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img.trackingPixel {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;

  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
}
button:not([disabled]):not(:disabled):hover {
  cursor: pointer;
}

input, textarea {
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
}

input, textarea:disabled {
  background-color: transparent;
  color: black;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Knockout";
  src: url("/fonts/KnockoutFullFeatherweight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Knockout";
  src: url("/fonts/KnockoutFullLiteweight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TiemposHeadline";
  src: url("/fonts/TiemposHeadlineWeb-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/apercu-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/apercu-light.woff2") format("woff2");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ApercuMono";
  src: url("/fonts/apercu-mono-regular.woff2") format("woff2");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}

#sticky-cta-portal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

@media (max-width: 768px) {
  .hide-br-sm br {
    display: none;
  }
}

.osano-cm-widget{
  display: none;
}
