@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Nanum+Brush+Script&display=swap");

html {
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #171313;
  background: #fff;
}

img {
  user-select: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #f77556;
}

::selection {
  color: #fff;
  background: #f77556;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  color: #171313;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.wp-block-quote {
  border: 0;
  margin: 0;
  padding: 2vw 0;
}
.wp-block-quote p,
.narrow {
  padding-left: 4%;
  padding-right: 4%;
  font-weight: 600;
  font-style: normal;
  color: #293241;
}
.small {
  font-size: 0.9em !important;
}
/* disable chat support */
div#Embed,
#launcher {
  display: none !important;
}

.header {
  width: 100%;
  position: relative;
}

.header-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #293241;
  z-index: -1;
}

.header h1 {
  width: 90%;
  margin: 0 auto;
  padding: 0.7vw 0;
  font-size: 3.1vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.header h1 span {
  display: block;
  margin: -0.8vw 0 0;
  font-family: "Nanum Brush Script", cursive;
  font-size: 0.7em;
  font-weight: normal;
  color: #f77556;
}

.intro-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 5.2vw 0 0;
}

.intro h2 {
  font-size: 4.34vw;
  text-align: center;
  padding: 0 0 0.5vw;
  line-height: 1;
}

.intro-subtitle {
  font-size: 2.2vw !important;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  padding: 0 0 3rem;
  color: #ee6c4d;
}

.intro-data {
  font-size: 1.24vw;
  font-weight: 600;
  text-align: center;
}

.intro-share {
  width: min(16rem, 100%);
  margin: 0 auto;
  font-size: 0.84vw;
  font-weight: 600;
  color: #8c8c8c;
  padding: 0.9vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  position: relative;
}

.intro-share:hover,
.intro-share:focus,
.intro-share:active {
  text-decoration: underline;
  color: #8c8c8c;
}

.intro-share img {
  width: 0.8vw;
  object-fit: contain;
  margin: -0.2vw 0 0;
}

.intro-tooltip {
  position: absolute;
  content: "";
  width: 200%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 140%);
  font-size: 0.8em;
  text-align: center;
  color: #f77556;
}

.intro-author {
  width: 90%;
  margin: 0 auto;
  padding: 3vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7vw;
}

.intro-author img {
  width: 3.9vw;
}

.intro-author p {
  font-size: 0.9vw;
  color: #000;
}

.intro-author-name {
  font-weight: bold;
}

.intro-author-position {
  font-weight: 500;
}

.post-wrap {
  width: 60%;
  margin: 0 auto;
  padding: 6.4vw 0 8.4vw;
}

.post-wrap p,
.post-wrap ul {
  width: min(71.6rem, 100%);
  width: 37.2vw;
  margin: 0 auto;
  font-size: 1.14vw;
  letter-spacing: -0.06vw;
}

.post-wrap p + p,
.post-wrap p + ul,
.post-wrap ul + p {
  padding-top: 2vw;
}

.post-wrap ul {
  padding-left: 2vw;
}

.post-wrap li + li {
  padding: 1vw 0 0;
}

.signup {
  background-color: #171313;
}

.signup-wrap {
  width: min(74rem, 90%);
  margin: 0 auto;
  padding: 8rem 0;
}

.signup h2 {
  font-size: 3.1vw;
  letter-spacing: -0.06em;
  color: #fff;
  padding: 0 0 1.6vw;
  position: relative;
  z-index: 1;
}

.signup-dec {
  position: relative;
  z-index: -1;
  word-wrap: break-word;
  white-space: nowrap;
}

.signup-dec img {
  position: absolute;
  max-width: initial;
  width: 120%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

._form_element {
  flex: 1;
}

.signup label,
._form-branding,
._field-wrapper {
  display: none;
}
._field-wrapper.show {
  display: block;
}

.signup label.show {
  font-size: 1.5rem;
  color: #fff;
  padding: 0 0 0 0.5vw;
  transform: translateY(0.6rem);
  display: block;
}

.signup form input[id="fullname"] {
  margin-bottom: 3rem;
  border-bottom: 1px solid #8f8f8f !important;
}

.signup form input[id="fullname"],
.signup form input[id="email"] {
  font-size: 1.24vw;
  letter-spacing: -1px;
  width: 100%;
  line-height: 2.2;
  padding: 0 0.5vw;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0 !important;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.5s ease;
}
.onm-cadastro-nome:hover,
.onm-cadastro-email:hover {
  border-color: #ff4d8d !important;
}
.onm-cadastro-nome:focus,
.onm-cadastro-email:focus {
  border-color: #ff4d8d !important;
  outline: none !important;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.signup form p {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.4px;
  margin: 3rem 0 0;
  padding: 0 0 1.6rem;
  color: #837e7e;
}
.signup form a {
  color: #c3614a;
}
.signup-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #8f8f8f;
}
.signup .onm-btn {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0.6rem;
  transition: all 0.2s cubic-bezier(0.55, 0.1, 0.47, 0.94) !important;
  position: relative;
}
.signup .onm-btn:hover {
  color: #fff;
  background: transparent;
  text-decoration: underline;
}
.signup input[type="submit"] {
  -webkit-appearance: none;
  letter-spacing: 0;
}

.ps {
  padding: 2rem 0;
  background-color: #293241;
}

.ps p {
  width: 60%;
  width: min(74rem, 90%);
  margin: 0 auto;
  font-size: 1.1vw;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  letter-spacing: -0.032em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}

.ps img {
  width: 2.6vw;
}

.footer-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 2.6vw 0 1.2vw;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  padding: 0 0 2vw;
}

.footer-social a {
  border-radius: 50%;
}

.footer-social img {
  width: 3.4vw;
  object-fit: contain;
}

.footer p {
  font-size: 1.14vw;
  letter-spacing: -0.08vw;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .narrow {
    padding-left: 8%;
    padding-right: 8%;
  }
  .wp-block-quote {
    padding: 10vw 0;
  }
  .header-bar {
    position: relative;
    height: 3.8rem;
  }
  .header h1 {
    font-size: 3rem;
    padding: 3rem 0 2rem;
    color: #171313;
  }
  .header h1 span {
    font-size: 0.9em;
  }
  .intro-wrap {
    padding: 0;
  }
  .intro h2 {
    width: min(35.4rem, 100%);
    margin: 0 auto;
    font-size: 4.2rem;
    padding: 0 0 1.5rem;
    letter-spacing: -0.05em;
  }
  .intro-subtitle {
    font-size: 2rem !important;
  }
  .intro-data {
    font-size: 2.2rem;
  }
  .intro-share {
    font-size: 1.6rem;
    padding: 1rem 0 0;
    gap: 6px;
  }
  .intro-share img {
    width: 1.6rem;
  }
  .intro-author {
    padding: 4rem 0 0;
    flex-direction: column;
  }
  .intro-author img {
    width: 5.3rem;
  }
  .intro-author p {
    font-size: 1.3rem;
    text-align: center;
  }
  .post-wrap {
    width: min(32rem, 90%);
    padding: 7.8rem 0 7rem;
  }
  .post-wrap p,
  .post-wrap ul {
    width: 100%;
    font-size: 2rem;
  }
  .post-wrap p + p,
  .post-wrap p + ul,
  .post-wrap ul + p {
    padding-top: 3.6rem;
  }
  .post-wrap ul {
    padding-left: 5vw;
  }
  .post-wrap li + li {
    padding-top: 1.6rem;
  }
  .signup-wrap {
    width: min(30rem, 90%);
    padding: 5.6rem 0;
  }
  .signup h2 {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 0 4rem;
    line-height: 1.2;
  }
  .signup form input[type="text"],
  .signup form input[type="email"] {
    font-size: 1.8rem;
  }
  .signup form p {
    font-size: 1rem;
    text-align: center;
  }
  .ps p {
    width: 90%;
    margin: 0 auto;
    font-size: 2.23rem;
    flex-direction: column;
    gap: 1rem;
  }
  .ps img {
    width: 5rem;
  }
  .footer-wrap {
    width: min(29rem, 90%);
    padding: 3.4rem 0;
  }
  .footer-social {
    padding: 0 0 2rem;
  }
  .footer-social img {
    width: 5rem;
  }
  .footer p {
    font-size: 1.6rem;
  }

  .signup .loader {
    width: 20px;
    height: 20px;
  }
  .signup form input[type="text"],
  .signup form input[type="email"] {
    min-height: 34px;
  }
  .signup .onm-btn {
    font-size: 1.3rem;
  }
}
