.customPageCenteredContent {
  width: var(--web-container);
  min-width: 0;
  margin: 100px auto;
  max-width: 55%;
}

#customPageTitle {
  font-size: var(--custom-font-size);
  line-height: var(--custom-line-height);
  margin-bottom: 40px;
  text-align: center
}

h1,
.titleCustom {
  margin-bottom: 18px;
  font-size: var(--custom-font-size);
  line-height: var(--custom-line-height);
  font-family: var(--secondary-font-family);
  text-transform: inherit;
  text-align: center
}

.centeredContent.customPageCenteredContent[data-custom-id="7"] .titleCustom {
  text-align: left
}

.centeredContent.customPageCenteredContent[data-custom-id="2"] #customPageTitle {
  margin-bottom: 20px;
}



h2,
.customPageSubtitle {
  width: 90%;
  position: relative;
  margin: 2rem auto 0;
  font-size: 1.4rem;
  text-align: center;
  overflow: hidden;
  line-height: 1.8rem;
  max-width: 500px;
}


.customPageText {
  font-size: var(--base-font-size);
  font-family: inherit;
  margin: 40px auto 0;
}


.textCustom {
  line-height: var(--base-line-height);
  font-size: var(--base-font-size);
  letter-spacing: 0;
  width: 100%;
  margin-block: 20px;
  text-align: start;
  font-weight: var(--base-font-weight);
  max-width: 100%;
}

.customPageText p span {
  font-family: "Avenir" !important
}

.customPageText p span.bold {
  font-weight: var(--secondary-font-weight)
}


.formInput.contact_message {
  border-radius: 20px;
  padding-top: 20px;
}


.centeredContent.customPageCenteredContent[data-custom-id="6"] .textCustom, {
  width: 72%;
  text-align: center;
}

.centeredContent.customPageCenteredContent[data-custom-id="4"] .textCustom {
  width: 100%;
  text-align: center;
}

.centeredContent.customPageCenteredContent[data-custom-id="8"] .textCustom {
  width: 68%;
}

.centeredContent.customPageCenteredContent[data-custom-id="6"] p.textCustom,
.centeredContent.customPageCenteredContent[data-custom-id="8"] p.textCustom {
  margin-block: 17px 13px;
  text-align: left;
  font-weight: 400;
  width: 100%;
}

textarea {
  resize: none;
  height: 170px;
  width: 100%;
  padding-left: 15px;
  color: var(--base);
}

.formInput {
  font-size: 10px;
  box-sizing: border-box;
  font-weight: var(--base-font-weight);
  line-height: 13px;
  margin-bottom: 0rem;
  margin-top: 14px;
  color: var(--base);
  border: 1px solid var(--lighter-base);
  background: var(--web-background);
  width: 100%;
  border-radius: 40px;
  padding: 16px;
  text-indent: 10px;
}

.formInput::placeholder,
#regret {
  color: #9D9D9D;
  font-size: 10px
}

.contactLabel.fileName {
  display: none;
}

.uploadFileContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.uploadFileContianer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.file-input-wrapper {
  box-sizing: border-box;
  width: 89px;
  border: 1px solid var(--lighter-base);
  border-radius: 10px;
  margin: 0;
  height: 86px;
  font-size: 12px;
  background-image: url(../../files/more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12%;
  padding: 0;
}

.file-input-name.selected {
  position: absolute;
  width: auto;
  margin-top: 0;
  word-break: break-all;
  top: 60%;
  cursor: pointer;
  float: left;
  display: flex;
  left: 100px;
  z-index: 2;
  flex-direction: row;
  padding-right: 10px;
}

.file-input-close {
  position: absolute;
  top: 59%;
  font-weight: 600;
  display: none;
  z-index: 2;
  cursor: pointer;
}

.uploaded-image {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid var(--lighter-base);
  border-radius: var(--border-radius);
  background-image: url(../../files/more.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 3px;
  cursor: pointer;
}

.sendContactCustom,
.sendContact {
  background-color: var(--base);
  height: 52px;
  line-height: 52px;
  width: auto;
  border: 1px solid var(--base);
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-weight: var(--semibold-font-weight);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: var(--btn-border-radius);
  padding-inline: 43px;
  margin-top: 40px;
  color: var(--btn-font);
  text-align: center;
  margin: 0 auto;
}

.sendContactCustom:hover,
.sendContact:hover {
  background-color: var(--white);
  color: var(--base);
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {
  .customPageCenteredContent {
    margin: 60px auto;
    max-width: 100%;
  }

  .contactFormContainer {
    position: relative;
    width: 90%;
    margin: auto;
  }

  .titleCustom {
    width: 100%;
    max-width: inherit;
    margin-bottom: 2rem;
  }

  .centeredContent.customPageCenteredContent[data-custom-id="7"] .titleCustom {
    text-align: center;
  }

  .textContainer p {
    font-size: var(--base-font-size);
  }

  .textCustom {
    text-align: left;
    margin-top: 0;
  }

  p.textCustom {
    text-align: center;
    width: 98%;
  }

  .customPageText {
    width: 100%;
  }

  .contactContainer img {
    width: 100%;
    height: auto;
  }

  .contactContainer {
    flex-direction: column;
    width: 100%;
  }

  .contactDiv {
    width: 90%;
    margin-left: 5%;
    margin-top: 2rem;
  }

  h2,
  .customPageSubtitle {
    margin-top: 0rem;
  }

  .contactInput {
    height: 4rem;
    font-size: 1.4rem;
  }

  .centeredContent.customPageCenteredContent[data-custom-id="4"] .textCustom:nth-child(2),
  .centeredContent.customPageCenteredContent[data-custom-id="6"] .textCustom {
    width: 100%;
    text-align: center;
  }

  .centeredContent.customPageCenteredContent[data-custom-id="8"] .textCustom {
    width: 92%
  }

  .centeredContent.customPageCenteredContent[data-custom-id="4"] .textCustom:nth-child(5) {
    font-weight: var(--base-font-weight);
    width: 92%;
    margin-bottom: 37px;
  }
}