/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/atoms/logo/Logo.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.logo {
  display: flex;
}
.logo span {
  font-size: 2rem;
  font-weight: 1000;
  color: #202121;
  font-style: italic;
}
.logo span span {
  font-size: 3rem;
  color: #20d489;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/molecules/navbar/SignMobileHeader.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sign-mobile-header {
  display: none;
  background-color: #202121;
  padding: 1rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .sign-mobile-header {
    display: flex;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/templates/sign/SignTemplate.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sign-template {
  width: 100vw;
  height: 100vh;
  background-color: #009857;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.sign-template__mask {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 1920;
  z-index: 1;
  pointer-events: none;
  background-color: white;
  -webkit-mask-image: url("/icons/sign_background.svg");
  mask-image: url("/icons/sign_background.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  /* transform and clip-path via inline style */
}
.sign-template__mask--left {
  left: calc(50vw - 600px);
}
.sign-template__mask--right {
  left: 50vw;
}
.sign-template__logo-container {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 10;
}
.sign-template__content-wrapper {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.sign-template__left-panel {
  flex: 1.8;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
.sign-template__left-panel h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.sign-template__left-panel p {
  font-size: 1.25rem;
  max-width: 450px;
}
.sign-template__right-panel {
  flex: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  overflow-y: auto;
  border-radius: 2rem;
}
.sign-template__form-container {
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sign-template {
    background-color: #fff;
    overflow: hidden;
  }
  .sign-template__mask {
    display: none;
  }
  .sign-template__logo-container, .sign-template__left-panel {
    display: none;
  }
  .sign-template__content-wrapper {
    flex-direction: column;
    height: auto;
  }
  .sign-template__right-panel {
    width: 100%;
    height: 100vh;
    padding: 80px 1rem 40px;
    justify-content: flex-start;
    overflow-y: auto;
  }
  .sign-template__form-container {
    margin: 0 auto;
    padding: 1rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/atoms/modal/Modal.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modal {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1050;
}
.modal p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #181c32;
}
.modal ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.modal .dialog {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: #fff;
  border-radius: 0.65rem;
  box-shadow: 0 4px;
  pointer-events: auto;
  overflow: hidden;
  z-index: 10;
}
.modal .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #eff2f5;
  border-top-left-radius: 0.65rem;
  border-top-right-radius: 0.65rem;
}
.modal .header .title {
  flex-grow: 1;
  text-align: left;
  line-height: 1.5;
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #181c32;
}
.modal .header .btn-close {
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.modal .header .btn-close:hover {
  background-color: rgba(92, 251, 183, 0.48);
  color: #86eca3;
  transition: color 0.2s ease;
}
.modal .body {
  overflow-y: auto;
  padding: 20px;
  max-width: 800px;
  max-height: 90vh;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/atoms/button/Button.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.button {
  border: none;
  padding: 0.9rem 1rem;
  font-weight: 600;
  transition: 0.2s;
  line-height: 12px;
  margin: 0.5rem 0;
  border-radius: 0.65rem;
}
.button.full {
  width: 100%;
}
.button.large {
  padding: 1rem 2rem;
}
.button.small {
  padding: 0.7rem 0.8rem;
  font-size: 0.9rem;
}
.button.primary.disabled, .button.secondary.disabled, .button.teriary.disabled {
  border: 1px solid #cbcbd0;
  color: #98989e;
}
.button.primary {
  background: #20d489;
  color: #009857;
}
.button.primary:hover {
  background: #009857;
  color: #20d489;
}
.button.primary:active {
  background: #102c25;
  color: #20d489;
}
.button.secondary {
  color: #202121;
  background: #e2e2e7;
}
.button.secondary:hover {
  background: #cbcbd0;
}
.button.secondary:active {
  background: #b3b3ba;
}
.button.tertiary {
  color: #202121;
  border: 1px solid #98989e;
}
.button.tertiary:hover {
  border: 1px solid #626266;
}
.button.tertiary:active {
  border: 1px solid #98989e;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/atoms/text/Text.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.text {
  font-family: var(--font-body-exclusive);
  font-weight: 400;
}
.text.header {
  font-size: 2rem;
  font-family: var(--font-heading);
  font-weight: 700;
}
.text.title {
  font-size: 3rem;
  font-family: var(--font-heading);
  font-weight: 700;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/atoms/input/Input.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.input {
  margin: 0.5rem 0;
}
.input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.input input,
.input textarea {
  display: block;
  border: 1px solid #cbcbd0;
  padding: 1rem 1.25rem;
  min-width: 17rem;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.2s;
  border-radius: 0.65rem;
  font-size: 1rem;
}
.input input.full,
.input textarea.full {
  min-width: auto;
  width: 100%;
}
.input input.with-content,
.input textarea.with-content {
  padding-right: 4.5rem;
}
.input input::placeholder,
.input textarea::placeholder {
  color: #b3b3ba;
  font-weight: 500;
}
.input input:hover,
.input textarea:hover {
  border-color: #626266;
}
.input input:active, .input input:focus,
.input textarea:active,
.input textarea:focus {
  border: 1px solid #20d489;
  outline: none;
  box-shadow: 0 0 0 1px #20d489;
}
.input input:disabled,
.input textarea:disabled {
  border-color: #cbcbd0;
  background: #f6f6f8;
  color: #98989e;
}
.input input.error,
.input textarea.error {
  border-color: #ff7777;
}
.input__right-content {
  position: absolute;
  right: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.input label {
  font-weight: 600;
  color: #48484a;
  display: block;
  margin-bottom: 0.5rem;
}
.input .info {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  color: #626266;
}
.input .info.error {
  color: #ff7777;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/molecules/signForms/SignUpForm.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sign-up-form__checkbox-container {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.sign-up-form__error {
  color: #ff7777;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  padding-left: 2.25rem;
}
.sign-up-form__recaptcha-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
