:root {
  --primary-blue: #0076DD;
  --primary-gray: #D9D9D9;
  --opacity-gray: #d9d9d980;
  --opacity-blue: #0076dd79;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  font-style: normal;
  color: #000;
  font-family: Manrope, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input {
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fp-overflow{
  height: 100%;
}

.wrapper {
  min-width: 320px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.container {
  min-width: 320px;
  max-width: 1720px;
  box-sizing: border-box;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
  margin: 0;
  background-color: #fff;
  color: var(--text);
  height: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}