* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  font-family: "Mulish", sans-serif;
  color: #4d4d4d;
}

input {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
}
input:focus {
  outline: none;
}
input::-moz-placeholder {
  font-family: "Mulish", sans-serif;
}
input:-ms-input-placeholder {
  font-family: "Mulish", sans-serif;
}
input::placeholder {
  font-family: "Mulish", sans-serif;
}

button {
  font-family: "Mulish", sans-serif;
}

html {
  font-size: 15px;
}
@media screen and (min-width: 1366px) and (max-width: calc(1920px)) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: calc(1920px + 1px)) {
  html {
    font-size: 20px;
  }
}

a {
  cursor: pointer;
}

._container_1hyau_53 {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

._max-width_1hyau_59 {
  width: 100%;
}

._hidden_1hyau_63 {
  display: none;
}

@media screen and (max-width: calc(667px)) {
  ._hidden-sm-down_1hyau_68 {
    display: none !important;
  }
}

@media screen and (max-width: calc(1366px)) {
  ._hidden-md-down_1hyau_74 {
    display: none !important;
  }
}

@media screen and (min-width: calc(375px + 1px)) {
  ._hidden-sm-up_1hyau_80 {
    display: none !important;
  }
}

@media screen and (min-width: calc(667px + 1px)) {
  ._hidden-md-up_1hyau_86 {
    display: none !important;
  }
}

@media screen and (max-width: calc(1000px)) {
  ._hidden-md-sm-down_1hyau_92 {
    display: none !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: calc(1235px - 1px)) {
  ._hidden-md-sm-up_1hyau_99 {
    display: none !important;
    margin: 0 auto;
  }
}

@media (min-width: 1000px) {
  ._hidden-md-sm-up2_1hyau_106 {
    display: none !important;
    margin: 0 auto;
  }
}

@media screen and (min-width: calc(1366px + 1px)) {
  ._hidden-lg-up_1hyau_113 {
    display: none !important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  ._footer-mobile_1hyau_120 {
    display: none !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  ._footer-desktop_1hyau_127 {
    display: none !important;
    margin: 0 auto;
  }
}

textarea,
select,
input,
button,
div,
span,
img {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}