/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --m-section-margin: 100px;
  --m-space-horizontal: 20px;
}

@media (max-width: 640px) {
  :root {
    --m-section-margin: 40px;
    --m-space-horizontal: 10px;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.8;
  scroll-padding-top: 100px;
}
@media (max-width: 1260px) {
  html {
    scroll-padding-top: 80px;
  }
}

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

body {
  background: #003822;
  font-family: Inter, sans-serif;
  color: #02364B;
}

@media (max-width: 1260px) {
  body.menuOpen {
    overflow: hidden;
  }
}

strong {
  font-weight: bold;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.yt {
  aspect-ratio: 16/9;
  position: relative;
}
.yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hidden, [hidden] {
  display: none !important;
}

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

.button {
  background: #ea4078;
  border-radius: 100px;
  color: #000;
  min-height: 57px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: Alfabet, sans-serif;
  border: 0;
  text-decoration: none;
}
.button:hover {
  background-color: #fff;
}
@media (max-width: 480px) {
  .button {
    font-size: 16px;
  }
}

.footer {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "logo copyright" "logo menu";
  align-items: center;
  gap: 10px 30px;
  padding: 30px;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.footer-logo {
  grid-area: logo;
}

.footer-copyright {
  grid-area: copyright;
  align-self: end;
  font-weight: normal;
  color: #003822;
}

.footer-menu {
  grid-area: menu;
  align-self: start;
}

.footer-menu-list {
  font-family: Alfabet, sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-list-el {
  margin-right: 10px;
}
.footer-menu-list-el a {
  text-decoration: none;
  font-weight: bold;
  color: #003822;
  padding: 5px;
  padding-left: 0;
  display: block;
  text-transform: uppercase;
}
.footer-menu-list-el a:hover {
  color: #ea4078;
}

@media (max-width: 600px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-rows: auto auto auto;
    justify-items: center;
    grid-template-areas: "logo" "menu" "copyright";
  }
  .footer-menu-list-el a {
    padding: 5px;
  }
  .footer-menu-list {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
  }
}
.header {
  background: rgba(234, 64, 120, 0.65);
  display: grid;
  grid-template-columns: 270px auto 120px;
  grid-template-rows: auto auto;
  border-radius: 20px;
  height: 135px;
  z-index: 100;
  position: fixed;
  max-width: 1360px;
  width: calc(100% - var(--m-space-horizontal) * 2);
  left: 50%;
  transform: translate(-50%);
  top: 10px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 8px 8px -4px rgba(50, 50, 50, 0.2);
  grid-template-areas: "logo sub register" "logo nav register";
}

.header--no-register {
  grid-template-columns: 250px auto;
  grid-template-areas: "logo sub" "logo nav";
}

.header-logo {
  grid-area: logo;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
}

.header-logo-img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.main-nav {
  display: contents;
}

.main-submenu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  grid-area: sub;
  align-self: end;
  padding-left: 15px;
}

.main-submenu-el {
  position: relative;
  display: flex;
  align-items: center;
}

.main-submenu-el:has(.main-submenu-sub) .main-submenu-link {
  padding-right: 20px;
  display: inline-flex;
  vertical-align: top;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m12 15l-5-5h10z'/%3E%3C/svg%3E");
  background-size: 17px;
  background-position: right center;
  background-repeat: no-repeat;
}

.main-submenu-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: Alfabet, sans-serif;
}
.main-submenu-link:hover {
  color: #000;
}

.main-submenu-el.is-open .main-submenu-sub,
.main-submenu-el:hover .main-submenu-sub {
  display: block;
}

.main-submenu-sub {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: #ea4078;
  list-style: none;
  margin: 0;
  z-index: 2;
  padding: 10px 20px;
  display: none;
  border-radius: 10px;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.2);
}
.main-submenu-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
  width: 100%;
  height: 10px;
  background: transparent;
}

.main-submenu-sub-link {
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: #003822;
  font-family: Alfabet, sans-serif;
  transition: 0.1s background-color;
  font-weight: 400;
}
.main-submenu-sub-link:hover {
  color: #fff;
}

.main-menu {
  grid-area: nav;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 15px;
  align-self: start;
  margin-top: 10px;
}

.main-menu-el {
  margin-right: 10px;
}

.main-menu-link {
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  font-family: Alfabet, sans-serif;
  letter-spacing: 0.2px;
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
}
.main-menu-link:hover {
  color: #000;
}

.main-menu-el--with-sub {
  position: relative;
}

.main-menu-el--with-sub .main-menu-link::after {
  content: "";
  width: 7px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  display: inline-block;
  margin-left: 5px;
}

.main-menu-sub {
  position: absolute;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%);
  top: calc(100% + 10px);
  min-width: 245px;
  background: #ea4078;
  display: none;
  list-style: none;
  margin: 0;
  padding: 20px;
  flex-direction: column;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.2);
}
.main-menu-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
  width: 100%;
  height: 10px;
  background: transparent;
}

.main-menu-el--with-sub:hover .main-menu-sub {
  display: flex;
}

.main-menu-el--with-sub:hover .main-menu-link {
  color: #000;
}

.main-menu-sub-el:last-child {
  border: 0;
}

.main-menu-sub-link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-family: Alfabet, sans-serif;
}
.main-menu-sub-link:hover {
  color: #fff;
}

.header-register {
  grid-area: register;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ea4078;
  margin-right: 30px;
}

.header-register-icon {
  display: block;
}
.header-register-icon svg {
  transition: 0.2s fill;
  fill: #003822;
}

.header-register-text {
  margin-top: 5px;
  color: #fff;
  transition: 0.2s color;
  font-family: Alfabet, sans-serif;
}

.header-register {
  cursor: default;
}

.header-register:is(a) {
  cursor: pointer;
}

.header-register:is(a):hover .header-register-icon svg {
  fill: #ea4078;
}
.header-register:is(a):hover .header-register-text {
  color: #ea4078;
}

.header-burger {
  grid-area: burger;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: none;
  border: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  gap: 5px;
  z-index: 100;
}
.header-burger strong {
  position: absolute;
  left: -9999px;
}
.header-burger span {
  width: 30px;
  height: 2px;
  background: #fff;
}

body.menuOpen .header-burger {
  position: relative;
}
body.menuOpen .header-burger span:first-of-type {
  display: none;
}
body.menuOpen .header-burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.menuOpen .header-burger span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1380px) {
  .main-menu-link {
    font-size: 16px;
  }
}
@media (max-width: 1320px) {
  .header {
    grid-template-columns: 220px auto 120px;
  }
  .main-menu-link {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1260px) {
  .header {
    grid-template-columns: 150px 1fr auto auto;
    grid-template-rows: 1fr;
    height: 80px;
    grid-template-areas: "logo nav register burger";
  }
  .header--no-register {
    grid-template-columns: 120px 1fr auto;
    grid-template-areas: "logo nav burger";
  }
  .main-nav {
    left: 0;
    top: 90px;
    display: none;
    height: auto;
    position: absolute;
    flex-direction: column-reverse;
    width: 100%;
    border-radius: 20px;
    justify-content: flex-end;
    z-index: 1;
    background: rgba(0, 163, 112, 0.65);
  }
  .header-logo {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    margin-left: 5px;
    justify-content: center;
  }
  .header-logo-img {
    max-width: 80%;
  }
  body.menuOpen .header-logo {
    border-right-color: #fff;
  }
  body.menuOpen .main-nav {
    display: flex;
  }
  body.menuOpen::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
  }
  .main-submenu,
  .main-menu {
    padding: 20px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    height: auto;
    gap: 5px;
  }
  .main-submenu {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .main-menu-link,
  .main-submenu-link,
  .main-menu-sub-link,
  .main-submenu-sub-link {
    height: auto;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    border: 0;
  }
  .main-menu-sub,
  .main-submenu-sub {
    background-color: transparent;
  }
  .main-submenu-sub-link {
    font-size: 14px;
  }
  .main-submenu {
    gap: 0;
  }
  .main-submenu-el {
    height: auto;
  }
  .main-menu-sub,
  .main-submenu-sub {
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-width: 0;
    padding: 0;
    margin: 0;
  }
  .main-menu-sub-el {
    border: 0;
  }
  .main-submenu-sub-link,
  .main-menu-sub-link {
    padding: 4px 0;
    text-transform: uppercase;
  }
  .header-burger {
    display: flex;
  }
  .header-register {
    border-left: 0;
    flex-direction: row;
    text-align: left;
    gap: 10px;
    justify-self: end;
    margin-right: 10px;
  }
  .header-register-icon svg {
    max-height: 1.7rem;
  }
  .header-register-text {
    margin-top: 0;
    max-width: 80px;
    font-size: 11px;
  }
  .main-submenu-el {
    width: 100%;
  }
  .main-submenu-sub {
    position: relative;
    top: 0;
    background: transparent;
    width: 100%;
  }
  .main-submenu-sub-link {
    color: #fff;
  }
  .main-submenu-sub-link:hover {
    background: none;
    color: #ea4078;
  }
}
.m-media-title, .m-talks-title, .m-gallery .m-gallery-title, .m-contest-title, .m-collaboration-title, .m-prelegent-title, .m-about-title {
  font-size: 42px;
  font-weight: 900;
  margin-top: 0;
  font-family: Alfabet, sans-serif;
  color: #ea4078;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .m-media-title, .m-talks-title, .m-gallery .m-gallery-title, .m-contest-title, .m-collaboration-title, .m-prelegent-title, .m-about-title {
    font-size: 30px;
  }
}

.m-prelegent-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  max-width: 1200px;
}
@media (max-width: 500px) {
  .m-prelegent-text {
    font-size: 15px;
  }
}

.focus {
  min-height: 890px;
  background: #ea4078 url("/narodowe-wyzwania.farmer.pl/images/2025/focus-bg.jpg") no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.focus-inside {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: var(--m-space-horizontal);
}

.focus-title {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Alfabet, sans-serif;
  margin: 0 0 30px;
}
.focus-title svg {
  width: 100%;
  height: auto;
}
.focus-title svg path {
  fill: transparent;
  stroke-width: 1px;
  stroke: #fff;
  stroke-dasharray: 580px;
  stroke-dashoffset: -580px;
  animation: anim 2s 0s 1 linear both, anim2 2s 2.5s 1 linear both;
}

@keyframes anim {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes anim2 {
  100% {
    fill: #fff;
  }
}
.focus-text {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.focus-date {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  font-family: Alfabet, sans-serif;
}
.focus-date div + div {
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
}
.focus-date div + div::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ea4078;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.focus-addon-1 {
  background: url("https://pliki.konferencje.ptwp.pl/i/01/2b/1b/08gz1jprq1y97lv2.png");
  position: absolute;
  background-position: left top;
  background-size: contain;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 236/645;
  width: 100%;
  max-width: 236px;
  z-index: -1;
}

.focus-addon-2 {
  background: url("https://pliki.konferencje.ptwp.pl/i/79/57/74/nqv04jw5rdj9g8me.png");
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 119/651;
  width: 100%;
  max-width: 119px;
  z-index: -1;
}

.focus-button {
  margin-top: 30px;
}

@media (max-width: 1300px) {
  .focus-inside {
    max-width: 780px;
  }
  .focus-title {
    font-size: 54px;
  }
  .focus-addon-1 {
    left: -34px;
  }
}
@media (max-width: 1000px) {
  .focus-inside {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .focus-title {
    font-size: 52px;
  }
  .focus-addon-1 {
    display: none;
  }
}
@media (max-width: 800px) {
  .focus-title {
    font-size: 42px;
  }
  .focus-text,
  .focus-date {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .focus {
    min-height: 810px;
  }
  .focus-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .focus-date div + div {
    padding-left: 0;
    margin-left: 0;
  }
  .focus-date div + div::before {
    content: none;
  }
}
.counters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  color: inherit;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #fff;
}

.counters-el {
  flex: 1;
}

.counters-el-nr {
  font-size: 50px;
  font-weight: 900;
  border-bottom: 1px solid #48908F;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #ea4078;
  font-family: Alfabet, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
}
.counters-el-nr span {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-60%);
}
.counters-el-nr span path {
  fill: currentColor;
  stroke-width: 2px;
  stroke: currentColor;
}

.counters-el-text {
  margin-top: 20px;
  font-size: 14px;
  max-width: 150px;
}

@media (max-width: 600px) {
  .counters {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .counters-el-text {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .counters {
    text-align: center;
    gap: 20px;
  }
  .counters-el {
    background: #48908F;
    padding: 20px;
    border-radius: 20px;
  }
  .counters-el-nr {
    justify-content: center;
    font-size: 30px;
  }
}
.m-about-section {
  color: #fff;
  max-width: 1360px;
  margin-inline: auto;
  margin-block: var(--m-section-margin);
  position: relative;
  display: grid;
  padding-inline: var(--m-space-horizontal);
}

.m-about-main .swiper-slide img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.m-about-main .swiper {
  width: 100%;
}

.m-about-main .swiper-pagination-bullet {
  background: #ea4078;
}

.m-about-main .swiper-pagination-bullet-active {
  background: #ea4078;
}

.m-about-main .swiper-pagination {
  bottom: 0 !important;
  z-index: 2;
}

.m-about-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 20px 90px;
  grid-template-areas: "content video" "counter video";
}

.m-about-button {
  margin-top: 30px;
}

.m-about-video {
  grid-area: video;
  display: flex;
  align-items: flex-end;
}
.m-about-video .yt {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.m-about-counter {
  grid-area: counter;
}

.m-about-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.m-about-content {
  grid-area: content;
  flex: 1;
  font-size: 18px;
  font-family: Alfabet, sans-serif;
  font-weight: 400;
}
.m-about-content ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-about-content li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.m-about-content li::before {
  content: "";
  position: absolute;
  background: url("/narodowe-wyzwania.farmer.pl/images/2025/arrow-white.svg");
  background-position: center;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  top: 10px;
}

@media (max-width: 860px) {
  .m-about-section {
    display: flex;
    flex-direction: column;
    font-size: 15px;
  }
  .m-about-main .swiper-slide img {
    width: 100%;
  }
  .m-about-button {
    margin-bottom: 40px;
  }
  .m-about-content {
    font-size: inherit;
  }
  .m-about-title {
    order: -1;
    margin-top: 20px;
  }
  .m-about-video {
    order: -2;
  }
  .m-about-counter {
    order: 0;
  }
  .m-about-main {
    display: contents;
  }
  .m-about-main .button {
    margin-inline: auto;
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 480px) {
  .m-about-text {
    font-size: 15px;
  }
}
.m-prelegent-section {
  position: relative;
  isolation: isolate;
  margin-bottom: var(--m-section-margin);
}

.m-prelegent-title-cnt {
  text-align: center;
}

.m-prelegent-title {
  display: inline-flex;
}

.m-prelegent-text {
  text-align: center;
  max-width: 1360px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.m-prelegent-list-cnt {
  margin-top: 40px;
}

.m-prelegent-list-cnt .swiper-wrapper {
  transition-timing-function: linear;
}

.m-prelegent-list {
  display: flex;
  max-width: 1148px;
}

.m-prelegent-list-cnt .swiper-slide {
  width: 240px;
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.m-prelegent-el {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.m-prelegent-el-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
}
.m-prelegent-el-photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-prelegent-el-content {
  background: #ea4078;
  margin-top: -30px;
  padding: 50px 30px 30px 30px;
  border-radius: 0 0 20px 0;
  flex: 1;
  color: #fff;
}

.m-prelegent-el-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: Alfabet, sans-serif;
}

.m-prelegent-el-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}

.m-collaboration-section {
  margin-block: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
  overflow-x: hidden;
}

.m-collaboration-title-cnt {
  text-align: center;
}

.m-collaboration-title {
  text-align: center;
}

.m-collaboration-text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.m-collaboration-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "map content";
  max-width: 1360px;
  margin-inline: auto;
  gap: 40px;
}

.m-collaboration-right {
  grid-area: content;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: 20px;
  padding: 35px;
}

.m-collaboration-content {
  margin: auto;
}

@media (max-width: 1000px) {
  .m-collaboration-main {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "content" "map";
  }
  .m-collaboration-title-cnt {
    text-align: left;
  }
  .m-collaboration-title {
    text-align: left;
    margin-left: 20px;
    max-width: 100%;
    width: 80%;
  }
}
@media (max-width: 600px) {
  .m-collaboration-section {
    margin-top: 50px;
  }
  .m-collaboration-main {
    gap: 20px;
  }
  .m-collaboration-content {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .m-collaboration-title {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-collaboration-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .m-collaboration-right {
    padding: 25px;
  }
}
.m-contact-box {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: center;
}

.m-contact-box + .m-contact-box {
  margin-top: 20px;
}

.m-contact-box-photo {
  max-width: 140px;
  flex-shrink: 0;
}

.m-contact-box-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.m-contact-box-content {
  font-size: 16px;
  flex: 1;
}

.m-contact-box-name {
  font-size: 20px;
  font-weight: bold;
  font-family: Alfabet, sans-serif;
  margin-bottom: 10px;
}

.m-contact-box-position {
  font-size: 14px;
}

.m-contact-box-links {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 10px;
}

.m-contact-box-link {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: inherit;
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 5px;
}
.m-contact-box-link::before {
  content: "";
  position: absolute;
  background: url("/narodowe-wyzwania.farmer.pl/images/2025/arrow-black.svg");
  background-position: center;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

@media (max-width: 640px) {
  .m-contact-box-photo {
    width: 120px;
  }
  .m-contact-box-name {
    font-size: 20px;
  }
  .m-contact-box-position {
    font-size: 12px;
  }
  .m-contact-box-link {
    font-size: 13px;
  }
  .m-contact-box-link::before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 480px) {
  .m-contact-box-name {
    font-size: 16px;
  }
  .m-contact-box-link {
    font-size: 12px;
  }
  .m-contact-box-link span {
    display: block;
    font-weight: bold;
  }
  .m-contact-box-link strong {
    display: none;
  }
  .m-contact-box-photo {
    width: 90px;
  }
}
.m-partners {
  display: flex;
  padding-left: 30px;
}

.m-partners-title {
  position: relative;
}
.m-partners-title span {
  position: absolute;
  top: 50%;
  translate: -120% -50%;
  color: #ea4078;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  font-family: Alfabet, sans-serif;
  writing-mode: vertical-rl;
  text-align: center;
  text-orientation: mixed;
  white-space: nowrap;
  scale: -1 -1;
}

.m-partners-list.slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.m-partners-list.slider .slider-list-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
}
.m-partners-list.slider .slider-list-slide.is-show {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.m-partners .slider-list-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 10px 20px;
  align-items: start;
}

.m-partners-list-el {
  display: flex;
  flex-direction: column;
}
.m-partners-list-el small {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 2.5em;
}
.m-partners-list-el span, .m-partners-list-el a {
  background: #fff;
  height: 130px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-partners-list-el img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-dots {
  display: flex;
  display: none;
  gap: 10px;
  justify-content: center;
}
.slider-dots .slider-dots-el {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  text-indent: -999px;
  overflow: hidden;
}
.slider-dots .slider-dots-el.is-active {
  background: #ea4078;
}

@media (max-width: 980px) {
  .m-partners {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
  .m-partners-title {
    position: relative;
    line-height: 1;
    margin-top: 0;
    text-align: center;
  }
  .m-partners-title span {
    writing-mode: horizontal-tb;
    text-align: center;
    text-orientation: initial;
    scale: 1 1;
    translate: none;
    position: relative;
  }
  .m-partners .slider-list-slide {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .m-partners-title {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.m-contest-section {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
}

.m-contest-title {
  text-align: center;
}

.m-contest-main {
  display: flex;
  gap: 30px;
  max-width: 1360px;
  margin-inline: auto;
}

.m-contest-part {
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  justify-content: flex-end;
  text-decoration: none;
  align-items: center;
  position: relative;
  isolation: isolate;
  padding: 30px 50px;
  min-height: 650px;
}
.m-contest-part::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 280px, rgba(0, 0, 0, 0.8));
}

.m-contest-part-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m-contest-part-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.m-contest-part-text {
  font-size: 16px;
  line-height: 1.4;
}

.m-contest-part-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.m-contest-part-content-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  padding-top: 60px;
  max-width: 250px;
}
.m-contest-part-content-img img {
  width: 100%;
  height: auto;
}

.m-contest-part-content .button {
  margin-top: 30px;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 1200px) {
  .m-contest-main {
    gap: 30px;
  }
}
@media (max-width: 860px) {
  .m-contest-main {
    flex-direction: column;
  }
  .m-contest-part-text {
    max-width: 600px;
    margin-inline: auto;
  }
  .m-contest-part {
    min-height: auto;
  }
  .m-contest-part-content {
    justify-content: flex-start;
  }
  .m-contest-part-content-img {
    aspect-ratio: auto;
    margin-bottom: 50px;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .m-contest-part {
    padding: 20px;
    font-size: 14px;
  }
  .m-contest-part-text {
    font-size: inherit;
  }
  .m-contest-part-content-img {
    min-height: 300px;
    align-items: center;
  }
}
.m-gallery {
  margin-bottom: var(--m-section-margin);
  grid-column: 1/-1;
  margin-top: var(--m-section-space);
}
.m-gallery .m-gallery-title {
  margin-bottom: 30px;
  text-align: center;
}
.m-gallery .swiper-container {
  position: relative;
}
.m-gallery .swiper-container img {
  height: auto;
}
.m-gallery .gallery-img-cnt {
  aspect-ratio: 640/427;
  position: relative;
}
.m-gallery .gallery-img-cnt img {
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m-gallery .swiper-slide {
  width: 640px;
}
.m-gallery .swiper-button-prev,
.m-gallery .swiper-button-next {
  left: calc(50% - 400px);
  width: 56px;
  height: 56px;
}
@media (max-width: 600px) {
  .m-gallery .swiper-button-prev,
  .m-gallery .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: 20px;
  }
}
.m-gallery .swiper-button-next {
  left: auto;
  right: calc(50% - 400px);
}
.m-gallery .swiper-button-prev {
  background-color: transparent;
  border: 3px solid #ea4078;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='%23FFCC99' d='m10 18l-6-6l6-6l1.4 1.45L7.85 11H20v2H7.85l3.55 3.55z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.m-gallery .swiper-button-next {
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #ea4078;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='%23FFCC99' d='m14 18l-1.4-1.45L16.15 13H4v-2h12.15L12.6 7.45L14 6l6 6z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.m-gallery .swiper-button-prev::after {
  display: none;
}
.m-gallery .swiper-button-next::after {
  display: none;
}
.m-gallery .swiper-slide img {
  filter: brightness(0.5);
  display: block;
}
.m-gallery .swiper-slide-active img {
  filter: none;
}
@media (max-width: 1000px) {
  .m-gallery .swiper-button-prev {
    left: 1rem;
  }
  .m-gallery .swiper-button-next {
    right: 1rem;
  }
}
@media (max-width: 760px) {
  .m-gallery .swiper-slide {
    width: 400px;
  }
}
@media (max-width: 500px) {
  .m-gallery .swiper-slide {
    width: 300px;
  }
}

.m-talks-section {
  margin-bottom: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
  padding-block: var(--m-section-margin);
  border-bottom: 1px solid #48908F;
  border-top: 1px solid #48908F;
}

.m-talks-main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  grid-template-areas: "g g g c c";
  max-width: 1360px;
  margin-inline: auto;
}

.m-talks-grid {
  grid-area: g;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.m-talks-grid-el {
  aspect-ratio: 1;
  padding: 20px;
}

.m-talks-grid-el {
  cursor: pointer;
}
.m-talks-grid-el.el-1 {
  background-color: #CE3769;
  --color1: #EA4078;
  --color2: #CE3769;
}
.m-talks-grid-el.el-2 {
  background-color: #EA4078;
  --color1: #CE3769;
  --color2: #EA4078;
}
.m-talks-grid-el.el-3 {
  background-color: #CE3769;
  --color1: #EA4078;
  --color2: #CE3769;
}
.m-talks-grid-el.el-4 {
  background-color: #EA4078;
  --color1: #CE3769;
  --color2: #EA4078;
}
.m-talks-grid-el.el-5 {
  background-color: #CE3769;
  --color1: #EA4078;
  --color2: #CE3769;
}
.m-talks-grid-el.el-6 {
  background-color: #EA4078;
  --color1: #CE3769;
  --color2: #EA4078;
}
@media (max-width: 800px) {
  .m-talks-grid-el.el-1 {
    background-color: #CE3769;
    --color1: #EA4078;
    --color2: #CE3769;
  }
  .m-talks-grid-el.el-2 {
    background-color: #EA4078;
    --color1: #CE3769;
    --color2: #EA4078;
  }
  .m-talks-grid-el.el-3 {
    background-color: #EA4078;
    --color1: #CE3769;
    --color2: #EA4078;
  }
  .m-talks-grid-el.el-4 {
    background-color: #CE3769;
    --color1: #EA4078;
    --color2: #CE3769;
  }
  .m-talks-grid-el.el-5 {
    background-color: #CE3769;
    --color1: #EA4078;
    --color2: #CE3769;
  }
  .m-talks-grid-el.el-6 {
    background-color: #EA4078;
    --color1: #CE3769;
    --color2: #EA4078;
  }
}

.m-talks-grid-el:hover {
  z-index: 2;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02), 0px 3px 4px rgba(0, 0, 0, 0.05), 0px 6px 10px rgba(0, 0, 0, 0.07), 0px 11px 18px rgba(0, 0, 0, 0.1), 0px 18px 28px rgba(0, 0, 0, 0.12), 0px 26px 40px rgba(0, 0, 0, 0.15), 0px 35px 55px rgba(0, 0, 0, 0.17);
}

.m-talks-grid-el-img {
  width: 61px;
  height: 80px;
  display: block;
  margin-bottom: 20px;
}
.m-talks-grid-el-img img {
  width: 100%;
  height: 65px;
}

.m-talks-grid-el-title {
  font-size: 18px;
  line-height: 1.2;
  font-family: Alfabet, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.m-talks-content {
  color: #fff;
  grid-area: c;
}

.m-talks-content-text {
  margin-bottom: 40px;
  font-size: 18px;
}

.m-talks-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  color: #fff;
  padding: 50px;
  display: none;
  cursor: default;
}

.m-talks-popup.is-show {
  display: block;
}

.m-talks-popup-content {
  font-size: 18px;
}
.m-talks-popup-content ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-talks-popup-content li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.m-talks-popup-content li::before {
  content: "";
  position: absolute;
  background: url("/narodowe-wyzwania.farmer.pl/images/2025/arrow-white.svg");
  background-position: center;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  top: 10px;
}

.m-talks-popup-header {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.m-talks-popup-header-title {
  font-size: 32px;
  line-height: 1.35;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.m-talks-popup-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.m-talks-popup-close::before, .m-talks-popup-close::after {
  content: "";
  width: 20px;
  height: 3px;
  background: var(--color2);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.m-talks-popup-close::before {
  rotate: -45deg;
}
.m-talks-popup-close::after {
  rotate: 45deg;
}

@media (max-width: 1200px) {
  .m-talks-main {
    grid-template-columns: 100%;
    grid-template-areas: "c" "g";
  }
}
@media (max-width: 800px) {
  .m-talks-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .m-talks-grid-el {
    aspect-ratio: auto;
  }
}
@media (max-width: 480px) {
  .m-talks-main {
    font-size: 15px;
  }
  .m-talks-grid-el-title {
    font-size: 15px;
  }
  .m-talks-content-text {
    font-size: 15px;
  }
}
.m-media {
  margin-top: var(--m-section-margin);
  padding-inline: var(--m-space-horizontal);
  overflow-x: hidden;
  display: flex;
  gap: 50px;
  align-items: center;
}

.m-media-img {
  flex: 1;
  margin-left: 100px;
}

.m-media-content {
  flex: 1;
  color: #fff;
  margin-top: -50px;
}

.m-media-text {
  margin-bottom: 40px;
  max-width: 400px;
}

.m-media-logotypes {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media (max-width: 1300px) {
  .m-media {
    gap: 40px;
  }
  .m-media-img {
    margin-left: 0;
  }
}
@media (max-width: 860px) {
  .m-media {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .m-media-content {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .m-media-title {
    text-align: center;
  }
  .m-media {
    text-align: center;
  }
  .m-media-text {
    font-size: 15px;
  }
}
.timer {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.timer li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}

.timer strong {
  display: flex;
  gap: 5px;
}
.timer strong span {
  border-radius: 10px;
  background: rgba(234, 64, 120, 0.65);
  color: #fff;
  width: 48px;
  aspect-ratio: 48/57;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

@media (max-width: 570px) {
  .timer strong span {
    width: 35px;
  }
}
@media (max-width: 450px) {
  .timer strong span {
    width: 28px;
    font-size: 22px;
  }
}
body:has(.subpage) {
  background: #003822;
}

.subpage {
  background: #003822;
  position: relative;
  padding-top: 135px;
  padding-bottom: 80px;
  min-height: 740px;
}
@media (max-width: 1200px) {
  .subpage {
    padding-top: 60px;
  }
}
@media (max-width: 860px) {
  .subpage {
    min-height: 35rem;
  }
}

.subpage::before {
  content: "";
  background: url("https://pliki.konferencje.ptwp.pl/i/01/2b/1b/08gz1jprq1y97lv2.png");
  position: absolute;
  background-position: left top;
  background-size: contain;
  left: 0;
  top: 0;
  aspect-ratio: 236/645;
  width: 100%;
  max-width: 236px;
  z-index: 1;
}

.subpage::after {
  content: "";
  background: url("https://pliki.konferencje.ptwp.pl/i/79/57/74/nqv04jw5rdj9g8me.png");
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -70px;
  aspect-ratio: 119/651;
  width: 100%;
  max-width: 119px;
  z-index: 1;
}

@media (max-width: 1100px) {
  .subpage::before,
  .subpage::after {
    display: none;
  }
}
.subpage-bg {
  min-height: 740px;
  background: #ea4078 url("/narodowe-wyzwania.farmer.pl/images/2025/focus-bg.jpg") center/cover;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 30px;
  color: #fff;
  padding: 0 30px 0 min(10%, 150px);
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 100%;
  isolation: isolate;
}
.subpage-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, #003822, transparent 30%);
}

.subpage-header {
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1360px;
  margin: 0 auto;
}

.subpage-title {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  text-align: center;
  font-family: Alfabet, sans-serif;
  letter-spacing: 1px;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
}
.subpage-title.is-long {
  font-size: 40px;
}

.subpage-top-date {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 30px;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
}

.subpage-subtitle {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  max-width: 740px;
  margin: 20px auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.subpage-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  font-size: 18px;
  line-height: 1.6em;
  color: #444;
  font-weight: 300;
}
.subpage-content h2:where(:not([class])),
.subpage-content h3:where(:not([class])),
.subpage-content h4:where(:not([class])) {
  font-size: 25px;
  color: #ea4078;
  line-height: 1.1;
  font-family: Alfabet, sans-serif;
}
.subpage-content h3:where(:not([class])) {
  color: #000;
  font-size: 22px;
}
.subpage-content > p:first-child {
  margin-top: 0;
}
.subpage-content a:where(:not([class])) {
  color: #ea4078;
  font-weight: 500;
}
.subpage-content ul:where(:not([class])) li,
.subpage-content ol:where(:not([class])) li {
  margin-bottom: 10px;
}

@media (max-width: 860px) {
  .subpage-content {
    padding: 30px;
  }
  .subpage-bg {
    min-height: 560px;
  }
}
@media (max-width: 780px) {
  .subpage-title {
    font-size: 40px;
  }
  .subpage-title.is-long {
    font-size: 35px;
  }
  .subpage-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .subpage-content {
    padding: 15px;
  }
  .subpage-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .subpage-title {
    font-size: 30px;
  }
  .subpage-title.is-long {
    font-size: 28px;
  }
}
ul.list-featherlight {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
ul.list-featherlight li.grid-item {
  display: inline-block;
}
ul.list-featherlight li.grid-item div.img {
  width: 150px;
}
ul.list-featherlight li.grid-item div.img img {
  max-width: 100%;
}
@media (max-width: 600px) {
  ul.list-featherlight li.grid-item div.img {
    width: 150px;
  }
}

.box-person {
  margin: 40px auto;
  margin-bottom: 70px;
  display: grid;
  max-width: 600px;
  gap: 0 60px;
  grid-template-columns: 205px 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "img name" "img position" "img contact";
}

.box-person-img-wrap {
  position: relative;
  align-self: flex-start;
  grid-area: img;
}

.box-person-img-wrap::before {
  content: "";
  width: 205px;
  height: 205px;
  position: absolute;
  left: 33px;
  top: 30px;
  opacity: 1;
  background-image: linear-gradient(45deg, #003822 25%, #ffffff 25%, #ffffff 50%, #003822 50%, #003822 75%, #ffffff 75%, #ffffff 100%);
  background-size: 12.14px 12.14px;
  background-position: right top;
}

.box-person-img img {
  width: 205px;
  height: 205px;
  display: block;
  position: relative;
  box-shadow: 0 0 0 1px #003822;
  z-index: 1;
  background: #fff;
}

.box-person-name {
  grid-area: name;
  color: #ea4078;
  font-family: Alfabet, sans-serif;
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  margin-top: 26px;
  line-height: 1;
}
.box-person-name strong {
  display: block;
}

.box-person-position {
  grid-area: position;
  color: inherit;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.box-person .box-person-contact a {
  color: inherit;
}

.box-person-contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.box-person-contact li {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.box-person-contact a {
  color: #060202;
  padding: 0 0 0 35px;
  background: left center scroll no-repeat;
  text-decoration: none;
  transition: all 0.2s linear;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
}
.box-person-contact a::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #003822;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.1s background-color;
}
.box-person-contact a::after {
  content: "";
  -webkit-mask-size: 1px;
          mask-size: 1px;
  width: 28px;
  height: 28px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  background: #fff;
  -webkit-mask-size: 20px;
          mask-size: 20px;
}
.box-person-contact .mail a::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19zM12 12.116l8-5.231L19.692 6L12 11L4.308 6L4 6.885z'/%3E%3C/svg%3E");
}
.box-person-contact .li a::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M9.429 8.969h3.714v1.85c.535-1.064 1.907-2.02 3.968-2.02c3.951 0 4.889 2.118 4.889 6.004V22h-4v-6.312c0-2.213-.535-3.461-1.897-3.461c-1.889 0-2.674 1.345-2.674 3.46V22h-4zM2.57 21.83h4V8.799h-4zM7.143 4.55a2.53 2.53 0 0 1-.753 1.802a2.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M9.429 8.969h3.714v1.85c.535-1.064 1.907-2.02 3.968-2.02c3.951 0 4.889 2.118 4.889 6.004V22h-4v-6.312c0-2.213-.535-3.461-1.897-3.461c-1.889 0-2.674 1.345-2.674 3.46V22h-4zM2.57 21.83h4V8.799h-4zM7.143 4.55a2.53 2.53 0 0 1-.753 1.802a2.573 2.573 0 0 1-1.82.748a2.59 2.59 0 0 1-1.818-.747A2.548 2.548 0 0 1 2 4.55c0-.677.27-1.325.753-1.803A2.583 2.583 0 0 1 4.571 2c.682 0 1.336.269 1.819.747c.482.478.753 1.126.753 1.803' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.box-person-contact .tel a::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T21 15.9v4.05q0 .45-.3.75t-.75.3'/%3E%3C/svg%3E");
}
.box-person-contact a:hover::before {
  background-color: #ea4078;
}
.box-person-contact .contact-box-link:hover .contact-box-link-icon::before {
  background-color: #ea4078;
}

.phone-number-tooltip {
  padding: 5px 10px;
  background: #ea4078;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  display: block;
  z-index: 100;
}

.phone-number-tooltip::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #ea4078;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 45%) rotate(45deg);
}

@media (max-width: 670px) {
  .box-person {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "img" "name" "position" "contact";
    justify-items: center;
  }
  .box-person-img-wrap {
    margin-bottom: 50px;
    transform: translateX(-15px);
  }
  .box-person-name {
    text-align: center;
  }
}
.form-contact {
  border-top: 2px solid #eee;
  padding-top: 30px;
  margin-top: 50px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-row--buttons a {
  text-decoration: none;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: sans-serif;
}

.form-control {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
  border: 0;
  font-weight: 500;
  box-sizing: border-box;
  background: #eee;
}
.form-control:focus {
  border-color: #000;
  outline: none;
}

.form-control:is(textarea) {
  min-height: 150px;
}

.infoonly {
  font-size: 11px;
  color: inherit;
  display: block;
  line-height: 1.4;
}

.form-error {
  display: none;
  background: #cc0000;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 20px;
}

.form-error.show {
  display: block;
}

.partners-list-cnt {
  padding-bottom: 40px;
}
.partners-list-cnt > h3, .partners-list-cnt > h2 {
  text-align: center;
  margin-top: 0;
}

.partners-list {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.partners-list-element {
  border: 1px solid #ddd;
  width: calc(25% - 20px);
  aspect-ratio: 220/140;
  position: relative;
}
.partners-list-element.is-full {
  width: auto;
  min-width: 90%;
  flex: 1;
  max-width: 100%;
  aspect-ratio: 660/100;
}
@media (max-width: 640px) {
  .partners-list-element {
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 470px) {
  .partners-list-element {
    width: calc(50% - 20px);
  }
}

.partners-list-element.full {
  width: 100%;
  aspect-ratio: auto;
}

.partners-list-element:hover .partners-list-element-menu {
  opacity: 1;
  pointer-events: all;
}

.partners-list-element-seemore {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 36 36'%3E%3Cpath fill='%23FFCC99' d='M30.4 17.6c-1.8-1.9-4.2-3.2-6.7-3.7q-1.65-.45-3.3-.6c2.8-3.3 2.3-8.3-1-11.1s-8.3-2.3-11.1 1s-2.3 8.3 1 11.1c.6.5 1.2.9 1.8 1.1v2.2l-1.6-1.5c-1.4-1.4-3.7-1.4-5.2 0c-1.4 1.4-1.5 3.6-.1 5l4.6 5.4c.2 1.4.7 2.7 1.4 3.9c.5.9 1.2 1.8 1.9 2.5v1.9c0 .6.4 1 1 1h13.6c.5 0 1-.5 1-1v-2.6c1.9-2.3 2.9-5.2 2.9-8.1v-5.8c.1-.4 0-.6-.2-.7m-22-9.4c0-3.3 2.7-5.9 6-5.8c3.3 0 5.9 2.7 5.8 6c0 1.8-.8 3.4-2.2 4.5v-5a3.4 3.4 0 0 0-3.4-3.2c-1.8-.1-3.4 1.4-3.4 3.2v5.2c-1.7-1-2.7-2.9-2.8-4.9M28.7 24c.1 2.6-.8 5.1-2.5 7.1c-.2.2-.4.4-.4.7v2.1H14.2v-1.4c0-.3-.2-.6-.4-.8c-.7-.6-1.3-1.3-1.8-2.2c-.6-1-1-2.2-1.2-3.4c0-.2-.1-.4-.2-.6l-4.8-5.7c-.3-.3-.5-.7-.5-1.2c0-.4.2-.9.5-1.2c.7-.6 1.7-.6 2.4 0l2.9 2.9v3l1.9-1V7.9c.1-.7.7-1.3 1.5-1.2c.7 0 1.4.5 1.4 1.2v11.5l2 .4v-4.6c.1-.1.2-.1.3-.2c.7 0 1.4.1 2.1.2v5.1l1.6.3v-5.2l1.2.3c.5.1 1 .3 1.5.5v5l1.6.3v-4.6c.9.4 1.7 1 2.4 1.7z' class='clr-i-outline clr-i-outline-path-1'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 100;
  transform: translate(50%, -50%);
}

.partners-list-element-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  inset: 1px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  gap: 10px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}
.partners-list-element-menu a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ea4078 !important;
  transition: 0.1s !important;
}
.partners-list-element-menu a:hover {
  background-color: #0D0D0D !important;
}
.partners-list-element-menu span {
  display: none;
}
.partners-list-element-menu svg {
  width: 27px;
  height: 27px;
  fill: white;
}
.partners-list-element-menu a:hover svg {
  fill: white;
}

.partners-list-element-logo {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.partners-list-element-logo img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-list-element-menu {
  position: absolute;
  bottom: 0;
  left: 0;
}

.partners-list-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
  overflow-y: auto;
  padding: 30px;
}

.partners-list-popup-inside {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  display: grid;
  min-height: 100%;
}

body.popup-show .subpage-content {
  z-index: auto;
}

.partners-list-popup-container {
  background: #fff;
  padding: 20px;
  max-width: 700px;
  width: 90%;
  max-height: 80%;
  min-height: 400px;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  justify-self: center;
  align-self: center;
}

.partners-list-popup-close {
  width: 45px;
  height: 45px;
  border: 0;
  grid-area: close;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.2s background-color;
  background: none;
}

.partners-list-popup-close::before,
.partners-list-popup-close::after {
  content: "";
  transition: 0.5s;
  width: 20px;
  height: 2px;
  position: absolute;
  background: #003822;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.partners-list-popup-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.partners-list-popup-logo {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.partners-list-popup-logo img {
  max-width: 200px;
  width: 100%;
}

.partners-list-popup-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  justify-content: center;
  gap: 5px 0;
  line-height: 1.2;
  border-bottom: 1px solid #ddd;
  margin-left: -20px;
  margin-right: -20px;
}
.partners-list-popup-menu a {
  padding: 10px 15px;
  display: inline-flex;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}
.partners-list-popup-menu .is-active a {
  color: #ea4078;
  font-weight: bold;
  display: block;
}
@media (max-width: 450px) {
  .partners-list-popup-menu {
    font-size: 15px;
  }
}

.partners-list-popup-tab {
  display: none;
  text-align: center;
}
.partners-list-popup-tab.is-active {
  display: block;
  text-align: center;
}
.partners-list-popup-tab a {
  color: #ea4078;
  text-decoration: none;
}

.featured {
  padding: 30px;
  margin-block: 20px;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #ea4078;
}
.featured ul {
  padding-left: 15px;
}
.featured li::marker {
  color: #ea4078;
}

.register-box {
  border-radius: 3px;
  padding: 30px;
  margin: 40px 0;
  background: #dfdfdf;
}
.register-box h2, .register-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.register-box .register-buttons {
  margin: 0;
}
.register-box .register-buttons .button {
  font-size: 16px;
}
@media (max-width: 500px) {
  .register-box .register-buttons .button {
    min-height: 0;
  }
}

.register-buttons {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  justify-content: center;
}
.register-buttons .button {
  font-size: 14px;
  font-weight: normal;
  gap: 2px;
  line-height: 1.2;
  padding: 10px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: none;
  text-align: center;
  border-radius: 5px;
}
.register-buttons .button span {
  display: flex;
  font-size: 19px;
  font-weight: bold;
}
.register-buttons .button strong {
  font-size: 20px;
}
.register-buttons .button:hover {
  background: black;
  color: #fff;
}
.register-buttons .button--type2 {
  background: #ea4078;
}
.register-buttons span {
  max-width: 300px;
}
@media (max-width: 500px) {
  .register-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .register-buttons .button {
    min-height: 90px;
  }
}

.register-list-cnt {
  overflow-x: auto;
}

.register-list-cnt {
  margin: 30px 0;
}
.register-list-cnt > h3 {
  text-align: center;
}

.register-list {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}
.register-list a {
  font-weight: normal;
}
.register-list td, .register-list th {
  border: 1px solid #ddd;
  padding: 15px;
  vertical-align: top;
}
.register-list thead th p, .register-list thead td p {
  margin: 0;
}
.register-list thead p small br {
  display: none;
}
.register-list .register-list-head-text,
.register-list small {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  color: #888;
}
.register-list .register-list-head-name,
.register-list strong {
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ea4078;
}
.register-list .register-list-head-name.is-standard,
.register-list strong.is-standard {
  color: #000;
}
.register-list .register-list-head-name.is-premium,
.register-list strong.is-premium {
  color: #ea4078;
}
.register-list .register-list-head-name.is-online,
.register-list strong.is-online {
  color: #0D0D0D;
}
.register-list .register-list-head-price {
  display: block;
  font-size: 16px;
}
.register-list tbody td {
  vertical-align: middle;
  width: 25%;
}
.register-list tbody td:not(:first-child) {
  text-align: center;
  width: 230px;
  vertical-align: middle;
}
.register-list tbody tr:nth-of-type(even) {
  background: #f6f6f6;
}
@media (max-width: 670px) {
  .register-list {
    font-size: 15px;
  }
  .register-list td, .register-list th {
    padding: 10px;
  }
  .register-list tbody td:first-child {
    font-size: 13px;
  }
  .register-list .register-list-head-name {
    font-size: 20px;
  }
  .register-list tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .register-list tbody td:first-child {
    font-size: 14px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-list dt {
  cursor: pointer;
  font-weight: bold;
  color: #ea4078;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dd {
  display: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 20px;
}
.faq-list dd p:first-child {
  margin-top: 0;
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style.2025.css.map */
