body {
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: 'Bw Nista Geometric', sans-serif;
}
body .is-style-ingress {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 80rem) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  body .is-style-ingress {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
  }
}
h1 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  font-family: 'Bw Nista Geometric Bold', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 80rem) {
  h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
h2 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-family: 'Bw Nista Geometric Bold', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 80rem) {
  h2 {
    font-size: 2.375rem;
    line-height: 3rem;
  }
}
h3 {
  font-size: 1.4375rem;
  line-height: 2.25rem;
  font-family: 'Bw Nista Geometric Bold', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 80rem) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
h4 {
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  font-family: 'Bw Nista Geometric Bold', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 80rem) {
  h4 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
h5 {
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: 'Bw Nista Geometric Bold', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 80rem) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
main a:not(.wp-element-button) {
  color: var(--wp--preset--color--accentgreen);
  text-decoration: none;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  background-position: left;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, transparent), color-stop(92%, #00a89d), to(#00a89d));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 92%, #00a89d 92%, #00a89d 100%);
  background-size: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  main a:not(.wp-element-button) {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
main a:not(.wp-element-button):hover,
main a:not(.wp-element-button):focus {
  background-size: 0;
}
main a:not(.wp-element-button):focus {
  outline: none;
}
input[type=radio] {
  margin-right: 0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--wp--preset--color--defaultwhite);
  border-radius: 50%;
  accent-color: var(--wp--preset--color--accentgreen);
}
@media (prefers-reduced-motion: no-preference) {
  input[type=radio] {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
input[type=radio]::before {
  content: "";
  display: block;
  background-color: var(--wp--preset--color--accentgreen);
  width: inherit;
  height: inherit;
  outline: 0.25rem solid var(--wp--preset--color--defaultwhite);
  outline-offset: -0.25rem;
  border-radius: 50%;
  opacity: 0;
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  input[type=radio]::before {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
input[type=radio]::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background-color: transparent;
  outline: 0.125rem solid var(--wp--preset--color--inputgrey);
  outline-offset: -0.0625rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
@media (prefers-reduced-motion: no-preference) {
  input[type=radio]::after {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
input[type=radio]:checked::before {
  opacity: 1;
}
input[type=radio]:focus,
input[type=radio]:focus-visible {
  outline: none;
}
input[type=radio]:focus::before,
input[type=radio]:focus-visible::before {
  background-color: var(--wp--preset--color--defaultblack);
}
@font-face {
  font-family: Bw Nista Geometric Black;
  src: url("../fonts/nista_black.woff2") format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Bw Nista Geometric Bold;
  src: url("../fonts/nista_bold.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Bw Nista Geometric ExtraBold;
  src: url("../fonts/nista_extrabold.woff2") format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Bw Nista Geometric Light;
  src: url("../fonts/nista_light.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Bw Nista Geometric Regular;
  src: url("../fonts/nista_regular.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
}
a:hover,
a:focus {
  text-decoration: none !important;
}
p a:not(.wp-element-button) {
  background-position: left;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  background-position: left;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, transparent), color-stop(92%, #006d71), to(#006d71));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 92%, #006d71 92%, #006d71 100%);
  background-size: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  p a:not(.wp-element-button) {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
p a:not(.wp-element-button):hover,
p a:not(.wp-element-button):focus {
  background-size: 0;
}
#login {
  width: 24rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
#login_error {
  font-family: 'Bw Nista Geometric Regular', sans-serif;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 2rem;
}
#login_error a {
  color: #00a89d;
}
#login_error a:focus,
#login_error a:hover {
  color: #d5efde;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login {
  background-color: #c8ead4;
}
.login h1 a {
  background-image: url("../images/logo-dark.svg");
  width: 9.375rem;
  height: 4.6875rem;
  margin-bottom: 0;
  background-size: contain;
  background-position: center;
}
.login h1 a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login h2 {
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-family: 'Bw Nista Geometric Regular', sans-serif;
  font-weight: 300;
  letter-spacing: 0.0275rem;
  padding: 0 2rem;
  margin: 3.625rem 0 -4.6875rem;
  color: #006d71;
  z-index: 10;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.login .message {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: 'Bw Nista Geometric Regular', sans-serif;
  border-left: 0.25rem solid #006d71;
}
.login .notice {
  margin-top: 1.5rem;
}
.login form {
  font-family: 'Bw Nista Geometric Regular', sans-serif;
  color: #000;
  padding: 4.375rem 2rem 2.5625rem;
  border: 0;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.161);
  box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.161);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.login form label {
  font-family: 'Bw Nista Geometric Regular', sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
}
.login form input[name="log"],
.login form input[type="text"],
.login form .wp-pwd input[type="password"] {
  font-size: 1.125rem !important;
  font-family: 'Bw Nista Geometric Regular', sans-serif;
  font-weight: 400;
  border: 0.0625rem solid #00a89d;
  border-radius: 0;
}
.login form input[name="log"]:focus,
.login form input[type="text"]:focus,
.login form .wp-pwd input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 0.0625rem #00a89d;
  box-shadow: 0 0 0 0.0625rem #00a89d;
}
.login form .wp-pwd .wp-hide-pw:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.login form .wp-pwd .wp-hide-pw:hover .dashicons::before {
  -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(50%) saturate(1519%) hue-rotate(146deg) brightness(95%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(29%) sepia(50%) saturate(1519%) hue-rotate(146deg) brightness(95%) contrast(101%);
}
.login form .wp-pwd .wp-hide-pw .dashicons::before {
  -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(50%) saturate(1519%) hue-rotate(146deg) brightness(95%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(29%) sepia(50%) saturate(1519%) hue-rotate(146deg) brightness(95%) contrast(101%);
}
@media (prefers-reduced-motion: no-preference) {
  .login form .wp-pwd .wp-hide-pw .dashicons::before {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
.login form .forgetmenot {
  min-height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.login form .forgetmenot input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 0.0625rem;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
  cursor: pointer;
}
.login form .forgetmenot input:checked ~ label:after {
  content: "";
  position: absolute;
  left: -2.125rem;
  top: -0.25rem;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url("/wp-content/themes/palta/src/images/check.svg");
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.login form .forgetmenot label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.0275rem;
  margin-left: 2.125rem;
  position: relative;
}
.login form .forgetmenot label:before {
  content: "";
  position: absolute;
  left: -2.125rem;
  top: -0.3125rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #00a89d;
}
.login form .submit input[type="submit"] {
  font-family: 'Bw Nista Geometric Regular', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  border-radius: 0;
  padding: 0.625rem;
  font-weight: 400;
  margin: 0;
  border: 0.0625rem solid;
  color: #fff;
  background-color: #006d71;
  border-color: #006d71;
}
@media (prefers-reduced-motion: no-preference) {
  .login form .submit input[type="submit"] {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
.login form .submit input[type="submit"]:hover,
.login form .submit input[type="submit"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #006d71;
  background: transparent;
}
.login #nav,
.login #backtoblog,
.login .privacy-policy-page-link {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: 'Bw Nista Geometric Regular', sans-serif;
  color: #006d71;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.login #nav a,
.login #backtoblog a,
.login .privacy-policy-page-link a {
  font-size: inherit;
  color: inherit;
}
.login #nav a:hover,
.login #backtoblog a:hover,
.login .privacy-policy-page-link a:hover,
.login #nav a:focus,
.login #backtoblog a:focus,
.login .privacy-policy-page-link a:focus {
  color: #006d71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login #backtoblog a {
  color: #006d71;
  position: relative;
}
.login #backtoblog a::before {
  background-image: url("/wp-content/themes/palta/dist/images/menu-arrow.svg");
}
.login #backtoblog a:hover::before,
.login #backtoblog a:focus::before {
  left: -1.5rem;
}
.login #backtoblog a:hover,
.login #backtoblog a:focus {
  color: #006d71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login #backtoblog a::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.6875rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.34375rem);
  left: -1.25rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(50%) saturate(1519%) hue-rotate(146deg) brightness(95%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(29%) sepia(50%) saturate(1519%) hue-rotate(146deg) brightness(95%) contrast(101%);
}
@media (prefers-reduced-motion: no-preference) {
  .login #backtoblog a::before {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}
.login .privacy-policy-page-link {
  margin-top: 1.875rem;
  text-align: left;
  padding: 0 1.5rem;
}
.login .language-switcher {
  display: none;
}
