/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/pages/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/pages/index.scss (1) ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1368px) {
  .container {
    padding: 0 80px;
    max-width: 1368px;
  }
}

.is-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

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

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: currentColor;
  display: block;
}

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

.link {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list {
  -webkit-text-decoration: none;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

svg {
  fill: currentColor;
}

li:last-child {
  margin-bottom: 0 !important;
}

address {
  font-style: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  font-family: "Roboto", sans-serif;
  background: #000;
  font-weight: 500;
  font-size: 18px;
  color: #737373;
  margin: 0 auto;
  width: 100%;
  scroll-behavior: smooth;
  background-image: url(../../assets/img/1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-family: inherit;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: max-content;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background: #468ee5;
  color: #fff;
}
.btn-second {
  background: #468ee5;
  color: #000;
}

.hfa-scale {
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform: scale(1);
}
.hfa-scale:hover, .hfa-scale:focus {
  transform: scale(1.022);
}
.just-validate-error-field.form-input {
  border: 1px solid #ef0e0e;
}

.just-validate-error-label {
  display: none;
}

.hero .content-wrapper {
  min-height: 100vh;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .text-wrapper {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.hero .text-block {
  border-radius: 8px;
  padding: 24px;
  background: #468ee5;
  color: #fff;
  min-height: 100px;
}
.hero .lower {
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.hero .lower::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -40px;
  width: 120%;
  height: 1px;
  background-color: #737373;
}
.hero input {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px;
  border: 1px solid rgba(115, 115, 115, 0.6);
  border-radius: 3px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.hero input::placeholder {
  color: rgba(115, 115, 115, 0.6);
}
.hero #error {
  opacity: 0;
  line-height: 0;
  transition: all 0.3s ease-in-out;
  color: #ef0e0e;
}
.hero label.error input {
  border-color: #ef0e0e;
}
.hero label.error #error {
  opacity: 1;
  font-size: 18px;
  line-height: 1.2;
}

img{ cursor: pointer;}

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