@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button,
input {
  overflow: visible;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

textarea {
  overflow: auto;
}

img,
video,
svg,
progress {
  vertical-align: middle;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

body,
h1,
ul,
ol,
fieldset {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

li {
  list-style: none;
}

button:not(:disabled) {
  cursor: pointer;
}

a {
  color: #447308;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src: url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-200.woff2") format("woff2"), url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-200.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-300.woff2") format("woff2"), url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-300.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-regular.woff2") format("woff2"), url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-600.woff2") format("woff2"), url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-600.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-700.woff2") format("woff2"), url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-900.woff2") format("woff2"), url("https://cloud.educaplay.com/r/fonts/nunito-v16-latin-900.woff") format("woff");
  font-display: swap;
}
body {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.45;
  color: #112000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 0.9375rem;
  }
}

button,
select,
optgroup {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #112000;
}

input,
select,
textarea {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  color: #112000;
}

::selection {
  background: #BAEC79;
  color: #112000;
  text-shadow: none;
}

h1, h2, h3 {
  line-height: 1.15;
}

h1 {
  font-size: 1.0625rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.25rem;
  }
}

h2 {
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.15;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.0625rem;
  }
}

p {
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  p {
    font-size: 0.9375rem;
  }
}

small {
  font-size: 0.6875rem;
  line-height: 1.15 !important;
  color: #999999;
}
@media (min-width: 768px) {
  small {
    font-size: 0.8125rem;
  }
}

.text--xs {
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .text--xs {
    font-size: 0.8125rem;
  }
}
.text--s {
  font-size: 0.8125rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .text--s {
    font-size: 0.9375rem;
  }
}

:root {
  --header-height: 52px;
}
@media (min-width: 768px) {
  :root {
    --header-height: 56px;
  }
}
@media (min-width: 1024px) {
  :root {
    --header-height: 60px;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--header-height);
  background-color: #67a516;
  color: #FFFFFF;
  z-index: 999;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .header__container {
    padding: 0 15px 0 25px;
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo a {
  display: flex;
}
.header__logo img {
  width: 124px;
}
@media (min-width: 768px) {
  .header__logo img {
    width: 148px;
  }
}
@media (min-width: 1024px) {
  .header__logo img {
    width: 160px;
  }
}
.header__min {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
@media (min-width: 768px) {
  .header__min {
    gap: 5px;
  }
}
.header__nav {
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 0.5rem;
  visibility: hidden;
  transition: visibility 0.3s;
}
@media (min-width: 1024px) {
  .header__nav {
    position: static;
    background-color: transparent;
    width: auto;
    height: 100%;
    max-height: none;
    box-shadow: none;
    overflow: visible;
    overscroll-behavior: auto;
    display: block;
    visibility: visible;
    padding: 0;
  }
}
.header__nav--is-visible {
  visibility: visible;
}
.header__nav-inner {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  .header__nav-inner {
    height: 100%;
    padding: 0;
    transform: translateY(0);
    box-shadow: none !important;
  }
}
.header__nav--is-visible .header__nav-inner {
  transform: translateY(0);
  box-shadow: inset 0 1px 0 rgba(17, 32, 0, 0.15), 0 1px 0 rgba(17, 32, 0, 0.55), 0 8px 0 rgba(17, 32, 0, 0.15);
}
.header__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header__list {
    height: 100%;
    flex-direction: row;
    align-items: center;
  }
}
.header__item {
  font-size: 0.8125rem;
  flex-shrink: 0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .header__item {
    height: 100%;
    font-size: 18.5px;
  }
  .header__item a:not(.createlink) {
    height: 100%;
  }
  .header__item__item--desktop {
    display: block;
  }
}
.header__item.loginbutton {
  cursor: pointer;
  order: 0;
}
@media (min-width: 1024px) {
  .header__item.loginbutton {
    order: 1;
  }
}
.header__item.loginbutton > .dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__item.soporte {
    order: 100;
  }
}
.header__item .e-btn--max {
  margin: 0 5px;
}
.header__item__msg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -8px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: white;
  background: rgb(194, 55, 26);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px white;
}
.header__link {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  outline: 0;
  color: #FFFFFF;
  background-color: #1B3101;
  box-shadow: inset 0 -1px 0 #2B4B04;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header__link .e-ico__white {
  display: none;
}
@media (min-width: 1024px) {
  .header__link {
    width: auto;
    padding: 0 15px 0 10px;
    background-color: #67a516;
    box-shadow: none;
  }
  .header__link .e-ico__white {
    display: block;
  }
  .header__link .e-ico__green {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header__link {
    padding: 0 20px 0 15px;
  }
}
.header__link:hover, .header__link:focus-within {
  color: #2B4B04;
  background-color: #BAEC79;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
@media (min-width: 1024px) {
  .header__link:hover, .header__link:focus-within {
    color: #FFFFFF;
    background-color: #588A23;
  }
}
.header__link:focus {
  color: #2B4B04;
  background-color: #9BD84C;
  transition: all 0.2s ease-in;
}
@media (min-width: 1024px) {
  .header__link:focus {
    color: #2B4B04;
    background-color: #9BD84C;
  }
}
.loginbutton .header__link {
  text-align: center;
  justify-content: center;
  color: #2B4B04;
  background-color: #9BD84C;
}
@media (min-width: 1024px) {
  .loginbutton .header__link {
    color: #FFFFFF;
    background-color: transparent;
    font-weight: 700;
  }
  .loginbutton .header__link img {
    display: none;
  }
}
.loginbutton .header__link:hover, .loginbutton .header__link:focus, .loginbutton .header__link:focus-within {
  color: #2B4B04;
  text-decoration: underline;
  background-color: #BAEC79;
}
@media (min-width: 1024px) {
  .loginbutton .header__link:hover, .loginbutton .header__link:focus, .loginbutton .header__link:focus-within {
    color: #BAEC79;
    background-color: transparent;
    text-decoration: underline;
  }
}
.loginbutton .header__link:focus {
  color: #BAEC79;
  text-decoration: underline;
}
.header__link[aria-current] {
  font-weight: bold;
}
.actived .header__link {
  color: #2B4B04;
  background-color: #BAEC79;
}
@media (min-width: 1024px) {
  .actived .header__link {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: underline;
  }
}
.header__link--lti img {
  scale: 0.6;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .hidden-tablet {
    display: none;
  }
}

@media (max-width: 1023px) {
  .header__item.tablet {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hiddenmobile {
    display: none;
  }
}

.user-photo {
  width: 44px;
  height: 44px;
  margin: 0 0 0 10px;
  border-radius: 50%;
  border: 1px solid white;
  overflow: hidden;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
}
@media (min-width: 768px) {
  .user-photo {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .user-photo {
    width: 48px;
    height: 48px;
  }
}
.user-photo:hover, .user-photo:focus-within {
  border: 2px solid #528312;
}
.user-photo:focus {
  box-shadow: 0 0 0 2px #BAEC79;
}

.navegation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.2s ease-out;
}
.navegation:hover, .navegation:focus-within, .navegation.actived {
  background-color: #528312;
  transition: all 0.2s ease-in;
}
.navegation:focus {
  background-color: #528312;
  box-shadow: inset 0 0 0 2px #BAEC79;
  transition: all 0.2s ease-in;
}
.navegation span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 300px) {
  .navegation a {
    display: none;
  }
}
.navegation.actived {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .in-mobile {
    display: none;
  }
}

@media (max-width: 1280px) {
  .in-desktop {
    display: none;
  }
}

.user-menu {
  top: calc(100% + 4px);
  min-width: 160px;
  background-color: #112000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  .user-menu {
    min-width: 180px;
    top: calc(100% + 6px);
  }
}
.user-menu li {
  display: flex;
  align-items: center;
  box-shadow: inset 0 -1px 0 #1B3101;
}
.user-menu li a {
  width: 100%;
  padding: 10px 15px;
  color: white;
  font-size: 0.8125rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  .user-menu li a {
    font-size: 0.9375rem;
  }
}
.user-menu li a:hover, .user-menu li a:focus, .user-menu li a:focus-within {
  color: #2B4B04;
  background-color: #BAEC79;
  transition: all 0.2s ease-in;
}
.user-menu ul li:first-child {
  padding: 5px 15px;
  background-color: #0B1500;
  justify-content: center;
  text-align: center;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .user-menu ul li:first-child {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .e-btn.e-btn__primary.e-btn--xl {
    display: none;
  }
}
body:has(#dataEditChallenge) .e-btn.e-btn__primary.e-btn--xl, body:has(#datosRetos) .e-btn.e-btn__primary.e-btn--xl, body:has(#challenge-container) .e-btn.e-btn__primary.e-btn--xl, body:has(.guests) .e-btn.e-btn__primary.e-btn--xl, body:has(#busAct__btnFiltros:checked) .e-btn.e-btn__primary.e-btn--xl {
  display: none;
}
body:has(.portadaInicial) .e-btn.e-btn__primary.e-btn--xl {
  bottom: 144px;
  right: 30px;
}

.user-profile__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 760px) {
  .user-profile__label {
    justify-content: flex-start;
  }
}
.user-profile__label--0 .tag {
  color: white;
  background-color: rgb(168, 71, 191);
}
.user-profile__label--1 .tag {
  color: rgb(107, 21, 128);
  background-color: #f6ebf9;
}
.user-profile__label--2 .tag {
  color: rgb(107, 21, 128);
  background-color: #F8ECFB;
}
.user-profile__label--3 .tag {
  color: rgb(107, 21, 128);
  background-color: #dbb2e4;
}
.user-profile__label__premium {
  color: rgb(168, 71, 191);
  font-size: 0.8rem;
  margin-left: 8px;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  width: inherit;
  height: 2.75rem;
  padding: 0 1.5rem;
  border-radius: 1.75rem;
  color: #112000;
  background: white;
  color: #112000;
  border: solid 1px #9BD84C;
  line-height: 1.15;
  outline: 0;
  transition: all 0.2s ease-in-out;
}
.button::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  pointer-events: none;
  z-index: -1;
  transition: box-shadow 0.2s ease-in-out;
}
@media (max-width: 778px) {
  .button {
    height: 2.5rem;
    border-radius: 1.25rem;
    padding: 0 1.25rem;
  }
}
.button:hover, .button:focus, .button:active {
  outline: 0;
  border: solid 1px #6EB118;
  background: #6EB118;
  color: white;
}

.button--primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgb(17, 32, 0);
  border: 2px solid rgb(103, 165, 22);
  font-size: 15px;
  font-weight: 900;
  height: 48px;
  border-radius: 24px;
  padding: 0 32px;
  letter-spacing: 0.3px;
  min-width: 5.375rem;
  cursor: pointer;
  line-height: 1.15;
  text-align: center;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 845px) {
  .button--primary {
    font-size: 18px;
    height: 56px;
    border-radius: 28px;
  }
}
.button--primary::before {
  display: none;
}
.button--primary svg {
  transition: all 0.2s ease-in-out;
}
.button--primary:hover, .button--primary:active, .button--primary:focus {
  color: white;
  background: rgb(103, 165, 22);
  transition: all 0.2s ease-in-out;
}

.button--danger {
  color: #C2371A;
}

.button--lg {
  height: 3rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .button--lg {
    font-size: 0.9375rem;
  }
}

.button--sm {
  height: 26px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .button--sm {
    height: 2rem;
    font-size: 0.9375rem;
  }
}

.button:disabled {
  border: 0;
  background: #F3F4F8;
  color: #646A7D;
}

.primary-button {
  letter-spacing: 0.3px;
  border: solid 1px transparent;
  border-radius: 2px;
  background-image: linear-gradient(#F2E30C, #F2C90C), linear-gradient(178deg, #FFD619, #D2960B);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: rgba(43, 45, 48, 0.18) 0 1px;
  line-height: 2.344rem;
  margin-bottom: 0.375rem;
  text-align: center;
  cursor: pointer;
  padding: 0 0.8rem;
  display: inline-block;
  text-decoration: none;
  min-width: 5.375rem;
  color: #2b2d30;
}

.primary-button:focus {
  outline: 0;
  background-image: linear-gradient(#F2E30C, #F2C90C), linear-gradient(178deg, #6EB118, #6EB118);
  box-shadow: rgba(110, 177, 24, 0.6) 0 0 3px;
}

.primary-button:not(:disabled):active {
  box-shadow: inset rgba(0, 0, 0, 0.06) 0 5px 15px;
  background-image: linear-gradient(#EBB912, #EBB912), linear-gradient(178deg, #D2960B, #D59A0B);
  transition: all 0.3s;
}

.primary-button--small {
  line-height: 1.83rem;
  font-size: 0.86667rem;
  min-width: 0;
}

.primary-button[disabled],
div.primary-button {
  background: #EFEFEF;
  box-shadow: none;
  cursor: default;
}

.primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgb(242, 202, 13);
  color: rgb(17, 32, 0);
  border: 1px solid rgb(242, 202, 13);
  font-size: 15px;
  font-weight: 900;
  height: 48px;
  border-radius: 24px;
  padding: 0 32px;
  letter-spacing: 0.3px;
  min-width: 5.375rem;
  cursor: pointer;
  line-height: 1.15;
  text-align: center;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 845px) {
  .primary-button {
    font-size: 18px;
    height: 56px;
    border-radius: 28px;
  }
}
.primary-button svg {
  transition: all 0.2s ease-in-out;
}
.primary-button:hover, .primary-button:active, .primary-button:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}

/* Boton / Componente */
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  min-width: 220px;
  max-width: 300px;
  font-family: "Nunito", "Segoe UI", Segoe, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: rgb(7, 14, 0);
  border-radius: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.btn--min {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border: 1px solid rgb(103, 165, 22) !important;
}
.btn--min:hover {
  background: rgb(27, 49, 1);
}
@media (min-width: 1024px) {
  .btn--min {
    min-width: 56px !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 28px !important;
  }
}
@media (min-width: 1024px) {
  .btn {
    min-width: 300px;
    height: 3.25rem;
    border-radius: 1.625rem;
  }
}
@media (min-width: 768px) {
  .btn {
    min-width: 320px;
    height: 3.5rem;
    border-radius: 1.75rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .btn {
    min-width: 340px;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.5rem;
  }
}
@media only screen and (orientation: landscape) and (max-height: 556px) {
  .btn {
    height: 2.5rem;
    min-width: 220px;
    max-width: 300px;
  }
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
.btn:active, .btn:focus {
  transform: translateY(1px) scale(0.99);
}
.btn--lnk {
  min-width: auto;
  height: 2rem;
  font-size: inherit;
  font-weight: 700;
  color: rgb(103, 165, 22);
  background: transparent;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
}
.btn--lnk:hover, .btn--lnk:focus {
  box-shadow: none;
}
.btn__i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.btn__edu {
  color: white;
  background: rgb(103, 165, 22);
  border: 1px solid rgb(103, 165, 22);
}
.btn__edu--act {
  color: rgb(7, 14, 0);
  background: rgb(242, 202, 13);
  border: 1px solid rgb(242, 202, 13);
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0), 0 -1px 0 white, 0 1px 0 rgba(17, 32, 0, 0.65);
  transition: all 0.3s ease-out;
}
.btn__edu--act:hover, .btn__edu--act:focus, .btn__edu--act:active {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05), 0 0.5px 0 rgba(255, 255, 255, 0.65), 0 -0.5px 0 rgba(107, 21, 128, 0.5);
}
.btn__edu--brd {
  color: rgb(7, 14, 0);
  background: white;
  border: 1px solid rgb(103, 165, 22);
}
.btn__edu--brd:hover, .btn__edu--brd:focus {
  background: rgb(103, 165, 22);
  color: white;
}
.btn__edu--brd:hover .btn__i svg path, .btn__edu--brd:focus .btn__i svg path {
  transition: all 0.2s ease;
  fill: white;
}
.btn__edu--out {
  color: rgb(250, 255, 243);
  background: transparent;
  border: 1px solid rgb(250, 255, 243);
}
.btn__play {
  color: #112000;
  background: #F2CA0D;
  border: 1px solid #F2CA0D;
}
.btn__play::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  pointer-events: none;
  border: 1px solid transparent;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: box-shadow 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .btn__play::before {
    height: 3.25rem;
    border-radius: 1.625rem;
  }
}
@media (min-width: 768px) {
  .btn__play::before {
    height: 3.5rem;
    border-radius: 1.75rem;
  }
}
@media (min-width: 1920px) {
  .btn__play::before {
    height: 4rem;
    border-radius: 2rem;
  }
}
@media only screen and (orientation: landscape) and (max-height: 556px) {
  .btn__play::before {
    height: 100%;
    border-radius: 1.5rem;
  }
}
.btn__play:focus::before, .btn__play:active::before {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

a {
  display: inline;
  font-size: inherit;
  font-weight: 900;
  color: #528312;
}
a:hover, a:focus-within {
  text-decoration: underline;
  color: #67a516;
}

.e-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  max-width: fit-content;
  gap: 3px;
  height: 36px;
  padding: 0 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #112000;
  background-color: #FFFFFF;
  border: 1px solid #67a516;
  box-shadow: 0 0 0 3px rgba(186, 236, 121, 0);
  border-radius: 50px;
  outline: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 2;
}
@media (min-width: 768px) {
  .e-btn {
    height: 40px;
    gap: 5px;
    font-size: 0.9375rem;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .e-btn {
    min-width: 132px;
    height: 44px;
    font-size: 1.0625rem;
  }
  .e-btn:has(img), .e-btn:has(svg) {
    padding: 0 30px 0 20px;
  }
}
.e-btn:has(svg), .e-btn:has(img) {
  padding: 0 16px 0 10px;
}
@media (min-width: 768px) {
  .e-btn:has(svg), .e-btn:has(img) {
    padding: 0 24px 0 15px;
  }
}
@media (min-width: 1024px) {
  .e-btn--max {
    height: 48px;
    font-size: 1.25rem;
  }
}
.e-btn--max:has(svg), .e-btn--max:has(img) {
  padding: 0;
}
@media (min-width: 1024px) {
  .e-btn--max:has(svg), .e-btn--max:has(img) {
    padding: 0 30px 0 25px;
  }
}
.e-btn--min {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  .e-btn--min {
    min-width: 46px;
    width: 46px;
    height: 46px;
    font-size: 1.0625rem;
  }
}
.e-btn--min .e-btn__txt {
  display: none;
}
.e-btn--min:has(svg), .e-btn--min:has(img) {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .e-btn--mobile {
    border: 1px solid #E8E9E6;
    width: 44px;
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    padding: 0;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }
  .e-btn--mobile .e-btn__txt {
    display: none;
  }
}
.e-btn--mobile:has(svg), .e-btn--mobile:has(img) {
  padding: 0;
}
@media (min-width: 768px) {
  .e-btn--mobile:has(svg), .e-btn--mobile:has(img) {
    padding: 0 20px 0 10px;
  }
}
.e-btn--minimize {
  width: auto;
  height: 32px;
  box-shadow: 0 0 0 1px rgba(186, 236, 121, 0);
}
.e-btn--minimize:has(svg), .e-btn--minimize:has(img) {
  padding: 0 10px 0 5px;
}
@media (min-width: 768px) {
  .e-btn--minimize {
    gap: 0px;
    height: 31px;
    padding: 0 5px;
  }
}
@media (min-width: 1024px) {
  .e-btn--minimize {
    height: 36px;
    padding: 0 5px;
  }
}
.e-btn--minimize:focus {
  box-shadow: 0 0 0 1px #baec79;
}
.e-btn--minimize--active, .e-btn--minimize:active, .e-btn--minimize:focus-within {
  box-shadow: 0 0 0 1px #baec79;
}
.e-btn--padding-0 {
  padding: 0;
}
.e-btn--padding-0:has(svg), .e-btn--padding-0:has(img) {
  padding: 0 0 0 5px !important;
}
.e-btn svg path,
.e-btn img {
  transition: all 0.2s ease-out;
}
.e-btn:hover {
  color: white;
  background-color: #67a516;
  border: 1px solid #67a516;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.e-btn:hover svg path {
  transition: all 0.2s ease-in;
}
.e-btn:hover img {
  transition: all 0.2s ease-in;
  filter: brightness(0) invert(1);
}
.e-btn:focus {
  color: #112000;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px #baec79;
  transition: all 0.2s ease-in;
}
.e-btn:focus svg path {
  transition: all 0.2s ease-in;
}
.e-btn:focus img {
  transition: all 0.2s ease-in;
  filter: brightness(0) invert(1);
}
.e-btn:focus.e-btn--xs {
  box-shadow: 0 0 0 1px #baec79;
}
@media (min-width: 1024px) {
  .e-btn:focus.e-btn--xs {
    box-shadow: 0 0 0 2px #baec79;
  }
}
.e-btn--active, .e-btn.active, .e-btn:active, .e-btn:focus-within {
  color: white;
  background-color: #67a516;
  box-shadow: 0 0 0 3px #baec79;
  transition: all 0.2s ease-in;
}
.e-btn--active svg path, .e-btn.active svg path, .e-btn:active svg path, .e-btn:focus-within svg path {
  transition: all 0.2s ease-in;
  filter: brightness(0) invert(1);
}
.e-btn--active img, .e-btn.active img, .e-btn:active img, .e-btn:focus-within img {
  filter: brightness(0) invert(1);
}
.e-btn:disabled, .e-btn[disabled] {
  color: #CCCCCC;
  background-color: #F4F5F3;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0 0 3px rgba(186, 236, 121, 0);
  transition: all 0.2s ease-out;
  pointer-events: none;
  cursor: default;
}
.e-btn:disabled svg path, .e-btn[disabled] svg path {
  transition: all 0.2s ease-out;
}
.e-btn:disabled img, .e-btn[disabled] img {
  filter: grayscale(1) opacity(0.3);
}
.e-btn__primary {
  color: #2B4B04;
  background-color: #BAEC79;
  border-color: #2B4B04;
  font-weight: 900;
}
.e-btn__primary--active, .e-btn__primary:hover, .e-btn__primary:focus, .e-btn__primary:focus-within {
  color: #FFFFFF;
  background-color: #67a516;
  border-color: #FFFFFF;
}
.e-btn__primary--active img, .e-btn__primary:hover img, .e-btn__primary:focus img, .e-btn__primary:focus-within img {
  filter: brightness(0) invert(1);
}
.e__ico--color .e-btn__primary--active img, .e__ico--color .e-btn__primary:hover img, .e__ico--color .e-btn__primary:focus img, .e__ico--color .e-btn__primary:focus-within img {
  filter: none;
}
.e-btn__primary.e-btn--xl {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 998;
}
.e-btn__secondary {
  color: white;
  background-color: #528312;
  border-color: #528312;
  font-weight: 800;
}
.e-btn__secondary img {
  filter: brightness(0) invert(1);
}
.e-btn__secondary--active, .e-btn__secondary:hover, .e-btn__secondary:focus, .e-btn__secondary:focus-within {
  background-color: #67a516;
  border-color: #67a516;
}
.e-btn__premium {
  color: white;
  background-color: #A847BF;
  border-color: #A847BF;
  font-weight: 800;
}
.e-btn__premium--active, .e-btn__premium:hover, .e-btn__premium:focus, .e-btn__premium:focus-within {
  color: white;
  background-color: #9D39B5;
  border-color: #A847BF;
}
.e-btn--mini-square {
  min-width: 30px;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  border-radius: 50%;
  border-color: #E8E9E6;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .e-btn--mini-square {
    min-width: 36px;
    width: 36px;
    height: 36px;
  }
}
.e-btn--mini-square:hover {
  background-color: #CEF69C;
}
.e-btn--mini-square:hover img {
  filter: brightness(0) invert(1);
}
.e-btn--mini-square:focus {
  color: #528312;
  background-color: #CEF69C;
  box-shadow: 0 0 0 3px #9bd84c;
  transition: all 0.2s ease-in;
}
.e-btn--mini-square:focus svg path {
  transition: all 0.2s ease-in;
}
.e-btn--mini-square:focus img {
  filter: brightness(0) invert(1);
}
.e-btn--mini-square:active, .e-btn--mini-square:focus-within, .e-btn--mini-square.active {
  color: white;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  box-shadow: 0 0 0 1px #67a516;
  transition: all 0.2s ease-in;
}
.e-btn--mini-square:active svg path, .e-btn--mini-square:focus-within svg path, .e-btn--mini-square.active svg path {
  transition: all 0.2s ease-in;
}
.e-btn__transparent {
  min-width: auto;
  color: #112000;
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
  padding: 0 10px 0;
}
@media (min-width: 1024px) {
  .e-btn__transparent {
    padding: 0 20px 0;
  }
}
.e-btn__transparent:hover, .e-btn__transparent:focus, .e-btn__transparent:focus-within {
  color: #67a516;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}
.e-btn__transparent:hover img, .e-btn__transparent:focus img, .e-btn__transparent:focus-within img {
  filter: none;
}
.e-btn__transparent--reverse {
  color: #FFFFFF;
}
.e-btn__square {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  padding: 0 !important;
  border-radius: 6px !important;
  border-color: #E8E9E6;
}
@media (min-width: 768px) {
  .e-btn__square {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    border-radius: 8px !important;
  }
}
.e-btn__square:hover img, .e-btn__square:focus img, .e-btn__square:focus-within img {
  filter: brightness(0) invert(1);
}
.e-btn__square:focus {
  color: #528312;
  background-color: #CEF69C;
  box-shadow: 0 0 0 3px #9bd84c;
  transition: all 0.2s ease-in;
}
.e-btn__square:focus svg path {
  transition: all 0.2s ease-in;
}
.e-btn__square.active, .e-btn__square:active, .e-btn__square:focus-within {
  color: white;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  box-shadow: 0 0 0 3px rgba(186, 236, 121, 0);
  transition: all 0.2s ease-in;
}
.e-btn__square.active svg path, .e-btn__square:active svg path, .e-btn__square:focus-within svg path {
  transition: all 0.2s ease-in;
}
.e-btn__square.active img, .e-btn__square:active img, .e-btn__square:focus-within img {
  filter: brightness(0) invert(1);
}
.e-btn__square--min {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 4px;
}
.e-btn--xxxs {
  height: 20px;
  width: 20px;
  min-width: 20px;
  padding: 0;
  background-color: transparent;
}
.e-btn--xxxs .e-btn__txt {
  display: none;
}
.e-btn--xxxs:has(svg), .e-btn--xxxs:has(img) {
  padding: 0;
}
.e-btn--xxs {
  height: 44px;
  width: 44px;
  min-width: 44px;
  border-radius: 50%;
  border-color: #E8E9E6;
  padding: 0;
}
.e-btn--xxs .e-btn__txt {
  display: none;
}
.e-btn--xxs:has(svg), .e-btn--xxs:has(img) {
  padding: 0;
}
@media (min-width: 1024px) {
  .e-btn--xxs {
    height: 46px;
    width: 46px;
    min-width: 46px;
  }
  .e-btn--xxs:has(svg), .e-btn--xxs:has(img) {
    padding: 0;
  }
}
.e-btn--xs {
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
  padding: 0;
}
.e-btn--xs .e-btn__txt {
  display: none;
}
.e-btn--xs:has(svg), .e-btn--xs:has(img) {
  padding: 0;
}
.e-btn--m {
  height: 36px;
  width: 36px;
  min-width: 36px;
  padding: 0;
  border: 1px solid #E8E9E6;
}
.e-btn--m:has(img) {
  padding: 0;
}
.e-btn--m .e-btn__txt {
  display: none;
}
@media (min-width: 768px) {
  .e-btn--m {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
}
.e-btn--l {
  height: 44px;
  width: 44px;
  min-width: 44px;
  padding: 0;
  border: 1px solid #E8E9E6;
}
.e-btn--l:has(img) {
  padding: 0;
}
.e-btn--l .e-btn__txt {
  display: none;
}
.e-btn--m--active, .e-btn--m.active, .e-btn--m:active, .e-btn--m:focus-within, .e-btn--l--active, .e-btn--l.active, .e-btn--l:active, .e-btn--l:focus-within {
  color: white;
  background-color: #E5E5E5;
  box-shadow: 0 0 0 1px #999999;
  transition: all 0.2s ease-in;
}
.e-btn--m--active svg path, .e-btn--m.active svg path, .e-btn--m:active svg path, .e-btn--m:focus-within svg path, .e-btn--l--active svg path, .e-btn--l.active svg path, .e-btn--l:active svg path, .e-btn--l:focus-within svg path {
  transition: all 0.2s ease-in;
}
.e-btn--m--active img, .e-btn--m.active img, .e-btn--m:active img, .e-btn--m:focus-within img, .e-btn--l--active img, .e-btn--l.active img, .e-btn--l:active img, .e-btn--l:focus-within img {
  filter: none;
}
@media (max-width: 1023px) {
  .e-btn--xl {
    height: 64px;
    width: 64px;
    min-width: 64px;
    box-shadow: 0 0 0 4px rgba(17, 32, 0, 0.15), 0 0 0 1px rgba(17, 32, 0, 0.35);
  }
  .e-btn--xl .e-btn__txt {
    display: none;
  }
  .e-btn--xl:active {
    box-shadow: 0 0 0 0px rgba(17, 32, 0, 0.15), 0 0 0 0.5px rgba(17, 32, 0, 0.2);
  }
  .e-btn--xl:has(svg), .e-btn--xl:has(img) {
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .e-btn--xl:has(svg), .e-btn--xl:has(img) {
    padding: 0 20px 0 10px;
  }
}
.e-btn--iconColor img {
  filter: none;
}
.e-btn--iconColor:hover img {
  filter: none;
}
.e-btn--iconColor:focus img {
  filter: none;
}
.e-btn--iconColor--active img, .e-btn--iconColor.active img, .e-btn--iconColor:active img, .e-btn--iconColor:focus-within img {
  filter: none;
}
.e-btn--iconColor:disabled img, .e-btn--iconColor[disabled] img {
  filter: none;
}
.e-btn--absolute {
  position: absolute;
}
.e-btn--hidden {
  border: 0;
  background-color: transparent;
  padding-right: 5px;
}
.e-btn--hidden:hover, .e-btn--hidden:focus, .e-btn--hidden:focus-within, .e-btn--hidden:active {
  border: 0;
  background-color: transparent;
}

label {
  font-weight: 600;
  font-size: 0.6875rem;
  padding: 2px;
}
@media (min-width: 768px) {
  label {
    font-size: 13px;
    padding: 4px;
  }
}
@media (min-width: 1024px) {
  label {
    font-size: 14px;
  }
}

input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
textarea {
  height: 37px;
  width: 100%;
  padding: 0 3.5px 0 7px;
  color: #112000;
  background-color: white;
  border: 0;
  outline: 0;
  box-shadow: inset 0 0 0 1px #112000;
  border-radius: 7px;
  font-size: 0.9375rem;
  font-family: inherit;
  line-height: 1.5;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
  textarea {
    height: 45px;
    border-radius: 10px;
    line-height: 1.25;
    font-size: 1rem;
  }
}
.e__textformular--ico input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
.e__textformular--ico textarea {
  padding-left: 36px;
}
@media (min-width: 1024px) {
  .e__textformular--ico input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
  .e__textformular--ico textarea {
    padding-left: 40px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range])::selection,
textarea::selection {
  background-color: #BAEC79;
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):valid:not(:placeholder-shown):not(:focus):hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]).filled:not(:focus):hover,
textarea:hover,
textarea:valid:not(:placeholder-shown):not(:focus):hover,
textarea.filled:not(:focus):hover {
  border-radius: 7px;
  box-shadow: inset 0 0 0 1.5px #112000;
  transition: all 0.2s ease-in;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):valid:not(:placeholder-shown):not(:focus):hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]).filled:not(:focus):hover,
  textarea:hover,
  textarea:valid:not(:placeholder-shown):not(:focus):hover,
  textarea.filled:not(:focus):hover {
    border-radius: 10px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):active, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):focus,
textarea:active,
textarea:focus {
  box-shadow: inset 0 0 0 1.5px #67a516;
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):valid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):not(:empty):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]).filled:not(:focus),
textarea:valid:not(:placeholder-shown):not(:focus),
textarea:not(:empty):not(:focus),
textarea.filled:not(:focus) {
  border-radius: 0;
  box-shadow: inset 0 -1px 0 0 #112000;
  font-weight: 700;
  transition: all 0.2s ease-in;
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):disabled,
textarea:disabled {
  border-radius: 7px;
  color: #999999;
  box-shadow: inset 0 0 0 1px #cccccc;
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):invalid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):invalid.filled:not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):valid:not(:placeholder-shown):not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]).filled:not(:focus) .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
textarea:invalid:not(:placeholder-shown):not(:focus),
textarea:invalid.filled:not(:focus),
.error textarea:valid:not(:placeholder-shown):not(:focus),
.error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]).filled:not(:focus) .error textarea,
.error textarea.filled:not(:focus) .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
.error textarea.filled:not(:focus) .error textarea {
  border-radius: 7px;
  color: #C2371A;
  box-shadow: inset 0 0 0 1.5px #e0684f;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):invalid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):invalid.filled:not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):valid:not(:placeholder-shown):not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]).filled:not(:focus) .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
  textarea:invalid:not(:placeholder-shown):not(:focus),
  textarea:invalid.filled:not(:focus),
  .error textarea:valid:not(:placeholder-shown):not(:focus),
  .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]).filled:not(:focus) .error textarea,
  .error textarea.filled:not(:focus) .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
  .error textarea.filled:not(:focus) .error textarea {
    border-radius: 10px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range])::placeholder,
textarea::placeholder {
  color: #999999;
  font-weight: 400;
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):-webkit-autofill, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):-webkit-autofill:hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):-webkit-autofill:focus, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):-webkit-autofill, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):-webkit-autofill:hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]):-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  background-color: #FFFFFF !important;
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

textarea {
  padding: 6.5px 3.5px 6.5px 7px;
  overflow: auto;
  resize: none;
  height: auto;
}
@media (min-width: 1024px) {
  textarea {
    padding: 12.5px 4px 12.5px 8px;
  }
}
textarea:focus {
  overflow: auto;
}
textarea:not(:focus) {
  height: 36px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  textarea:not(:focus) {
    height: 44px;
  }
}
textarea:not(:focus).editor {
  height: 40px;
}
@media (min-width: 1024px) {
  textarea:not(:focus).editor {
    height: 56px;
  }
}
textarea:not(:focus).filled {
  height: 36px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  textarea:not(:focus).filled {
    height: 44px;
  }
}
textarea:not(:focus).filled.editor {
  height: 40px;
}
@media (min-width: 1024px) {
  textarea:not(:focus).filled.editor {
    height: 56px;
  }
}
textarea:placeholder-shown {
  height: 36px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  textarea:placeholder-shown {
    height: 44px;
  }
}
textarea:placeholder-shown.editor {
  height: 40px;
}
@media (min-width: 1024px) {
  textarea:placeholder-shown.editor {
    height: 56px;
  }
}

.e__textformular,
.e__searchformular {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  width: 100%;
  padding: 2px;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.e__textformular:has(.e__textformular__input--xl),
.e__searchformular:has(.e__textformular__input--xl) {
  width: 200px;
}
@media (min-width: 768px) {
  .e__textformular:has(.e__textformular__input--xl),
  .e__searchformular:has(.e__textformular__input--xl) {
    width: 240px;
  }
}
@media (min-width: 1024px) {
  .e__textformular:has(.e__textformular__input--xl),
  .e__searchformular:has(.e__textformular__input--xl) {
    width: 320px;
  }
}
.e__textformular__wrapper,
.e__searchformular__wrapper {
  position: relative;
  width: 100%;
}
.e__textformular__icons,
.e__searchformular__icons {
  display: none;
  position: absolute;
  top: 2px;
  left: 1px;
  width: auto;
  min-width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .e__textformular__icons,
  .e__searchformular__icons {
    top: 3px;
    left: 2px;
    width: auto;
    min-width: 36px;
    height: 36px;
  }
}
.e__textformular--ico .e__textformular__icons,
.e__textformular--ico .e__searchformular__icons {
  display: flex;
  align-items: center;
}
.e__textformular--ico input, .e__textformular--ico textarea,
.e__searchformular--ico input,
.e__searchformular--ico textarea {
  padding-left: 30px;
}
@media (min-width: 1024px) {
  .e__textformular--ico input, .e__textformular--ico textarea,
  .e__searchformular--ico input,
  .e__searchformular--ico textarea {
    padding-left: 36px;
  }
}
.e__textformular--ico .e__textformular__icons svg,
.e__searchformular--ico .e__textformular__icons svg {
  width: auto;
  height: auto;
  block-size: auto;
  inline-size: auto;
}
.e__textformular .e-btn__square,
.e__searchformular .e-btn__square {
  position: absolute;
  top: 2.5px;
  right: 3px;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
}
@media (min-width: 1024px) {
  .e__textformular .e-btn__square,
  .e__searchformular .e-btn__square {
    top: 2.5px;
    right: 2.5px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.e__textformular__input,
.e__searchformular__input {
  position: relative;
  display: block;
  width: 100%;
}
.e__textformular__input--large textarea,
.e__searchformular__input--large textarea {
  min-height: 76px;
}
@media (min-width: 1024px) {
  .e__textformular__input--large textarea,
  .e__searchformular__input--large textarea {
    min-height: 80px;
  }
}
.e__textformular__input--large.large.editor,
.e__searchformular__input--large.large.editor {
  min-height: 80px;
}
@media (min-width: 1024px) {
  .e__textformular__input--large.large.editor,
  .e__searchformular__input--large.large.editor {
    min-height: 108px;
  }
}
.e__textformular__input--xl input, .e__textformular__input--xl textarea,
.e__searchformular__input--xl input,
.e__searchformular__input--xl textarea {
  height: 40px;
  font-size: 0.5625rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .e__textformular__input--xl input, .e__textformular__input--xl textarea,
  .e__searchformular__input--xl input,
  .e__searchformular__input--xl textarea {
    height: 56px;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
.e__textformular--ico .e__textformular__input--xl input, .e__textformular--ico .e__textformular__input--xl textarea,
.e__textformular--ico .e__searchformular__input--xl input,
.e__textformular--ico .e__searchformular__input--xl textarea {
  padding-left: 32px;
}
@media (min-width: 1024px) {
  .e__textformular--ico .e__textformular__input--xl input, .e__textformular--ico .e__textformular__input--xl textarea,
  .e__textformular--ico .e__searchformular__input--xl input,
  .e__textformular--ico .e__searchformular__input--xl textarea {
    padding-left: 42px;
  }
}
.e__textformular__input--xl textarea,
.e__searchformular__input--xl textarea {
  padding: 11px 4px 11px 8px;
}
@media (min-width: 1024px) {
  .e__textformular__input--xl textarea,
  .e__searchformular__input--xl textarea {
    padding: 15px 4px 15px 8px;
  }
}
.e__textformular__input--xl textarea:not(:focus),
.e__searchformular__input--xl textarea:not(:focus) {
  height: 40px !important;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .e__textformular__input--xl textarea:not(:focus),
  .e__searchformular__input--xl textarea:not(:focus) {
    height: 56px !important;
  }
}
.e__textformular__input--xl textarea:not(:focus).filled,
.e__searchformular__input--xl textarea:not(:focus).filled {
  height: 40px !important;
}
@media (min-width: 1024px) {
  .e__textformular__input--xl textarea:not(:focus).filled,
  .e__searchformular__input--xl textarea:not(:focus).filled {
    height: 56px !important;
  }
}
.e__textformular__input--xl textarea:placeholder-shown,
.e__searchformular__input--xl textarea:placeholder-shown {
  height: 40px !important;
}
@media (min-width: 1024px) {
  .e__textformular__input--xl textarea:placeholder-shown,
  .e__searchformular__input--xl textarea:placeholder-shown {
    height: 56px !important;
  }
}
.e__textformular__input--xl ~ .e-btn--mini-square, .e__textformular__input--xl ~ .e-btn--xs,
.e__searchformular__input--xl ~ .e-btn--mini-square,
.e__searchformular__input--xl ~ .e-btn--xs {
  top: 5px;
  right: 5px;
}
@media (min-width: 1024px) {
  .e__textformular__input--xl ~ .e-btn--mini-square, .e__textformular__input--xl ~ .e-btn--xs,
  .e__searchformular__input--xl ~ .e-btn--mini-square,
  .e__searchformular__input--xl ~ .e-btn--xs {
    top: 6px;
    right: 6.5px;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  .e__textformular__input--xl ~ .e-btn--mini-square .e-ico--S, .e__textformular__input--xl ~ .e-btn--xs .e-ico--S,
  .e__searchformular__input--xl ~ .e-btn--mini-square .e-ico--S,
  .e__searchformular__input--xl ~ .e-btn--xs .e-ico--S {
    display: none;
  }
  .e__textformular__input--xl ~ .e-btn--mini-square .e-ico--M, .e__textformular__input--xl ~ .e-btn--xs .e-ico--M,
  .e__searchformular__input--xl ~ .e-btn--mini-square .e-ico--M,
  .e__searchformular__input--xl ~ .e-btn--xs .e-ico--M {
    display: block;
  }
}
.e__textformular__input--xl ~ .e__textformular__icons,
.e__searchformular__input--xl ~ .e__textformular__icons {
  top: 5px;
}
@media (min-width: 1024px) {
  .e__textformular__input--xl ~ .e__textformular__icons,
  .e__searchformular__input--xl ~ .e__textformular__icons {
    top: 12px;
    left: 6px;
  }
  .e__textformular__input--xl ~ .e__textformular__icons .e-ico--S,
  .e__searchformular__input--xl ~ .e__textformular__icons .e-ico--S {
    display: none;
  }
  .e__textformular__input--xl ~ .e__textformular__icons .e-ico--M,
  .e__searchformular__input--xl ~ .e__textformular__icons .e-ico--M {
    display: block;
  }
}
.e__textformular__input--xl.e__textformular__input--large textarea,
.e__searchformular__input--xl.e__textformular__input--large textarea {
  min-height: 74px;
}
@media (min-width: 1024px) {
  .e__textformular__input--xl.e__textformular__input--large textarea,
  .e__searchformular__input--xl.e__textformular__input--large textarea {
    min-height: 108px;
  }
}
.e__textformular__input input,
.e__searchformular__input input {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.e__textformular--iframe .e__textformular__input,
.e__searchformular--iframe .e__textformular__input {
  color: #528312;
  font-weight: 700;
  align-items: center;
  background-color: #F4F5F3;
  border-radius: 8px;
  padding: 5px 40px 5px;
}
@media (min-width: 1024px) {
  .e__textformular--iframe .e__textformular__input,
  .e__searchformular--iframe .e__textformular__input {
    padding: 5px 48px 5px;
  }
}
.e__textformular.success input,
.e__searchformular.success input {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e__textformular.success .e-btn--mini-square,
.e__textformular.success .e-btn--xs, .e__textformular.guest .e-btn--mini-square,
.e__textformular.guest .e-btn--xs, .e__textformular.guested .e-btn--mini-square,
.e__textformular.guested .e-btn--xs,
.e__searchformular.success .e-btn--mini-square,
.e__searchformular.success .e-btn--xs,
.e__searchformular.guest .e-btn--mini-square,
.e__searchformular.guest .e-btn--xs,
.e__searchformular.guested .e-btn--mini-square,
.e__searchformular.guested .e-btn--xs {
  position: absolute;
  top: 2.5px;
  right: 3px;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  margin: 0 !important;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .e__textformular.success .e-btn--mini-square,
  .e__textformular.success .e-btn--xs, .e__textformular.guest .e-btn--mini-square,
  .e__textformular.guest .e-btn--xs, .e__textformular.guested .e-btn--mini-square,
  .e__textformular.guested .e-btn--xs,
  .e__searchformular.success .e-btn--mini-square,
  .e__searchformular.success .e-btn--xs,
  .e__searchformular.guest .e-btn--mini-square,
  .e__searchformular.guest .e-btn--xs,
  .e__searchformular.guested .e-btn--mini-square,
  .e__searchformular.guested .e-btn--xs {
    top: 5px;
    right: 5px;
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
  }
}
.e__textformular.success .e__textformular__input--xl ~ .e-btn--mini-square,
.e__textformular.success .e__textformular__input--xl ~ .e-btn--xs, .e__textformular.guest .e__textformular__input--xl ~ .e-btn--mini-square,
.e__textformular.guest .e__textformular__input--xl ~ .e-btn--xs, .e__textformular.guested .e__textformular__input--xl ~ .e-btn--mini-square,
.e__textformular.guested .e__textformular__input--xl ~ .e-btn--xs,
.e__searchformular.success .e__textformular__input--xl ~ .e-btn--mini-square,
.e__searchformular.success .e__textformular__input--xl ~ .e-btn--xs,
.e__searchformular.guest .e__textformular__input--xl ~ .e-btn--mini-square,
.e__searchformular.guest .e__textformular__input--xl ~ .e-btn--xs,
.e__searchformular.guested .e__textformular__input--xl ~ .e-btn--mini-square,
.e__searchformular.guested .e__textformular__input--xl ~ .e-btn--xs {
  top: 2px;
  right: 2px;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  margin: 0 !important;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .e__textformular.success .e__textformular__input--xl ~ .e-btn--mini-square,
  .e__textformular.success .e__textformular__input--xl ~ .e-btn--xs, .e__textformular.guest .e__textformular__input--xl ~ .e-btn--mini-square,
  .e__textformular.guest .e__textformular__input--xl ~ .e-btn--xs, .e__textformular.guested .e__textformular__input--xl ~ .e-btn--mini-square,
  .e__textformular.guested .e__textformular__input--xl ~ .e-btn--xs,
  .e__searchformular.success .e__textformular__input--xl ~ .e-btn--mini-square,
  .e__searchformular.success .e__textformular__input--xl ~ .e-btn--xs,
  .e__searchformular.guest .e__textformular__input--xl ~ .e-btn--mini-square,
  .e__searchformular.guest .e__textformular__input--xl ~ .e-btn--xs,
  .e__searchformular.guested .e__textformular__input--xl ~ .e-btn--mini-square,
  .e__searchformular.guested .e__textformular__input--xl ~ .e-btn--xs {
    top: 4px;
    right: 4px;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
  }
}
.e__textformular.success .e__textformular__input--large ~ .e-btn--mini-square,
.e__textformular.success .e__textformular__input--large ~ .button-with-msg .e-btn--mini-square,
.e__textformular.success .e__textformular__input--large ~ .e-btn--xs,
.e__textformular.success .e__textformular__input--large ~ .button-with-msg .e-btn--xs, .e__textformular.guest .e__textformular__input--large ~ .e-btn--mini-square,
.e__textformular.guest .e__textformular__input--large ~ .button-with-msg .e-btn--mini-square,
.e__textformular.guest .e__textformular__input--large ~ .e-btn--xs,
.e__textformular.guest .e__textformular__input--large ~ .button-with-msg .e-btn--xs, .e__textformular.guested .e__textformular__input--large ~ .e-btn--mini-square,
.e__textformular.guested .e__textformular__input--large ~ .button-with-msg .e-btn--mini-square,
.e__textformular.guested .e__textformular__input--large ~ .e-btn--xs,
.e__textformular.guested .e__textformular__input--large ~ .button-with-msg .e-btn--xs,
.e__searchformular.success .e__textformular__input--large ~ .e-btn--mini-square,
.e__searchformular.success .e__textformular__input--large ~ .button-with-msg .e-btn--mini-square,
.e__searchformular.success .e__textformular__input--large ~ .e-btn--xs,
.e__searchformular.success .e__textformular__input--large ~ .button-with-msg .e-btn--xs,
.e__searchformular.guest .e__textformular__input--large ~ .e-btn--mini-square,
.e__searchformular.guest .e__textformular__input--large ~ .button-with-msg .e-btn--mini-square,
.e__searchformular.guest .e__textformular__input--large ~ .e-btn--xs,
.e__searchformular.guest .e__textformular__input--large ~ .button-with-msg .e-btn--xs,
.e__searchformular.guested .e__textformular__input--large ~ .e-btn--mini-square,
.e__searchformular.guested .e__textformular__input--large ~ .button-with-msg .e-btn--mini-square,
.e__searchformular.guested .e__textformular__input--large ~ .e-btn--xs,
.e__searchformular.guested .e__textformular__input--large ~ .button-with-msg .e-btn--xs {
  top: 50%;
  transform: translateY(-50%);
}
.e__textformular.success .e__textformular__input input:not(:placeholder-shown),
.e__textformular.success .e__textformular__text ~ .e__textformular__input input,
.e__textformular.success .e__textformular__input textarea:not(:placeholder-shown),
.e__textformular.success .e__textformular__text ~ .e__textformular__input textarea, .e__textformular.guest .e__textformular__input input:not(:placeholder-shown),
.e__textformular.guest .e__textformular__text ~ .e__textformular__input input,
.e__textformular.guest .e__textformular__input textarea:not(:placeholder-shown),
.e__textformular.guest .e__textformular__text ~ .e__textformular__input textarea, .e__textformular.guested .e__textformular__input input:not(:placeholder-shown),
.e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
.e__textformular.guested .e__textformular__input textarea:not(:placeholder-shown),
.e__textformular.guested .e__textformular__text ~ .e__textformular__input textarea,
.e__searchformular.success .e__textformular__input input:not(:placeholder-shown),
.e__searchformular.success .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.success .e__textformular__input textarea:not(:placeholder-shown),
.e__searchformular.success .e__textformular__text ~ .e__textformular__input textarea,
.e__searchformular.guest .e__textformular__input input:not(:placeholder-shown),
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.guest .e__textformular__input textarea:not(:placeholder-shown),
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input textarea,
.e__searchformular.guested .e__textformular__input input:not(:placeholder-shown),
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.guested .e__textformular__input textarea:not(:placeholder-shown),
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input textarea {
  border-radius: 70px !important;
  box-shadow: inset 0 0 0 1px rgba(17, 32, 0, 0) !important;
  color: #528312 !important;
  background-color: #F4F5F3 !important;
  font-weight: 900 !important;
  text-align: center;
  padding-left: 36px !important;
  padding-right: 36px !important;
}
@media (min-width: 768px) {
  .e__textformular.success .e__textformular__input input:not(:placeholder-shown),
  .e__textformular.success .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.success .e__textformular__input textarea:not(:placeholder-shown),
  .e__textformular.success .e__textformular__text ~ .e__textformular__input textarea, .e__textformular.guest .e__textformular__input input:not(:placeholder-shown),
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.guest .e__textformular__input textarea:not(:placeholder-shown),
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input textarea, .e__textformular.guested .e__textformular__input input:not(:placeholder-shown),
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.guested .e__textformular__input textarea:not(:placeholder-shown),
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input textarea,
  .e__searchformular.success .e__textformular__input input:not(:placeholder-shown),
  .e__searchformular.success .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.success .e__textformular__input textarea:not(:placeholder-shown),
  .e__searchformular.success .e__textformular__text ~ .e__textformular__input textarea,
  .e__searchformular.guest .e__textformular__input input:not(:placeholder-shown),
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.guest .e__textformular__input textarea:not(:placeholder-shown),
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input textarea,
  .e__searchformular.guested .e__textformular__input input:not(:placeholder-shown),
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.guested .e__textformular__input textarea:not(:placeholder-shown),
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input textarea {
    padding-left: 38px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .e__textformular.success .e__textformular__input input:not(:placeholder-shown),
  .e__textformular.success .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.success .e__textformular__input textarea:not(:placeholder-shown),
  .e__textformular.success .e__textformular__text ~ .e__textformular__input textarea, .e__textformular.guest .e__textformular__input input:not(:placeholder-shown),
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.guest .e__textformular__input textarea:not(:placeholder-shown),
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input textarea, .e__textformular.guested .e__textformular__input input:not(:placeholder-shown),
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.guested .e__textformular__input textarea:not(:placeholder-shown),
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input textarea,
  .e__searchformular.success .e__textformular__input input:not(:placeholder-shown),
  .e__searchformular.success .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.success .e__textformular__input textarea:not(:placeholder-shown),
  .e__searchformular.success .e__textformular__text ~ .e__textformular__input textarea,
  .e__searchformular.guest .e__textformular__input input:not(:placeholder-shown),
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.guest .e__textformular__input textarea:not(:placeholder-shown),
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input textarea,
  .e__searchformular.guested .e__textformular__input input:not(:placeholder-shown),
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.guested .e__textformular__input textarea:not(:placeholder-shown),
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input textarea {
    padding-left: 42px !important;
    padding-right: 48px !important;
  }
}
.e__textformular.success .e__textformular__input textarea:not(:placeholder-shown),
.e__textformular.success .e__textformular__text ~ .e__textformular__input textarea, .e__textformular.guest .e__textformular__input textarea:not(:placeholder-shown),
.e__textformular.guest .e__textformular__text ~ .e__textformular__input textarea, .e__textformular.guested .e__textformular__input textarea:not(:placeholder-shown),
.e__textformular.guested .e__textformular__text ~ .e__textformular__input textarea,
.e__searchformular.success .e__textformular__input textarea:not(:placeholder-shown),
.e__searchformular.success .e__textformular__text ~ .e__textformular__input textarea,
.e__searchformular.guest .e__textformular__input textarea:not(:placeholder-shown),
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input textarea,
.e__searchformular.guested .e__textformular__input textarea:not(:placeholder-shown),
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input textarea {
  font-weight: 400 !important;
}
.e__textformular.success .e__textformular__input--xl input:not(:placeholder-shown),
.e__textformular.success .e__textformular__input--xl input,
.e__textformular.success .e__textformular__input--xl textarea:not(:placeholder-shown),
.e__textformular.success .e__textformular__input--xl textarea, .e__textformular.guest .e__textformular__input--xl input:not(:placeholder-shown),
.e__textformular.guest .e__textformular__input--xl input,
.e__textformular.guest .e__textformular__input--xl textarea:not(:placeholder-shown),
.e__textformular.guest .e__textformular__input--xl textarea, .e__textformular.guested .e__textformular__input--xl input:not(:placeholder-shown),
.e__textformular.guested .e__textformular__input--xl input,
.e__textformular.guested .e__textformular__input--xl textarea:not(:placeholder-shown),
.e__textformular.guested .e__textformular__input--xl textarea,
.e__searchformular.success .e__textformular__input--xl input:not(:placeholder-shown),
.e__searchformular.success .e__textformular__input--xl input,
.e__searchformular.success .e__textformular__input--xl textarea:not(:placeholder-shown),
.e__searchformular.success .e__textformular__input--xl textarea,
.e__searchformular.guest .e__textformular__input--xl input:not(:placeholder-shown),
.e__searchformular.guest .e__textformular__input--xl input,
.e__searchformular.guest .e__textformular__input--xl textarea:not(:placeholder-shown),
.e__searchformular.guest .e__textformular__input--xl textarea,
.e__searchformular.guested .e__textformular__input--xl input:not(:placeholder-shown),
.e__searchformular.guested .e__textformular__input--xl input,
.e__searchformular.guested .e__textformular__input--xl textarea:not(:placeholder-shown),
.e__searchformular.guested .e__textformular__input--xl textarea {
  padding-left: 38px;
}
@media (min-width: 1024px) {
  .e__textformular.success .e__textformular__input--xl input:not(:placeholder-shown),
  .e__textformular.success .e__textformular__input--xl input,
  .e__textformular.success .e__textformular__input--xl textarea:not(:placeholder-shown),
  .e__textformular.success .e__textformular__input--xl textarea, .e__textformular.guest .e__textformular__input--xl input:not(:placeholder-shown),
  .e__textformular.guest .e__textformular__input--xl input,
  .e__textformular.guest .e__textformular__input--xl textarea:not(:placeholder-shown),
  .e__textformular.guest .e__textformular__input--xl textarea, .e__textformular.guested .e__textformular__input--xl input:not(:placeholder-shown),
  .e__textformular.guested .e__textformular__input--xl input,
  .e__textformular.guested .e__textformular__input--xl textarea:not(:placeholder-shown),
  .e__textformular.guested .e__textformular__input--xl textarea,
  .e__searchformular.success .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.success .e__textformular__input--xl input,
  .e__searchformular.success .e__textformular__input--xl textarea:not(:placeholder-shown),
  .e__searchformular.success .e__textformular__input--xl textarea,
  .e__searchformular.guest .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.guest .e__textformular__input--xl input,
  .e__searchformular.guest .e__textformular__input--xl textarea:not(:placeholder-shown),
  .e__searchformular.guest .e__textformular__input--xl textarea,
  .e__searchformular.guested .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.guested .e__textformular__input--xl input,
  .e__searchformular.guested .e__textformular__input--xl textarea:not(:placeholder-shown),
  .e__searchformular.guested .e__textformular__input--xl textarea {
    padding-left: 50px;
  }
}
.e__textformular.success .e__textformular__icons, .e__textformular.guest .e__textformular__icons, .e__textformular.guested .e__textformular__icons,
.e__searchformular.success .e__textformular__icons,
.e__searchformular.guest .e__textformular__icons,
.e__searchformular.guested .e__textformular__icons {
  left: 4px;
}
@media (min-width: 1024px) {
  .e__textformular.success .e__textformular__icons, .e__textformular.guest .e__textformular__icons, .e__textformular.guested .e__textformular__icons,
  .e__searchformular.success .e__textformular__icons,
  .e__searchformular.guest .e__textformular__icons,
  .e__searchformular.guested .e__textformular__icons {
    left: 8px;
  }
}
.e__textformular.success .e__textformular__input:has(textarea) ~ .e__textformular__icons, .e__textformular.guest .e__textformular__input:has(textarea) ~ .e__textformular__icons, .e__textformular.guested .e__textformular__input:has(textarea) ~ .e__textformular__icons,
.e__searchformular.success .e__textformular__input:has(textarea) ~ .e__textformular__icons,
.e__searchformular.guest .e__textformular__input:has(textarea) ~ .e__textformular__icons,
.e__searchformular.guested .e__textformular__input:has(textarea) ~ .e__textformular__icons {
  top: 50%;
  transform: translateY(calc(-50% - 3px));
}
.e__textformular.success .e__textformular__input--xl ~ .e__textformular__icons, .e__textformular.guest .e__textformular__input--xl ~ .e__textformular__icons, .e__textformular.guested .e__textformular__input--xl ~ .e__textformular__icons,
.e__searchformular.success .e__textformular__input--xl ~ .e__textformular__icons,
.e__searchformular.guest .e__textformular__input--xl ~ .e__textformular__icons,
.e__searchformular.guested .e__textformular__input--xl ~ .e__textformular__icons {
  left: 5px;
}
@media (min-width: 1024px) {
  .e__textformular.success .e__textformular__input--xl ~ .e__textformular__icons, .e__textformular.guest .e__textformular__input--xl ~ .e__textformular__icons, .e__textformular.guested .e__textformular__input--xl ~ .e__textformular__icons,
  .e__searchformular.success .e__textformular__input--xl ~ .e__textformular__icons,
  .e__searchformular.guest .e__textformular__input--xl ~ .e__textformular__icons,
  .e__searchformular.guested .e__textformular__input--xl ~ .e__textformular__icons {
    left: 14px;
  }
}
.e__textformular.success .e__textformular__text, .e__textformular.guest .e__textformular__text, .e__textformular.guested .e__textformular__text,
.e__searchformular.success .e__textformular__text,
.e__searchformular.guest .e__textformular__text,
.e__searchformular.guested .e__textformular__text {
  color: #67a516;
  font-weight: 900;
  padding-right: 56px;
}
.e__textformular.success .e__textformular__text p, .e__textformular.guest .e__textformular__text p, .e__textformular.guested .e__textformular__text p,
.e__searchformular.success .e__textformular__text p,
.e__searchformular.guest .e__textformular__text p,
.e__searchformular.guested .e__textformular__text p {
  pointer-events: auto;
}
.e__textformular.success .e__textformular__text ~ .e__textformular__input input, .e__textformular.guest .e__textformular__text ~ .e__textformular__input input, .e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.success .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input input {
  pointer-events: none;
}
.e__textformular.success .e__textformular__text ~ .e__textformular__input input::placeholder, .e__textformular.guest .e__textformular__text ~ .e__textformular__input input::placeholder, .e__textformular.guested .e__textformular__text ~ .e__textformular__input input::placeholder,
.e__searchformular.success .e__textformular__text ~ .e__textformular__input input::placeholder,
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input input::placeholder,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input input::placeholder {
  color: transparent !important;
}
.e__textformular.guest, .e__textformular.guested,
.e__searchformular.guest,
.e__searchformular.guested {
  gap: 7px;
  max-width: 183px;
}
@media (min-width: 768px) {
  .e__textformular.guest, .e__textformular.guested,
  .e__searchformular.guest,
  .e__searchformular.guested {
    max-width: 313px;
  }
}
@media (min-width: 1024px) {
  .e__textformular.guest, .e__textformular.guested,
  .e__searchformular.guest,
  .e__searchformular.guested {
    max-width: 333px;
  }
}
.e__textformular.guest .e-btn--mini-square,
.e__textformular.guest .e-btn--xs, .e__textformular.guested .e-btn--mini-square,
.e__textformular.guested .e-btn--xs,
.e__searchformular.guest .e-btn--mini-square,
.e__searchformular.guest .e-btn--xs,
.e__searchformular.guested .e-btn--mini-square,
.e__searchformular.guested .e-btn--xs {
  border-color: transparent;
}
.e__textformular.guest input,
.e__textformular.guest .e__textformular__input--xl input,
.e__textformular.guest .e__textformular__text ~ .e__textformular__input input,
.e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
.e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown), .e__textformular.guested input,
.e__textformular.guested .e__textformular__input--xl input,
.e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
.e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
.e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
.e__searchformular.guest input,
.e__searchformular.guest .e__textformular__input--xl input,
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
.e__searchformular.guested input,
.e__searchformular.guested .e__textformular__input--xl input,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown) {
  padding-left: 36px !important;
  border-radius: 50px !important;
  background-color: white !important;
  box-shadow: inset 0 0 0 3px #dcfbb6 !important;
  color: #112000 !important;
  pointer-events: none;
}
@media (min-width: 768px) {
  .e__textformular.guest input,
  .e__textformular.guest .e__textformular__input--xl input,
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown), .e__textformular.guested input,
  .e__textformular.guested .e__textformular__input--xl input,
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.guest input,
  .e__searchformular.guest .e__textformular__input--xl input,
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.guested input,
  .e__searchformular.guested .e__textformular__input--xl input,
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown) {
    padding-left: 108px !important;
  }
}
@media (min-width: 1024px) {
  .e__textformular.guest input,
  .e__textformular.guest .e__textformular__input--xl input,
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown), .e__textformular.guested input,
  .e__textformular.guested .e__textformular__input--xl input,
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.guest input,
  .e__searchformular.guest .e__textformular__input--xl input,
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.guested input,
  .e__searchformular.guested .e__textformular__input--xl input,
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input input,
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown) {
    padding-left: 114px !important;
  }
}
.guests__item:has(div.guests__item__user__alias) .e__textformular.guest input,
.guests__item:has(div.guests__item__user__alias) .e__textformular.guest .e__textformular__input--xl input,
.guests__item:has(div.guests__item__user__alias) .e__textformular.guest .e__textformular__text ~ .e__textformular__input input,
.guests__item:has(div.guests__item__user__alias) .e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
.guests__item:has(div.guests__item__user__alias) .e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown), .guests__item:has(div.guests__item__user__alias) .e__textformular.guested input,
.guests__item:has(div.guests__item__user__alias) .e__textformular.guested .e__textformular__input--xl input,
.guests__item:has(div.guests__item__user__alias) .e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
.guests__item:has(div.guests__item__user__alias) .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
.guests__item:has(div.guests__item__user__alias) .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guest input,
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guest .e__textformular__input--xl input,
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guest .e__textformular__text ~ .e__textformular__input input,
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guested input,
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guested .e__textformular__input--xl input,
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guested .e__textformular__text ~ .e__textformular__input input,
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
.guests__item:has(div.guests__item__user__alias) .e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown) {
  background-color: #DCFBB6 !important;
}
.e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
.e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown), .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
.e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
.e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown) {
  padding-left: 108px;
}
@media (min-width: 1024px) {
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
  .e__textformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown), .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
  .e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input,
  .e__searchformular.guest .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
  .e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown) {
    padding-left: 114px;
  }
}
.e__textformular.guest .e__textformular__icons .e-ico--S, .e__textformular.guested .e__textformular__icons .e-ico--S,
.e__searchformular.guest .e__textformular__icons .e-ico--S,
.e__searchformular.guested .e__textformular__icons .e-ico--S {
  display: none;
}
.e__textformular.guest .e__textformular__icons .e-ico--M, .e__textformular.guested .e__textformular__icons .e-ico--M,
.e__searchformular.guest .e__textformular__icons .e-ico--M,
.e__searchformular.guested .e__textformular__icons .e-ico--M {
  display: block;
}
.e__textformular.guest .e__textformular__text, .e__textformular.guested .e__textformular__text,
.e__searchformular.guest .e__textformular__text,
.e__searchformular.guested .e__textformular__text {
  color: #112000;
  font-weight: 400;
}
.e__textformular.guest .e__textformular__text p, .e__textformular.guested .e__textformular__text p,
.e__searchformular.guest .e__textformular__text p,
.e__searchformular.guested .e__textformular__text p {
  line-height: 1.25;
  pointer-events: none;
}
.e__textformular.guest .e__textformular__text p::selection, .e__textformular.guested .e__textformular__text p::selection,
.e__searchformular.guest .e__textformular__text p::selection,
.e__searchformular.guested .e__textformular__text p::selection {
  background-color: transparent;
}
.e__textformular.guest .e__textformular__text p strong, .e__textformular.guested .e__textformular__text p strong,
.e__searchformular.guest .e__textformular__text p strong,
.e__searchformular.guested .e__textformular__text p strong {
  pointer-events: auto;
}
.e__textformular.guested input,
.e__textformular.guested .e__textformular__input--xl input,
.e__textformular.guested .e__textformular__text ~ .e__textformular__input input,
.e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
.e__textformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown),
.e__searchformular.guested input,
.e__searchformular.guested .e__textformular__input--xl input,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input input,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input,
.e__searchformular.guested .e__textformular__text ~ .e__textformular__input--xl input:not(:placeholder-shown) {
  background-color: #DCFBB6 !important;
}
.e__textformular__text,
.e__searchformular__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: baseline;
  padding-left: 38px;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .e__textformular__text,
  .e__searchformular__text {
    padding-left: 44px;
  }
}
.e__textformular:has(.e__textformular__input--xl) .e__textformular__text,
.e__textformular:has(.e__textformular__input--xl) .e__searchformular__text {
  padding-left: 40px;
}
@media (min-width: 1024px) {
  .e__textformular:has(.e__textformular__input--xl) .e__textformular__text,
  .e__textformular:has(.e__textformular__input--xl) .e__searchformular__text {
    padding-left: 52px;
  }
}
.e__textformular__note,
.e__searchformular__note {
  font-size: 0.8125rem;
  line-height: 1;
  color: #666666;
  padding-top: 4px;
}
@media (min-width: 1024px) {
  .e__textformular__note,
  .e__searchformular__note {
    padding-top: 5px;
  }
}
.error .e__textformular__note,
.error .e__searchformular__note {
  color: #C2371A;
}
.error:has(input:focus) .e__textformular__note, .error:has(textarea:focus) .e__textformular__note, .error:has(:placeholder-shown) .e__textformular__note,
.error:has(input:focus) .e__searchformular__note,
.error:has(textarea:focus) .e__searchformular__note,
.error:has(:placeholder-shown) .e__searchformular__note {
  color: #666666;
}
.e__textformular--tooltip,
.e__searchformular--tooltip {
  position: absolute !important;
  display: flex !important;
  top: 1.5px;
  right: 1.5px;
  gap: 0;
}
@media (min-width: 768px) {
  .e__textformular--tooltip,
  .e__searchformular--tooltip {
    top: 4px;
    right: 4px;
  }
}
@media (min-width: 1024px) {
  .e__textformular--tooltip,
  .e__searchformular--tooltip {
    top: 2px;
    right: 2px;
  }
}
.e__textformular--tooltip .slct,
.e__searchformular--tooltip .slct {
  display: flex;
  justify-content: flex-start;
  min-width: 64px;
}
.e__textformular--tooltip--text,
.e__searchformular--tooltip--text {
  display: none;
}
@media (min-width: 1024px) {
  .e__textformular--tooltip--text,
  .e__searchformular--tooltip--text {
    display: block;
  }
}

input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
  max-width: 110px;
  padding-left: 36px;
  box-shadow: inset 0 0 0 1px #CCCCCC;
  border-radius: 50px;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
    max-width: 140px;
    padding-left: 48px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):hover:not(:focus)[type=search i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):hover:not(:focus)[type=search]::-webkit-search-cancel-button {
  display: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus {
  max-width: 100%;
  box-shadow: inset 0 0 0 1.5px #9bd84c;
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus[type=search i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus[type=search]::-webkit-search-cancel-button {
  height: 16px;
  width: 16px;
  min-height: 12px;
  min-width: 12px;
  filter: grayscale(1) opacity(0.4);
  transform: translateX(-5px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus[type=search i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus[type=search]::-webkit-search-cancel-button {
    transform: translateX(-8px);
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus[type=search i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button:hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus[type=search i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button::focus-within, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus[type=search]::-webkit-search-cancel-button:hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus[type=search]::-webkit-search-cancel-button::focus-within {
  filter: grayscale(1) opacity(0.7);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus):hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus):hover {
  border-radius: 50px;
  box-shadow: inset 0 0 0 1.5px #112000;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus):hover, input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus):hover {
    border-radius: 50px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus) {
  border-radius: 50px;
  box-shadow: inset 0 0 0 1px #112000;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus) {
    border-radius: 50px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):disabled {
  border-radius: 50px;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):disabled {
    border-radius: 50px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid.filled:not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
  border-radius: 50px;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid.filled:not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus), .error input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
    border-radius: 50px;
  }
}
.e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
  max-width: 36px;
  padding: 0;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
    width: 40px;
    max-width: 40px;
    height: 44px;
    padding-left: 48px;
  }
}
@media (min-width: 1024px) {
  .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
    max-width: 44px;
  }
}
.e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):hover:not(:focus) {
  cursor: pointer;
}
.e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus), .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus), .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):disabled, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid:not(:placeholder-shown):not(:focus), .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid.filled:not(:focus), .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus), .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus) .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
  width: 100%;
  max-width: 180px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus), .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus), .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):disabled, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid:not(:placeholder-shown):not(:focus), .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid.filled:not(:focus), .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus), .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus) .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]) {
    padding-left: 48px;
    max-width: 220px;
  }
}
.e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):focus::placeholder, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus)::placeholder, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus)::placeholder, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):disabled::placeholder, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid:not(:placeholder-shown):not(:focus)::placeholder, .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):invalid.filled:not(:focus)::placeholder, .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]):valid:not(:placeholder-shown):not(:focus)::placeholder, .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password]).filled:not(:focus) .error .e__searchformular--xs input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=number]):not([type=email]):not([type=range]):not([type=password])::placeholder {
  opacity: 1;
}

.e__searchformular {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  transition: all 0.2s ease-out;
}
.e__searchformular__wrapper {
  position: relative;
  width: 100%;
}
.e__searchformular:has(input:focus) .e__searchformular__wrapper, .e__searchformular:has(input:valid) .e__searchformular__wrapper {
  max-width: none;
}
.e__searchformular__input {
  position: relative;
  width: 100%;
  transition: all 0.2s ease-out;
}
.e__searchformular .e-btn--xs {
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  padding: 0;
  margin: 0 !important;
  border-color: transparent;
  z-index: 2;
}
@media (min-width: 1024px) {
  .e__searchformular .e-btn--xs {
    top: 4.5px;
    left: 5px;
    height: 36px;
    width: 36px;
    min-width: 36px;
  }
}
.e__searchformular:valid:not(:placeholder-shown):not(:focus) .e-btn--xs, .e__searchformular.filled:not(:focus) .e-btn--xs {
  pointer-events: auto;
}
.e__searchformular--xs {
  align-items: flex-end;
  height: 36px;
}
@media (min-width: 768px) {
  .e__searchformular--xs {
    height: 40px;
  }
}
.e__searchformular--xs .e-btn--xs {
  pointer-events: none;
}
@media (min-width: 768px) {
  .e__searchformular--xs .e-btn--xs {
    top: 4px;
    left: 4px;
    height: 36px;
    width: 36px;
    min-width: 36px;
  }
}
.e__searchformular--xs .e__searchformular__input:has(input:valid:not(:placeholder-shown):not(:focus)) ~ .e-btn--xs,
.e__searchformular--xs .e__searchformular__input:has(input.filled:not(:focus)) ~ .e-btn--xs,
.e__searchformular--xs .e__searchformular__input:has(input:focus) ~ .e-btn--xs {
  pointer-events: auto;
}

form, .toolbar__actions,
.e__searchformular__wrapper,
.e__searchformular__input {
  transition: all 0.2s ease-in-out;
}

input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=email]):not([type=range]):not([type=password]):not([type=search]) {
  border-radius: 7px;
  padding: 0 4px;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=email]):not([type=range]):not([type=password]):not([type=search]) {
    border-radius: 10px;
  }
}
input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=email]):not([type=range]):not([type=password]):not([type=search]):valid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=email]):not([type=range]):not([type=password]):not([type=search]).filled:not(:focus) {
  box-shadow: inset 0 0 0 1px #112000;
  border-radius: 7px;
}
@media (min-width: 1024px) {
  input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=email]):not([type=range]):not([type=password]):not([type=search]):valid:not(:placeholder-shown):not(:focus), input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=email]):not([type=range]):not([type=password]):not([type=search]).filled:not(:focus) {
    border-radius: 10px;
  }
}

input:not([type=radio]):not([type=color]):not([type=file]):not([type=text]):not([type=email]):not([type=range]):not([type=password]):not([type=search]) {
  margin: 0;
  cursor: pointer;
}

legend:has(input[type=checkbox]) {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  cursor: pointer;
}
legend:has(input[type=checkbox]) label {
  color: #666666;
}
legend:has(input[type=checkbox]) input {
  margin: 2px !important;
}
@media (min-width: 768px) {
  legend:has(input[type=checkbox]) input {
    margin: 5px !important;
  }
}

.contenteditable {
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.contenteditable[data-placeholder]:empty:before {
  content: attr(data-placeholder);
  display: block;
  color: #999999;
}

.contenteditable[data-placeholder]:empty:focus:before {
  color: #999999;
}

.button-with-msg {
  position: absolute !important;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}

#inputEtiqueta {
  border: 0;
}
#inputEtiqueta:hover, #inputEtiqueta:focus, #inputEtiqueta:active {
  outline: none;
  box-shadow: none;
}

.crea__label__wrapper__form {
  align-items: center !important;
}

.modal {
  position: fixed;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  width: 100%;
  max-width: 640px;
  padding: 10px 20px 30px;
  border: 3px solid #67a516;
  box-shadow: 0 0 0 3px rgb(255, 255, 255), 0 12px 0 0 rgba(17, 32, 0, 0.5), 0 4px 0 rgba(17, 32, 0, 0.9);
  background-color: rgb(255, 255, 255);
  z-index: 20;
}
@media (max-width: 768px) {
  .modal {
    width: calc(100% - 6px);
    top: auto;
    bottom: -6px;
    left: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px 12px 24px;
    transform: translate(-50%, 0%);
    box-shadow: 0 0 0 3px rgb(255, 255, 255), 0 -9px 0 0 rgba(17, 32, 0, 0.4), 0 -4px 0 0 rgba(17, 32, 0, 0.9);
  }
}
.modal::backdrop {
  background-color: rgba(17, 32, 0, 0.25);
}
.modal[open] {
  display: flex;
}
.modal__form--folder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  overflow: hidden;
}
.modal__list {
  width: 360px;
  min-height: 197px;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  gap: 13px;
  padding: 16px;
}
.modal__header {
  width: 100%;
  display: flex;
}
.modal__header--center {
  justify-content: center;
}
.modal__header--margin {
  margin: 1rem 0;
}
.modal__title {
  font-weight: 700;
  font-size: 1.0625rem;
}
@media (min-width: 1024px) {
  .modal__title {
    font-size: 1.25rem;
  }
}
.modal__heading .toolbar {
  margin-top: -12px;
}
@media (min-width: 768px) {
  .modal__heading .toolbar {
    margin-top: -16px;
  }
}
@media (min-width: 1920px) {
  .modal__heading .toolbar {
    margin-top: -24px;
  }
}
@media (orientation: portrait) {
  .modal__heading .toolbar {
    margin-top: -23px;
  }
}
.modal__heading .toolbar__hd {
  height: 30px;
}
@media (min-width: 1024px) {
  .modal__heading .toolbar__hd {
    height: 36px;
  }
}
.modal__heading .toolbar__title {
  font-size: 1.0625rem;
}
@media (min-width: 1024px) {
  .modal__heading .toolbar__title {
    font-size: 1.25rem;
  }
}
.modal__heading .slider__input::-webkit-slider-runnable-track {
  background: #E8E9E6;
}
.modal__body {
  max-height: 46vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 1px;
}
@media (min-width: 768px) {
  .modal__body {
    max-height: 60vh;
  }
}
@media (min-width: 1024px) {
  .modal__body {
    max-height: 70vh;
  }
}
@media (orientation: portrait) {
  .modal__body {
    max-height: 68vh;
  }
}
.modal__body--margin {
  margin: 0 0 1rem 0;
}
.modal__body__text {
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}
.modal__body__text--center {
  text-align: center;
  margin: auto 0;
}
.modal__body__text--opacity {
  opacity: 0.4;
}
.modal__body__img {
  display: block;
  margin: 0 auto;
}
.modal__body__img img {
  width: 160px;
  height: 160px;
}
.modal__body__flex {
  display: flex;
}
.modal__body__flex__li {
  gap: 12px;
}
.modal__body__flex__li__text {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  min-width: 0;
  gap: 6px;
}
.modal__body__flex__li__text__subtext {
  font-size: 0.6875rem;
  opacity: 40%;
  min-width: 6rem;
}
.modal__body__flex--column {
  flex-direction: column;
}
.modal__body__flex--gap {
  gap: 5px;
}
.modal__body__flex--padding-top {
  padding-top: 20px;
}
.modal__body__flex--space-between {
  justify-content: space-between;
}
.modal__body__flex--center {
  align-items: center;
  justify-content: center;
}
.modal__body__flex--right {
  justify-content: flex-end;
}
.modal__body__flex--border {
  border: 1px solid #E8E9E6;
  border-radius: 8px;
}
.modal--folder {
  width: 420px;
  height: 376px;
}
.modal--checkbox {
  aspect-ratio: 1/1;
  min-width: 24px;
  flex-shrink: 0;
}
.modal--share {
  z-index: 998;
}
@media (min-width: 1280px) {
  .modal--share {
    max-width: 960px;
  }
}
.modal--share .modal__body {
  max-height: 54vh;
  padding: 3px 3px 5px 3px;
}
@media (min-width: 768px) {
  .modal--share .modal__body {
    padding: 3px 3px 10px 3px;
  }
}
@media (min-width: 1024px) {
  .modal--share .modal__body {
    max-height: 59vh;
    padding: 3px 3px 15px 3px;
  }
}
@media (orientation: portrait) {
  .modal--share .modal__body {
    max-height: 68vh;
  }
}
.modal--share .modal__body .wrapper--sticky {
  box-shadow: 0 -4px 0 white;
}
@media (max-width: 767px) {
  .modal--share .e-btn.e-btn--large.e-btn__secondary {
    min-width: 150px;
    max-width: 155px;
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  .modal--share .e-btn.e-btn--large.e-btn__secondary {
    min-width: 130px;
  }
}
.modal--share label,
.modal--share h5 {
  color: #666666;
}
.modal--share .e__textformular.success .e__textformular__input input,
.modal--share .e__textformular.success .e__textformular__input div[contenteditable] {
  font-size: 0.5625rem !important;
  text-align: left !important;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .modal--share .e__textformular.success .e__textformular__input input,
  .modal--share .e__textformular.success .e__textformular__input div[contenteditable] {
    font-size: 0.6875rem !important;
  }
}
@media (min-width: 1920px) {
  .modal--share .e__textformular.success .e__textformular__input input,
  .modal--share .e__textformular.success .e__textformular__input div[contenteditable] {
    font-size: 0.8125rem !important;
  }
}
.modal--share .wrapper--background {
  color: #112000;
}
@media (max-width: 767px) {
  .modal--share .msg-bubble {
    left: -32px !important;
  }
}
.modal__footer {
  width: 100%;
  padding-top: 30px;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
}
.modal--large {
  max-width: 100%;
  max-height: 80%;
}
@media (min-width: 769px) {
  .modal--large {
    max-width: 90%;
  }
}
@media (min-width: 1280px) {
  .modal--large {
    max-width: 66%;
  }
}
.modal--purple {
  border-color: #A847BF;
}
.modal--multimedia {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 92dvh;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .modal--multimedia {
    padding: 0 10px 15px;
    max-width: 96vw;
    height: 90dvh;
  }
}
@media (min-width: 1024px) {
  .modal--multimedia {
    max-width: 90vw;
  }
}
@media (min-width: 1280px) {
  .modal--multimedia {
    max-width: 80vw;
  }
}
@media (min-width: 1920px) {
  .modal--multimedia {
    max-width: 75vw;
  }
}
.modal--multimedia .toolbar {
  margin: 0;
}
.modal--multimedia .modal__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: calc(100% - 56px);
}
@media (min-width: 768px) {
  .modal--multimedia .modal__content {
    height: calc(100% - 60px);
  }
}
@media (min-width: 1024px) {
  .modal--multimedia .modal__content {
    height: calc(100% - 69px);
  }
}
.modal--multimedia .modal__heading {
  height: 40px;
}
@media (min-width: 1024px) {
  .modal--multimedia .modal__heading {
    height: 48px;
  }
}
.modal--multimedia .modal__body {
  height: 100%;
  max-height: none;
  min-height: 160px;
  padding: 3px 3px 5px 3px;
}
@media (min-width: 768px) {
  .modal--multimedia .modal__body {
    padding: 3px 3px 10px 3px;
  }
}
@media (min-width: 1024px) {
  .modal--multimedia .modal__body {
    padding: 5px 5px 15px 5px;
  }
}
.modal--multimedia .modal__body:has(.wrapper--ray) {
  padding-top: 0;
}
.modal--multimedia:has(.wrapper--ray__modal), .modal--multimedia:has(.wrapper--chat__modal), .modal--multimedia:has(.wrapper--media__modal) {
  display: flex;
  flex-direction: column;
}
.modal--multimedia:has(.wrapper--ray__modal) .modal__heading, .modal--multimedia:has(.wrapper--chat__modal) .modal__heading, .modal--multimedia:has(.wrapper--media__modal) .modal__heading {
  min-height: 40px;
  height: 5dvh;
}
@media (min-width: 1024px) {
  .modal--multimedia:has(.wrapper--ray__modal) .modal__heading, .modal--multimedia:has(.wrapper--chat__modal) .modal__heading, .modal--multimedia:has(.wrapper--media__modal) .modal__heading {
    min-height: 48px;
    height: 7dvh;
  }
}
.modal--multimedia:has(.wrapper--ray__modal) .modal__footer, .modal--multimedia:has(.wrapper--chat__modal) .modal__footer, .modal--multimedia:has(.wrapper--media__modal) .modal__footer {
  bottom: 0;
  padding: 10px 5px;
}
@media (min-width: 1024px) {
  .modal--multimedia:has(.wrapper--ray__modal) .modal__footer, .modal--multimedia:has(.wrapper--chat__modal) .modal__footer, .modal--multimedia:has(.wrapper--media__modal) .modal__footer {
    padding: 15px 5px 10px;
  }
}
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--ray__modal,
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--chat__modal,
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--media__modal, .modal--multimedia:has(.wrapper--chat__modal) .wrapper--ray__modal,
.modal--multimedia:has(.wrapper--chat__modal) .wrapper--chat__modal,
.modal--multimedia:has(.wrapper--chat__modal) .wrapper--media__modal, .modal--multimedia:has(.wrapper--media__modal) .wrapper--ray__modal,
.modal--multimedia:has(.wrapper--media__modal) .wrapper--chat__modal,
.modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 120px;
}
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--ray__modal__content,
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--chat__modal__content,
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--media__modal__content, .modal--multimedia:has(.wrapper--chat__modal) .wrapper--ray__modal__content,
.modal--multimedia:has(.wrapper--chat__modal) .wrapper--chat__modal__content,
.modal--multimedia:has(.wrapper--chat__modal) .wrapper--media__modal__content, .modal--multimedia:has(.wrapper--media__modal) .wrapper--ray__modal__content,
.modal--multimedia:has(.wrapper--media__modal) .wrapper--chat__modal__content,
.modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  width: 100%;
  overflow-y: auto;
  padding: 5px;
  background-color: white;
  margin: 0;
  border-radius: 15px;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {
  .modal--multimedia:has(.wrapper--ray__modal) .wrapper--ray__modal__content,
  .modal--multimedia:has(.wrapper--ray__modal) .wrapper--chat__modal__content,
  .modal--multimedia:has(.wrapper--ray__modal) .wrapper--media__modal__content, .modal--multimedia:has(.wrapper--chat__modal) .wrapper--ray__modal__content,
  .modal--multimedia:has(.wrapper--chat__modal) .wrapper--chat__modal__content,
  .modal--multimedia:has(.wrapper--chat__modal) .wrapper--media__modal__content, .modal--multimedia:has(.wrapper--media__modal) .wrapper--ray__modal__content,
  .modal--multimedia:has(.wrapper--media__modal) .wrapper--chat__modal__content,
  .modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__content {
    margin: 0px 10px 10px;
  }
}
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--ray__modal__input,
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--chat__modal__input,
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--media__modal__input, .modal--multimedia:has(.wrapper--chat__modal) .wrapper--ray__modal__input,
.modal--multimedia:has(.wrapper--chat__modal) .wrapper--chat__modal__input,
.modal--multimedia:has(.wrapper--chat__modal) .wrapper--media__modal__input, .modal--multimedia:has(.wrapper--media__modal) .wrapper--ray__modal__input,
.modal--multimedia:has(.wrapper--media__modal) .wrapper--chat__modal__input,
.modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 100%;
  max-width: 1000px;
  min-height: 124px;
  background-color: #F4F5F3;
  padding: 5px;
  border-radius: 12px;
  border: 1px solid #999999;
}
@media (min-width: 1024px) {
  .modal--multimedia:has(.wrapper--ray__modal) .wrapper--ray__modal__input,
  .modal--multimedia:has(.wrapper--ray__modal) .wrapper--chat__modal__input,
  .modal--multimedia:has(.wrapper--ray__modal) .wrapper--media__modal__input, .modal--multimedia:has(.wrapper--chat__modal) .wrapper--ray__modal__input,
  .modal--multimedia:has(.wrapper--chat__modal) .wrapper--chat__modal__input,
  .modal--multimedia:has(.wrapper--chat__modal) .wrapper--media__modal__input, .modal--multimedia:has(.wrapper--media__modal) .wrapper--ray__modal__input,
  .modal--multimedia:has(.wrapper--media__modal) .wrapper--chat__modal__input,
  .modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__input {
    padding: 5px 10px 10px;
  }
}
.modal--multimedia:has(.wrapper--chat__modal) .wrapper--chat__modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal--multimedia:has(.wrapper--chat__modal) .wrapper--chat__modal__input {
  position: sticky;
  bottom: 0;
}
.modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__input {
  max-width: 100%;
  min-height: 75px;
}
@media (min-width: 1024px) {
  .modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__input {
    padding: 5px 10px 10px;
  }
}
.modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__content {
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  padding: 2px;
  margin-bottom: 0;
  background-color: initial;
}
.modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__content img {
    border-radius: 4px;
  }
}
@media (min-width: 1920px) {
  .modal--multimedia:has(.wrapper--media__modal) .wrapper--media__modal__content img {
    border-radius: 5px;
  }
}
.modal--multimedia:has(.wrapper--media__modal) .e__user__menu__wpr__btns {
  position: relative;
  width: 100%;
  visibility: visible;
  align-items: start;
  opacity: 1;
  inset: auto;
  box-shadow: none;
  max-width: 100%;
  min-width: auto;
  border: none;
  background-color: transparent;
}
.modal--multimedia:has(.wrapper--media__modal) .dropdown {
  width: 100%;
}
.modal--multimedia:has(.wrapper--media__modal) .dropdown.dropdown--is-open .js-dropdown__trigger {
  display: none;
}
.modal--multimedia:has(.wrapper--media__modal) .dropdown:not(.dropdown--is-open) .e__user__menu__wpr__btns {
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
}
.modal--multimedia .wrapper--youtube-input {
  height: calc(100dvh - 211px);
  border: 1px solid #CCCCCC;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .modal--multimedia .wrapper--youtube-input {
    height: calc(100dvh - 266px);
  }
}
.modal--multimedia .wrapper--youtube-input .e__textformular__youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: #E8E9E6;
  border: 1px solid #999999;
  min-width: 48px;
  height: 37px;
}
@media (min-width: 1024px) {
  .modal--multimedia .wrapper--youtube-input .e__textformular__youtube {
    height: 47px;
    min-width: 56px;
  }
}
.modal--multimedia .wrapper--youtube-input .e__textformular {
  padding-left: 0;
}
.modal--multimedia .wrapper--youtube-input .e__textformular input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.modal--multimedia:has(.wrapper--ray__modal) .wrapper--sidebar, .modal--multimedia:has(.wrapper--media__modal) .wrapper--sidebar {
  display: none;
}
.modal--multimedia input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
.modal--multimedia textarea {
  height: 35px;
}
@media (min-width: 1024px) {
  .modal--multimedia input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]):not([type=range]),
  .modal--multimedia textarea {
    height: 45px;
  }
}
@media (min-width: 1024px) {
  .modal--multimedia .wrapper.wrapper--row.wrapper--padding-0:has(.e__searchformular--xs) {
    top: -6px;
    border-top: 5px solid white;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown__item {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #112000;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
}
.dropdown__item:last-child {
  border-bottom: none;
}
.dropdown__item:hover {
  background-color: #67a516;
  color: #fff;
}
.dropdown__item__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown__content {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  width: max-content;
  min-width: 180px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  transform-origin: 100% 0;
  z-index: 100;
  overflow: hidden;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.4s, opacity 0.1s, transform 0.4s ease-out;
}
@media (min-width: 768px) {
  .dropdown__content {
    min-width: 280px;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.35);
  }
}
.dropdown__wrapper {
  display: flex;
}
.dropdown__wrapper--gap {
  gap: 20px;
}
.dropdown__wrapper--center {
  justify-content: center;
}
.dropdown--is-open .dropdown__content {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.1s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.dropdown[data-placement=bottom-start] .dropdown__content {
  transform-origin: 0 0;
  left: 0;
  right: auto;
}

.dropdown__content--dark {
  background-color: #112000;
}

.e-toggle {
  display: flex;
  height: 24px;
  position: relative;
  width: 48px;
}
@media (min-width: 1024px) {
  .e-toggle {
    height: 28px;
    width: 56px;
  }
}
.e-toggle.disabled {
  opacity: 0.5;
}
.e-toggle .slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
  border: 1px solid #999999;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.e-toggle .slider.round {
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .e-toggle .slider.round {
    border-radius: 28px;
  }
}
.e-toggle .slider.round::before {
  border-radius: 50%;
}
.e-toggle .slider::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-color: #666666;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .e-toggle .slider::before {
    bottom: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
  }
}
.e-toggle input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.e-toggle input:checked ~ .slider {
  background-color: #67a516;
  border-color: #67a516;
}
.e-toggle input:checked ~ .slider::before {
  background-color: #fff;
}
.e-toggle input:focus-visible:checked ~ .slider, .e-toggle input:focus:checked ~ .slider {
  background-color: #67a516;
}
.e-toggle input:focus ~ .slider {
  border: 1px solid #BAEC79;
  box-shadow: inset 0 0 0 1px #BAEC79 !important;
}
.e-toggle input:checked ~ .slider:before {
  transform: translateX(24px);
}
@media (min-width: 1024px) {
  .e-toggle input:checked ~ .slider:before {
    transform: translateX(28px);
  }
}
.e-toggle.visuallyhidden {
  color: #fff;
  margin: 0;
}

.toggle-classes {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 540px) {
  .toggle-classes {
    gap: 4px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.toggle-classes__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.toggle-classes__input:checked + .toggle-classes__span {
  background: #67a516;
  color: white;
  outline: 0;
  box-shadow: inset rgba(43, 45, 48, 0.06) 0 5px 15px;
  background-image: linear-gradient(#dee1e6, #dee1e6), linear-gradient(178deg, #a0a7b1, #c8cbcf);
  transition: all 0.3s;
}
.toggle-classes__input:checked + .toggle-classes__span img {
  filter: brightness(0) invert(1);
}

.accordion {
  width: 100%;
  overflow: hidden;
}
.accordion__header {
  width: 100%;
  outline: none;
  background-color: #F4F5F3;
  mix-blend-mode: multiply;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.accordion__content,
.accordion .accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.accordion .accordion__item[data-open] .accordion__content {
  height: var(--accordion-item-height);
}
.accordion .accordion__item:not([data-open]) .accordion__content {
  height: 0;
}
.accordion__icon--contract {
  display: none;
}
.accordion__item[data-open] .accordion__icon--contract {
  display: block;
}
.accordion__icon--expand {
  display: block;
}
.accordion__item[data-open] .accordion__icon--expand {
  display: none;
}
.accordion .accordion__item[data-open] .accordion__icon {
  height: var(--accordion-item-height);
}
.accordion .wrapper--border-big.accordion__item[data-open] {
  box-shadow: inset 0 0 0 3px #DCFBB6;
}

.tooltip-trigger {
  white-space: nowrap;
  cursor: help;
}

.tooltip {
  display: inline-block;
  position: absolute;
  max-width: 220px;
  z-index: 10;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #9BD84C;
  font-size: 0.6875rem;
  padding: 5px 5px 5px 10px;
  transition: opacity 0.2s, visibility 0.2s;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px;
}
@media (min-width: 768px) {
  .tooltip {
    border-radius: 8px;
    max-width: 280px;
    font-size: 0.8125rem;
  }
}
@supports (filter: drop-shadow(1px 1px #000)) {
  .tooltip {
    filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.15));
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
}
@supports (clip-path: inset(50%)) {
  .tooltip::before {
    content: "";
    position: absolute;
    background-color: inherit;
    border: inherit;
    width: 12px;
    height: 12px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
  }
}

.tootip:not(.tooltip--sticky) {
  pointer-events: none;
}

.tooltip--top::before, .tooltip--bottom::before {
  left: calc(50% - 12px / 2);
}

.tooltip--top::before {
  bottom: calc(12px * -0.5);
  transform: rotate(-45deg);
}

.tooltip--bottom::before {
  top: calc(12px * -0.5);
  transform: rotate(135deg);
}

.tooltip--left::before, .tooltip--right::before {
  top: calc(50% - 12px / 2);
}

.tooltip--left::before {
  right: calc(12px * -0.5);
  transform: rotate(-135deg);
}

.tooltip--right::before {
  left: calc(12px * -0.5);
  transform: rotate(45deg);
}

.tooltip--is-hidden {
  visibility: hidden;
  opacity: 0;
}

.hover-tooltip {
  position: relative;
}
.hover-tooltip__content {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  max-width: 220px;
  z-index: 10;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #9BD84C;
  font-size: 0.6875rem;
  padding: 5px 5px 5px 10px;
  transition: opacity 0.2s, visibility 0.2s;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px;
}
@media (min-width: 768px) {
  .hover-tooltip__content {
    border-radius: 8px;
    max-width: 280px;
    font-size: 0.8125rem;
  }
}
@supports (filter: drop-shadow(1px 1px #000)) {
  .hover-tooltip__content {
    filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.15));
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
}
@supports (clip-path: inset(50%)) {
  .hover-tooltip__content::before {
    content: "";
    position: absolute;
    left: -6px;
    top: calc(50% - 6px);
    transform: rotate(45deg);
    background-color: inherit;
    border: inherit;
    width: 12px;
    height: 12px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.hover-tooltip:hover .hover-tooltip__content, .hover-tooltip:focus-within .hover-tooltip__content {
  visibility: visible;
  opacity: 1;
}

.embla {
  --slide-height: auto;
  --slide-spacing: 1rem;
  --slide-size: fit-content;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  align-items: center;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}

.embla__dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.embla__dot {
  min-width: 8px;
  width: 8px;
  height: 8px;
  background-color: #CCCCCC;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.embla__dot:hover, .embla__dot:focus-within {
  background-color: #999999;
  transition: all 0.2s ease-in;
}
.embla__dot--selected {
  background-color: #666666;
  transition: all 0.2s ease-in;
}

.card-activity {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
  background-color: white;
  border: 1px solid #E8E9E6;
  box-shadow: none;
  border-radius: 8px;
  transition: all 0.2s ease-out;
}
.card-activity--draw {
  border: 1px solid #F4F5F3;
  background-color: #F4F5F3;
}
.card-activity--draw .card-activity__description {
  display: none;
}
.card-activity--draw .card-activity__title,
.card-activity--draw .card-activity__type {
  color: #666666;
}
.card-activity--draw .card-activity__icon img {
  filter: grayscale(1);
}
.card-activity__count {
  position: absolute;
  right: 2px;
  line-height: 1;
  font-size: 11px;
  padding: 3px 5px;
  bottom: 2px;
  border-radius: 3px;
  white-space: nowrap;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.8);
}
.card-activity--list {
  border: 1px solid #F4F5F3;
  background-color: #F4F5F3;
  cursor: pointer;
}
.card-activity--list .card-activity__icon.card-activity__icon {
  position: relative;
  background-color: #F4F5F3;
}
.card-activity--list:hover, .card-activity--list:focus, .card-activity--list:focus-within {
  text-decoration: none;
  border: 1px solid #BAEC79;
  box-shadow: inset 0 0 0 1px #BAEC79;
  transition: all 0.2s ease-in;
}
.card-activity--list:hover .card-activity__title,
.card-activity--list:hover .card-activity__title a, .card-activity--list:focus .card-activity__title,
.card-activity--list:focus .card-activity__title a, .card-activity--list:focus-within .card-activity__title,
.card-activity--list:focus-within .card-activity__title a {
  color: #528312;
}
@media (min-width: 768px) {
  .card-activity {
    padding: 5px 10px;
  }
}
@media (min-width: 1024px) {
  .card-activity {
    border-radius: 12px;
  }
}
.card-activity:hover, .card-activity:focus, .card-activity:focus-within {
  transition: all 0.2s ease-in;
  background-color: #F4F5F3;
}
.card-activity--link {
  cursor: pointer;
  background-color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.card-activity--link:hover, .card-activity--link:focus, .card-activity--link:focus-within {
  text-decoration: none;
  border: 1px solid #BAEC79;
  box-shadow: inset 0 0 0 1px #BAEC79;
  transition: all 0.2s ease-in;
}
.card-activity--link:hover .card-activity__title,
.card-activity--link:hover .card-activity__title a, .card-activity--link:focus .card-activity__title,
.card-activity--link:focus .card-activity__title a, .card-activity--link:focus-within .card-activity__title,
.card-activity--link:focus-within .card-activity__title a {
  color: #528312;
}
.card-activity--reto {
  padding: 5px;
}
@media (min-width: 768px) {
  .card-activity--reto {
    padding: 5px 5px 5px 2px;
  }
}
@media (min-width: 1024px) {
  .card-activity--reto {
    padding: 10px 10px 10px 5px;
  }
}
.card-activity--guests {
  padding: 5px 5px 5px 0;
}
@media (min-width: 768px) {
  .card-activity--guests {
    padding: 5px;
  }
}
@media (min-width: 1024px) {
  .card-activity--guests {
    padding: 10px;
  }
}
.card-activity--reto .card-activity__content, .card-activity--guests .card-activity__content {
  background-color: transparent;
}
.card-activity--user {
  align-items: flex-start;
  gap: 5px;
  padding-right: 5px;
  background-color: #E8E9E6;
  border: 1px solid #CCCCCC;
}
.card-activity--user .card-activity__icon {
  margin: 0 5px;
}
.card-activity--user .card-activity__icon:has(.card-activity__icon__big) {
  margin: 0;
}
.card-activity--user .card-activity__icon img {
  border-radius: 50%;
}
.card-activity--user .card-activity__content {
  margin: 0;
}
.card-activity--user .card-activity__description {
  display: flex;
}
.card-activity--user .card-activity__description p {
  display: block;
  line-height: 1.3;
  padding-top: 5px;
}
.card-activity--handler {
  align-items: inherit;
  padding: 0;
  padding-right: 5px;
}
.card-activity--handler .card-activity__icon {
  margin: 5px 0;
}
.card-activity__icon {
  flex-shrink: 0;
  max-width: 40px;
}
@media (min-width: 768px) {
  .card-activity__icon {
    max-width: 48px;
  }
}
@media (min-width: 1024px) {
  .card-activity__icon {
    max-width: 52px;
  }
}
@media (min-width: 1920px) {
  .card-activity__icon {
    max-width: 56px;
  }
}
.card-activity__icon img {
  border-radius: 6px;
  border: 1px solid rgba(17, 32, 0, 0.05);
  transition: all 0.05s ease-in-out;
}
.card-activity__icon--folder img {
  border: none;
}
@media (max-width: 767px) {
  .card-activity--reto .card-activity__icon {
    display: none;
  }
}
.card-activity--reto .card-activity__icon img, .card-activity--guests .card-activity__icon img {
  border: 0;
}
.card-activity__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 4px 5px;
  margin: 0 5px 0 2px;
  background-color: white;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .card-activity__content {
    padding: 5px 8px;
    margin: 0 10px 0 3px;
  }
}
@media (min-width: 1024px) {
  .card-activity__content {
    border-radius: 8px;
  }
}
.card-activity__content .bloqueActividad__txt__rating {
  display: flex;
  align-items: center;
  min-width: 66px;
  margin: 0;
}
@media (max-width: 767px) {
  .card-activity__content .bloqueActividad__txt__rating {
    display: none;
  }
}
.card-activity__content .bloqueActividad__txt__rating img {
  width: 12px;
}
.card-activity--reto .card-activity__content, .card-activity--guests .card-activity__content {
  justify-content: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .card-activity--reto .card-activity__content, .card-activity--guests .card-activity__content {
    justify-content: space-between;
    width: calc(100% - 94px);
    padding-right: 5px;
  }
}
.card-activity__content .e__textformular.guest {
  z-index: 2;
}
.card-activity__content .e__textformular.guest input {
  text-align: left !important;
}
@media (min-width: 768px) {
  .card-activity__content .e__textformular.guest input {
    max-width: 265px;
  }
}
@media (min-width: 1024px) {
  .card-activity__content .e__textformular.guest input {
    max-width: 285px;
  }
}
@media (max-width: 767px) {
  .card-activity__content .e__textformular.guest input {
    min-width: 0;
    max-width: none;
    width: 180px;
  }
}
.card-activity .card-activity__content .e__textformular.guest input {
  background-color: #ECFED7 !important;
}
.card-activity:has(.guest-conectado) .card-activity__content .e__textformular.guest input {
  background-color: white !important;
}
@media (min-width: 768px) {
  .card-activity__content .e__textformular.guest {
    padding: 0 40px 0 10px;
  }
}
@media (max-width: 767px) {
  .card-activity__content .e__textformular.guest .e__textformular__icons label,
  .card-activity__content .e__textformular.guest .e__textformular__text {
    display: none;
  }
}
.card-activity__content--folder {
  height: 36px;
}
@media (min-width: 768px) {
  .card-activity__content--folder {
    height: 44px;
  }
}
.card-activity__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-activity--reto .card-activity__wrapper {
  flex-grow: initial;
}
@media (min-width: 768px) {
  .card-activity--reto .card-activity__wrapper {
    width: 40%;
  }
}
@media (min-width: 1920px) {
  .card-activity--reto .card-activity__wrapper {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .card-activity--reto .card-activity__wrapper {
    min-width: 32%;
    max-width: 40%;
  }
}
.card-activity--guests .card-activity__wrapper {
  flex-grow: initial;
}
@media (min-width: 768px) {
  .card-activity--guests .card-activity__wrapper {
    width: 34%;
  }
}
@media (min-width: 1920px) {
  .card-activity--guests .card-activity__wrapper {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .card-activity--guests .card-activity__wrapper {
    min-width: 32%;
    max-width: 40%;
  }
}
.card-activity__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.card-activity__title {
  display: -webkit-box;
  margin: 0;
  padding: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .card-activity__title {
    -webkit-line-clamp: 1;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .card-activity__title {
    font-size: 1.0625rem;
  }
}
.card-activity__title a {
  text-decoration: none;
  font-weight: 700;
  color: #112000;
  transition: all 0.2s ease-in-out;
  word-break: break-word;
}
.card-activity__title a:hover {
  color: #67a516;
}
.card-activity__title__editable {
  display: flex;
  align-items: center;
}
.card-activity__title__editable__ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-activity__title__editable__ellipsis.temporal-name {
  color: #666666;
  font-weight: 400;
}
.card-activity__title__editable button {
  border: 0;
}
.card-activity__type, .card-activity__data {
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1.1;
  color: #528312;
}
@media (min-width: 768px) {
  .card-activity__type, .card-activity__data {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1024px) {
  .card-activity__type, .card-activity__data {
    font-size: 0.8125rem;
  }
}
.card-activity__data {
  color: #666666;
  line-height: 1;
}
.card-activity__data__fecha {
  font-weight: 300;
}
@media (max-width: 767px) {
  .card-activity__data__fecha {
    display: none;
  }
}
.card-activity__description {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .card-activity__description {
    font-size: 0.9375rem;
  }
}
@media (max-width: 778px) {
  .card-activity__description {
    display: none;
  }
}
.card-activity__description p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
}
.card-activity__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  grid-column: 2;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .card-activity__actions {
    justify-content: flex-start;
    gap: 4px;
  }
}
.card-activity__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 7px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-activity__background {
    border-radius: 11px;
  }
}
.card-activity__background img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.6;
  background-color: white;
}
.grid-cards--grid .card-activity {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 5px;
  height: 100%;
  min-height: 96px;
  padding: 5px;
}
@media (min-width: 768px) {
  .grid-cards--grid .card-activity {
    min-height: 124px;
  }
}
@media (min-width: 1024px) {
  .grid-cards--grid .card-activity {
    min-height: 144px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .grid-cards--grid .card-activity {
    flex-grow: 1;
  }
}
.grid-cards--grid .card-activity__icon {
  grid-row: 1;
  grid-column: 1;
  max-width: 50px;
  padding: 5px;
  border-radius: 8px;
  background-color: white;
}
@media (min-width: 768px) {
  .grid-cards--grid .card-activity__icon {
    max-width: 64px;
    padding: 6px;
  }
}
@media (min-width: 1024px) {
  .grid-cards--grid .card-activity__icon {
    max-width: 64px;
    padding: 6px;
  }
}
.grid-cards--grid .card-activity__icon img {
  border: none;
}
.grid-cards--grid .card-activity__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row: 2;
  grid-column: 1/3;
  flex-grow: 1;
  margin: 0;
  padding: 4px 5px;
}
@media (min-width: 768px) {
  .grid-cards--grid .card-activity__content {
    min-height: 36px;
    padding: 5px 8px;
  }
}
.grid-cards--grid .card-activity__content .bloqueActividad__txt__rating {
  min-width: 48px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .grid-cards--grid .card-activity__content .bloqueActividad__txt__rating {
    display: flex;
  }
  .grid-cards--grid .card-activity__content .bloqueActividad__txt__rating img {
    width: 8px;
  }
}
.grid-cards--grid .card-activity__content:has(.bloqueActividad__txt__rating) .card-activity__wrapper {
  margin-top: -7px;
  order: 1;
}
@media (min-width: 768px) {
  .grid-cards--grid .card-activity__content:has(.bloqueActividad__txt__rating) .card-activity__wrapper {
    margin-top: -8px;
  }
}
.grid-cards--grid .card-activity__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 778px) {
  .grid-cards--grid .card-activity__header {
    grid-column: 1;
    grid-row: 1;
  }
}
.grid-cards--grid .card-activity__description {
  display: block;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .grid-cards--grid .card-activity__description {
    padding-top: 5px;
  }
}
.grid-cards--grid .card-activity__description p {
  display: block;
}
.grid-cards--grid .card-activity__actions {
  grid-row: 1;
  grid-column: 2;
  align-self: flex-start;
}

.grid-activity-compact {
  display: grid;
  gap: 5px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .grid-activity-compact {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-activity-compact__item {
  width: 100%;
  padding: 6px;
  gap: 20px;
  background: transparent;
  box-shadow: inset 0 0 0 1px #E8E9E6, 0 0 0 1px #E8E9E6, 0 2px 4px #E8E9E6;
  border-radius: 6px;
  font-weight: 700;
  border: none;
  transition: box-shadow 0.2s ease-out, color 0.2s ease-out;
}
.grid-activity-compact__item:hover {
  box-shadow: inset 0 0 0 1px #67a516, 0 0 0 1px #67a516, 0 2px 4px #67a516;
  color: #67a516;
}
.grid-activity-compact__item:disabled {
  opacity: 0.7;
  background-color: #F4F5F3;
}
.grid-activity-compact__item:disabled:hover {
  color: inherit;
  box-shadow: none;
}

.grid-activity-compact__item__icon {
  width: 40px;
  height: auto;
}
@media (min-width: 1024px) {
  .grid-activity-compact__item__icon {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .grid-activity-compact__item__icon {
    width: 52px;
  }
}

.read-more {
  max-height: 58px;
  overflow: hidden;
}
.read-more--loaded {
  max-height: none;
}
.read-more__button {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
  cursor: pointer;
  color: currentColor;
  text-decoration: underline;
}
.read-more__hidden {
  display: none;
}

.card-item {
  transition: box-shadow 0.2s ease-out;
  box-shadow: 0 0 0 1px #E8E9E6;
}
.card-item:hover, .card-item:focus-within {
  box-shadow: 0 0 0 3px #BAEC79;
  transition: box-shadow 0.2s ease-in;
}
.card-item:active {
  box-shadow: 0 0 0 2px #67a516;
  transition: box-shadow 0.2s ease-in;
}
.card-item:has(.checkbox-imagen:checked) {
  box-shadow: 0 0 0 2px #67a516;
  transition: box-shadow 0.2s ease-in;
}
.card-item__video {
  position: relative;
  padding-bottom: 56.25%;
  aspect-ratio: 16/9;
  border-radius: 0.25rem;
  overflow: hidden;
  color: white;
  line-height: 1.1;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .card-item__video {
    border-radius: 0.5rem;
  }
}
.card-item__video h3 {
  font-size: 0.8rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .card-item__video h3 {
    font-size: 1rem;
  }
}
.card-item__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.25rem;
  pointer-events: none;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .card-item__video iframe {
    border-radius: 0.375rem;
  }
}
.card-item__video:not(iframe) {
  padding-bottom: 0;
}
.card-item__video img {
  max-height: 100%;
  border-radius: 0.1875rem;
  padding: 0.125rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .card-item__video img {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1920px) {
  .card-item__video img {
    border-radius: 0.375rem;
  }
}
.card-item__video__play {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #112000;
  transition: all 0.2s ease-out;
}
.card-item__video__play__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 40px;
  background-color: #67a516;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  transition: all 0.2s ease-out;
}
@media (min-width: 1024px) {
  .card-item__video__play__btn {
    width: 80px;
    height: 56px;
  }
}
.card-item__video__play__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%);
  background-image: url(/resources/img/iconos/play_white.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-out;
}
@media (min-width: 1024px) {
  .card-item__video__play__btn::before {
    background-size: 48px;
    width: 48px;
    height: 48px;
  }
}
.card-item__video__play__btn:hover, .card-item__video__play__btn:focus-within {
  background-color: #9BD84C;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 0 0 0px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in;
}
.card-item__video__play__btn:hover::before, .card-item__video__play__btn:focus-within::before {
  background-image: url(/resources/img/iconos/play.svg);
  transition: all 0.2s ease-in;
}
.card-item__video::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(0.25px) brightness(90%);
          backdrop-filter: blur(0.25px) brightness(90%);
  transition: all 0.2s ease-out;
}
.card-item__video:hover::after, .card-item__video:focus-within::after {
  -webkit-backdrop-filter: blur(0px) brightness(100%);
          backdrop-filter: blur(0px) brightness(100%);
  transition: all 0.2s ease-in;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes bubble-animation {
  0% {
    opacity: 0;
    transform: translateY(0) translateX(-50%);
  }
  40% {
    opacity: 1;
    transform: translateY(calc(-100% - 4px)) translateX(-50%);
  }
  80% {
    opacity: 1;
    transform: translateY(calc(-100% - 4px)) translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: translateY(calc(-100% - 25px)) translateX(-50%);
  }
}
.e-loading {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #67a516;
}
.e-loading__simbolo svg {
  width: 30px;
  height: inherit;
}
@media (min-width: 768px) {
  .e-loading__simbolo svg {
    width: 36px;
  }
}
.e-loading__simbolo__box {
  transform-origin: 50% 50%;
  transform: rotate(0deg);
  animation: rotate 2s steps(4) infinite;
}
.e-loading__txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 94px;
  font-size: 0.5625rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .e-loading__txt {
    font-size: 0.6875rem;
  }
}
.e-loading--gray {
  color: #999999;
}
.e-loading--gray .e-loading__simbolo__box {
  fill: #CCCCCC;
}

.e-qr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8E9E6;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
  padding: 2px;
  box-shadow: inset 0 0 0 2px transparent;
  transition: all 0.2s ease-out;
}
@media (min-width: 1024px) {
  .e-qr {
    padding: 5px;
  }
}
.e-qr a {
  border: 3px solid transparent;
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  transform-origin: 0 0;
  transform: scale(1);
  transition: all 0.3 ease-out;
  z-index: 4;
}
.e-qr a img {
  width: 56px;
}
@media (min-width: 768px) {
  .e-qr a img {
    width: 68px;
  }
}
@media (min-width: 1024px) {
  .e-qr a img {
    width: 75px;
  }
}
.e-qr:hover, .e-qr:focus-within {
  overflow: visible;
  box-shadow: inset 0 0 0 2px #BAEC79;
  transition: all 0.2s ease-in;
}
.e-qr .e-btn__square {
  inset: 2px;
}
.e-qr .e-btn__square:focus ~ a, .e-qr .e-btn__square:focus-within ~ a {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  z-index: 100;
  box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.95);
}
.e-qr .e-btn__square:focus ~ a img, .e-qr .e-btn__square:focus-within ~ a img {
  width: 100%;
}
.e-qr__deco-fullscreen {
  position: absolute;
  inset: 3px;
  background-color: transparent;
  border: 2px solid #666666;
  border-radius: 6px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .e-qr__deco-fullscreen {
    inset: 5px;
  }
}
.e-qr__deco-fullscreen::before {
  content: "";
  position: absolute;
  top: 16.6%;
  left: -2px;
  right: -2px;
  bottom: 16.6%;
  border-left: 2px solid white;
  border-right: 2px solid white;
  z-index: 3;
}
.e-qr__deco-fullscreen::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 16.6%;
  right: 16.6%;
  bottom: -2px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  z-index: 3;
}

body {
  word-break: break-word;
}
body button {
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
}
body table,
body select {
  word-break: keep-all;
}
body.activityFullScreen {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.display--tablet {
  display: none;
}
@media (min-width: 1024px) {
  .display--tablet {
    display: flex;
  }
}

.captchaCentrado--margen {
  margin-bottom: 2rem;
}

.captchaCentrado {
  text-align: center;
}

.captchaCentrado .g-recaptcha {
  display: inline-block;
}

main.validation {
  width: 100%;
  padding: 20px 10px 40px;
  text-align: center;
  background-color: #E8E9E6;
}
main.validation .e-btn {
  margin: 0 auto;
}

.header__hd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media (min-width: 768px) {
  .header__hd {
    height: 48px;
  }
}
.header__hd__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 1280px) {
  .header__hd__heading {
    gap: 10px;
  }
}
.header__hd__icon {
  min-width: 30px;
}
.header__hd__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 768px) {
  .header__hd__title {
    font-size: 1.5rem;
  }
}

.container-tipes-act,
.e__landing__game,
.e__support,
main.external {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .container-tipes-act,
  .e__landing__game,
  .e__support,
  main.external {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) {
  .container-tipes-act,
  .e__landing__game,
  .e__support,
  main.external {
    padding: 40px 30px;
  }
}

.e-error {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  gap: 5px;
  color: #E0684F;
  text-align: left;
  font-weight: 700;
}

.msgErr {
  padding: 5px 10px;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #E0684F;
}
@media (min-width: 768px) {
  .msgErr {
    font-size: 0.9375rem;
    padding: 10px;
  }
}
.msgErr a {
  color: #E0684F;
  font-weight: 800;
  text-decoration: none;
}
.msgErr a:hover {
  text-decoration: underline;
}

.e-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: calc(100% - 30px);
  margin: 0 15px 15px;
  padding: 10px 20px 15px;
  border: 1px solid #CCCCCC;
  background-color: white;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .e-wrapper {
    border-radius: 16px;
    margin: 0 15px 15px;
  }
}
@media (max-width: 540px) {
  .e-wrapper {
    padding: 5px 15px 10px;
  }
}
.e-wrapper h3 {
  font-weight: 700;
  line-height: 1;
  min-height: 30px;
  padding: 2px 0 0;
}
@media (min-width: 768px) {
  .e-wrapper h3 {
    padding: 5px 0 0;
  }
}
.e-wrapper p {
  color: #666666;
}

.toolbar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 10px 0 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .toolbar {
    padding: 15px 0 0;
  }
}
@media (min-width: 1024px) {
  .toolbar {
    padding: 20px 0 5px;
  }
}
@media (min-width: 1280px) {
  .toolbar {
    padding: 25px 0 5px;
  }
}
@media (min-width: 1920px) {
  .toolbar {
    padding: 30px 0 5px;
  }
}
.toolbar--inner {
  padding: 0;
  margin-bottom: 0;
}
.toolbar--border {
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 1280px) {
  .toolbar--max-width {
    max-width: 800px;
  }
}
@media (min-width: 1920px) {
  .toolbar--max-width {
    max-width: 1080px;
  }
}
.toolbar--dark {
  color: white;
}
.toolbar--challenge {
  width: 100%;
  margin: 5px 10px;
  padding: 5px;
  border: 2px solid #528312;
  border-radius: 12px;
  width: 100%;
}
@media (min-width: 1024px) {
  .toolbar--challenge {
    padding: 5px;
    margin: 10px 0;
    border-radius: 16px;
  }
}
.toolbar__hd, .toolbar__actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  height: 44px;
}
@media (min-width: 1280px) {
  .toolbar__hd, .toolbar__actions {
    height: 50px;
  }
}
@media (max-width: 540px) {
  .toolbar__hd, .toolbar__actions {
    gap: 4px;
  }
}
.toolbar__hd__heading, .toolbar__hd__buttons, .toolbar__actions__heading, .toolbar__actions__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
@media (max-width: 540px) {
  .toolbar__hd__heading, .toolbar__hd__buttons, .toolbar__actions__heading, .toolbar__actions__buttons {
    gap: 4px;
  }
}
.toolbar__hd__buttons, .toolbar__actions__buttons {
  justify-content: flex-end;
  margin-left: auto;
}
.toolbar__hd__icon, .toolbar__actions__icon {
  min-width: 30px;
}
.toolbar__hd__heading {
  flex: 1;
  min-width: 0;
}
.toolbar__hd__heading__wrapper {
  flex: 1;
  min-width: 0;
}
.toolbar__title, .toolbar__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
@media (min-width: 760px) {
  .toolbar__title, .toolbar__subtitle {
    font-size: 1.5rem;
  }
}
.toolbar__title--m, .toolbar__subtitle--m {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 760px) {
  .toolbar__title--m, .toolbar__subtitle--m {
    font-size: 1.0625rem;
  }
}
.toolbar--short .toolbar__title, .toolbar--short .toolbar__subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  white-space: wrap;
}
.toolbar__subtitle {
  font-weight: 300;
}
.toolbar__actions {
  align-items: flex-end;
}
@media (max-width: 540px) {
  .toolbar__actions {
    align-items: center;
    gap: 4px;
  }
}
@media (max-width: 540px) {
  .toolbar__actions__heading {
    gap: 0px;
  }
}
.toolbar__actions .toolbar__actions__buttons label {
  padding: 0;
}
@media (max-width: 540px) {
  .toolbar__actions .toolbar__actions__buttons .toggle-classes {
    gap: 4px;
  }
}
.toolbar--short {
  max-width: 768px;
  margin: 0 auto;
  padding: 5px 0;
}
@media (min-width: 1024px) {
  .toolbar--short {
    padding: 10px 0;
  }
}
.toolbar--short .toolbar__hd {
  height: auto;
}
.toolbar--center {
  justify-content: center;
  text-align: center;
}
.toolbar--center .toolbar__hd,
.toolbar--center .toolbar__hd__heading {
  justify-content: center;
  text-align: center;
}
.toolbar > .e-btn {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .toolbar > .e-btn {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .toolbar > .e-btn {
    min-width: 122px;
    height: 44px;
  }
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 5px;
  padding: 10px 5px 20px;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .wrapper {
    padding: 10px 10px 30px;
    gap: 10px;
    border-radius: 16px;
  }
}
@media (min-width: 1920px) {
  .wrapper {
    padding: 10px 15px 40px;
  }
}
.wrapper--sticky {
  position: sticky;
  top: 0;
  z-index: 15;
}
.wrapper--premium {
  color: #6B1580;
  background-color: #F2DDF7;
  border: 2px solid #E6C2EF;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
  z-index: 3;
}
.wrapper--inner {
  border-radius: 8px;
  padding: 0 5px 15px;
}
@media (min-width: 1024px) {
  .wrapper--inner {
    border-radius: 12px;
    padding: 0 10px 20px;
  }
}
@media (min-width: 1920px) {
  .wrapper--inner {
    border-radius: 16px;
    padding: 0 15px 30px;
  }
}
.wrapper--subinner {
  border-radius: 6px;
  padding: 0 5px 10px;
}
@media (min-width: 1024px) {
  .wrapper--subinner {
    border-radius: 8px;
    padding: 0 5px 15px;
  }
}
@media (min-width: 1920px) {
  .wrapper--subinner {
    border-radius: 12px;
  }
}
.wrapper--section {
  border-radius: 8px;
  padding: 5px 5px 10px;
}
@media (min-width: 1024px) {
  .wrapper--section {
    border-radius: 12px;
    padding: 10px 10px 15px;
  }
}
@media (min-width: 1920px) {
  .wrapper--section {
    border-radius: 16px;
    padding: 15px 15px 20px;
  }
}
.wrapper--box {
  flex-direction: row;
  justify-content: center;
  min-width: 30px;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  padding: 0;
}
.wrapper--footer {
  padding-top: 15px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .wrapper--footer {
    padding-top: 20px;
  }
}
.wrapper--btn, .wrapper--checkbox {
  min-height: 36px;
  cursor: pointer;
  font-weight: 800;
  color: #2B4B04;
  box-shadow: inset 0 0 0 1px #CCCCCC;
  transition: all 0.2s ease-out;
}
.wrapper--btn:hover, .wrapper--btn:focus-within, .wrapper--checkbox:hover, .wrapper--checkbox:focus-within {
  box-shadow: inset 0 0 0 3px #BAEC79;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .wrapper--btn, .wrapper--checkbox {
    min-height: 40px;
  }
}
@media (min-width: 1024px) {
  .wrapper--btn, .wrapper--checkbox {
    min-height: 44px;
  }
}
@media (min-width: 1920px) {
  .wrapper--btn, .wrapper--checkbox {
    min-height: 48px;
  }
}
.wrapper--btn:has(input[type=checkbox]:checked), .wrapper--checkbox:has(input[type=checkbox]:checked) {
  color: #528312;
  box-shadow: inset 0 0 0 2px #9BD84C;
}
.wrapper--alert-1 h4, .wrapper--alert-2 h4, .wrapper--alert-3 h4 {
  max-width: calc(100% - 30px);
  margin-left: 0;
  font-weight: 700 !important;
}
.wrapper--alert-1 .e-btn--mini-square, .wrapper--alert-2 .e-btn--mini-square, .wrapper--alert-3 .e-btn--mini-square {
  position: absolute;
  top: 2px;
  right: 2px;
}
.wrapper--alert-1 {
  border: 2px solid #F2CA0D;
  background-color: #FCEFB4;
}
.wrapper--alert-2 {
  border: 2px solid #BAEC79;
  background-color: #ECFED7;
}
.wrapper--alert-3 {
  color: #6B1580;
  border: 2px solid #E6C2EF;
  background-color: #F2DDF7;
}
@media (min-width: 1024px) {
  .wrapper--width-half {
    max-width: 50%;
  }
}
.wrapper--width-flex {
  flex: 1;
}
.wrapper--width-full {
  flex: 1;
}
.wrapper--width-100 {
  width: 100%;
}
.wrapper--width-auto {
  width: auto;
}
.wrapper--max-width {
  max-width: 768px;
}
@media (min-width: 1920px) {
  .wrapper--max-width {
    max-width: 1024px;
  }
}
.wrapper--width-min {
  min-width: 100%;
  max-width: 768px;
}
.wrapper--sidebar {
  max-width: 160px;
}
@media (min-width: 1920px) {
  .wrapper--sidebar {
    max-width: 180px;
  }
}
.wrapper--sidebar ul {
  width: 100%;
}
.wrapper--sidebar ul li {
  border-top: 1px solid #E8E9E6;
}
.wrapper--sidebar ul li:hover, .wrapper--sidebar ul li:active, .wrapper--sidebar ul li:has(button.active) {
  border-top: 1px solid transparent;
}
.wrapper--sidebar ul li:hover + li, .wrapper--sidebar ul li:active + li, .wrapper--sidebar ul li:has(button.active) + li {
  border-top: 1px solid transparent;
}
.wrapper--sidebar ul li,
.wrapper--sidebar ul li button {
  width: 100%;
  height: 36px;
}
.wrapper--sidebar ul li button {
  padding: 0 5px;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.2s ease-out;
}
.wrapper--sidebar ul li button:hover, .wrapper--sidebar ul li button:focus-within {
  background-color: #BAEC79;
  transition: all 0.2s ease-in;
}
.wrapper--sidebar ul li button:active, .wrapper--sidebar ul li button.active {
  color: white;
  background-color: #67a516;
  transition: all 0.2s ease-in;
}
.wrapper--sidebar ul li button:active img, .wrapper--sidebar ul li button.active img {
  transition: all 0.2s ease-in;
  filter: brightness(0) invert(1);
}
.wrapper--width-min-0 {
  flex-grow: 1;
  min-width: 0;
}
.wrapper--height {
  min-height: 44px;
}
@media (min-width: 768px) {
  .wrapper--height {
    min-height: 48px;
  }
}
@media (min-width: 1024px) {
  .wrapper--height {
    min-height: 52px;
  }
}
@media (min-width: 1920px) {
  .wrapper--height {
    min-height: 56px;
  }
}
.wrapper--height-max {
  min-height: 64px;
}
@media (min-width: 768px) {
  .wrapper--height-max {
    min-height: 96px;
  }
}
@media (min-width: 1024px) {
  .wrapper--height-max {
    min-height: 128px;
  }
}
@media (min-width: 1920px) {
  .wrapper--height-max {
    min-height: 144px;
  }
}
.wrapper--min-height {
  min-height: 36px;
}
@media (min-width: 768px) {
  .wrapper--min-height {
    min-height: 40px;
  }
}
@media (min-width: 1024px) {
  .wrapper--min-height {
    min-height: 44px;
  }
}
@media (min-width: 1920px) {
  .wrapper--min-height {
    min-height: 48px;
  }
}
.wrapper--height-auto {
  height: auto;
  padding: 3px;
}
.wrapper--height-100 {
  position: relative;
  height: 100%;
}
.wrapper--row {
  flex-direction: row;
}
.wrapper--row-reverse {
  flex-direction: row-reverse;
}
.wrapper--row-responsive {
  flex-direction: row;
}
@media (max-width: 767px) {
  .wrapper--row-responsive {
    flex-direction: column;
  }
}
.wrapper--row-reverse-responsive {
  flex-direction: row;
}
@media (max-width: 767px) {
  .wrapper--row-reverse-responsive {
    flex-direction: column-reverse;
  }
}
.wrapper--row-center {
  justify-content: center;
}
.wrapper--row-align-top {
  align-items: flex-start;
}
.wrapper--row-align-bottom {
  align-items: flex-end;
}
.wrapper--row-end {
  justify-content: flex-end;
  margin-right: 0;
}
.wrapper--row-star {
  justify-content: flex-start;
  margin-left: 0;
}
.wrapper--row-between {
  justify-content: space-between;
}
.wrapper--margin-top {
  margin-top: auto;
}
.wrapper--center {
  justify-content: center;
}
.wrapper--order-last {
  order: 10000;
}
.wrapper--ellipsis {
  display: inline-block;
  width: 100%;
  min-height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper--ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrapper--ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrapper--align-start {
  align-items: flex-start;
}
.wrapper--mobile-none {
  display: none;
}
@media (min-width: 1024px) {
  .wrapper--mobile-none {
    display: flex;
  }
}
.wrapper--desktop-none {
  display: flex;
}
@media (min-width: 1024px) {
  .wrapper--desktop-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrapper--mobile-align-start {
    align-items: flex-start;
  }
}
.wrapper--align-end {
  align-items: flex-end;
}
.wrapper--gap-max {
  gap: 10px;
}
@media (min-width: 1024px) {
  .wrapper--gap-max {
    gap: 15px;
  }
}
@media (min-width: 1920px) {
  .wrapper--gap-max {
    gap: 20px;
  }
}
.wrapper--gap-min {
  gap: 3px;
}
@media (min-width: 1024px) {
  .wrapper--gap-min {
    gap: 4px;
  }
}
.wrapper--gap-none, .wrapper--gap-0 {
  gap: 0;
}
.wrapper--distributed, .wrapper--space-between {
  justify-content: space-between;
}
.wrapper--wrap {
  flex-wrap: wrap;
}
.wrapper--extra-gap {
  gap: 15px;
}
@media (min-width: 768px) {
  .wrapper--extra-gap {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .wrapper--extra-gap {
    gap: 25px;
  }
}
.wrapper--row-padding {
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .wrapper--row-padding {
    padding: 0 5px 0 10px;
  }
}
@media (min-width: 1920px) {
  .wrapper--row-padding {
    padding: 0 10px 0 15px;
  }
}
.wrapper--no-padding, .wrapper--padding-0 {
  padding: 0;
}
.wrapper--padding-5 {
  padding: 5px 0;
}
.wrapper--padding-normal {
  padding: 5px;
}
@media (min-width: 1024px) {
  .wrapper--padding-normal {
    padding: 10px;
  }
}
@media (min-width: 1920px) {
  .wrapper--padding-normal {
    padding: 15px;
  }
}
.wrapper--padding-top {
  padding-top: 5px;
}
@media (min-width: 1024px) {
  .wrapper--padding-top {
    padding-top: 10px;
  }
}
@media (min-width: 1920px) {
  .wrapper--padding-top {
    padding-top: 15px;
  }
}
.wrapper--padding-top-0 {
  padding-top: 0;
}
.wrapper--padding-top-5 {
  padding-top: 5px;
}
.wrapper--padding-bottom {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .wrapper--padding-bottom {
    padding-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  .wrapper--padding-bottom {
    padding-bottom: 20px;
  }
}
.wrapper--padding-bottom-0 {
  padding-bottom: 0;
}
.wrapper--padding-bottom-5 {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .wrapper--padding-bottom-5 {
    padding-bottom: 10px;
  }
}
.wrapper--padding-right {
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .wrapper--padding-right {
    padding-right: 10px;
  }
}
@media (min-width: 1920px) {
  .wrapper--padding-right {
    padding-right: 15px;
  }
}
.wrapper--padding-right-0 {
  padding-right: 0;
}
.wrapper--padding-right-5 {
  padding-right: 5px;
}
.wrapper--padding-left {
  padding-left: 5px;
}
@media (min-width: 1024px) {
  .wrapper--padding-left {
    padding-left: 10px;
  }
}
@media (min-width: 1920px) {
  .wrapper--padding-left {
    padding-left: 15px;
  }
}
.wrapper--padding-left-0 {
  padding-left: 0;
}
.wrapper--padding-left-5 {
  padding-left: 5px;
}
.wrapper--margin-0 {
  margin: 0;
}
.wrapper--margin-auto {
  margin: auto;
}
.wrapper--border-0 {
  box-shadow: 0 0 0 1px transparent;
  border: 0;
}
.wrapper--border-0:hover, .wrapper--border-0:focus-within {
  box-shadow: 0 0 0 1px transparent;
  border: 0;
}
.wrapper--border {
  box-shadow: 0 0 0 1px #E8E9E6;
}
.wrapper--border-in {
  box-shadow: inset 0 0 0 1px #E8E9E6;
}
.wrapper--border-dark {
  box-shadow: 0 0 0 1px #999999;
}
.wrapper--border-down {
  box-shadow: 0 1px 0 0 #CCCCCC;
}
.wrapper--border-big {
  box-shadow: inset 0 0 0 3px #E8E9E6;
}
.wrapper--background {
  color: #112000;
  border: 1px solid #E8E9E6;
  background-color: #F4F5F3;
}
.wrapper--background-dark {
  background-color: #E8E9E6 !important;
  border: 1px solid #CCCCCC !important;
  color: #666666;
}
.wrapper--background-dark-2 {
  background-color: #999999 !important;
  border: 1px solid #666666 !important;
  color: #666666;
}
.wrapper--background-white {
  background-color: white;
}
.wrapper--background-black {
  background-color: #112000;
}
.wrapper--background-none {
  background-color: transparent;
}
.wrapper--radius-0 {
  border-radius: 0;
}
.wrapper--radius-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wrapper--radius-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wrapper--text-left {
  text-align: left;
  margin-right: auto;
}
.wrapper--text-right {
  text-align: right;
  margin-left: auto;
}
.wrapper--text-weight-7 {
  font-weight: 700;
}
.wrapper--decoration-none {
  text-decoration: none;
}
.wrapper--button {
  cursor: pointer;
  transition: box-shadow 0.2s ease-out;
  box-shadow: inset 0 0 0 1px #E8E9E6;
}
.wrapper--button:hover, .wrapper--button:focus-within {
  box-shadow: inset 0 0 0 3px #BAEC79;
  transition: box-shadow 0.2s ease-in;
}
.wrapper--button:active {
  box-shadow: inset 0 0 0 2px #67a516;
  transition: box-shadow 0.2s ease-in;
}
.wrapper--button:has(.checkbox-imagen:checked) {
  box-shadow: inset 0 0 0 2px #67a516;
  transition: box-shadow 0.2s ease-in;
}
.wrapper--checkbox-media {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  max-width: 36px;
  border-radius: 50%;
  box-shadow: none;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 768px) {
  .wrapper--checkbox-media {
    top: -12px;
    right: -12px;
    width: 48px;
    height: 48px;
    max-width: 48px;
  }
}
@media (min-width: 1024px) {
  .wrapper--checkbox-media {
    top: -10px;
    right: -10px;
  }
}
.wrapper--checkbox-media:focus, .wrapper--checkbox-media:hover, .wrapper--checkbox-media::focus-within, .wrapper--checkbox-media:active {
  box-shadow: none;
}
.wrapper--checkbox-media:hover, .wrapper--checkbox-media:focus, .wrapper--checkbox-media::focus-within, .wrapper--checkbox-media:active {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-out;
}
.wrapper--checkbox-media .checkbox-imagen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .wrapper--checkbox-media .checkbox-imagen {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1024px) {
  .wrapper--checkbox-media .checkbox-imagen {
    width: 20px;
    height: 20px;
  }
}
.wrapper--checkbox-media .checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #666666;
  border-radius: 3px;
  pointer-events: none;
}
.wrapper--checkbox-media .checkbox-imagen:checked + .checkmark {
  background-color: #67a516;
  border-color: #67a516;
}
.wrapper--checkbox-media .checkbox-imagen:checked + .checkmark:after {
  content: "✓";
  position: absolute;
  color: white;
  font-weight: bold;
  left: 4px;
  top: -2px;
}
.wrapper--slider .slider {
  flex: 1;
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 24px;
  background: #CCCCCC;
  outline: none;
  z-index: 2;
}
.wrapper--slider .slider::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #2B4B04;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out;
}
.wrapper--slider .slider::-webkit-slider-thumb:hover, .wrapper--slider .slider::-webkit-slider-thumb::focus-within {
  background: #BAEC79;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 0.2s ease-in, background 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, background 0.2s ease-in;
}
.wrapper--slider .slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #2B4B04;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.wrapper--slider .slider::-moz-range-thumb:hover, .wrapper--slider .slider::-moz-range-thumb::focus-within {
  background: #BAEC79;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-transition: box-shadow 0.2s ease-in, background 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, background 0.2s ease-in;
}
.wrapper--slider .value {
  background-color: white;
  border: 1px solid #E8E9E6;
  padding: 4px;
  border-radius: 6px;
  margin-top: 2px;
}
.wrapper--slider span {
  font-weight: 600;
  font-size: 0.6875rem;
  padding: 2px;
}
@media (min-width: 768px) {
  .wrapper--slider span {
    font-size: 13px;
    padding: 4px;
  }
}
@media (min-width: 1024px) {
  .wrapper--slider span {
    font-size: 14px;
  }
}
.wrapper----ray-btnsray, .wrapper--chat, .wrapper--media {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px #112000 !important;
}
@media (min-width: 1024px) {
  .wrapper----ray-btnsray, .wrapper--chat, .wrapper--media {
    border-radius: 10px;
  }
}
.wrapper----ray-btnsray:has(.textarea:hover), .wrapper----ray-btnsray:has(.textarea:valid:not(:placeholder-shown):not(:focus):hover), .wrapper----ray-btnsray:has(.textarea.filled:not(:focus):hover), .wrapper--chat:has(.textarea:hover), .wrapper--chat:has(.textarea:valid:not(:placeholder-shown):not(:focus):hover), .wrapper--chat:has(.textarea.filled:not(:focus):hover), .wrapper--media:has(.textarea:hover), .wrapper--media:has(.textarea:valid:not(:placeholder-shown):not(:focus):hover), .wrapper--media:has(.textarea.filled:not(:focus):hover) {
  box-shadow: inset 0 0 0 1.5px #112000 !important;
  transition: all 0.2s ease-in;
}
.wrapper----ray-btnsray:has(.textarea:active), .wrapper----ray-btnsray:has(.textarea:focus), .wrapper--chat:has(.textarea:active), .wrapper--chat:has(.textarea:focus), .wrapper--media:has(.textarea:active), .wrapper--media:has(.textarea:focus) {
  box-shadow: inset 0 0 0 1.5px #67a516 !important;
}
.wrapper----ray-btnsray:has(.textarea:valid:not(:placeholder-shown):not(:focus)), .wrapper----ray-btnsray:has(.textarea:not(:empty):not(:focus)), .wrapper----ray-btnsray:has(.textarea.filled:not(:focus)), .wrapper--chat:has(.textarea:valid:not(:placeholder-shown):not(:focus)), .wrapper--chat:has(.textarea:not(:empty):not(:focus)), .wrapper--chat:has(.textarea.filled:not(:focus)), .wrapper--media:has(.textarea:valid:not(:placeholder-shown):not(:focus)), .wrapper--media:has(.textarea:not(:empty):not(:focus)), .wrapper--media:has(.textarea.filled:not(:focus)) {
  box-shadow: inset 0 0 0 1px #112000 !important;
  transition: all 0.2s ease-in;
}
.wrapper----ray-btnsray:has(.textarea:disabled), .wrapper--chat:has(.textarea:disabled), .wrapper--media:has(.textarea:disabled) {
  box-shadow: inset 0 0 0 1px #cccccc;
}
.wrapper----ray-btnsray:has(.textarea:invalid:not(:placeholder-shown):not(:focus)), .wrapper----ray-btnsray:has(.textarea:invalid.filled:not(:focus)), .wrapper----ray-btnsray:has(.textarea.error textarea:valid:not(:placeholder-shown):not(:focus)), .wrapper----ray-btnsray:has(.textarea.error textarea.filled:not(:focus)), .wrapper----ray-btnsray:has(.textarea.error textarea), .wrapper--chat:has(.textarea:invalid:not(:placeholder-shown):not(:focus)), .wrapper--chat:has(.textarea:invalid.filled:not(:focus)), .wrapper--chat:has(.textarea.error textarea:valid:not(:placeholder-shown):not(:focus)), .wrapper--chat:has(.textarea.error textarea.filled:not(:focus)), .wrapper--chat:has(.textarea.error textarea), .wrapper--media:has(.textarea:invalid:not(:placeholder-shown):not(:focus)), .wrapper--media:has(.textarea:invalid.filled:not(:focus)), .wrapper--media:has(.textarea.error textarea:valid:not(:placeholder-shown):not(:focus)), .wrapper--media:has(.textarea.error textarea.filled:not(:focus)), .wrapper--media:has(.textarea.error textarea) {
  box-shadow: inset 0 0 0 1.5px #e0684f !important;
}
.wrapper----ray-btnsray .textarea, .wrapper--chat .textarea, .wrapper--media .textarea {
  position: relative;
  padding: 10px;
  padding-right: 15px;
  width: 100%;
  min-height: 40px;
}
@media (min-width: 768px) {
  .wrapper----ray-btnsray .textarea, .wrapper--chat .textarea, .wrapper--media .textarea {
    padding: 15px;
    padding-right: 20px;
    min-height: 51px;
  }
}
.wrapper----ray-btnsray .textarea:focus, .wrapper--chat .textarea:focus, .wrapper--media .textarea:focus {
  outline: none;
}
.wrapper----ray-btnsray .textarea p, .wrapper--chat .textarea p, .wrapper--media .textarea p {
  text-align: left;
}
.wrapper----ray-btnsray__modal, .wrapper--chat__modal, .wrapper--media__modal {
  min-height: 72vh;
}
@media (min-width: 768px) {
  .wrapper----ray-btnsray__modal, .wrapper--chat__modal, .wrapper--media__modal {
    min-height: 68vh;
  }
}
@media (min-width: 1024px) {
  .wrapper----ray-btnsray__modal, .wrapper--chat__modal, .wrapper--media__modal {
    min-height: 70vh;
  }
}
.wrapper----ray-btnsray__modal h3, .wrapper--chat__modal h3, .wrapper--media__modal h3 {
  padding: 0;
}
.wrapper----ray-btnsray__modal h4, .wrapper--chat__modal h4, .wrapper--media__modal h4 {
  font-weight: 500;
}
.wrapper----ray-btnsray__title, .wrapper--chat__title, .wrapper--media__title {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #CCCCCC;
}
.wrapper----ray-btnsray__imagen, .wrapper--chat__imagen, .wrapper--media__imagen {
  width: 30vh;
  height: 30vh;
}
.wrapper--ray .e__user__menu__wpr__btns--up {
  position: relative;
  inset: auto;
  width: calc(100% - 10px);
  height: auto;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  margin: 5px;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .wrapper--ray .e__user__menu__wpr__btns--up {
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
}
@media (min-width: 1920px) {
  .wrapper--ray .e__user__menu__wpr__btns--up {
    width: calc(100% - 30px);
    margin: 10px 15px;
  }
}
.wrapper--media {
  max-width: 100%;
}
.wrapper--ray-btns .e-btn--mini-square {
  background-color: white;
}
.wrapper--ray-btns .e-btn--mini-square:hover {
  background-color: #67a516;
}
.wrapper--ray-btns .e-btn--mini-square:focus {
  background-color: #CEF69C;
}
.wrapper--ray-btns .e-btn--mini-square:active, .wrapper--ray-btns .e-btn--mini-square:focus-within, .wrapper--ray-btns .e-btn--mini-square.active {
  background-color: #CCCCCC;
}
@media (min-width: 768px) {
  .wrapper .in-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrapper .in-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper .in-tablet {
    display: inherit;
  }
}
.wrapper__landing {
  background-image: url(../../resources/img/texture.svg);
  background-size: 40px;
  background-repeat: repeat;
}
.wrapper__landing > .toolbar {
  max-width: none;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .wrapper__landing > .toolbar {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.wrapper__landing > .toolbar .toolbar__hd {
  height: auto;
  min-height: 44px;
}
.wrapper__landing > .toolbar .toolbar__hd__heading {
  align-items: flex-start;
}
.wrapper__landing > .toolbar .toolbar__hd__heading__wrapper {
  padding-top: 4px 0 0;
  white-space: wrap;
}
.wrapper__landing > .toolbar .toolbar__title {
  white-space: wrap;
}
.wrapper__landing > .wrapper {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .wrapper__landing > .wrapper {
    padding-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .wrapper__landing > .wrapper {
    padding-bottom: 40px;
  }
}
.wrapper__landing > .wrapper .text--center {
  max-width: 120px;
}
@media (min-width: 1024px) {
  .wrapper__landing > .wrapper .text--center {
    max-width: 240px;
  }
}

.section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 12px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 10px 0 15px;
  background-color: white;
}
@media (min-width: 768px) {
  .section {
    gap: 15px;
    padding: 15px 0 20px;
    border-radius: 16px;
  }
}
@media (min-width: 1920px) {
  .section {
    gap: 20px;
    padding: 20px 0 25px;
  }
}
.section--inner {
  margin: 0;
  padding: 0 30px 40px;
}
@media (min-width: 1024px) {
  .section--inner {
    padding: 0 60px 60px;
  }
}
@media (min-width: 1920px) {
  .section--inner {
    padding: 0 120px 80px;
  }
}
.section--gray {
  border: 1px solid #CCCCCC;
  background-color: #F4F5F3;
  padding: 15px;
}
@media (min-width: 768px) {
  .section--gray {
    padding: 20px;
  }
}
@media (min-width: 1920px) {
  .section--gray {
    padding: 30px;
  }
}
.section--center {
  align-items: center;
}
.section--center .toolbar__hd {
  justify-content: center;
}
.section--large {
  width: 100%;
  max-width: none;
}
.section--dark {
  border: 1px solid #666666;
  background-color: transparent;
}
.section__footer {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .section__footer {
    gap: 10px;
    padding: 30px 0;
  }
}
.section__footer--center {
  justify-content: center;
  flex-wrap: wrap;
}
.section .e-btn {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .section .e-btn {
    margin: 5px 0;
  }
}
@media (min-width: 1920px) {
  .section .e-btn {
    margin: 10px 0;
  }
}

.list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 12px;
  width: 100%;
  padding: 5px 0 10px;
}
@media (min-width: 1024px) {
  .list {
    gap: 3px;
    padding: 10px 0 15px;
  }
}

.text--center {
  text-align: center;
}
.text--bold {
  font-weight: 700;
}
.text--soft {
  color: #666666;
}

.icon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  width: 96px;
  height: 96px;
  background-color: #F4F5F3;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .icon-section {
    min-width: 128px;
    width: 128px;
    height: 128px;
  }
}

.report {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 56px;
}
@media (min-width: 768px) {
  .report {
    min-width: 80px;
  }
}
@media (min-width: 1024px) {
  .report {
    min-width: 96px;
  }
}
.report--dark {
  color: #FFFFFF;
}
.report--max {
  min-width: 108px;
}
@media (min-width: 768px) {
  .report--max {
    min-width: 128px;
  }
}
@media (min-width: 1024px) {
  .report--max {
    gap: 3px;
    min-width: 144px;
  }
}
.report--min {
  min-width: 40px;
}
@media (min-width: 768px) {
  .report--min {
    min-width: 56px;
  }
}
@media (min-width: 1024px) {
  .report--min {
    gap: 3px;
    min-width: 64px;
  }
}
.report--auto {
  min-width: auto;
  max-width: 96px;
}
@media (min-width: 768px) {
  .report--auto {
    max-width: 124px;
  }
}
@media (min-width: 1024px) {
  .report--auto {
    max-width: 144px;
  }
}
.challenge-bullet .report--auto {
  max-width: none;
  width: 96px;
}
@media (min-width: 768px) {
  .challenge-bullet .report--auto {
    width: 124px;
  }
}
@media (min-width: 1024px) {
  .challenge-bullet .report--auto {
    width: 144px;
  }
}
.report--auto .report__body {
  padding: 0 10px 0 5px;
  min-width: 0;
}
.challenge-bullet .report--auto .report__body {
  justify-content: flex-start;
  padding-right: 0;
}
.report--auto .report__body__truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.challenge-bullet .report--auto .report__body__truncated {
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .challenge-bullet .report--auto .report__body__truncated {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .challenge-bullet .report--auto .report__body__truncated {
    font-size: 1.0625rem;
  }
}
.report__heading {
  color: #112000;
  font-size: 0.5625rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .report__heading {
    font-size: 0.6875rem;
  }
}
.report--dark .report__heading {
  color: #FFFFFF;
}
.report--max .report__heading {
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .report--max .report__heading {
    font-size: 0.8125rem;
  }
}
.report--min .report__heading {
  font-size: 6px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .report--min .report__heading {
    font-size: 7px;
  }
}
@media (min-width: 768px) {
  .report--min .report__heading {
    font-size: 0.5625rem;
  }
}
.report__body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 5px;
  width: 100%;
  height: 32px;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .report__body {
    height: 44px;
    font-size: 1.25rem;
    border-radius: 12px;
  }
}
@media (min-width: 1024px) {
  .report__body {
    font-size: 1.5rem;
    height: 48px;
  }
}
.report__body__description {
  color: #112000;
  font-size: 0.5625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
}
@media (min-width: 768px) {
  .report__body__description {
    font-size: 0.6875rem;
  }
}
.report--dark .report__body {
  border: 1px solid #666666;
  background-color: transparent;
}
.report--strong .report__body {
  font-weight: 900;
}
.report--strong.report--dark .report__body {
  border: 1px solid #FFFFFF;
}
.report--max .report__body {
  font-size: 2rem;
  font-weight: 900;
  height: 52px;
}
@media (min-width: 768px) {
  .report--max .report__body {
    font-size: 2.5rem;
    height: 64px;
  }
}
@media (min-width: 1024px) {
  .report--max .report__body {
    font-size: 3rem;
    height: 80px;
  }
}
.report--max.report--dark .report__body {
  border: 1px solid #FFFFFF;
}
.report--min .report__body {
  height: 28px;
  border-radius: 6px;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .report--min .report__body {
    height: 32px;
    border-radius: 7px;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .report--min .report__body {
    height: 36px;
    border-radius: 8px;
    font-size: 1.25rem;
  }
}

.e__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 40px;
  border: 0;
  background: white;
  color: #112000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .e__btn {
    font-size: 13px;
  }
}
.e__btn__ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin: 0 0 8px 8px;
  font-weight: 700;
  border: 1px solid rgba(17, 32, 0, 0.2);
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .e__btn__ico {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 0 8px 4px;
  }
}
.e__btn__ico__txt {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 11px;
  background: #bbbbbb;
  padding: 4px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease-out 0.2s;
  opacity: 0;
  pointer-events: none;
}
.e__btn__ico:active + .e__btn__ico__txt {
  transform: translate(0, calc(-50% - 100px));
  opacity: 1;
}
.e__btn__ico .e__ico--strk,
.e__btn__ico .e__ico--strk {
  stroke: #67a516;
  transition: all 0.2s ease-in;
}
.e__btn__ico:hover, .e__btn__ico:focus {
  background: #67a516;
  color: white;
  transition: all 0.2s ease-in;
}
.e__btn__ico:hover svg path.e__ico--fll,
.e__btn__ico:hover svg line.e__ico--fll, .e__btn__ico:focus svg path.e__ico--fll,
.e__btn__ico:focus svg line.e__ico--fll {
  fill: white;
  transition: all 0.2s ease-in;
}
.e__btn__ico:hover svg path.e__ico--strk,
.e__btn__ico:hover svg line.e__ico--strk, .e__btn__ico:focus svg path.e__ico--strk,
.e__btn__ico:focus svg line.e__ico--strk {
  stroke: white;
  transition: all 0.2s ease-in;
}
.e__btn__txt {
  text-align: left;
}
@media (max-width: 768px) {
  .e__btn__txt {
    letter-spacing: 0.2px;
  }
}
.e__btn__info {
  position: relative;
  display: inline-flex;
}
.e__btn__info .e__btn {
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 9px;
}
.e__btn__info__wp {
  position: absolute;
  top: 14px;
  width: 230px;
  padding: 8px;
  font-size: 11px;
  background: #ffffff;
  border: 1px solid;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.33);
  transform-origin: 0 0;
  transform: scale(0);
  transition: transform 0.2s ease-out;
  z-index: 99;
}
.e__btn__info .e__btn:focus + .e__btn__info__wp {
  transform: scale(1);
  transition: transform 0.2s ease-in;
}
.e__btn__primary {
  min-width: 160px;
  height: 48px;
  max-width: 260px;
  padding: 0 32px;
  border-radius: 24px;
  border: 1px solid #67a516;
  font-size: 15px;
  background-color: white;
}
@media (max-width: 768px) {
  .e__btn__primary {
    height: 40px;
    padding: 0 16px;
    border-radius: 20px;
    font-size: 13px;
  }
}
.e__btn__primary:hover, .e__btn__primary:focus {
  background-color: #67a516;
  color: white;
}
.e__btn__secondary {
  min-width: 160px;
  height: 48px;
  max-width: 260px;
  padding: 0 32px;
  border-radius: 24px;
  border: 1px solid #F2CA0D;
  font-size: 15px;
  background-color: #F2CA0D;
}
@media (max-width: 768px) {
  .e__btn__secondary {
    height: 40px;
    padding: 0 16px;
    border-radius: 20px;
    font-size: 13px;
  }
}
.e__btn:hover, .e__btn:active, .e__btn:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
.e__btn:hover .e__btn__txt, .e__btn:active .e__btn__txt, .e__btn:focus .e__btn__txt {
  color: white;
}
.e__btn:hover .e__ico svg .e__ico--fll, .e__btn:active .e__ico svg .e__ico--fll, .e__btn:focus .e__ico svg .e__ico--fll {
  fill: white;
}
.e__btn:hover .e__ico svg .e__ico--strk, .e__btn:active .e__ico svg .e__ico--strk, .e__btn:focus .e__ico svg .e__ico--strk {
  stroke: white;
}
.e__btn:hover .e__ico img, .e__btn:active .e__ico img, .e__btn:focus .e__ico img {
  filter: brightness(0) invert(1) saturate(0);
}
.e__ico {
  transition: all 0.2s ease;
}
.e__ico--fll {
  fill: #67a516;
  stroke: none;
}
.e__ico--strk {
  stroke: #67a516;
  fill: none;
}
.e__ico svg {
  block-size: 24px;
  display: inline-flex;
  fill: currentColor;
  inline-size: 24px;
  vertical-align: middle;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .e__ico svg {
    block-size: 18px;
    inline-size: 18px;
  }
}
.e__ico svg use {
  stroke: #67a516;
}
.e__user__menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
}
@media (min-width: 768px) {
  .e__user__menu {
    gap: 4px;
    align-items: flex-start;
  }
}
.e__user__menu > .e__user__menu__btn, .e__user__menu > .e-btn__square {
  z-index: 11;
}
.e__user__menu > .e__user__menu__btn .e__btn__txt, .e__user__menu > .e-btn__square .e__btn__txt {
  display: none;
}
.e__user__menu__wpr > .e__btn__ico, .e__user__menu__wpr > .e-btn__square {
  z-index: 11;
}
.e__user__menu__wpr > .e__btn__ico .e__btn__txt, .e__user__menu__wpr > .e-btn__square .e__btn__txt {
  display: none;
}
.e__user__menu__wpr__btns {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 100%;
  right: 0;
  min-width: 200px;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  border: 1px solid #CCCCCC;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.35);
  transform-origin: 100% 0;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 100;
}
@media (min-width: 768px) {
  .e__user__menu__wpr__btns {
    min-width: 280px;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.35);
  }
}
.e__user__menu__wpr__btns form {
  width: 100%;
}
.e__user__menu__wpr__btns .e__user__menu__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.e__user__menu__wpr__btns .e__user__menu__btn:last-child {
  border: 0;
}
.e__user__menu__wpr__btns .e__user__menu__btn .e__btn__txt > span {
  text-align: left;
  font-weight: 700;
}
.e__user__menu__wpr__btns .e__btn__ico,
.e__user__menu__wpr__btns .e-btn__square {
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  min-width: 100%;
  margin: 0 !important;
  padding: 0 5px !important;
  border: 0;
  border-radius: 0 !important;
}
@media (min-width: 1024px) {
  .e__user__menu__wpr__btns .e__btn__ico,
  .e__user__menu__wpr__btns .e-btn__square {
    padding: 0 15px !important;
  }
}
.e__user__menu__wpr__btns .e__btn__ico .e__ico,
.e__user__menu__wpr__btns .e-btn__square .e__ico {
  margin-right: 10px;
  min-width: 30px;
}
.e__user__menu__wpr__btns .e__btn__ico .e__btn__txt,
.e__user__menu__wpr__btns .e-btn__square .e__btn__txt {
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .e__user__menu__wpr__btns .e__btn__ico .e__btn__txt,
  .e__user__menu__wpr__btns .e-btn__square .e__btn__txt {
    font-size: 0.9375rem;
  }
}
.e__user__menu__wpr__btns .e__btn__ico #e__ico__favorite path,
.e__user__menu__wpr__btns .e__btn__ico #e__ico__report path,
.e__user__menu__wpr__btns .e-btn__square #e__ico__favorite path,
.e__user__menu__wpr__btns .e-btn__square #e__ico__report path {
  fill: none;
}
.e__user__menu__wpr__btns .e__btn__ico:hover .e__btn__txt, .e__user__menu__wpr__btns .e__btn__ico:focus .e__btn__txt,
.e__user__menu__wpr__btns .e-btn__square:hover .e__btn__txt,
.e__user__menu__wpr__btns .e-btn__square:focus .e__btn__txt {
  color: white;
}
.e__user__menu__wpr__btns .e__btn__ico:hover #e__ico__favorite path,
.e__user__menu__wpr__btns .e__btn__ico:hover #e__ico__report path, .e__user__menu__wpr__btns .e__btn__ico:focus #e__ico__favorite path,
.e__user__menu__wpr__btns .e__btn__ico:focus #e__ico__report path,
.e__user__menu__wpr__btns .e-btn__square:hover #e__ico__favorite path,
.e__user__menu__wpr__btns .e-btn__square:hover #e__ico__report path,
.e__user__menu__wpr__btns .e-btn__square:focus #e__ico__favorite path,
.e__user__menu__wpr__btns .e-btn__square:focus #e__ico__report path {
  stroke: white;
}
.e__user__menu__wpr.act .e__user__menu__wpr__btns {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.1s ease-in, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.e__user__menu__btn:first-child > .e__btn__ico {
  margin: 0 0 8px 0;
}
.e__user__menu__wpr .e__user__menu__btn:first-child > .e__btn__ico, .e__user__menu__wpr .e__user__menu__btn:first-child > .e-btn__square {
  margin: 0;
}
.e__badge {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.e__badge__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e__badge__bg svg {
  width: 46px;
  height: auto;
  filter: drop-shadow(0 0.5px 0 rgba(17, 32, 0, 0.75));
}
@media (min-width: 768px) {
  .e__badge__bg svg {
    width: 72px;
    filter: drop-shadow(0 1px 0 rgba(17, 32, 0, 0.75));
  }
}
@media (min-width: 1920px) {
  .e__badge__bg svg {
    width: 96px;
    filter: drop-shadow(0 2px 0 rgba(17, 32, 0, 0.75));
  }
}
.e__badge__txt {
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  max-width: 48px;
  transform: rotate(15deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .e__badge__txt {
    font-size: 11px;
    max-width: 64px;
  }
}
@media (min-width: 1920px) {
  .e__badge__txt {
    font-size: 14px;
    max-width: 86px;
  }
}
.e__wp__bllts {
  display: flex;
  flex-direction: column;
  max-width: 1550px;
  margin: 0 auto 32px;
  padding: 0 16px;
}
.e__wp__bllts__hdg {
  display: flex;
  justify-content: center;
  max-width: 860px;
  padding-bottom: 12px;
  text-align: center;
}
.e__wp__bllts__hd {
  margin-right: 4px;
  display: inline;
}
.e__wp__bllts__link {
  display: inline;
}
.e__wp__bllts__wpr {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.e__wp__bllts__wpr__bllt {
  display: flex;
  align-items: center;
}
.e__wp__bllts__wpr__bllt__ico {
  margin-right: 8px;
}
@media (max-width: 860px) {
  .e__wp__bllts__wpr__bllt__ico img {
    max-width: 16px;
  }
}
@media (min-width: 861px) {
  .e__wp__bllts__wpr__bllt__ico img {
    max-width: 20px;
  }
}
@media (min-width: 1920px) {
  .e__wp__bllts__wpr__bllt__ico img {
    max-width: 24px;
    margin-right: 12px;
  }
}
.e__wp__bllts__wpr__bllt__txt {
  font-weight: 200;
}
.e__wp__bllts + .formularioStandard h2 {
  font-size: 14px;
  margin: 0 0 12px;
}
.e__fq, .e__sfq {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 64px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .e__fq, .e__sfq {
    margin-bottom: 128px;
  }
}
.e__fq__hd, .e__sfq__hd {
  font-size: 40px;
  padding-bottom: 16px;
  text-align: center;
}
.e__fq__item, .e__sfq__item {
  font-size: 15px;
  line-height: 1.7;
  border: 3px solid #cef69c;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.e__fq__item:hover, .e__fq__item.act, .e__fq__item.active, .e__sfq__item:hover, .e__sfq__item.act, .e__sfq__item.active {
  border: 3px solid #9bd84c;
}
.e__fq__item__hd, .e__sfq__item__hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px 12px 25px 16px;
  cursor: pointer;
  color: #528312;
  background-color: white;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .e__fq__item__hd, .e__sfq__item__hd {
    font-size: 24px;
    padding: 32px 24px 33px 32px;
  }
}
.e__fq__item__hd:hover, .e__fq__item__hd:focus, .e__sfq__item__hd:hover, .e__sfq__item__hd:focus {
  background-color: #FAFFF3;
  text-decoration: underline;
}
.e__fq__item__hd__hdg, .e__sfq__item__hd__hdg {
  font-weight: 700;
  width: calc(100% - 20px);
}
.e__fq__item__hd__ico svg, .e__sfq__item__hd__ico svg {
  width: 6px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .e__fq__item__hd__ico svg, .e__sfq__item__hd__ico svg {
    width: 8px;
  }
}
.e__fq__item__info, .e__sfq__item__info {
  padding: 0 16px 8px;
}
@media screen and (min-width: 1024px) {
  .e__fq__item__info, .e__sfq__item__info {
    padding: 8px 32px 20px;
  }
}
.e__fq__item__info p, .e__sfq__item__info p {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .e__fq__item__info p, .e__sfq__item__info p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
.e__fq__item__hd__ico {
  transform: rotate(-90deg);
  transition: all 0.15s ease;
}
.e__fq__item.active .e__fq__item__hd__ico {
  transform: rotate(0deg);
  transition: all 0.15s ease;
}
.e__sfq__item__hd__ico {
  transform: rotate(-90deg);
  transition: all 0.15s ease;
}
.e__sfq__item.active .e__sfq__item__hd__ico {
  transform: rotate(0deg);
  transition: all 0.15s ease;
}
.e__fq, .e__sfq {
  margin: 0;
}
.e__fq__wpr__hd h2, .e__sfq__wpr__hd h2 {
  font-weight: 300;
  text-align: center;
  padding: 40px 10px 20px;
}
.e__fq__item, .e__sfq__item {
  background-color: white;
  margin-bottom: 10px;
}
.e__fq__item__hd__hdg, .e__sfq__item__hd__hdg {
  font-size: 16px;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .e__fq__item__hd__hdg, .e__sfq__item__hd__hdg {
    font-size: 18px;
  }
}
.e__fq__item__info, .e__sfq__item__info {
  display: none;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}
.e__fq__item.active .e__fq__item__info {
  display: block;
  height: auto;
  pointer-events: auto;
}
.e__sfq__item.active .e__sfq__item__info {
  display: block;
  height: auto;
  pointer-events: auto;
}

.resaltado {
  color: #447308;
}

:not(:defined) {
  visibility: hidden;
}

.activitynotready {
  background-color: #eee;
}

.crea__list__item .e__badge {
  display: flex;
  top: 12px;
  left: 30px;
}
@media (min-width: 1920px) {
  .crea__list__item .e__badge {
    top: 40px;
  }
}
.crea__list__item .e__badge span {
  display: flex;
}
@media (min-width: 768px) {
  .crea__list__item .e__badge {
    left: auto;
    right: -5px;
  }
}

.custom-input {
  margin-bottom: 0.375rem;
}

.custom-input__label {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
}

.custom-input__check {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #b0b7c1;
  transform: translateY(2px);
  flex-shrink: 0;
  margin-right: 0.625rem;
}

.custom-input__check--circle {
  border-radius: 100%;
}

.custom-input__check--circle::after {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.25s ease;
  transition-delay: 0.05s;
}

.custom-input__check--star {
  border-color: #fff;
}

.custom-input__check--star .custom-input__anim-check {
  transform: translate(1px, 1px);
}

.custom-input__anim-check {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.25s ease;
  transition-delay: 0.05s;
  transform: translate3d(0, 0, 0);
}

.custom-input__box-star {
  stroke: #a0a7b1;
  fill: #fff;
  position: absolute;
  top: -2px;
  left: -2px;
}

.custom-input__input {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.custom-input__input:focus + .custom-input__label .custom-input__check {
  border-color: #67a516;
  box-shadow: #67a516 0 0 3px;
}

.custom-input__input:focus + .custom-input__label .custom-input__box-star {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
}

.custom-input__input:focus + .custom-input__label .custom-input__box-star {
  stroke: #67a516;
}

.custom-input__input:checked + .custom-input__label .custom-input__check {
  background: #67a516;
  border-color: #67a516;
}

.custom-input__input:checked + .custom-input__label .custom-input__check--circle::after {
  transform: scale(1);
}

.custom-input__input:checked + .custom-input__label .custom-input__check--star {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.custom-input__input:checked + .custom-input__label .custom-input__box-star {
  stroke: #67a516;
  fill: #67a516;
}

.custom-input__input:checked + .custom-input__label .custom-input__anim-check {
  stroke-dashoffset: 0;
}

.field-group {
  display: flex;
  flex-wrap: wrap;
}

a.grey-button {
  display: inline-flex;
  color: #112000;
  text-decoration: none;
}

.field-group .grey-button {
  border-radius: 0 2px 2px 0;
  margin-bottom: 0;
}

.field-group-column {
  display: flex;
  flex-direction: column;
}

.field-group-column .form-field {
  margin-bottom: -1px;
  border-radius: 2px 2px 0 0;
}

.field-group-column .grey-button {
  width: 100%;
  border-radius: 0 0 2px 2px;
}

.label-block {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.46rem 0;
  width: 100%;
}

/** 
 * Buttons
*/
.buttonPromo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  padding: 0 32px;
  color: #112000;
  background: transparent;
  border: 1px solid rgb(103, 165, 22);
  border-radius: 20px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  letter-spacing: 0.2px;
}
@media (min-width: 845px) {
  .buttonPromo {
    height: 48px;
    font-size: 15px;
    border-radius: 24px;
  }
}
.buttonPromo:hover {
  color: white;
  background: rgb(103, 165, 22);
}

.grey-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #112000;
  border: 1px solid #67a516;
  height: 2.75rem;
  border-radius: 1.375rem;
  padding: 0 1.25rem;
  letter-spacing: 0.2px;
  min-width: 5.375rem;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.15;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.grey-button svg {
  transition: all 0.2s ease-in-out;
}
.grey-button:hover, .grey-button:focus, .grey-button:active {
  background: #67a516;
  color: white;
  outline: 0;
}
.grey-button:hover svg, .grey-button:focus svg, .grey-button:active svg {
  filter: brightness(0) invert(1);
}
.grey-button:not(:disabled):active {
  box-shadow: inset rgba(43, 45, 48, 0.06) 0 5px 15px;
  background-image: linear-gradient(#dee1e6, #dee1e6), linear-gradient(178deg, #a0a7b1, #c8cbcf);
  transition: all 0.3s;
}
.grey-button--small {
  line-height: 1.83rem;
  font-size: 0.86667rem;
  min-width: 0;
}
.grey-button--danger {
  background: #c2371a;
  color: white;
}
.grey-button--danger:not(:disabled):active {
  background-image: linear-gradient(#f6dcde, #f6dcde), linear-gradient(178deg, #cf6a73, #f6ccd0);
  box-shadow: none;
  border: 1px solid transparent;
}
.grey-button--danger:focus {
  background-image: linear-gradient(#fff, #f6dcde), linear-gradient(178deg, #b50b19, #b50b19);
  box-shadow: rgba(181, 11, 25, 0.4) 0 1px 2px;
  border: 1px solid transparent;
}

a.grey-button--danger {
  color: white;
}

.button-with-msg {
  position: relative;
  display: block;
}

.primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgb(242, 202, 13);
  color: rgb(17, 32, 0);
  border: 1px solid rgb(242, 202, 13);
  font-size: 15px;
  font-weight: 900;
  height: 48px;
  border-radius: 24px;
  padding: 0 32px;
  letter-spacing: 0.3px;
  min-width: 5.375rem;
  cursor: pointer;
  line-height: 1.15;
  text-align: center;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 845px) {
  .primary-button {
    font-size: 18px;
    height: 56px;
    border-radius: 28px;
  }
}
.primary-button svg {
  transition: all 0.2s ease-in-out;
}
.primary-button:hover, .primary-button:active, .primary-button:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}

.transparent-button {
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 2.0625rem;
  padding: 0 0.8rem;
  cursor: pointer;
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
}
.transparent-button:focus:not(:active) {
  outline: 0;
  border-color: #67a516;
  box-shadow: #67a516 0 2px 4px -3px;
}
.transparent-button:active {
  outline: 0;
  background-color: #dee1e6;
  box-shadow: inset rgba(0, 0, 0, 0.05) 0 2px 5px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.icon-button {
  border: 1px solid transparent;
  padding: 0.2rem 0;
  text-align: center;
  min-width: 2.25rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.icon-button img {
  vertical-align: middle;
  transform: translateY(-2px);
}
.icon-button:focus:not(:active) {
  outline: 0;
  border-color: #67a516;
  box-shadow: #67a516 0 2px 4px -3px;
}
.icon-button:active {
  outline: 0;
  background-color: #dee1e6;
  box-shadow: inset rgba(0, 0, 0, 0.05) 0 2px 5px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.botonGenerico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 40px;
  padding: 0 32px;
  border: 0;
  border-radius: 20px;
  background: rgb(103, 165, 22);
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (min-width: 845px) {
  .botonGenerico {
    font-size: 15px;
    height: 48px;
    max-width: 280px;
    padding: 0 48px;
    border-radius: 24px;
  }
}
.botonGenerico:hover, .botonGenerico:active, .botonGenerico:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
.botonGenerico--centrado {
  margin: auto;
}
.botonGenerico--gris {
  background: #ddd;
}
.botonGenerico--margenInferior {
  margin-bottom: 5rem;
}
.botonGenerico--margenSuperior {
  margin-top: 5rem;
}

.grey-button:not(:disabled):active,
.grey-button.is-pushed {
  box-shadow: inset rgba(43, 45, 48, 0.06) 0 5px 15px;
  background-image: linear-gradient(#dee1e6, #dee1e6), linear-gradient(178deg, #a0a7b1, #c8cbcf);
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.grey-button:disabled:not(.is-pushed) {
  color: #7f8284;
  box-shadow: none;
  background-image: linear-gradient(#e5e8ec, #e5e8ec), linear-gradient(178deg, #c8cbcf, #c8cbcf);
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.field-label-left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .field-label-left--mobilehidden {
    display: none;
  }
}

/** 
 * Layout
*/
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__superior {
  display: flex;
  justify-content: center;
  gap: 30px;
  background-color: #F4F5F3;
}
.footer__superior--padding-top {
  padding-top: 30px;
}
.footer__superior--padding-bottom {
  padding-bottom: 30px;
}
.footer__superior--padding-left {
  padding-left: 10px;
}
.footer__superior--padding-right {
  padding-right: 10px;
}
.footer__superior--border-top {
  border-top: 3px solid #67a516;
}
.footer__superior--border-bottom {
  border-bottom: 3px solid #67a516;
}
@media (max-width: 767px) {
  .footer__superior {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.footer__superior .footer__title {
  padding-bottom: 4px;
}
.footer__superior a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 64px;
  text-decoration: none;
  background-color: white;
  border-radius: 12px;
}
.footer__superior__adr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__superior__adr img {
  max-width: 175px;
  width: 100%;
}
.footer__superior__google {
  display: flex;
  flex-direction: column;
}
.footer__superior__google img {
  min-width: 200px;
}
.footer__superior__label {
  display: flex;
  flex-direction: column;
}
.footer__superior__label img {
  max-width: 52px;
  margin: 0 2px;
}
.footer__inferior {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 90px 45px;
  color: white;
  background: #1B3101;
}
@media (max-width: 767px) {
  .footer__inferior {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 20px 50px;
  }
}
.footer__inferior .footer__title {
  padding-bottom: 15px;
}
.footer__inferior a {
  color: white;
  text-decoration: none;
  line-height: 1;
}
.footer__inferior a:hover, .footer__inferior a:focus-within {
  text-decoration: none;
  color: #9BD84C;
}
.footer__inferior select {
  max-width: 180px;
}
.footer__inferior__menu {
  display: flex;
  flex-direction: column;
  width: 220px;
}
@media (max-width: 767px) {
  .footer__inferior__menu {
    align-items: center;
  }
}
.footer__inferior__menu__social {
  display: flex;
  flex-direction: column;
}
.footer__inferior__lista {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__inferior__social a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 90px;
  color: white;
  background-color: #1B3101;
  font-size: 11px;
  border-top: 3px solid #67a516;
}
@media (max-width: 768px) {
  .footer__logos {
    flex-direction: column-reverse;
    justify-content: baseline;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px 30px 20px;
  }
}
.footer__logos__educaplay {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  border: 0;
  background: #67a516;
  transition: transform 400ms;
  box-shadow: 0 1px 0 #588A23;
}
@media (min-width: 557px) and (max-width: 1024px) {
  header {
    height: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    height: 88px;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu {
    display: flex;
    flex-direction: column;
    gap: 3px;
    transform: translateY(-110%);
    height: fit-content;
    padding-top: 1rem;
    background: #fff;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 1rem 2.5rem;
    border-bottom: 1px solid rgba(17, 32, 0, 0.45);
    box-shadow: 0 6px 0 rgba(17, 32, 0, 0.3);
    z-index: -1;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media (min-width: 557px) and (max-width: 1024px) {
  header .header__menu {
    top: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #112000;
    height: 24px;
  }
}
header .header__menu .e-btn {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  header .header__menu .e-btn {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  header .header__menu .e-btn__primary {
    display: none;
  }
}
header .header__menu__oculto {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header .header__menu__login {
    margin-bottom: 10px;
  }
}
header .header__menu__login--sup {
  display: none;
  margin: 0;
  margin-right: 0.5rem;
  padding: 12px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
header .header__menu__login--sup:hover {
  color: white;
  background: transparent;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  header .header__menu__login--sup {
    display: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__login--menu {
    display: none;
  }
}
header .header__menu__login--logout {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  header .header__menu__login--logout {
    display: none;
  }
}
header .header__menu__idioma {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  header .header__menu__idioma {
    max-width: 96px;
    height: 20px;
    background-color: transparent;
    color: white;
    box-shadow: 0 0 0 1px white;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.8081 12.6831C11.0521 12.439 11.4479 12.439 11.6919 12.6831L15 15.9911L18.3081 12.6831C18.5521 12.439 18.9479 12.439 19.1919 12.6831C19.436 12.9271 19.436 13.3229 19.1919 13.5669L15.4419 17.3169C15.1979 17.561 14.8021 17.561 14.5581 17.3169L10.8081 13.5669C10.564 13.3229 10.564 12.9271 10.8081 12.6831Z" fill="white"/></svg>') !important;
    background-position: 150% center;
    margin: 0 15px 0 10px;
    font-size: 0.8125rem;
  }
  header .header__menu__idioma:hover, header .header__menu__idioma:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__nav {
    display: flex;
    height: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu__nav {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__nav__elemento {
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__menu__nav__elemento {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-top: 1px solid #e3e3e3;
  }
  header .header__menu__nav__elemento:first-child {
    border: 0;
  }
}
header .header__menu__nav__elemento a {
  display: block;
  text-align: center;
  color: #112000;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  header .header__menu__nav__elemento a {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  header .header__menu__nav__elemento a {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__menu__nav__elemento a {
    display: flex;
    align-items: center;
    height: 100%;
    transition: background 200ms;
    color: white;
    font-weight: 600 !important;
    letter-spacing: 0;
    margin: 0 10px;
  }
  header .header__menu__nav__elemento a:hover {
    background: #1B3101;
  }
}
header .header__menu__icono {
  width: 2rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: none;
}
header .header__menu__icono svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
header .header__menu__icono__num {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 50%;
  background: #c11616;
  color: #fff;
  font-size: 0.7rem;
}
header .header__barra {
  display: flex;
  flex-wrap: wrap;
  background-color: #67a516;
  height: 50px;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (min-width: 557px) and (max-width: 1024px) {
  header .header__barra {
    height: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__barra {
    flex-wrap: nowrap;
    height: 64px;
  }
}
header .header__barra:has(.header__barra__buscador2) {
  justify-content: space-between;
}
header .header__barra__logo {
  margin-left: 1rem;
  line-height: 1rem;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__logo {
    order: 1;
  }
}
@media (min-width: 768px) {
  header .header__barra__logo {
    flex-grow: inherit;
  }
}
header .header__barra__logo img {
  width: 132px;
}
@media only screen and (min-width: 62.99rem) {
  header .header__barra__logo img {
    width: 160px;
  }
}
header .header__barra__opciones {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 557px) and (max-width: 1024px) {
  header .header__barra__opciones {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__barra__opciones {
    order: 3;
    margin-right: 0.5rem;
    margin-left: auto;
  }
}
header .header__barra__opciones__btnmenu {
  display: flex;
  position: relative;
  min-width: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  margin-left: 3px;
  border-radius: 8px;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__opciones__btnmenu {
    display: none;
  }
}
header .header__barra__opciones__btnmenu__img {
  display: block;
  height: 17px;
  width: 0.3rem;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: relative;
}
header .header__barra__opciones__btnmenu__img:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3rem;
  top: 0;
  left: 0;
  height: 7px;
  border-bottom: 3px solid #fff;
}
header .header__barra__opciones__btnmenu:hover {
  background-color: rgba(255, 255, 255, 0.33);
  transition: all 0.2s ease-in;
}
header .header__barra__opciones__btnmenu:hover .header__barra__opciones__btnmenu__img,
header .header__barra__opciones__btnmenu:hover .header__barra__opciones__btnmenu__img::after {
  border-color: #67a516;
  transition: all 0.2s ease-in;
}
header .header__barra__opciones__foto {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem 0 0.5rem;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 62.99rem) {
  header .header__barra__opciones__foto {
    margin: 0 0.25rem 0 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__barra__opciones__foto {
    width: 52px;
    height: 52px;
  }
}
header .header__barra__opciones__foto:hover {
  border: 1px solid #67a516;
}
header .header__barra__opciones__foto img {
  max-height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
header .header__barra__opciones__foto.msg::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -2px;
  width: 12px;
  height: 12px;
  background: rgb(194, 55, 26);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white;
}
@media (max-width: 1023px) {
  header .header__barra__opciones .e-btn--xl {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 80;
  }
  body:has(#datosRetos) header .header__barra__opciones .e-btn--xl, body:has(#dataEditChallenge) header .header__barra__opciones .e-btn--xl {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header__barra__opciones .e-btn--xl {
    right: 16px;
  }
}
header .header__barra__buscador {
  min-width: inherit;
  order: 2;
  flex-grow: 1;
  margin: 0 auto;
  padding-bottom: 0;
  background-color: #67a516;
}
@media (min-width: 557px) and (max-width: 1024px) {
  header .header__barra__buscador {
    order: 1;
  }
}
header .header__barra__buscador__tipo {
  border: 0;
  height: auto;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  padding: 0 12px;
  appearance: none;
  color: #0B1500;
  outline: none;
  border-radius: 0;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid #67a516;
  width: 96px;
  background: rgb(103, 165, 22);
  color: white;
  cursor: pointer;
  background-position: calc(100% - 1px);
  background-size: 16px auto;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__buscador__tipo {
    font-size: 0.875rem;
    width: auto;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 0 16px;
    width: 7.5rem;
  }
}
header .header__barra__buscador__tipo:hover, header .header__barra__buscador__tipo:focus {
  color: #FFFFFF;
  box-shadow: none;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__buscador__tipo:hover, header .header__barra__buscador__tipo:focus {
    background-color: #67a516;
  }
}
header .header__barra__buscador__tipo option {
  font-size: 1.1rem;
  color: #0B1500;
  background: #fff;
  padding: 0.75rem 1.5rem;
}
header .header__barra__buscador__tipo::-ms-expand {
  display: none;
}
header .header__barra__buscador__search {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  header .header__barra__buscador__search {
    width: 100%;
    padding: 0 5px;
  }
}
header .header__barra__buscador__search .e-btn--xs {
  pointer-events: auto;
}
@media (min-width: 756px) and (max-width: 1023px) {
  header .header__barra__buscador__search .e-btn--xs {
    top: 4px;
    left: 2px;
  }
}
header .header__barra__buscador__search .e__searchformular {
  align-items: flex-end;
  margin: 0;
}
@media (max-width: 767px) {
  header .header__barra__buscador__search .e__searchformular {
    padding: 0 3px 3px 3px;
  }
}
header .header__barra__buscador__search .e__searchformular__wrapper {
  display: flex;
  align-items: center;
  gap: 0;
}
header .header__barra__buscador__search .e__searchformular__input {
  max-width: none;
  width: 180px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  header .header__barra__buscador__search .e__searchformular__input {
    width: 260px;
  }
}
header .header__barra__buscador__search .e__searchformular__input:has(input:focus) {
  width: 220px;
}
@media (min-width: 1024px) {
  header .header__barra__buscador__search .e__searchformular__input:has(input:focus) {
    width: 320px;
  }
}
@media (max-width: 767px) {
  header .header__barra__buscador__search .e__searchformular__input:has(input:focus) {
    width: calc(100% - 16px);
  }
}
@media (max-width: 767px) {
  header .header__barra__buscador__search .e__searchformular__input {
    width: calc(100% - 16px);
  }
}
header .header__barra__buscador__search .e__searchformular__input input {
  max-width: 100% !important;
  box-shadow: 0 0 0 1px #67a516 !important;
}
header .header__barra__buscador__search .e__searchformular__input input:hover {
  box-shadow: 0 0 0 1px #112000 !important;
}
header .header__barra__buscador__search .e__searchformular__input input:focus {
  box-shadow: 0 0 0 1.5px #528312 !important;
}
header .header__barra__buscador__search .e-btn__transparent {
  max-width: 96px;
  padding: 0 5px;
  white-space: normal;
}
@media (min-width: 1024px) {
  header .header__barra__buscador__search .e-btn__transparent {
    max-width: 128px;
  }
}
header .header__barra__buscador__search .e-btn__transparent:focus {
  box-shadow: none;
  color: #1B3101;
}
header .header__barra__buscador__search .e-btn__transparent:hover {
  color: white;
}
header .header__barra__buscador__cont {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
header .header__barra__buscador2 {
  display: flex;
  height: 2.5rem;
  background: #67a516;
}
@media only screen and (min-width: 1024px) {
  header .header__barra__buscador2 {
    min-width: inherit;
    order: 2;
    flex-grow: 1;
    margin-left: 1.1rem;
    margin-right: 4rem;
  }
}
header .header__chk {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header .header__chk:checked ~ .header__menu {
    padding: 10px 10px 20px;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  header .header__chk:checked ~ .header__barra {
    position: fixed;
  }
  header .header__chk:checked ~ .header__barra .header__barra__opciones__btnmenu {
    background: rgba(255, 255, 255, 0.5);
  }
  header .header__chk:checked ~ .header__barra .header__barra__opciones__btnmenu__img {
    border-color: #67a516;
  }
  header .header__chk:checked ~ .header__barra .header__barra__opciones__btnmenu__img:after {
    border-color: #67a516;
  }
}
header.header--externo {
  position: inherit !important;
  height: inherit !important;
}
@media (max-width: 1024px) {
  header.header--externo {
    height: 56px !important;
  }
}
header .dropdown__content.user-menu {
  background-color: #1B3101;
  border: 0;
}

.user-profile.mobile.text-center-in-mobile {
  display: none;
}

.mainContainer {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

/** 
 * Components
 */
.primary-button:not(:disabled):active {
  box-shadow: inset rgba(0, 0, 0, 0.06) 0 5px 15px;
  background-image: linear-gradient(#ebb912, #ebb912), linear-gradient(178deg, #d2960b, #d59a0b);
  transition: all 0.3s;
}

.primary-button--small {
  line-height: 1.83rem;
  font-size: 0.86667rem;
  min-width: 0;
}

.primary-button--large {
  font-size: 1.06667rem;
  font-weight: 600;
}

@media (min-width: 778px) {
  .primary-button--large {
    line-height: 3rem;
    font-size: 1.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.primary-button[disabled],
.primary-button[aria-disabled=true] {
  background: #efefef;
  box-shadow: none;
  cursor: default;
}

.primary-button[aria-disabled=true] {
  pointer-events: none;
}

.margin-0 {
  margin: 0;
}

.center-system-message {
  min-height: 18vh;
  padding: 30px 10px;
  text-align: center;
  font-size: 1rem;
  color: #7c7e82;
}
@media (min-width: 1024px) {
  .center-system-message {
    padding: 40px 10px;
  }
}

.group-cards {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .group-cards {
    padding: 0 0 40px;
  }
}
.group-cards__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  color: white;
  background: #528312;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .group-cards__title {
    padding: 10px 15px;
    font-size: 1.25rem;
    border-radius: 6px;
  }
}
.group-cards__title--pending, .group-cards__title--pendingGuest {
  color: rgb(27, 49, 1);
  background: rgba(224, 136, 118, 0.2);
}
@media (max-width: 1023px) {
  .group-cards--buscador {
    padding: 5px 20px;
  }
}
@media (max-width: 768px) {
  .group-cards--buscador {
    padding: 5px 10px;
  }
}

.grid-cards {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 5px 0;
}
@media (min-width: 1024px) {
  .grid-cards {
    gap: 5px;
    padding: 10px 0;
  }
}
@media (min-width: 1920px) {
  .grid-cards {
    padding: 20px 0;
  }
}
.grid-cards__item {
  height: 100%;
}
.grid-cards__item--anu {
  align-content: center;
  text-align: center;
  border: 1px solid #E8E9E6;
  background-color: #F4F5F3;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .grid-cards__item--anu {
    border-radius: 12px;
  }
}
.grid-cards__item--anu > * {
  align-self: center;
}
.grid-cards__item--row3 {
  grid-row: span 3;
}
.grid-cards--grid {
  display: grid;
  column-gap: 10px;
  row-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
@media (min-width: 1280px) {
  .grid-cards--grid {
    column-gap: 10px;
    row-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (min-width: 1920px) {
  .grid-cards--grid {
    column-gap: 15px;
    row-gap: 25px;
  }
}
@media (max-width: 540px) {
  .grid-cards--grid {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
}
@media (min-width: 1280px) {
  .group-cards--buscador .grid-cards--grid {
    column-gap: 10px;
    row-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
.grid-cards--grid__item {
  margin-bottom: 0;
  width: 100%;
  max-width: 320px;
}
.grid-cards--grid__item:last-child .card-activity {
  border: 0;
}
.grid-cards--grid__item--anu {
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E9E6;
  background-color: #F4F5F3;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .grid-cards--grid__item--anu {
    border-radius: 12px;
  }
}
.grid-cards--grid__item--row3 {
  grid-row: span 3;
}

.challenge-pin__code input,
.e__textformular.guest input {
  text-align: right !important;
  border: 1px solid #CCCCCC !important;
}
@media (min-width: 768px) {
  .challenge-pin__code input,
  .e__textformular.guest input {
    max-width: 200px;
    padding-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .challenge-pin__code input,
  .e__textformular.guest input {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .challenge-pin__code input,
  .e__textformular.guest input {
    min-width: 128px;
    max-width: 128px;
  }
}
@media (min-width: 768px) {
  .challenge-pin__code,
  .e__textformular.guest {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .challenge-pin__code .e__textformular__icons label,
  .challenge-pin__code .e__textformular__text,
  .e__textformular.guest .e__textformular__icons label,
  .e__textformular.guest .e__textformular__text {
    display: none;
  }
}

.info-activity__rating img {
  width: 0.6rem;
  margin-right: 1px;
}

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration: none;
  text-overflow: ellipsis;
  background-color: #67a516;
  color: white;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 0 8px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .tag {
    font-size: 0.8125rem;
  }
}
.tag:hover, .tag:focus, .tag:active {
  box-shadow: inset 0 0 0 100px rgba(17, 32, 0, 0.1);
}
.tag--no-break {
  max-width: none;
}
.tag--purple {
  padding: 0 12px;
  background: #d092df;
  color: white;
  font-size: 0.875rem;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .tag--purple {
    font-size: 1rem;
  }
}

.tags {
  margin-right: 1.125rem;
  vertical-align: middle;
  display: inline-block;
}

.boxAdsense {
  margin-bottom: 1rem;
}

.page-error {
  width: 100%;
  min-height: 100%;
  background: url("https://cloud.educaplay.com/r/img/errors/error-background.webp");
  background-repeat: repeat;
  background-position: center;
  background-color: #1B3101;
}

.container-error {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: calc(100vh - 104px);
  overflow: hidden;
}
@media only screen and (orientation: landscape) {
  .container-error {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    max-width: 1550px;
    height: calc(100vh - 64px);
    margin: auto;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error {
    height: calc(100vh - 57px);
  }
}
@media only screen and (orientation: landscape) and (min-width: 2200px) {
  .container-error {
    max-width: 2000px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error {
    max-width: 3000px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error {
    max-width: 6000px;
  }
}
.container-error__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 2;
  max-width: 520px;
  color: white;
  padding: 0 1rem;
  margin: auto;
  z-index: 1;
}
@media only screen and (orientation: landscape) {
  .container-error__txt {
    position: relative;
    left: 100px;
    margin: 0;
    margin-top: -4rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error__txt {
    max-width: 280px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error__txt {
    max-width: 360px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 2200px) {
  .container-error__txt {
    max-width: 650px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error__txt {
    max-width: 950px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error__txt {
    max-width: 2000px;
  }
}
.container-error__txt__hd, .container-error__txt__mn {
  background: rgba(27, 49, 1, 0.9);
  box-shadow: 0 0 50px 50px rgba(27, 49, 1, 0.9);
}
.container-error__txt__mn ul li {
  margin-bottom: 0.25rem;
}
@media only screen and (orientation: landscape) {
  .container-error__txt__mn ul li {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error__txt__mn ul li {
    margin-bottom: 0;
  }
}
.container-error__txt__mn ul li a {
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 700;
  color: #BAEC79;
}
@media only screen and (orientation: landscape) {
  .container-error__txt__mn ul li a {
    font-size: 1.5rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error__txt__mn ul li a {
    font-size: 0.65rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error__txt__mn ul li a {
    font-size: 1rem;
  }
}
.container-error h2 {
  font-size: 5rem;
  font-weight: 900;
  margin: 0;
  margin-bottom: 0.25rem;
  color: #9BD84C;
  text-transform: uppercase;
}
@media only screen and (orientation: landscape) {
  .container-error h2 {
    font-size: 8.75rem;
    margin: 0;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error h2 {
    font-size: 2rem;
    margin: 0;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error h2 {
    font-size: 5rem;
    margin: 0;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error h2 {
    font-size: 13rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error h2 {
    font-size: 20rem;
  }
}
.container-error h1,
.container-error p {
  margin: 0;
}
.container-error h1 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  margin-top: -1.5rem;
  color: #9BD84C;
}
@media only screen and (orientation: landscape) {
  .container-error h1 {
    font-size: 2.25rem;
    margin-top: -2rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error h1 {
    font-size: 1.25rem;
    margin: 0;
    margin-top: -1rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error h1 {
    font-size: 2rem;
    margin: 0;
    margin-top: -1.5rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error h1 {
    font-size: 5.5rem;
  }
}
.container-error p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: white;
}
@media only screen and (orientation: landscape) {
  .container-error p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error p {
    font-size: 0.65rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error p {
    font-size: 1rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 3500px) {
  .container-error p {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media only screen and (orientation: landscape) and (min-width: 7000px) {
  .container-error p {
    font-size: 4rem;
  }
}
.container-error h4 {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (orientation: landscape) {
  .container-error h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1000px) {
  .container-error h4 {
    font-size: 0.65rem;
    margin-bottom: 0.125rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1399px) {
  .container-error h4 {
    font-size: 1rem;
  }
}
.container-error__img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (orientation: landscape) {
  .container-error__img {
    position: absolute;
    top: auto;
    right: 0;
    transform: translate(0%, 0%);
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1400px) {
  .container-error__img {
    right: -50px;
  }
}
@media only screen and (orientation: landscape) {
  .container-error__img img {
    max-width: none;
    height: 85vh;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.emergente {
  position: fixed;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  z-index: 10001;
  justify-content: center;
  align-items: center;
}

.bloqueActividad {
  width: 100%;
  margin-bottom: 3rem;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 300ms;
}
.bloqueActividad__hide {
  display: none;
}
@media screen and (min-width: 63rem) {
  .bloqueActividad {
    margin-bottom: 3.75rem;
  }
}
.bloqueActividad__cont {
  display: flex;
  text-decoration: none;
  align-items: flex-start;
}
.bloqueActividad__cont:hover, .bloqueActividad__cont:focus, .bloqueActividad__cont:focus-within {
  text-decoration: none;
}
.bloqueActividad__img img {
  padding: 2px;
  width: 52px;
  border-radius: 8px;
  border: 1px solid rgba(17, 32, 0, 0.05);
  transition: all 0.05s ease-in-out;
}
@media (min-width: 768px) {
  .bloqueActividad__img img {
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .bloqueActividad__img img {
    width: 64px;
  }
}
.bloqueActividad__txt {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 5px;
  font-size: 0.82rem;
}
@media (min-width: 768px) {
  .bloqueActividad__txt {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .bloqueActividad__txt {
    margin-left: 15px;
  }
}
.bloqueActividad__txt__tipo {
  color: #528312;
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .bloqueActividad__txt__tipo {
    font-size: 0.6875rem;
    margin-bottom: 4px;
  }
}
.bloqueActividad__txt__tit {
  margin: 0 0 2px 0;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: #1B3101;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .bloqueActividad__txt__tit {
    font-size: 1.0625rem;
  }
}
.bloqueActividad__txt__rating__num {
  font-size: 0.5625rem;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) {
  .bloqueActividad__txt__rating__num {
    font-size: 0.6875rem;
  }
}
.bloqueActividad__txt__rating img {
  width: 0.6rem;
  margin-right: 1px;
}
.bloqueActividad__txt__autor {
  box-sizing: border-box;
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .bloqueActividad__txt__autor {
    font-size: 0.6875rem;
  }
}
.bloqueActividad__txt__rating {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .bloqueActividad__txt__rating {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .bloqueActividad__txt__rating {
    margin-bottom: 10px;
  }
}
.bloqueActividad__txt__autor--Educador {
  padding-left: 1.2rem;
}
.bloqueActividad__txt__pais {
  color: #528312;
  margin-bottom: 0.8rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1px;
  display: none;
}
.bloqueActividad__txt__desc {
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 0.1px;
  color: #112000;
}
@media (min-width: 768px) {
  .bloqueActividad__txt__desc {
    font-size: 0.9375rem;
  }
}
@media (min-resolution: 120dpi) {
  .bloqueActividad__txt__desc {
    font-weight: 300;
  }
}
.bloqueActividad__img img {
  transition: all 0.2s ease-in-out;
}
.bloqueActividad:hover .bloqueActividad__img img, .bloqueActividad:focus .bloqueActividad__img img, .bloqueActividad:active .bloqueActividad__img img,
.bloqueActividad .bloqueActividad__cont:hover .bloqueActividad__img img {
  border-radius: 6px;
  border: 1px solid #67a516;
}
.bloqueActividad:hover .bloqueActividad__txt__tit, .bloqueActividad:focus .bloqueActividad__txt__tit, .bloqueActividad:active .bloqueActividad__txt__tit,
.bloqueActividad .bloqueActividad__cont:hover .bloqueActividad__txt__tit {
  color: #67a516 !important;
  text-decoration: underline;
}

.user-activities-view:not(.grid-cards--grid):not(.grid-cards--list) {
  visibility: hidden;
  pointer-events: none;
}

@supports (display: grid) {
  .bloqueActividad {
    width: inherit;
  }
}
@media only screen and (min-width: 40rem) {
  .bloqueActividad {
    width: calc(50% - 2rem);
  }
  @supports (display: grid) {
    .bloqueActividad {
      width: inherit;
    }
  }
}
@media only screen and (min-width: 95rem) {
  .bloqueActividad {
    width: calc(33.33% - 2rem);
  }
  @supports (display: grid) {
    .bloqueActividad {
      width: inherit;
    }
  }
}
.claim {
  margin: 40px 16px 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.claim--reducido {
  max-width: 50rem;
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 1.8rem;
}

.subClaim {
  padding: 0 0 20px;
}
@media (min-width: 1024px) {
  .subClaim {
    padding: 0 0 30px;
  }
}

.subClaim--hight {
  font-weight: normal;
}

.subClaim--reducido {
  max-width: 50rem;
  margin: auto;
}

.subClaim--margen {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 51.99rem) {
  .claim {
    font-size: 2.25rem;
    max-width: 700px;
    margin: 30px auto 24px;
    line-height: 1.15;
  }
  .claim--reducido {
    margin: 2rem auto 3rem;
  }
}
.claim--margenAdicional {
  margin-top: 130px;
}
@media only screen and (min-width: 1024px) {
  .claim--margenAdicional {
    margin-top: 150px;
  }
}
.contInfo .claim--margenAdicional {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .contInfo .claim--margenAdicional {
    margin-top: 60px;
  }
}

.actividadColumnas {
  padding: 1rem;
  padding-top: 2rem;
  margin: 0 auto;
  max-width: 30rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.actividadColumnas__home {
  transition: all 0.3s;
}
@supports (display: grid) {
  .actividadColumnas {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 3rem;
  }
}
@media only screen and (min-width: 40rem) {
  .actividadColumnas {
    max-width: 55rem;
  }
  @supports (display: grid) {
    .actividadColumnas {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media only screen and (min-width: 63rem) {
  .actividadColumnas {
    margin: inherit;
    max-width: inherit;
    padding: 0;
  }
  @supports (display: grid) {
    .actividadColumnas {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .actividadColumnas__home {
      padding-top: 2rem;
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media only screen and (min-width: 80rem) {
  @supports (display: grid) {
    .actividadColumnas__home {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}

.txtMain {
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 1024px) {
  .txtMain {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .txtMain iframe {
    max-width: none;
    margin: 32px 20px;
  }
}
.txtMain .txt {
  width: 100%;
  font-size: 14px;
  margin: 0 0 40px;
  text-align: left;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .txtMain .txt {
    font-size: 16px;
    padding-left: 1rem;
  }
}
.txtMain .txt p {
  margin-bottom: 8px;
}
.txtMain .claim {
  margin: 40px 0 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .txtMain .claim {
    font-size: 32px;
    text-align: left;
  }
}
.txtMain .subClaim {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.15;
}
.txtMain h3.subClaim {
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
}
.txtMain h4.subClaim {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .txtMain h4.subClaim {
    font-size: 22px;
    padding-left: 1rem;
  }
}

/**
 * Toast
 */
.toast {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  left: 15px;
  background-color: #273140;
  color: #fff;
  border-radius: 1px;
  font-size: 15px;
  line-height: 20px;
  max-width: 620px;
  padding: 19px 50px 19px 20px;
  cursor: pointer;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.21), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  animation: toastFadeIn 0.3s forwards cubic-bezier(0.01, 0.67, 0.43, 1.03);
}

.toast__close {
  top: calc(50% - 7px);
  right: 10px;
  border: 0;
  background-color: transparent;
  padding: 5px;
  position: absolute;
  color: #fff;
  font-size: 27px;
  line-height: 0;
  outline: 0;
  cursor: pointer;
}

@keyframes toastFadeIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/** 
  * Utility Classes
 */
.formularioStandard {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
}
.formularioStandard .e-btn {
  margin: 15px 0 0;
}
@media (min-width: 1024px) {
  .formularioStandard .e-btn {
    margin: 20px 0 0;
  }
}

.formularioStandard--reducido {
  max-width: 25rem;
}

.oculto {
  display: none !important;
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset-link {
  text-decoration: none;
}

button.reset-link {
  border: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
}

.only-for-sr {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.invert-order {
  display: flex;
  flex-direction: column-reverse;
}

/** 
 * Keyframes
*/
.header-section--visibleMobile {
  display: block;
}

.download-activity__wrapper {
  display: flex;
  flex-direction: column;
}

.dropdown__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.dropdown__title--margen {
  margin-top: 1rem;
}

.dropdown__txt {
  font-size: 0.8125rem;
  line-height: 1.65;
  font-weight: 400;
}
@media (min-width: 768px) {
  .dropdown__txt {
    font-size: 0.9375rem;
  }
}

.dropdown__txt--margen {
  margin-bottom: 1rem;
}

.dropdown-radio__container {
  display: flex;
  align-items: center;
}

.dropdown-radio__list {
  margin-top: 0.75rem;
}

.download-activity__column {
  width: 100%;
}

.download-activity__column:first-child {
  border-bottom: 1px solid #baec79;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.dropdown__bloqueTxt {
  margin-bottom: 1rem;
}

#download-activity__msg,
#download-activity__msgV1,
#download-activity__msgV2 {
  display: none;
}

@media (min-width: 768px) {
  .download-activity {
    width: 457px;
  }
  .download-activity__wrapper {
    flex-direction: row;
  }
  .download-activity__column:first-child {
    border: 0;
    margin: 0;
    padding: 0;
    border-right: 1px solid #d6dadf;
    margin-right: 1rem;
    padding-right: 1rem;
  }
  .download-activity__column {
    width: 50%;
  }
  .dropdown__bloqueTxt {
    margin: 0;
    min-height: 8.5rem;
  }
}
.alert {
  position: relative;
  background-color: #eff2f6;
  color: #273140;
  border-radius: 1px;
  font-size: 15px;
  line-height: 20px;
  padding: 19px 50px 19px 20px;
  border: 1px solid #d6dadf;
}

.alert--warning {
  color: #735c0f;
  background-color: #fffbdd;
  border-color: rgba(27, 31, 35, 0.15);
}

.alert__close {
  top: calc(50% - 7px);
  right: 10px;
  border: 0;
  background-color: transparent;
  padding: 5px;
  position: absolute;
  color: currentColor;
  font-size: 27px;
  line-height: 0;
  outline: 0;
  cursor: pointer;
}

.mt1 {
  margin-top: 1rem;
}

.button-link-danger {
  background: transparent;
  border: 0;
  font-size: 12px;
  color: #b50b19;
  cursor: pointer;
  padding: 0;
}

.link-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  color: #67a516;
}

.section__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1280px) {
  .section__main {
    gap: 20px;
  }
}
.section__main .form_doubleColumn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 845px) {
  .section__main .form_doubleColumn {
    gap: 20px;
  }
}

.txt {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9375rem;
  max-width: 50rem;
  margin: 0 auto;
  text-align: left;
}

.txt--margenInf {
  margin-bottom: 5rem;
}

.roman-list li {
  list-style: upper-roman;
  margin-left: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.txt li ol {
  margin-top: 1rem;
}

.alpha-list li {
  list-style: lower-alpha;
  margin-left: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.number-list li {
  list-style: decimal;
  margin-left: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.unordered-list li {
  list-style: disc;
  margin-left: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-r {
  position: absolute;
  inset: 0;
  left: auto;
}

.absolute-t {
  position: absolute;
  inset: 0;
  bottom: auto;
}

.absolute-l {
  position: absolute;
  inset: 0;
  right: auto;
}

.absolute-b {
  position: absolute;
  inset: 0;
  top: auto;
}

.absolute-t-l {
  position: absolute;
  inset: 0;
  bottom: auto;
  right: auto;
}

.absolute-t-r {
  position: absolute;
  inset: 0;
  bottom: auto;
  left: auto;
}

.absolute-b-l {
  position: absolute;
  inset: 0;
  top: auto;
  right: auto;
}

.absolute-b-r {
  position: absolute;
  inset: 0;
  top: auto;
  left: auto;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inset-0 {
  inset: 0;
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
}

.z-index-2xs {
  z-index: -1;
}

.z-index-xs {
  z-index: 0;
}

.z-index-sm {
  z-index: 1;
}

.z-index-md {
  z-index: 2;
}

.z-index-lg {
  z-index: 3;
}

.z-index-xl {
  z-index: 4;
}

.z-index-2xl {
  z-index: 5;
}

.z-index-3xl {
  z-index: 10;
}

.z-index-4xl {
  z-index: 50;
}

.z-index-5xl {
  z-index: 100;
}

.width-full {
  width: 100%;
}

.width-auto {
  width: auto;
}

.height-full {
  height: 100%;
}

.height-fit {
  height: fit-content;
}

.height-min {
  min-height: 1.875rem;
}
@media (min-width: 768px) {
  .height-min {
    min-height: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .height-min {
    min-height: 3.75rem;
  }
}

.size-full {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.grid {
  display: grid;
}

.grid-3-col {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3125rem;
  padding: 0.3125rem 0.3125rem;
}
@media (max-width: 767px) {
  .grid-3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-3-col {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.625rem;
    padding: 0.625rem 0.625rem;
  }
}
@media (min-width: 1920px) {
  .grid-3-col {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.9375rem;
    padding: 0.9375rem 0.9375rem;
  }
}

.gap-3xs {
  gap: 0.0625rem;
}
@media (min-width: 1024px) {
  .gap-3xs {
    gap: 0.125rem;
  }
}

.gap-2xs {
  gap: 0.125rem;
}
@media (min-width: 1024px) {
  .gap-2xs {
    gap: 0.3125rem;
  }
}

.gap-xs {
  gap: 0.3125rem;
}
@media (min-width: 1024px) {
  .gap-xs {
    gap: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .gap-xs {
    gap: 0.9375rem;
  }
}

.gap-sm {
  gap: 0.625rem;
}
@media (min-width: 1024px) {
  .gap-sm {
    gap: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .gap-sm {
    gap: 1.25rem;
  }
}

.gap-md {
  gap: 0.9375rem;
}
@media (min-width: 1024px) {
  .gap-md {
    gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .gap-md {
    gap: 1.875rem;
  }
}

.gap-lg {
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .gap-lg {
    gap: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .gap-lg {
    gap: 2.5rem;
  }
}

.gap-xl {
  gap: 1.875rem;
}
@media (min-width: 1024px) {
  .gap-xl {
    gap: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .gap-xl {
    gap: 3.75rem;
  }
}

.gap-2xl {
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .gap-2xl {
    gap: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .gap-2xl {
    gap: 5rem;
  }
}

.gap-3xl {
  gap: 3.75rem;
}
@media (min-width: 1024px) {
  .gap-3xl {
    gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .gap-3xl {
    gap: 6.25rem;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.scroll-x-nobar {
  overflow-x: auto;
}
.scroll-x-nobar::-webkit-scrollbar {
  display: none;
}

.p-0 {
  padding: 0;
}

.px-xs {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.px-sm {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 1024px) {
  .px-sm {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.px-md {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 1024px) {
  .px-md {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.px-lg {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 1024px) {
  .px-lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.py-xs {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-sm {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media (min-width: 1024px) {
  .py-sm {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.py-md {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .py-md {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.py-lg {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .py-lg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.pb-xs {
  padding-bottom: 0.3125rem;
}

.pb-sm {
  padding-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .pb-sm {
    padding-left: 0.9375rem;
  }
}

.pb-md {
  padding-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .pb-md {
    padding-bottom: 1.25rem;
  }
}

.pb-lg {
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .pb-lg {
    padding-bottom: 1.875rem;
  }
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.space-x-0 > * + * {
  margin-left: 0;
}

.pt-0 {
  padding-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.mr-0 {
  margin-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.ml-0 {
  margin-left: 0;
}

.px-1 {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}

.py-1 {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}

.mx-1 {
  margin-left: 0.0625rem;
  margin-right: 0.0625rem;
}

.my-1 {
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
}

.space-x-1 > * + * {
  margin-left: 0.0625rem;
}

.pt-1 {
  padding-top: 0.0625rem;
}

.mt-1 {
  margin-top: 0.0625rem;
}

.pr-1 {
  padding-right: 0.0625rem;
}

.mr-1 {
  margin-right: 0.0625rem;
}

.pb-1 {
  padding-bottom: 0.0625rem;
}

.mb-1 {
  margin-bottom: 0.0625rem;
}

.pl-1 {
  padding-left: 0.0625rem;
}

.ml-1 {
  margin-left: 0.0625rem;
}

.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.space-x-2 > * + * {
  margin-left: 0.125rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.px-3 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.py-3 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.mx-3 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.my-3 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.space-x-3 > * + * {
  margin-left: 0.3125rem;
}

.pt-3 {
  padding-top: 0.3125rem;
}

.mt-3 {
  margin-top: 0.3125rem;
}

.pr-3 {
  padding-right: 0.3125rem;
}

.mr-3 {
  margin-right: 0.3125rem;
}

.pb-3 {
  padding-bottom: 0.3125rem;
}

.mb-3 {
  margin-bottom: 0.3125rem;
}

.pl-3 {
  padding-left: 0.3125rem;
}

.ml-3 {
  margin-left: 0.3125rem;
}

.px-4 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-4 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.mx-4 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-4 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.space-x-4 > * + * {
  margin-left: 0.625rem;
}

.pt-4 {
  padding-top: 0.625rem;
}

.mt-4 {
  margin-top: 0.625rem;
}

.pr-4 {
  padding-right: 0.625rem;
}

.mr-4 {
  margin-right: 0.625rem;
}

.pb-4 {
  padding-bottom: 0.625rem;
}

.mb-4 {
  margin-bottom: 0.625rem;
}

.pl-4 {
  padding-left: 0.625rem;
}

.ml-4 {
  margin-left: 0.625rem;
}

.px-5 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.py-5 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.mx-5 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.my-5 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.space-x-5 > * + * {
  margin-left: 0.9375rem;
}

.pt-5 {
  padding-top: 0.9375rem;
}

.mt-5 {
  margin-top: 0.9375rem;
}

.pr-5 {
  padding-right: 0.9375rem;
}

.mr-5 {
  margin-right: 0.9375rem;
}

.pb-5 {
  padding-bottom: 0.9375rem;
}

.mb-5 {
  margin-bottom: 0.9375rem;
}

.pl-5 {
  padding-left: 0.9375rem;
}

.ml-5 {
  margin-left: 0.9375rem;
}

.px-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.mx-6 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.space-x-6 > * + * {
  margin-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.25rem;
}

.pr-6 {
  padding-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.25rem;
}

.pl-6 {
  padding-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.25rem;
}

.px-7 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-7 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.mx-7 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-7 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.space-x-7 > * + * {
  margin-left: 1.875rem;
}

.pt-7 {
  padding-top: 1.875rem;
}

.mt-7 {
  margin-top: 1.875rem;
}

.pr-7 {
  padding-right: 1.875rem;
}

.mr-7 {
  margin-right: 1.875rem;
}

.pb-7 {
  padding-bottom: 1.875rem;
}

.mb-7 {
  margin-bottom: 1.875rem;
}

.pl-7 {
  padding-left: 1.875rem;
}

.ml-7 {
  margin-left: 1.875rem;
}

.px-8 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-8 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mx-8 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-8 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.space-x-8 > * + * {
  margin-left: 2.5rem;
}

.pt-8 {
  padding-top: 2.5rem;
}

.mt-8 {
  margin-top: 2.5rem;
}

.pr-8 {
  padding-right: 2.5rem;
}

.mr-8 {
  margin-right: 2.5rem;
}

.pb-8 {
  padding-bottom: 2.5rem;
}

.mb-8 {
  margin-bottom: 2.5rem;
}

.pl-8 {
  padding-left: 2.5rem;
}

.ml-8 {
  margin-left: 2.5rem;
}

.px-9 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-9 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.mx-9 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-9 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.space-x-9 > * + * {
  margin-left: 3.75rem;
}

.pt-9 {
  padding-top: 3.75rem;
}

.mt-9 {
  margin-top: 3.75rem;
}

.pr-9 {
  padding-right: 3.75rem;
}

.mr-9 {
  margin-right: 3.75rem;
}

.pb-9 {
  padding-bottom: 3.75rem;
}

.mb-9 {
  margin-bottom: 3.75rem;
}

.pl-9 {
  padding-left: 3.75rem;
}

.ml-9 {
  margin-left: 3.75rem;
}

.px-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.space-x-10 > * + * {
  margin-left: 5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.pr-10 {
  padding-right: 5rem;
}

.mr-10 {
  margin-right: 5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.pl-10 {
  padding-left: 5rem;
}

.ml-10 {
  margin-left: 5rem;
}

.px-11 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-11 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.mx-11 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-11 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.space-x-11 > * + * {
  margin-left: 6.25rem;
}

.pt-11 {
  padding-top: 6.25rem;
}

.mt-11 {
  margin-top: 6.25rem;
}

.pr-11 {
  padding-right: 6.25rem;
}

.mr-11 {
  margin-right: 6.25rem;
}

.pb-11 {
  padding-bottom: 6.25rem;
}

.mb-11 {
  margin-bottom: 6.25rem;
}

.pl-11 {
  padding-left: 6.25rem;
}

.ml-11 {
  margin-left: 6.25rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mX-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.radius-0 {
  border-radius: 0;
}

.radius-2xs {
  border-radius: 0.1875rem;
}

.radius-xs {
  border-radius: 0.25rem;
}

.radius-sm {
  border-radius: 0.375rem;
}

.radius-md {
  border-radius: 0.5rem;
}

.radius-lg {
  border-radius: 0.75rem;
}

.radius-xl {
  border-radius: 1rem;
}

.radius-2xl {
  border-radius: 1.25rem;
}

.radius-3xl {
  border-radius: 1.5rem;
}

.radius-4xl {
  border-radius: 3rem;
}

.radius-circle {
  border-radius: 100%;
}

.radius-xs {
  border-radius: 0.1875rem;
}
@media (min-width: 1024px) {
  .radius-xs {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .radius-xs {
    border-radius: 0.375rem;
  }
}

.radius-sm {
  border-radius: 0.375rem;
}
@media (min-width: 1024px) {
  .radius-sm {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .radius-sm {
    border-radius: 0.75rem;
  }
}

.radius-md {
  border-radius: 0.5rem;
}
@media (min-width: 1024px) {
  .radius-md {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .radius-md {
    border-radius: 1rem;
  }
}

.radius-lg {
  border-radius: 0.75rem;
}
@media (min-width: 1024px) {
  .radius-lg {
    border-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .radius-lg {
    border-radius: 1.25rem;
  }
}

.radius-xl {
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .radius-xl {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .radius-xl {
    border-radius: 1.5rem;
  }
}

.radius-full {
  border-radius: 100%;
}

.radius-only-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.radius-only-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.radius-only-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.radius-only-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: #112000;
}

.bg-black-dark {
  background-color: #070E00;
}

.bg-premium {
  color: #6B1580;
  background-color: #F2DDF7;
}

.bg-gray {
  color: #112000;
  border: 1px solid #E8E9E6;
  background-color: #F4F5F3;
}

.bg-gray-dark {
  background-color: #E8E9E6;
  border: 1px solid #CCCCCC;
  color: #666666;
}

.bg-gray-darker {
  background-color: #999999;
  border: 1px solid #666666;
  color: #666666;
}

.bg-gray-transparency {
  background-color: rgba(244, 245, 243, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.15);
}

.bg-none {
  background-color: transparent;
}

.border-purple-light1 {
  border: 1px solid #D092DF;
}

.color-purple-dark1 {
  color: #6B1580;
}

.color-gray-dark {
  color: #666666;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.font-bold {
  font-weight: bold;
}

.font-white {
  color: white;
}

.sidebar {
  max-width: 160px;
}
@media (min-width: 1920px) {
  .sidebar {
    max-width: 180px;
  }
}
.sidebar ul {
  width: 100%;
}
.sidebar ul li {
  border-top: 1px solid #E8E9E6;
}
.sidebar ul li:hover, .sidebar ul li:active, .sidebar ul li:has(button.active) {
  border-top: 1px solid transparent;
}
.sidebar ul li:hover + li, .sidebar ul li:active + li, .sidebar ul li:has(button.active) + li {
  border-top: 1px solid transparent;
}
.sidebar ul li,
.sidebar ul li button {
  width: 100%;
  height: 36px;
}
.sidebar ul li button {
  color: #112000;
  padding: 0 5px;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.2s ease-out;
}
.sidebar ul li button:hover, .sidebar ul li button:focus-within {
  color: #2B4B04;
  background-color: #BAEC79;
  transition: all 0.2s ease-in;
}
.sidebar ul li button:active, .sidebar ul li button.active {
  color: white;
  background-color: #67a516;
  transition: all 0.2s ease-in;
}
.sidebar ul li button:active img, .sidebar ul li button.active img {
  transition: all 0.2s ease-in;
  filter: brightness(0) invert(1);
}

.url-youtube {
  top: 100%;
}
.url-youtube .e__textformular__youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: #E8E9E6;
  border: 1px solid #999999;
  min-width: 48px;
  height: 37px;
}
@media (min-width: 1024px) {
  .url-youtube .e__textformular__youtube {
    height: 45px;
    min-width: 57px;
  }
}
.url-youtube .e__textformular input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.progress label, .progress h6 {
  white-space: nowrap;
  line-height: 1;
  padding: 0;
  font-size: 0.5625rem;
  line-height: 1;
}
.progress progress {
  appearance: none;
  width: inherit;
  min-width: 72px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #2B4B04;
  flex: 1;
}
.progress progress::-moz-progress-bar, .progress progress::-webkit-progress-value {
  background-color: #67a516;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.progress__dark {
  color: #CCCCCC;
}
.progress__dark h6 {
  padding-top: 40px;
}

.bullet {
  font-weight: 600;
  line-height: 1;
  color: white;
  background-color: rgba(17, 32, 0, 0.8);
  padding: 0.0625rem 0.3125rem;
}
@media (min-width: 1024px) {
  .bullet {
    padding: 0.125rem 0.3125rem;
  }
}

.alert-1 h4, .alert-2 h4, .alert-3 h4, .alert-4 h4 {
  max-width: calc(100% - 30px);
  margin-left: 0;
  font-weight: 700 !important;
  line-height: 1.1;
}
.alert-1 p, .alert-2 p, .alert-3 p, .alert-4 p {
  max-width: calc(100% - 30px);
  line-height: 1.1;
}
.alert-1 h4 ~ p, .alert-2 h4 ~ p, .alert-3 h4 ~ p, .alert-4 h4 ~ p {
  max-width: 100%;
}

.alert-1 {
  border: 2px solid #F2CA0D;
  background-color: #FCEFB4;
}

.alert-2 {
  border: 2px solid #BAEC79;
  background-color: #ECFED7;
}

.alert-3 {
  color: #6B1580;
  border: 2px solid #E6C2EF;
  background-color: #F2DDF7;
}

.text-decoration-none {
  text-decoration: none;
}

.flex-truncate {
  flex: 1;
  min-width: 0;
}
.flex-truncate > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.whitespace-nowrap {
  white-space: nowrap;
}

cookie-consent.unlocked {
  --cookie-consent-bg: rgba(0, 0, 0, 0.8);
  --cookie-consent-backdrop-filter: blur(5px);
  --cookie-consent-color: #ffffff;
}

cookie-consent.unlocked p {
  font-size: 13px;
  margin-bottom: 0.5em;
  margin-top: 0;
}

cookie-consent.unlocked p:last-child {
  margin-bottom: 0;
}

.whiteContainer {
  background-color: #fff;
}

.slct,
select {
  display: inline-block;
  align-items: center;
  width: auto;
  height: 36px;
  max-width: 100%;
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 0 32px 0 12px;
  color: #112000;
  background-color: #F4F5F3;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6 9L12 15L18 9' stroke='%23112000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-origin: border-box;
  background-position: 96% center;
  border: 0;
  box-shadow: inset 0 0 0 1px #CCCCCC;
  border-radius: 50px;
  appearance: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none !important;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  .slct,
  select {
    height: 38px;
    padding: 0 40px 0 16px;
  }
}
@media (min-width: 1024px) {
  .slct,
  select {
    height: 44px;
    padding: 0 48px 0 20px;
    font-size: 1rem;
  }
}
.slct:hover,
select:hover {
  outline: none !important;
  background-color: #E8E9E6;
  box-shadow: inset 0 0 0 1px #112000;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.slct:focus, .slct:active,
select:focus,
select:active {
  outline: none !important;
  box-shadow: inset 0 0 0 2px #9BD84C;
  transition: all 0.2s ease-in;
}
.slct:disabled,
select:disabled {
  color: #CCCCCC;
  pointer-events: none;
  cursor: default;
}
.slct--short,
select--short {
  width: 50%;
}
@media (min-width: 768px) {
  .slct--short,
  select--short {
    width: 33%;
  }
}
.slct--field,
select--field {
  width: auto;
  height: 32px;
  padding: 0;
}
.slct--field:has(svg), .slct--field:has(img),
select--field:has(svg),
select--field:has(img) {
  padding: 0 10px 0 5px;
}
@media (min-width: 768px) {
  .slct--field,
  select--field {
    gap: 0px;
    height: 36px;
    padding: 0 5px;
  }
}
@media (min-width: 1024px) {
  .slct--field,
  select--field {
    height: 40px;
    padding: 0 5px;
  }
}
.slct--field:focus,
select--field:focus {
  box-shadow: 0 0 0 2px #baec79;
}
.slct--field--active, .slct--field:active, .slct--field:focus-within,
select--field--active,
select--field:active,
select--field:focus-within {
  box-shadow: 0 0 0 2px #baec79;
}
.slct--field__text,
select--field__text {
  padding: 0 20px 0 5px;
}
@media (max-width: 767px) {
  .slct--field__text,
  select--field__text {
    display: none;
  }
}
.slct--white,
select--white {
  background-color: white;
}
.slct::-ms-expand,
select::-ms-expand {
  display: none;
}
.slct option,
select option {
  background-color: #FFFFFF;
  color: #112000;
  transition: all 0.2ss ease-in-out;
}
.slct option:hover, .slct option:focus, .slct option:focus-within, .slct option:active,
select option:hover,
select option:focus,
select option:focus-within,
select option:active {
  background-color: #67a516;
  color: #FFFFFF;
  transition: all 0.2ss ease-in-out;
}
.slct.form-field:focus,
select.form-field:focus {
  background-image: url("https://cloud.educaplay.com/r/img/i-downArrow.svg");
}

.registro__legal,
.registro__notificaciones {
  display: flex;
  font-size: 0.8rem;
}

.registro__legal {
  margin-top: 1rem;
}
.registro__legal > div:last-child {
  padding-top: 4px;
}

.registro__legal__chk {
  margin-top: 0.1rem;
  margin-right: 0.5rem;
}

.registro__legal__chk input {
  width: 24px !important;
}

.e__new {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  border: 3px solid #67a516;
  padding: 15px 40px 20px 20px;
  margin: 32px 0 0;
}
@media (max-width: 1008px) {
  .e__new {
    flex-direction: column;
    padding: 20px 25px 25px;
    align-items: flex-start;
  }
}
@media (max-width: 778px) {
  .e__new {
    margin: 0;
  }
}
.e__new__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  border: 0;
  background: white;
  border-radius: 16px;
  transition: all 0.2s ease-in;
  opacity: 0.25;
}
.e__new__close:hover, .e__new__close:focus, .e__new__close:active {
  opacity: 1;
  background: rgba(7, 14, 0, 0.1);
  transition: all 0.2s ease-out;
}
.e__new__i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.e__new__i svg {
  width: 60px;
  height: inherit;
}
@media (max-width: 1008px) {
  .e__new__i svg {
    width: 40px;
  }
}
.e__new__txt {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  color: #112000;
  font-family: "Nunito", "Segoe UI", Segoe, Helvetica, Arial, sans-serif;
  margin: 0 20px;
}
@media (max-width: 1008px) {
  .e__new__txt {
    margin: 10px 0 15px;
  }
}
.e__new__txt__hd3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 778px) {
  .e__new__txt__hd3 {
    font-size: 17px;
  }
}
.e__new__txt__hd5 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 778px) {
  .e__new__txt__hd5 {
    font-size: 12px;
  }
}
.e__new__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.e__new__btns .btn {
  min-width: 256px;
}
@media (min-width: 1024px) {
  .e__new__btns .btn {
    height: 3.5rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 1008px) {
  .e__new__btns {
    width: 100%;
  }
}

.e__info {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: 0 0 0 2px transparent;
  border-radius: 50%;
  outline: 0;
  border: 0;
  transition: all 0.2s ease-out;
}
.e__info svg path {
  transition: all 0.2s ease-out;
}
.e__info:hover svg path, .e__info:focus-within svg path {
  fill: #67a516;
  transition: all 0.2s ease-in;
}
.e__info:focus {
  box-shadow: 0 0 0 2px #BAEC79;
}
.e__info:focus svg path {
  fill: #67a516;
  transition: all 0.2s ease-in;
}

/* Boton / Componente */
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  min-width: 220px;
  max-width: 300px;
  font-family: "Nunito", "Segoe UI", Segoe, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #070e00;
  border-radius: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .btn {
    min-width: 300px;
    height: 3.25rem;
    border-radius: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    min-width: 320px;
    height: 3.5rem;
    border-radius: 1.75rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .btn {
    min-width: 340px;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.5rem;
  }
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.05);
}
.btn:active, .btn:focus {
  transform: translateY(1px) scale(0.99);
}
.btn--min {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border: 1px solid #67a516 !important;
}
@media (min-width: 768px) {
  .btn--min {
    min-width: 56px !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 28px !important;
  }
}
.btn--min:hover {
  background: #1b3101;
}
.btn--lnk {
  min-width: auto;
  height: 2rem;
  font-size: 14px;
  font-weight: 700;
  color: #67a516;
  background: transparent;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
}
.btn__i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.btn__edu {
  color: white;
  background: #67a516;
  border: 1px solid #67a516;
}
.btn__edu--act {
  color: #070e00;
  background: #f2ca0d;
  border: 1px solid #f2ca0d;
}
.btn__edu--out {
  color: #fafff3;
  background: transparent;
  border: 1px solid #fafff3;
}

#txtTitAct,
#nombreAutor {
  color: #618a2c;
}

.e__gclassroom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px 5px 7px;
  color: white;
  background: rgb(17, 32, 0);
  background: linear-gradient(0deg, rgb(17, 32, 0) 0%, rgb(24, 44, 1) 42%, rgb(43, 75, 4) 71%, rgb(43, 75, 4) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgb(0, 0, 0);
  box-shadow: 0 0 0 1px rgba(17, 32, 0, 0.25);
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .e__gclassroom {
    padding: 7px 22px 7px 10px;
    border-radius: 8px;
    box-shadow: 0 0 0 2px rgba(17, 32, 0, 0.25);
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom {
    padding: 5px 16px 5px 7px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(17, 32, 0, 0.25);
  }
}
.e__gclassroom__ico {
  display: flex;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .e__gclassroom__ico {
    margin-right: 14px;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom__ico {
    margin-right: 10px;
  }
}
@media screen and (orientation: portrait) and (min-height: 861px) and (min-width: 800px) {
  .e__gclassroom__ico {
    margin-right: 14px;
  }
}
.e__gclassroom__ico svg {
  width: 24px;
  height: auto;
  height: intrinsic;
}
@media (min-width: 1024px) {
  .e__gclassroom__ico svg {
    width: 40px;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom__ico svg {
    width: 24px;
  }
}
@media screen and (orientation: portrait) and (min-height: 861px) and (min-width: 800px) {
  .e__gclassroom__ico svg {
    width: 40px;
  }
}
.e__gclassroom__txt {
  font-size: 6px;
  font-weight: 300;
  line-height: 1.15;
  text-align: left;
  cursor: default;
}
@media (min-width: 1024px) {
  .e__gclassroom__txt {
    font-size: 11px;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom__txt {
    font-size: 6px;
  }
}
@media screen and (orientation: portrait) and (min-height: 861px) and (min-width: 800px) {
  .e__gclassroom__txt {
    font-size: 11px;
  }
}
.e__gclassroom__txt h5,
.e__gclassroom__txt p {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2px;
  margin: 0;
}
@media (min-width: 1024px) {
  .e__gclassroom__txt h5,
  .e__gclassroom__txt p {
    font-size: 14px;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) and (min-width: 1024px) {
  .e__gclassroom__txt h5,
  .e__gclassroom__txt p {
    font-size: 14px;
  }
}
@media screen and (orientation: portrait) and (min-height: 861px) and (min-width: 800px) {
  .e__gclassroom__txt h5,
  .e__gclassroom__txt p {
    font-size: 14px;
  }
}

.activitynotready {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 58%;
  padding-top: 2.5rem;
  background-color: #eee;
}
.activitynotready .claim {
  display: flex;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.activitynotready .claim > img {
  max-width: 183px;
}
.activitynotready .claim > h1 {
  max-width: 360px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.activitynotready .claim--margenAdicional {
  margin-top: 130px;
}
.activitynotready .subClaim {
  margin: 2rem;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
}

.e__wp {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}
.e__toggle__switch {
  display: flex;
  min-width: 160px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.e__toggle__switch label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 32px;
  background-color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  border: 1px solid #999999;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 1024px) {
  .e__toggle__switch label {
    font-size: 0.9375rem;
    height: 44px;
  }
}
.e__toggle__switch label:first-of-type {
  padding-left: 12px;
  padding-right: 4px;
  border-radius: 2.25rem 0 0 2.25rem;
  border-right: 0 solid #999999;
  border-left: 1px solid #999999;
}
.e__toggle__switch label:last-of-type {
  padding-left: 4px;
  padding-right: 12px;
  border-radius: 0 2.25rem 2.25rem 0;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
.e__toggle__switch label:not(last-of-type) {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
.e__toggle__switch label:hover {
  color: white;
  background-color: #67a516;
}
.e__toggle__switch input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.e__toggle__switch input:checked + label {
  background-color: #BAEC79;
}
.e__toggle__switch input:checked + label:hover {
  color: #588A23;
  background-color: #BAEC79;
}

.share-activity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 845px) {
  .share-activity {
    gap: 12px;
  }
}
.share-activity > * {
  width: 100%;
}
.share-activity__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  order: 1;
  padding: 32px 16px 24px;
}
@media (max-width: 768px) {
  .share-activity__wrapper {
    gap: 3px;
    padding: 8px 8px 16px;
  }
}
.share-activity__wrapper .flex {
  justify-content: center;
}
.share-activity__social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .share-activity__social-links {
    flex-direction: row;
    gap: 3px;
  }
}
.share-activity__social-links a,
.share-activity__social-links button {
  text-align: left;
  white-space: normal;
  min-width: auto;
  width: 200px;
  max-width: none;
  padding: 0 !important;
  margin: 0;
}
@media (min-width: 768px) {
  .share-activity__social-links a,
  .share-activity__social-links button {
    width: 215px;
  }
  .share-activity__social-links a:last-child,
  .share-activity__social-links button:last-child {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .share-activity__social-links a,
  .share-activity__social-links button {
    min-width: 100%;
  }
}
.share-activity__social-links a:hover img,
.share-activity__social-links button:hover img {
  filter: none;
}
.share-activity__social-links a img,
.share-activity__social-links button img {
  max-width: 30px;
  margin-left: -12px;
}
.share-activity__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
}
.share-activity__footer svg {
  width: 30px;
  height: inherit;
}
.share-activity__icon {
  width: 34px;
  height: 34px;
}
.share-activity__icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.share-activity__codes .form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: 8px;
}
.share-activity__codes .form-row label {
  grid-column: 1/3;
  grid-row: 1;
  font-weight: 600;
}
.share-activity__codes .form-row .form-field {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
}
.share-activity__codes .form-row textarea {
  height: 96px;
}
@media (max-width: 768px) {
  .share-activity__codes .form-row textarea {
    height: 64px;
    font-size: 12px;
  }
}
.share-activity__codes .form-row .button-with-msg {
  grid-column: 2;
  grid-row: 2;
  max-width: 96px;
}
.share-activity__codes .e__textformular__input--large textarea,
.share-activity__codes .e__textformular--large #insert {
  min-height: fit-content;
}
.share-activity .pt-3 {
  display: flex;
  justify-content: center;
}
.share-activity #invitationsLimit,
.share-activity #gclassroomNotPublishable,
.share-activity #mteamsNotPublishable {
  display: flex;
  flex-direction: column;
  order: 0;
  padding: 16px 16px 24px;
  background: #CEF69C;
  z-index: 999;
}
@media (max-width: 768px) {
  .share-activity #invitationsLimit,
  .share-activity #gclassroomNotPublishable,
  .share-activity #mteamsNotPublishable {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    margin: 0 auto;
    padding: 12px 8px 16px;
    border-radius: 24px;
    border: 1px solid #67a516;
    padding: 12px 16px 16px;
    box-shadow: 0 -2px 0 0 rgba(17, 32, 0, 0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .share-activity #invitationsLimit .dropdown__title,
  .share-activity #gclassroomNotPublishable .dropdown__title,
  .share-activity #mteamsNotPublishable .dropdown__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.15;
  }
  .share-activity #invitationsLimit .dropdown__txt,
  .share-activity #gclassroomNotPublishable .dropdown__txt,
  .share-activity #mteamsNotPublishable .dropdown__txt {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 8px;
  }
}
.share-activity #invitationsLimit .grey-button,
.share-activity #gclassroomNotPublishable .grey-button,
.share-activity #mteamsNotPublishable .grey-button {
  background: #F2CA0D;
  border-color: #F2CA0D;
}
.share-activity .grey-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: 48px;
  width: 100%;
  padding: 0 24px;
  border-radius: 24px;
  color: white;
  background: rgb(103, 165, 22);
}
@media (max-width: 845px) {
  .share-activity .grey-button {
    height: 40px;
    border-radius: 20px;
  }
}
.share-activity .grey-button img {
  width: 26px;
  height: auto;
  margin-right: 12px;
}
.share-activity .grey-button:hover, .share-activity .grey-button:focus {
  box-shadow: inset 0 0 0 500px rgba(17, 32, 0, 0.15);
}

.formularioStandard {
  padding: 0 16px 64px;
}
.formularioStandard > form {
  display: flex;
  flex-direction: column;
}
.formularioStandard input,
.formularioStandard textarea {
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1024px) {
  .formularioStandard input,
  .formularioStandard textarea {
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
.formularioStandard .g-recaptcha {
  margin: 12px auto;
}
.formularioStandard .registro__legal,
.formularioStandard .registro__notificaciones {
  max-width: 460px;
  margin: 4px auto;
  text-align: left;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.1px;
  color: #112000;
}
@media (max-width: 845px) {
  .formularioStandard .registro__legal,
  .formularioStandard .registro__notificaciones {
    font-size: 9px;
  }
}
.formularioStandard .registro__legal a,
.formularioStandard .registro__notificaciones a {
  text-decoration: none;
}
.formularioStandard .registro__legal a:hover,
.formularioStandard .registro__notificaciones a:hover {
  text-decoration: underline;
}
.formularioStandard .registro__btn,
.formularioStandard .send__btn {
  margin: 0 auto;
  max-width: 420px;
}
.formularioStandard .registro__btn .botonGenerico,
.formularioStandard .send__btn .botonGenerico {
  padding: 0 48px;
}
@media (min-width: 845px) {
  .formularioStandard .registro__btn .botonGenerico,
  .formularioStandard .send__btn .botonGenerico {
    width: 320px;
  }
}
.formularioStandard .login__modulo__registrate--margen {
  text-align: center;
}

fieldset {
  border: 0;
  padding-inline-start: 0px;
  padding-block-start: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-block-end: 0px;
  padding-inline-end: 0px;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  fieldset {
    margin-top: 10px;
  }
}
fieldset legend {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 6px;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  fieldset legend {
    font-size: 0.9375rem;
  }
}
fieldset legend input {
  margin: 5px !important;
}

.crea__loading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 320px);
}
@media screen and (min-width: 1024px) {
  .crea__loading {
    height: calc(100vh - 380px);
  }
}
.crea__loading__simbolo__svg {
  width: 64px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .crea__loading__simbolo__svg {
    width: 96px;
    height: auto;
  }
}
.crea__loading__simbolo__svg__box {
  animation: rotate 2s steps(4) infinite;
  transform-origin: 50% 50%;
}
.crea__loading__txt {
  font-size: 13px;
  transform: translateY(-4px);
}
@media screen and (min-width: 1024px) {
  .crea__loading__txt {
    font-size: 15px;
    transform: translateY(-4px);
  }
}
.crea__loading--mini {
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .crea__loading--mini {
    height: 48px;
  }
}
.crea__loading--mini .crea__loading__simbolo__svg {
  width: 24px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .crea__loading--mini .crea__loading__simbolo__svg {
    width: 40px;
    height: auto;
  }
}
.crea__loading--mini .crea__loading__simbolo__svg__box {
  fill: #c6c6c6;
  animation: rotate 1.5s steps(4) infinite;
}

.e__trmsCndtns,
.maxwidth {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 200px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .e__trmsCndtns,
  .maxwidth {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.e__trmsCndtns .txt,
.maxwidth .txt {
  font-size: 14px;
  text-align: left;
  max-width: none;
  margin: 0;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  color: #666666;
}
@media (max-width: 768px) {
  .e__trmsCndtns .txt,
  .maxwidth .txt {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.e__trmsCndtns .txt p + ul,
.e__trmsCndtns .txt p + ol,
.maxwidth .txt p + ul,
.maxwidth .txt p + ol {
  margin-top: 16px;
  color: #666666;
}
@media (max-width: 768px) {
  .e__trmsCndtns .txt p + ul,
  .e__trmsCndtns .txt p + ol,
  .maxwidth .txt p + ul,
  .maxwidth .txt p + ol {
    margin-top: 12px;
  }
}
.e__trmsCndtns .txt .unordered-list li,
.e__trmsCndtns .txt .number-list li,
.maxwidth .txt .unordered-list li,
.maxwidth .txt .number-list li {
  margin-left: 24px;
  padding-left: 8px;
  color: #666666;
}
@media (max-width: 768px) {
  .e__trmsCndtns .txt .unordered-list li,
  .e__trmsCndtns .txt .number-list li,
  .maxwidth .txt .unordered-list li,
  .maxwidth .txt .number-list li {
    margin-left: 16px;
    padding-left: 4px;
    padding-bottom: 8px;
  }
}
.e__trmsCndtns .txt ul + p,
.e__trmsCndtns .txt ol + p,
.maxwidth .txt ul + p,
.maxwidth .txt ol + p {
  padding-top: 8px;
}
@media (max-width: 768px) {
  .e__trmsCndtns .txt ul + p,
  .e__trmsCndtns .txt ol + p,
  .maxwidth .txt ul + p,
  .maxwidth .txt ol + p {
    padding-top: 4px;
  }
}
.e__trmsCndtns .claim,
.maxwidth .claim {
  text-align: left;
  padding: 0;
  margin: 120px 0 30px;
}
@media (max-width: 768px) {
  .e__trmsCndtns .claim,
  .maxwidth .claim {
    margin: 120px 0 20px;
  }
}
.e__trmsCndtns .claim + h2.subClaim,
.maxwidth .claim + h2.subClaim {
  padding-top: 0;
}
.e__trmsCndtns .subClaim,
.maxwidth .subClaim {
  margin: 0;
  margin-bottom: 4px;
}
.e__trmsCndtns h2.subClaim,
.maxwidth h2.subClaim {
  font-size: 20px;
  text-align: left;
  padding-top: 60px;
  color: #666666;
}
@media (max-width: 768px) {
  .e__trmsCndtns h2.subClaim,
  .maxwidth h2.subClaim {
    font-size: 17px;
    padding-top: 30px;
  }
}
.e__trmsCndtns h3.subClaim,
.maxwidth h3.subClaim {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-top: 8px;
  color: #666666;
}
@media (max-width: 768px) {
  .e__trmsCndtns h3.subClaim,
  .maxwidth h3.subClaim {
    font-size: 15px;
    padding-top: 4px;
  }
}

.edumodal-wrapper {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.4 ease;
  z-index: 10000;
  backface-visibility: hidden;
}

.edumodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.edumodal {
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  position: absolute;
  display: block;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  width: 100%;
  max-width: 736px;
  padding: 40px 32px 48px;
  border: 3px solid rgb(168, 71, 191);
  box-shadow: 0 0 0 3px white, 0 12px 0 0 rgba(17, 32, 0, 0.5), 0 4px 0 rgba(17, 32, 0, 0.9);
  background: white;
}
.edumodal .dropdown__title {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .edumodal .dropdown__title {
    line-height: 1.15;
  }
}
.edumodal .dropdown__txt {
  margin-bottom: 30px;
}
.edumodal .buttons-wraper {
  display: flex;
  justify-content: center;
}
@media (orientation: portrait) {
  .edumodal .buttons-wraper {
    padding-bottom: 30px;
  }
}
.edumodal .buttons-wraper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 756px) {
  .edumodal-wrapper .dropdown__title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
@media only screen and (max-device-width: 1000px) and (orientation: landscape) and (hover: none) {
  .edumodal {
    top: 1rem;
  }
}
.edumodal,
.edumodal-wrapper:after {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .edumodal {
    width: calc(100% - 2rem);
    margin: auto;
  }
}
.edumodal-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  border: 0;
  background-image: url("https://cloud.educaplay.com/r/img/i-close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}

.edumodal-close:hover,
.edumodal-close:focus,
.edumodal-close:active {
  background-color: rgba(17, 32, 0, 0.12);
}

@media (max-width: 768px) {
  .edumodal {
    width: calc(100% - 6px);
    top: auto;
    bottom: -6px;
    left: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px 12px 24px;
    transform: translate(-50%, 0%);
    box-shadow: 0 0 0 3px white, 0 -9px 0 0 rgba(17, 32, 0, 0.4), 0 -4px 0 0 rgba(17, 32, 0, 0.9);
  }
}
.buttonLink {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}

.buttonPremium {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  width: inherit;
  height: 2.75rem;
  border-radius: 1.75rem;
  border: solid 1px #9bd84c;
  outline: 0;
  transition: all 0.2s ease-in-out;
  margin: auto;
  background: rgb(168, 71, 191);
  color: white;
  padding: 0 40px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}
.buttonPremium::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  pointer-events: none;
  z-index: -1;
  transition: box-shadow 0.2s ease-in-out;
}
@media (max-width: 778px) {
  .buttonPremium {
    height: 2.5rem;
    border-radius: 1.25rem;
    padding: 0 1.25rem;
  }
}
.buttonPremium:hover, .buttonPremium:focus, .buttonPremium:active {
  outline: 0;
  border: solid 1px #67a516;
  background: rgb(107, 21, 128);
}

.wrapper-iframe-activity {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b3101;
  background-image: url("https://cloud.educaplay.com/r/img/background-iframe.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 68vh;
  padding: 2px;
}
@media (orientation: portrait) {
  .wrapper-iframe-activity {
    padding: 3px 5px;
    height: 70vh;
  }
}
@media (min-width: 1920px) {
  .wrapper-iframe-activity {
    height: 60vh;
  }
}
.wrapper-iframe-activity iframe {
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (orientation: portrait) {
  .wrapper-iframe-activity iframe {
    width: 100vw;
  }
}
@media (orientation: landscape) {
  .wrapper-iframe-activity iframe {
    min-width: 110vh;
  }
}
@media (orientation: landscape) and (min-width: 768px) {
  .wrapper-iframe-activity iframe {
    width: 110dvh;
    min-width: 560px;
  }
}

.activityFullScreen .wrapper-iframe-activity {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 100vh;
  z-index: 10000;
  background-color: #070e00;
}

#onetrust-consent-sdk {
  border: 0 solid rgba(17, 32, 0, 0) !important;
}

.e-btn[aria-disabled=true] {
  pointer-events: none;
  background: #efefef;
  box-shadow: none;
  cursor: default;
}

.skip-link {
  top: -10000px;
  white-space: initial;
}

.skip-link:focus {
  border: 1px solid #67a516;
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 4px #BAEC79;
  display: flex;
  color: #112000;
  position: relative;
  top: auto;
}

.wrapper_separator {
  padding: 0 10px;
}

.separator {
  width: 100%;
}

.loading__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bubble-ai {
  background-color: #def3bc;
  border-radius: 9999px;
  padding: 0 6px 0 16px;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.bubble-ai__icon {
  position: absolute;
  left: 6px;
  bottom: 4px;
  width: auto;
  height: 14px;
  display: block;
}
.bubble-ai__text {
  font-size: 9px;
  line-height: 14px;
  font-weight: 800;
  color: #2b4b04;
}
.bubble-ai--left {
  margin-left: 10px;
}

.cl-consent__logo {
  display: none !important;
}

.cl-consent::before {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.cl-consent__inner {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cl-consent-popup {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  border-radius: 0 !important;
  padding: 20px 20px 5px !important;
}

.cl-consent .cl-consent-node-h3.cl-consent__title {
  font-size: 21px !important;
  font-weight: 800 !important;
  margin: 0 0 5px !important;
  text-align: left !important;
}
@media (max-width: 767px) {
  .cl-consent .cl-consent-node-h3.cl-consent__title {
    font-size: 18px !important;
  }
}

.cl-consent__descr {
  margin-bottom: 15px !important;
}

.cl-consent .cl-consent__descr .cl-consent-node-p, .cl-consent .cl-consent__descr .cl-consent-node-li {
  line-height: 1.1 !important;
}

.cl-consent .cl-consent__descr .cl-consent-node-a,
.cl-consent a {
  font-weight: 900 !important;
  color: #528312 !important;
  text-decoration: none !important;
}
.cl-consent .cl-consent__descr .cl-consent-node-a:hover, .cl-consent .cl-consent__descr .cl-consent-node-a:focus-within,
.cl-consent a:hover,
.cl-consent a:focus-within {
  text-decoration: underline !important;
  color: #67a516 !important;
}

.cl-consent .cl-consent__descr .cl-consent-node-a {
  margin: 0 5px !important;
}

.cl-consent-local-link.cl-consent-node-a {
  margin: 0 !important;
}

.cl-consent .cl-consent__descr .cl-consent-node-p {
  overflow: hidden !important;
}
.cl-consent .cl-consent__descr .cl-consent-node-p br {
  display: none !important;
}

.cl-consent__buttons {
  gap: 10px !important;
}
.cl-consent__buttons .cl-consent__btn {
  border-radius: 48px !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .cl-consent__paywall, .cl-consent__options {
    display: inline-flex !important;
    margin-right: 20px !important;
  }
}

.cl-consent-clickio {
  position: relative !important;
  right: 30px !important;
  display: inline-block !important;
  float: right !important;
  min-width: 140px !important;
}
