* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
}

body {
  word-wrap: break-word;
  background: #F4F4F4;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  color: #000;
  text-rendering: optimizeLegibility;
  height: 100%;
}

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

a {
  text-decoration: none;
  color: #2715FC;
}

a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1.5rem 0;
  padding: 0;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

.pageWidth {
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
}

.body-wrap {
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
}

.button,
.button:where(a) {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #2715FC;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  transition: all 0.2s linear;
  text-decoration: none !important;
}
.button:hover,
.button:where(a):hover {
  background: #4234ef;
  color: #fff !important;
  text-decoration: none;
}
.button img,
.button:where(a) img {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25rem 0 0;
}

.page-header {
  position: relative;
  z-index: 10;
  background: #fff;
  padding-left: 260px;
}
.page-header .page-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
  border-right: 1px solid #f2f2f2;
  display: flex;
}
.page-header .page-logo img {
  max-width: 220px;
  margin-left: 20px;
  margin-top: 26px;
}
.page-header nav {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "menu1 social" "menu2 menu2";
}
.page-header a {
  color: #000;
  transition: all 0.2s linear;
}
.page-header ul.u1 a:hover,
.page-header ul.u2 a:hover {
  text-decoration: none;
}
.page-header ul.u1 {
  display: flex;
  padding: 0.5rem 0 0.5rem 0.5rem;
  list-style-type: none;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  grid-area: menu1;
}
.page-header ul.u1 > li {
  margin: 0 1rem;
  position: relative;
}
.page-header ul.u1 > li.has-sub > a:after {
  content: "";
  display: inline-block;
  vertical-align: 3px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: 0.5rem;
}
.page-header ul.u1 ul {
  display: none;
  padding: 0.5rem 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: auto;
  background: #fff;
  border: 1px solid #000;
  width: 150px;
}
.page-header ul.u1 ul > li {
  display: block;
}
.page-header ul.u1 ul > li a {
  display: block;
  padding: 0.5rem 1rem;
}
.page-header ul.u1 li:hover ul {
  display: block;
}
.page-header .register {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.page-header ul.u2 {
  grid-area: menu2;
  display: flex;
  border-top: 1px solid #f2f2f2;
  align-items: center;
  padding: 10px 15px;
  list-style-type: none;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-header ul.u2 > li {
  margin: 0 1rem;
  position: relative;
}
.page-header ul.u2 > li:first-child {
  margin-left: 0.2rem;
}
.page-header ul.u2 > li.has-sub > a:after {
  content: "";
  display: inline-block;
  vertical-align: 7px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: 0.2rem;
}
.page-header ul.u2 ul.u2 a {
  color: #000;
}
.page-header ul.u2 > li > ul {
  display: none;
  padding: 0.5rem 0;
  position: absolute;
  left: 0;
  top: auto;
  background: #fff;
  border: 1px solid #000;
  width: 150px;
}
.page-header ul.u2 > li:hover > ul {
  display: block;
}
.page-header ul.u2 ul.u2 li.register {
  margin-left: auto;
}
.page-header ul.u2 ul.u2 li.register a {
  color: #fff !important;
}
.page-header ul.u2 ul.u2 div.sub {
  display: none;
  position: absolute;
  z-index: 1;
  left: -1rem;
  top: auto;
  text-transform: none;
  padding-top: 2rem;
  width: 640px;
}
.page-header ul.u2 div.sub > div.wrap {
  display: flex;
  border-radius: 4px;
  background: #fff;
}
.page-header ul.u2 div.sub div.one {
  flex: 1;
  padding: 1.5rem;
}
.page-header ul.u2 div.sub div.one:first-child {
  border-right: 1px solid #eee;
}
.page-header ul.u2 div.sub ul {
  display: block;
  list-style-type: none;
}
.page-header ul.u2 div.sub ul li {
  margin: 0 0 0.5rem;
}
.page-header ul.u2 div.sub p {
  font-size: 20px;
  margin: 0 0 1rem;
}
.page-header ul.u2 div.sub ul a {
  font-size: 18px;
  display: block;
}
.page-header ul.u2 li:hover div.sub {
  display: block;
}
.page-header ul.u2 li:hover > a {
  color: #2715FC;
}
.page-header a.menu {
  display: none;
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999999;
}
.page-header a.menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 90%;
  background: #2715FC;
  border-radius: 2px;
  opacity: 1;
  left: 50%;
  top: 50%;
}
.page-header a.menu span:nth-child(1) {
  transform: translate(-50%, -8px);
}
.page-header a.menu span:nth-child(2) {
  transform: translate(-50%, 8px);
}
.page-header a.menu span:nth-child(3) {
  transform: translate(-50%);
}
.page-header a.menu.open span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-header a.menu.open span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page-header a.menu.open span:nth-child(3) {
  display: none;
}
@media (max-width: 1390px) {
  .page-header ul.u2 {
    font-size: 17px;
  }
  .page-header .register .button {
    font-size: 15px;
  }
}
@media (max-width: 1260px) {
  .page-header {
    padding-left: 200px;
  }
  .page-header .page-logo {
    width: 200px;
  }
  .page-header .page-logo img {
    margin-top: 35px;
    max-width: 160px;
  }
}
@media (max-width: 1150px) {
  .page-header {
    padding-left: 0;
  }
  .page-header nav {
    flex-direction: column;
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    border-top: 1px solid #eee;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 8;
    background: #fff;
    padding: 30px 80px;
  }
  .page-header .register {
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    order: -1;
  }
  .page-header .header-social {
    order: 3;
    align-self: start;
  }
  .page-header .page-logo {
    position: relative;
    height: 60px;
    width: 120px;
    align-items: center;
  }
  .page-header .page-logo img {
    margin-top: 0;
    max-width: 75%;
  }
  .page-header a.menu {
    display: block;
  }
  .page-header ul.u1 {
    order: 2;
    flex-direction: column;
    border: none;
  }
  .page-header ul.u1 > li {
    margin: 0.5rem 0;
  }
  .page-header ul.u1 ul {
    width: 100%;
    position: static;
  }
  .page-header ul.u2 {
    padding: 0;
    order: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    border-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-header ul.u2 li {
    margin: 0.5rem 0;
    width: 100%;
  }
  .page-header ul.u2 li.register {
    margin: 0;
    width: auto;
  }
  .page-header ul.u2 div.sub {
    position: static;
    padding: 0;
    width: auto;
    border: 1px solid #000;
  }
  .page-header ul.u2 div.sub div.wrap {
    flex-direction: column;
  }
  .page-header ul.u2 div.sub div.wrap div.one:first-child {
    border: none;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 500px) {
  .page-header nav {
    padding: 30px 20px;
  }
}

.header-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  align-self: center;
  justify-self: end;
  margin-right: 20px;
  margin-top: 5px;
}

body.menuOpen {
  overflow: hidden;
}
@media (max-width: 1150px) {
  body.menuOpen nav {
    display: flex;
  }
}

body.windowOpen {
  overflow: hidden;
}

div.cookie-bar2 {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 460px;
  max-width: 100%;
  background: rgba(0, 89, 178, 0.9);
  overflow: hidden;
  color: #fff;
  padding: 1rem;
}
div.cookie-bar2 a {
  color: #fff;
}
div.cookie-bar2 div.img {
  overflow: hidden;
  float: left;
  max-width: 35%;
  margin: 0 1.5rem 0 0;
}
div.cookie-bar2 div.desc {
  overflow: hidden;
}
div.cookie-bar2 div.desc > p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 1rem;
}
div.cookie-bar2 div.desc2 {
  overflow: hidden;
}
div.cookie-bar2 div.desc2 p {
  float: left;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
div.cookie-bar2 div.desc2 small {
  float: right;
  overflow: hidden;
}
div.cookie-bar2 small a {
  display: block;
  background: #79b619;
  padding: 0.25rem 1rem;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
div.cookie-bar2.open {
  display: block;
}

@media (max-width: 400px) {
  div.cookie-bar2 div.img {
    margin: 0 1rem 0 0;
  }
  div.cookie-bar2 div.desc2 p {
    padding: 0;
    margin: 0 0 1rem;
  }
  div.cookie-bar2 div.desc2 small {
    float: left;
    clear: left;
  }
}
#footer {
  position: relative;
  padding: 3rem;
  border-top: 1px solid #f2f2f2;
  background: #fff;
}
@media (max-width: 760px) {
  #footer {
    padding: 2.5rem 1.5rem;
  }
}

div.box-1 {
  display: block;
  overflow: hidden;
}
div.box-1 div.img {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 2.5rem 0 0;
}
div.box-1 div.desc {
  display: block;
  overflow: hidden;
  margin: 2px 0 0;
}
div.box-1 div.desc small {
  display: block;
  font-size: 16px;
  color: #999;
  margin: 0 0 0.25rem;
}
div.box-1 div.desc p {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}
div.box-1 a {
  font-weight: 700;
}
@media (max-width: 760px) {
  div.box-1 {
    text-align: center;
  }
  div.box-1 div.img {
    float: none;
    margin: 0 0 1.5rem;
  }
  div.box-1 div.desc small {
    margin: 0 0 1rem;
  }
}

.stickSocial {
  display: none; /* ukrywam 2024 */
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
}
.stickSocial img {
  display: block;
}
@media (max-width: 760px) {
  .stickSocial {
    display: none;
  }
}
.stickSocial a {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stickSocial .stickSocial-eec {
  background: #000bb2;
  height: 122px;
}
.stickSocial .stickSocial-eec img {
  max-width: 70%;
}
.stickSocial .stickSocial-fb {
  background: #305891;
  height: 60px;
}
.stickSocial .stickSocial-linkedin {
  background: #4498c8;
  height: 60px;
}
.stickSocial .stickSocial-twitter {
  background: #2ca8d2;
  height: 60px;
}
.stickSocial .stickSocial-youtube {
  background: #dc472e;
  height: 60px;
}

.tematyka ul {
  -moz-column-count: 2;
       column-count: 2;
}
.tematyka ul li {
  padding-right: 20px;
}
@media (max-width: 500px) {
  .tematyka ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.acenter {
  text-align: center;
}

.m-prelegent-list:not(.slider-list),
.m-prelegent-list .slider-list-slide {
  display: flex;
  flex-wrap: wrap;
}

.m-prelegent-list-el {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 16.6666666667%;
}
@media (max-width: 900px) {
  .m-prelegent-list-el {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .m-prelegent-list-el {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .m-prelegent-list-el {
    width: 50%;
  }
}
.m-prelegent-list-el:nth-child(2n) {
  background: #eaeaea;
}

.m-prelegent-list-el-img {
  aspect-ratio: 1;
  display: block;
  width: 100%;
}
.m-prelegent-list-el-img img {
  max-width: 100%;
  height: auto;
}

.m-prelegent-list-el-desc {
  flex: 1;
  background: url(/trends.eecpoland.eu/images/2023/wzorek.svg) right bottom no-repeat;
  font-size: 13px;
  font-weight: 300;
  padding: 15px;
  padding-top: 10px;
}
.m-prelegent-list-el-desc p {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.1;
}
.m-prelegent-list-el-desc small {
  padding-right: 20px;
  display: block;
}

@media (max-width: 900px) {
  .m-prelegent-list-el-desc p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .m-prelegent-list-el-desc p {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .m-prelegent-list-el-desc small {
    padding-right: 10px;
  }
}
.wnp-awards {
  display: flex;
  align-items: center;
  text-align: left;
  color: #fff;
  background-size: cover;
}
.wnp-awards h2 {
  text-align: left;
}
.wnp-awards .img {
  width: 35%;
  max-width: 100%;
  padding-right: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.wnp-awards .desc {
  font-size: 24px;
}
.wnp-awards .desc p {
  padding-right: 40px;
  padding-bottom: 20px;
}
.wnp-awards .desc img {
  margin-bottom: 40px;
  max-width: 90%;
}
.wnp-awards .link {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.wnp-awards .link:hover {
  text-decoration: none;
}
.wnp-awards .link::before {
  margin-left: 10px;
  content: "";
  order: 1;
  width: 60px;
  height: 7px;
  background: #fff;
}
.wnp-awards .link::after {
  content: "";
  order: 2;
  flex: 1;
  height: 2px;
  background: #fff;
}
@media (max-width: 1440px) {
  .wnp-awards {
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .wnp-awards .img {
    display: none;
  }
  .wnp-awards .desc {
    font-size: 18px;
  }
}

.contact-person {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #e8e8e8;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
}
.contact-person .contact-person-img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-person .contact-person-desc {
  flex: 1;
}
.contact-person .contact-person-name {
  font-size: 20px;
  font-weight: bold;
}
.contact-person .contact-person-pos {
  font-size: 14px;
  text-transform: uppercase;
}
.contact-person .contact-person-contact {
  font-weight: normal;
  flex: 1;
}
.contact-person .contact-person-contact a {
  margin-bottom: 5px;
  color: #000;
  display: flex;
  align-items: center;
  padding-left: 30px;
  min-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.contact-person .contact-person-contact .tel a {
  background-image: url("/trends.eecpoland.eu/images/2023/tel.svg");
}
.contact-person .contact-person-contact .mail a {
  background-image: url("/trends.eecpoland.eu/images/2023/mail.svg");
}
.contact-person .contact-person-contact .li a {
  background-image: url("/trends.eecpoland.eu/images/2023/li.svg");
}
@media (max-width: 620px) {
  .contact-person {
    flex-wrap: wrap;
  }
  .contact-person .contact-person-contact {
    flex-basis: 100%;
  }
}

ul.list-d1 {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr;
  gap: 1.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.list-d1 > li {
  transition: all 0.2s linear;
}
ul.list-d1 a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 0 50%;
  text-decoration: none;
  background: #fff;
}
ul.list-d1 img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
ul.list-d1 small {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-size: 9px;
  color: #79b619;
  text-transform: uppercase;
  padding: 0.5rem 0 0;
}
@media (max-width: 760px) {
  ul.list-d1 {
    grid-template-columns: auto auto auto;
    gap: 1rem;
  }
  ul.list-d1 a {
    padding: 0 0 65%;
  }
  ul.list-d1 small {
    font-size: 8px;
    padding: 0.25rem 0 0;
  }
}

div.tabs {
  display: block;
  overflow: hidden;
}

div.tabs div.navi {
  display: block;
  overflow: hidden;
}

div.tabs div.navi a {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 1rem 0.5rem 0;
  text-decoration: none;
}

div.tabs div.navi a.active {
  font-weight: bold;
}

div.tabs div.panes {
  display: block;
  overflow: hidden;
}

div.tabs div.panes > div.jspContainer {
  display: block;
}

div.tabs div.panes > div,
div.tabs div.panes > div.jspContainer > div.jspPane > div.one {
  display: none;
  overflow: hidden;
}

div.tabs div.panes > div.active,
div.tabs div.panes > div.jspContainer > div.jspPane > div.one.active {
  display: block;
}

div.tabs.tabs-1 div.navi {
  display: none;
  text-align: center;
}
div.tabs.tabs-1 div.navi a {
  display: inline-block;
  vertical-align: middle;
  background: #2715FC;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #2715FC;
  margin: 0.25rem;
}
div.tabs.tabs-1 div.navi a.active {
  background: #fff;
}

div.section.post {
  padding-top: 0;
  background: #f8f8f8;
}
div.section.post div.pageWidth {
  top: -15rem;
  width: 800px;
  min-height: 500px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 2.5rem 3.5rem;
  position: relative;
  box-shadow: 0 0 60px 3px rgba(0, 0, 0, 0.16);
}
div.section.post.online div.pageWidth {
  width: 1024px;
}
@media (max-width: 760px) {
  div.section.post div.pageWidth {
    padding: 2.5rem;
    top: 0;
  }
}

article {
  font-size: 18px;
  line-height: 1.6;
}
article p,
article li {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
article p.lead {
  font-size: 20px;
}
article h2 {
  font-weight: 900;
  color: #2715FC;
  font-size: 24px;
  margin: 2.5rem 0 1.5rem;
}
article h3 {
  font-weight: 900;
  color: #2715FC;
  font-size: 20px;
  margin: 2.5rem 0 1.5rem;
}
article a {
  color: #2715FC;
}
article a.button + a.button {
  margin-left: 1.5rem;
}
article ul {
  padding-left: 20px;
  list-style-type: disc;
  margin: 0 0 1rem;
}
article ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin: 0 0 1rem;
}
article li {
  margin: 0 0 1rem;
}
article ul > li::marker {
  color: #2715FC;
}
article h2:first-child,
article h3:first-child {
  margin-top: 0;
}
article blockquote {
  background: url("/trends.eecpoland.eu/images/icons/quotes.png") 2.5rem 2.5rem scroll no-repeat #eee;
  background-size: 48px auto;
  padding: 2.5rem 2.5rem 2.5rem 120px;
  font-style: italic;
  font-size: 20px;
  margin: 0 0 1.5rem;
}
article table {
  clear: both;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 1.5rem;
}
article table th {
  border-bottom: 2px solid #eee;
  vertical-align: bottom;
  font-weight: 900;
  font-size: 16px;
  padding: 0 0.25rem 0.75rem;
  text-align: left;
  color: #2715FC;
}
article table td {
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 14px;
  padding: 0.75rem 0.25rem;
}
article table td:first-child,
article table th:first-child {
  border-left: none;
}
article table td:last-child,
article table th:last-child {
  border-right: none;
}
@media (max-width: 600px) {
  article a.button {
    display: block;
    margin: 0 0 1.5rem !important;
  }
}

.aboveTimeline a[href$=pdf] {
  background: url(/trends.eecpoland.eu/images/icons/download.png) left center scroll no-repeat transparent;
  background-size: 46px auto;
  display: block;
  padding: 0.65rem 0 0.65rem 60px;
  min-height: 44px;
  font-weight: bold;
  text-decoration: none;
  color: #196cb4;
}

.timeline {
  margin: 30px 0;
  display: block;
  overflow: visible;
  border-left: 4px solid #eee;
  padding: 0 0 1px 2rem;
  position: relative;
}
.timeline div.day {
  display: block;
  overflow: hidden;
}
.timeline div.day h2 {
  font-size: 32px;
  color: #777;
  margin: 0;
  border: none;
  padding: 0;
}
.timeline div.day h2:before {
  display: block;
  overflow: hidden;
  content: "";
  width: 61px;
  height: 46px;
  background: url("/images/icons/bar.png") left center scroll no-repeat transparent;
  position: absolute;
  left: -6px;
  top: auto;
}
.timeline div.day h3 {
  font-size: 32px;
  color: #444;
  margin: 0 0 1em;
  border: none;
  padding: 0;
}
.timeline div.event {
  display: block;
  font-size: 18px;
  margin: 0 0 1.5rem;
  position: relative;
}
.timeline div.event small {
  font-weight: bold;
}
.timeline div.event a:hover {
  text-decoration: none;
  color: #000;
}
.timeline div.event:last-child {
  margin: 0;
}
.timeline div.event > h3 {
  font-weight: 800;
  font-size: 24px;
  color: #8a205f;
  margin: 0 0 0.25em;
  border: none;
  padding: 0;
}
.timeline div.event > h3:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #8a205f;
  position: absolute;
  left: -2.6rem;
  top: 0.65rem;
  border-radius: 100%;
  border: 4px solid #fff;
}
.timeline div.event ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}
.timeline div.event li {
  width: 50%;
}
.timeline div.event li.full {
  width: calc(50% - 0.75rem);
}
.timeline div.event h4 {
  font-size: 24px;
  color: #444;
  margin: 0 0 0.75em;
}
.timeline div.event .event-title {
  font-size: 17px;
  color: #444;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.timeline div.event small.more {
  font-size: 14px;
  line-height: 1.45;
  color: #2715FC;
  margin: 0;
}
.timeline div.event a.more {
  font-weight: normal;
}
.timeline div.event small.more a {
  display: inline-block;
  color: #2715FC;
  margin: 0 0.5rem 0.25rem 0;
}
.timeline div.event small.more a:last-child {
  margin: 0;
}
.timeline div.one {
  border: 1px solid #eee;
  padding: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.timeline div.one::before {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #999;
}
@media (max-width: 600px) {
  .timeline div.one {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .timeline div.event ul {
    flex-direction: column;
  }
  .timeline div.event li {
    width: 100%;
  }
}
.timeline div.one div.cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 170px;
}
.timeline div.one small.place {
  background: #dde9ee;
  padding: 0.2em 0.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.timeline div.event small.morelink a {
  font-size: 14px;
}
.timeline div.details {
  display: none;
  overflow: hidden;
  max-width: 100%;
  border: 1px solid #eee;
  padding: 20px;
  position: absolute;
  left: 0;
  top: auto;
  background: #fff;
  z-index: 3;
}
.timeline div.details.open {
  display: block;
}
.timeline div.details div {
  display: none;
}
.timeline div.details.agenda div.agenda,
.timeline div.details.prelegent div.prelegent,
.timeline div.details.prelegenci div.prelegenci {
  display: block;
}
.timeline div.details h3 {
  font-size: 18px;
  margin: 0 0 1em;
  border: none;
  text-transform: none;
}
.timeline div.details p {
  font-size: 13px;
  margin: 0 0 1em;
}
.timeline div.details ul {
  display: block;
  padding: 0;
}
.timeline div.details ul > li {
  font-size: 16px;
  line-height: 1.45;
  display: block;
  overflow: hidden;
  background: url("/images/icons/dot.png?v=2") left 8px scroll no-repeat transparent;
  background-size: 7px 7px;
  padding: 0 0 0 16px;
  margin: 0 0 1em;
}
.timeline div.details a.close {
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 0 1em 1em;
  width: 30px;
  height: 30px;
  background: url("/images/icons/close2.png") center center scroll no-repeat transparent;
  background-size: 30px 30px;
  text-decoration: none;
}
.timeline .agenda-event-bottom {
  display: flex;
  min-height: 25px;
  margin-top: 10px;
  gap: 3px 10px;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: -10px;
  flex-wrap: wrap;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .timeline .agenda-event-bottom {
    font-size: 10px;
  }
}
.timeline .agenda-event-broadcast,
.timeline .agenda-event-translate {
  color: #2715FC;
  text-decoration: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.timeline .agenda-event-broadcast::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/trends.eecpoland.eu/images/2023/icon-broadcast.svg);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.timeline .agenda-event-translate::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/trends.eecpoland.eu/images/2023/icon-earth.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
@media (max-width: 760px) {
  .timeline li {
    display: block;
    margin: 0 0 1.5rem !important;
    height: auto !important;
  }
  .timeline div.cell {
    height: auto !important;
  }
}
@media (max-width: 600px) {
  .timeline ul {
    flex-direction: column;
  }
  .timeline li {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

.timeline.clean {
  border-left: none;
  padding: 0 0 1px 0;
}
.timeline.clean div.details {
  left: 0;
}
.timeline.clean:after {
  display: none;
}

ul.three {
  display: block;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  font-size: 0;
}
ul.three > li {
  display: inline-block;
  vertical-align: top;
  width: 30.66%;
  margin: 0 4% 1.5em 0 !important;
  font-size: 16px;
}
ul.three > li:nth-child(3n+3) {
  margin-right: 0 !important;
}

ul.three.v2 > li {
  vertical-align: middle;
  text-align: center;
  margin: 0 3% 2em 0 !important;
}

.agenda-panel .agenda-panel-title {
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 0.25em;
}
.agenda-panel .agenda-panel-date {
  color: #999;
  margin: 10px 0 20px;
}
.agenda-panel .agenda-panel-social {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.agenda-panel .agenda-panel-social li {
  margin-right: 20px;
}
.agenda-panel .agenda-panel-close {
  display: inline-block;
  border: 1px solid #2715FC;
  padding: 2px 10px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: 14px;
}
.agenda-panel .agenda-panel-close:hover, .agenda-panel .agenda-panel-close:focus {
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #2715FC;
}
.agenda-panel .agenda-panel-section {
  padding: 20px 0 30px;
  border-top: 1px solid #eee;
}
.agenda-panel .agenda-panel-subtitle {
  font-weight: 800;
  font-size: 24px;
  margin: 0 0 0.25em;
  color: #79b619;
}
.agenda-panel .agenda-panel-partners {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.agenda-panel .agenda-panel-partner {
  margin-right: 20px;
  margin-bottom: 20px;
}
.agenda-panel .agenda-panel-partner-photo {
  width: 140px;
  border: 1px solid #ddd;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agenda-panel .agenda-panel-partner-img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.agenda-panel .agenda-panel-speakers {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.agenda-panel .agenda-panel-speakers li {
  width: 50%;
}
@media (max-width: 890px) {
  .agenda-panel .agenda-panel-speakers li {
    width: 100%;
  }
}
.agenda-panel .agenda-panel-speaker {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  margin-bottom: 20px;
  margin-right: 20px;
}
.agenda-panel .agenda-panel-speaker-photo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.agenda-panel .agenda-panel-speaker-img {
  border-radius: 50%;
}
.agenda-panel .agenda-panel-speaker-desc {
  flex: 1;
}
.agenda-panel .agenda-panel-speaker-desc h4 {
  margin: 0;
  font-weight: bold;
}
.agenda-panel .agenda-panel-speaker-desc p {
  font-size: 14px;
  color: #666;
}

div.blue-border {
  border: 1px solid #79b619;
  padding: 30px;
  margin: 10px 0 30px 0;
}
div.blue-border ::marker {
  color: #79b619;
}
div.blue-border p,
div.blue-border ul {
  font-size: 15px;
}
div.blue-border ul li {
  margin-bottom: 15px;
}
div.blue-border p:last-of-type {
  margin-top: 40px;
  background: #79b619;
  color: #fff;
  padding: 1.5rem;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  font-weight: bold;
  font-size: 14px;
}
div.blue-border p:last-of-type a {
  color: #fff;
}

.cGold {
  color: #b28500 !important;
}

div.box-16 {
  margin: 0 0 2.5rem;
  font-size: 0;
  text-align: center;
}
div.box-16 div.one {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 0 0;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  text-align: left;
}
div.box-16 div.one:last-child {
  margin: 0;
}
div.box-16 div.head {
  background: #ebebeb;
  padding: 1.25rem;
}
div.box-16 div.body {
  padding: 1.25rem;
  max-width: 100%;
}
div.box-16 div.head small {
  display: block;
  font-size: 14px;
  color: #666;
}
div.box-16 div.head h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 0.75rem;
  border: none;
  padding: 0;
  color: #1f1f2e;
  text-transform: none;
}
div.box-16 div.head p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
div.box-16 div.head p:last-child {
  margin: 0;
}
div.box-16 div.head p.toggle {
  margin-top: 1rem;
}
div.box-16 div.head h4 {
  font-size: 19px;
  margin: 0 0 1rem;
  border: none;
  padding: 0;
  color: #1f1f2e;
  text-transform: none;
}
div.box-16 div.head h4:last-child {
  margin: 0;
}
div.box-16 div.head h3 + h4 {
  margin: -1.1rem 0 0.4rem;
}
div.box-16 div.body p {
  font-size: 16px;
  color: #666;
  margin: 0 0 1rem;
}
div.box-16 div.body p strong {
  font-weight: 700;
}
div.box-16 div.body p:last-child {
  margin: 0;
}
div.box-16 div.body ul {
  margin: 0 0 1.5rem !important;
  font-weight: 700;
  font-size: 14px;
  color: #666;
  padding: 0 !important;
}
div.box-16 div.body ul:last-child {
  margin: 0 !important;
}
div.box-16 div.body ul li {
  display: block;
  margin: 0 0 0.75rem;
  position: relative;
  padding-left: 16px;
  font-size: 14px !important;
}
div.box-16 div.body ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2715FC;
}
div.box-16 div.body h4 {
  font-weight: 700;
  font-size: 20px;
  color: #20202f;
  margin: 0 !important;
}
div.box-16 div.body h4 + p {
  color: #20202f;
}
div.box-16 div.body h4.info {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin: 0 0 0.5rem !important;
}
div.box-16 div.body div.toggle div.terms {
  display: none;
}
div.box-16 div.one.open {
  background: #ebebeb;
}
div.box-16 div.one.open div.head p.toggle {
  display: none;
}
div.box-16 div.one.open div.body {
  padding-top: 0;
}
div.box-16 div.one.open div.body div.toggle div.terms {
  display: block;
}
div.box-16 div.one.open div.body div.toggle div.list {
  display: none;
}
div.box-16 div.one.open div.foot p.toggle {
  display: block;
}
div.box-16 div.foot {
  background: #ebebeb;
  padding: 1.25rem;
}
div.box-16 div.foot h4 {
  font-size: 18px;
  margin: 0 0 0.5rem !important;
  padding: 0;
}
div.box-16 div.foot p {
  font-size: 13px;
  margin: 0;
}
div.box-16 div.foot p.toggle {
  display: none;
  font-size: 14px;
  margin: 1rem 0 0;
}
div.box-16 div.foot p.toggle a {
  color: #79b619;
}
@media (max-width: 800px) {
  div.box-16 div.one {
    display: block;
    width: auto;
    margin: 0 0 2.5rem;
  }
}

ul.list-12 {
  display: block;
  padding: 0 !important;
  margin: 0 0 1.5rem;
  text-align: center;
}
ul.list-12 > li {
  font-size: 14px !important;
  display: block;
  margin: 0 0 1rem !important;
  background: no-repeat transparent;
  color: #20202f;
}
ul.list-12 li:before {
  display: none !important;
}
ul.list-12 li.enabled {
  padding: 36px 0 0 !important;
  background-image: url("/trends.eecpoland.eu/images/icons/tick2.png");
  background-size: 30px;
}
ul.list-12 li.disabled {
  padding: 36px 0 0 !important;
  background-image: url("/trends.eecpoland.eu/images/icons/cross2.png");
  background-size: 24px;
  color: #aaa;
}

h3.show-on-click a {
  color: #000;
  display: block;
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  background: url("../images/2022/arrow-down2.png") right 12px scroll no-repeat transparent;
  background-size: 13px auto;
}
h3.show-on-click + ul, h3.show-on-click + div {
  display: none;
}
h3.show-on-click.open a {
  background-image: url("../images/2022/arrow-up2.png");
}
h3.show-on-click.open + ul, h3.show-on-click.open + div {
  display: block;
}

div.rodo {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(49, 49, 64, 0.9);
  z-index: 999999;
}
div.rodo div.wrap {
  width: 620px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.rodo div.head {
  padding: 1.5rem;
  position: relative;
  border-bottom: 1px solid #eee;
  background: #79b619;
}
div.rodo div.head > img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
div.rodo div.head a.close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
div.rodo div.body {
  padding: 1.5rem;
}
div.rodo div.body div.scroll-pane {
  height: 350px;
  overflow: auto;
  outline: 0;
}
div.rodo div.body div.komunikat {
  display: block;
  padding-right: 1rem;
}
div.rodo div.body div.ustawienia {
  display: none;
  padding-right: 1rem;
}
div.rodo div.body h2 {
  font-size: 24px;
  margin: 0 0 1.5rem;
}
div.rodo div.body p {
  font-size: 16px;
  margin: 0 0 1.5rem;
}
div.rodo div.body p:last-child {
  margin: 0;
}
div.rodo div.checkbox {
  margin: 0 0 1.5rem;
}
div.rodo div.checkbox input {
  display: none;
}
div.rodo div.checkbox label {
  display: block;
  background: url("/images/rodo/check-a.png") left 1px scroll no-repeat transparent;
  background-size: 22px auto;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
div.rodo div.checkbox input:checked + label {
  background-image: url("/images/rodo/check-b.png");
}
div.rodo div.foot {
  background: #ddd;
  padding: 1.5rem 0.5rem 1rem;
  text-align: center;
}
div.rodo div.foot a.button {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #79b619;
  border: none;
  margin: 0 1rem 0.5rem 0;
  transition: all 0.2s linear;
}
div.rodo div.foot a.button.ustawienia {
  background: #79b619;
  border: none;
}
div.rodo div.foot a.button:last-child {
  margin-right: 0;
}
div.rodo div.foot a.button:hover {
  background: #222;
}
div.rodo div.jspDrag {
  background: #2715FC;
}
div.rodo.open {
  display: block;
}
div.rodo.ustawienia div.body div.komunikat {
  display: none;
}
div.rodo.ustawienia div.body div.ustawienia {
  display: block;
}
div.rodo.no-absolute {
  padding: 1.25rem;
}
div.rodo.no-absolute div.wrap {
  position: static;
  transform: none;
}
@media (max-width: 1000px) {
  div.rodo {
    padding: 1.25rem;
  }
  div.rodo div.wrap {
    position: static;
    transform: none;
  }
}
@media (max-width: 800px) {
  div.rodo div.body div.scroll-pane {
    height: 200px;
  }
}
@media (max-width: 400px) {
  div.rodo div.head > img {
    margin: 0;
  }
}

div.box2 {
  text-align: center;
  margin: 0 0 2.5rem;
}
div.box2:last-child {
  margin: 0;
}
div.box2 h2 {
  color: #20202f;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
div.box2 h2 a {
  color: #20202f;
}
div.box2 div.body {
  font-size: 0;
}
div.box2 div.body > a,
div.box2 div.body > div {
  display: inline-block;
  vertical-align: middle;
  width: 22%;
  margin: 0 1.5% 3%;
  padding: 0 0 15%;
  border: 1px solid #eee;
  position: relative;
}
div.box2 div.body > a img,
div.box2 div.body > div > a > img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  div.box2 div.body > a,
  div.box2 div.body > div {
    width: 47%;
    padding: 0 0 30%;
  }
}

div.box4.hasMenu {
  position: relative;
}
div.box4.hasMenu:before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: url("/trends.eecpoland.eu/images/icons/hand.png") center center scroll no-repeat #eee;
  background-size: 17px auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 2;
}
div.box4.hasMenu ul.menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  padding: 0.75rem;
  margin: 0;
  text-align: left;
}
div.box4.hasMenu ul.menu li {
  display: block;
  margin: 0 0 0.5rem;
}
div.box4.hasMenu ul.menu a {
  font-weight: 900;
  font-size: 12px;
  color: #333;
  display: block;
}
div.box4.hasMenu div.box5 {
  display: none;
}
div.box4.hasMenu:hover ul.menu {
  display: block;
}
div.box4.hasMenu.boxOpen div.box5 {
  display: block;
}

div.box5 {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 900px;
  max-height: 80%;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  padding: 1rem;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.3);
}
div.box5 ul.header {
  display: block;
  overflow: hidden;
  padding-right: 50px;
  margin: 0 0 1.5em;
}
div.box5 ul.header li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
}
div.box5 ul.header li.close {
  position: absolute;
  right: 1em;
  top: 1.5em;
}
div.box5 ul.header img {
  max-width: 150px;
}
div.box5 a {
  font-size: 16px;
  font-weight: 900;
  color: #8a205f;
}
div.box5 ul.header li.active a {
  color: #444;
}
div.box5 div.tabs {
  display: block;
  overflow: hidden;
}
div.box5 div.tabs > * {
  display: none;
  overflow: hidden;
  padding: 0;
}
div.box5 div.tabs > *.active {
  display: block;
}
div.box5 div.download {
  overflow: hidden;
  border: none !important;
  padding: 0 1.5rem 1.5rem;
}
div.box5 div.download a {
  display: block;
  overflow: hidden;
  padding: 1em;
  text-decoration: none;
}
div.box5 div.download a:hover {
  background: #fafafa;
}
div.box5 div.download h3 {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  margin: 0 0 0.75rem;
}
div.box5 div.download p {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #878787;
  margin: 0 0 1rem;
}
div.box5 div.download p a {
  padding: 0;
  display: inline;
}
div.box5 div.download p:last-child {
  margin: 0;
}
div.box5 div.promo a.arrowLeft,
div.box5 div.promo a.arrowRight {
  height: 400px !important;
  width: 60px;
}
div.box5 div.promo iframe {
  display: block;
  margin: 0 auto;
}

.alphFilter {
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.alphFilter a {
  font-size: 15px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #8a205f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s color, 0.1s backgorund;
}
.alphFilter a:hover {
  background: #8a205f;
  color: #fff;
  text-decoration: none;
}

.box-21 {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  grid-template-areas: "img desc" "desc2 desc2";
}
.box-21 .img {
  grid-area: img;
  overflow: hidden;
}
.box-21 .img img {
  display: block;
  border-radius: 50%;
}
.box-21 .desc {
  grid-area: desc;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-21 .desc h2 {
  margin-bottom: 0;
}
.box-21 .desc p {
  margin-bottom: 0;
}
.box-21 .desc p:empty {
  display: none;
}
.box-21 .desc2 {
  grid-area: desc2;
}
@media (max-width: 600px) {
  .box-21 {
    grid-template-columns: 150px 1fr;
  }
  .box-21 .img img {
    width: 150px !important;
    height: auto;
  }
}
@media (max-width: 500px) {
  .box-21 {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "desc" "desc2";
  }
}

.list-4 {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.list-4 li {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
}
.list-4 .prelegent-list-link {
  display: flex;
  align-items: center;
}
.list-4 .prelegent-list-name {
  font-size: 21px;
  font-weight: bold;
}
.list-4 .prelegent-list-position {
  font-size: 17px;
  color: #555;
}
@media (max-width: 470px) {
  .list-4 .prelegent-list-name {
    font-size: 18px;
  }
  .list-4 .prelegent-list-position {
    font-size: 15px;
  }
}
.list-4 a:hover {
  text-decoration: none;
}
.list-4 img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.list-4 .no-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eee;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
}
.list-4 .no-avatar, .list-4 img {
  flex-shrink: 0;
  margin-right: 20px;
}

.box-10 {
  margin-top: 30px;
}
.box-10 h2 {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: inherit;
}

div.box-41 {
  background: #fff;
  margin: 0 auto;
  position: relative;
}
div.box-41 div.head {
  text-align: center;
  margin: 0 auto 2rem;
}
div.box-41 div.foot {
  text-align: center;
  margin: 2rem auto 0;
}
div.box-41 p {
  font-size: 18px;
  font-style: italic;
}
div.box-41 div.wrap {
  font-size: 0;
  position: relative;
}
div.box-41 div.wrap > div.left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 3.5rem 0 0;
  font-size: 16px;
}
div.box-41 div.wrap > div.right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0 0 3.5rem;
  font-size: 16px;
}
div.box-41 div.wrap > div.middle {
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
}
div.box-41 div.wrap > div.middle span {
  display: inline-block;
  position: relative;
  width: 50px;
  line-height: 1;
  height: 50px;
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 1.1rem 0;
  border-radius: 100%;
}
div.box-41 div.wrap > div.middle:before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  width: 3px;
  height: 180px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.box-41 small {
  display: block;
}
@media (max-width: 1000px) {
  div.box-41 {
    padding: 2rem 0;
  }
}
@media (max-width: 760px) {
  div.box-41 div.head {
    margin: 0 auto 2rem;
  }
  div.box-41 div.foot {
    margin: 2rem auto 0;
  }
  div.box-41 div.wrap > div.left {
    display: block;
    width: 100%;
    padding: 0;
  }
  div.box-41 div.wrap > div.right {
    display: block;
    width: 100%;
    padding: 0;
  }
  div.box-41 div.wrap > div.middle {
    position: relative;
    top: 0;
    transform: none;
    margin: 2rem 0;
    width: auto;
  }
  div.box-41 div.wrap > div.middle:before {
    width: 180px;
    height: 3px;
  }
  div.box-41 form.form-2 {
    height: auto !important;
  }
}

.errmsg {
  display: block;
  background: #cc0000;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
}

.errmsg:empty {
  display: none;
}

form.form-3 {
  background: #f8f8f8;
  padding: 2rem;
  margin: 0 0 1rem;
}

form.form-3 label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 16px;
}

form.form-3 input {
  height: auto;
  display: block;
  background: #fff;
  color: #000;
  border: none;
  margin: 0 0 1.5rem;
  font-size: 16px;
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

form.form-3 h2 {
  font-size: 20px;
  margin: 0 0 1rem;
  color: #262525;
}

form.form-3 h2 + small {
  display: block;
  margin: 0 auto 1rem;
}

form.form-3 button {
  background: #8a205f;
}

form.form-3 button + small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1rem;
  font-weight: 700;
  font-size: 12px;
}

form.form-3 button + small a {
  color: #000;
}

form.form-3 small {
  color: #000;
}

form.form-3 small a {
  color: #000 !important;
}

div.box-31a p.back {
  font-size: 12px;
  margin: 0 0 1.5rem;
}
div.box-31a p.back a {
  color: #fff;
}
div.box-31a p.back img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem 0 0;
}
div.box-31a p.more-sessions {
  font-size: 13px;
  margin: 0;
}
div.box-31a p.more-sessions a {
  display: inline-block;
  background: #8a205f;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 1000px) {
  div.box-31a p.more-sessions {
    margin-left: -1.5rem;
  }
}
@media (max-width: 420px) {
  div.box-31a p.more-sessions {
    margin-top: -4.25rem;
  }
}
div.box-31a div.wrap-1 {
  position: relative;
  padding-right: 410px;
  margin: 0 0 1.5rem;
}
div.box-31a div.wrap-1 div.left {
  padding: 0;
  background: #fff;
}
div.box-31a div.wrap-1 div.left div.yt {
  margin: 0 auto;
}
div.box-31a div.wrap-1 div.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 410px;
  height: 100%;
  background: #efefef;
}
div.box-31a div.wrap-1 div.right iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div.box-31a div.wrap-1 div.right small.rodo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.75rem 0.75rem;
  font-size: 9px;
  color: #2f2e2e;
  display: none;
  background: #efefef;
}
div.box-31a div.wrap-1 div.right small.rodo a {
  color: #2f2e2e;
}
div.box-31a div.wrap-1 div.yt {
  padding-top: 0 !important;
}
div.box-31a div.wrap-1 .button {
  margin-right: 1rem;
}
div.box-31a div.wrap-1 .button:last-child {
  margin-right: 0;
}
div.box-31a .wrap-2 {
  display: flex;
  flex-direction: column-reverse;
}
div.box-31a .wrap-2 .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
div.box-31a div.wrap-3 {
  background: #fff;
  padding: 3rem;
}
div.box-31a div.wrap-3 > div.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}
div.box-31a div.wrap-3 > div.inner > div.left {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin-right: 5%;
  font-size: 16px;
}
div.box-31a div.wrap-3 > div.inner > div.right {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  font-size: 16px;
}
div.box-31a div.wrap-3 > div.inner > div.right p {
  font-size: 18px;
}
@media (max-width: 1000px) {
  div.box-31a div.wrap-3 {
    padding: 0;
  }
}
@media (max-width: 700px) {
  div.box-31a div.wrap-3 > div.inner > div.left {
    display: block;
    width: auto;
    margin: 0 0 1.5rem;
  }
  div.box-31a div.wrap-3 > div.inner > div.right {
    display: block;
    width: auto;
  }
}
div.box-31a div.wrap-4 {
  position: relative;
}
@media (max-width: 1000px) {
  div.box-31a div.wrap-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
div.box-31a div.wrap-4 > div.inner {
  background: #fff;
  padding: 2rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
div.box-31a div.wrap-4 > div.inner.static {
  position: static;
}
div.box-31a div.wrap-4 > div.inner.open {
  display: block;
}
@media (max-width: 500px) {
  div.box-31a div.wrap-4 > div.inner {
    padding: 1rem;
  }
}
div.box-31a div.wrap-4 > div.inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 3rem;
}
div.box-31a div.wrap-4 > div.inner h2:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #8a205f;
}
div.box-31a div.wrap-4 > div.inner h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  background: #8a205f;
  font-size: 14px;
  color: #fff;
  position: relative;
  border-left: 1rem solid #fff;
  border-right: 1rem solid #fff;
}
@media (max-width: 500px) {
  div.box-31a div.wrap-4 > div.inner h2 {
    margin: 0 auto 1.5rem;
  }
}
div.box-31a div.wrap-4 > div.inner ul {
  font-size: 0;
}
div.box-31a div.wrap-4 > div.inner ul > li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0 3% 3% 0;
  background: #f5f5f5;
  position: relative;
  padding: 1rem 1.5rem 3rem;
  text-align: left;
}
div.box-31a div.wrap-4 > div.inner ul > li:nth-child(even) {
  margin-right: 0;
}
div.box-31a div.wrap-4 > div.inner ul small {
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding: 0 0 0.2rem;
  margin: 0 0 1rem;
  font-size: 11px;
  color: #383838;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.box-31a div.wrap-4 > div.inner ul h3 {
  margin: 0 0 0.75rem;
  font-size: 18px;
  color: #000;
  position: relative;
  height: 5.4em;
}
div.box-31a div.wrap-4 > div.inner ul h3 span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-height: 5.4em;
  overflow: hidden;
}
div.box-31a div.wrap-4 > div.inner ul div.buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
div.box-31a div.wrap-4 > div.inner ul div.buttons a {
  color: #fff !important;
  border: none;
  border-radius: 0;
  font-size: 13px;
  display: inline-block;
  width: 50%;
  padding: 0.75rem 0.5rem;
  margin: 0;
}
div.box-31a div.wrap-4 > div.inner ul div.buttons a.blue {
  background: #2715FC;
}
div.box-31a div.wrap-4 > div.inner ul div.buttons a.red {
  background: #8a205f;
}
div.box-31a div.wrap-4 > div.inner ul div.buttons a:hover {
  background: #222 !important;
  color: #fff !important;
}
div.box-31a div.wrap-4 > div.inner ul div.foot {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #8a205f;
  padding: 1.25rem;
}
div.box-31a div.wrap-4 > div.inner ul div.foot a.button {
  border-radius: 8px;
  border: 2px solid #fff;
  font-size: 14px;
  color: #fff;
  margin: 0.75rem 0;
  padding: 0.5rem 0.75rem;
  width: 200px;
  max-width: 100%;
}
div.box-31a div.wrap-4 > div.inner ul div.foot a.button.white {
  background: #fff;
  color: #8a205f !important;
}
div.box-31a div.wrap-4 > div.inner ul div.foot a.button.red {
  background: transparent !important;
  color: #fff;
}
div.box-31a div.wrap-4 > div.inner ul div.foot a.button:hover {
  background: #222 !important;
  color: #fff !important;
}
div.box-31a div.wrap-4 > div.inner ul > li.open div.foot {
  display: block;
  text-align: center;
  height: 100%;
  bottom: auto;
  top: 0;
  padding-top: 2rem;
}
@media (max-width: 1100px) {
  div.box-31a div.wrap-4 > div.inner ul h3 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  div.box-31a div.wrap-4 > div.inner ul div.buttons a.button {
    font-size: 11px;
  }
  div.box-31a div.wrap-4 > div.inner ul h3 {
    font-size: 14px;
  }
  div.box-31a div.wrap-4 > div.inner ul > li {
    display: block;
    margin: 0 0 1.5rem;
    width: 100%;
    padding: 1rem 1rem 3rem;
  }
  div.box-31a div.wrap-4 > div.inner ul div.foot a.button {
    padding: 0.5rem;
    font-size: 10px;
  }
}
div.box-31a p.desc-info {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  width: 960px;
  max-width: 100%;
  margin: 0 auto 2.5rem;
}
div.box-31a p a {
  color: #8a205f;
}
div.box-31a h2.h {
  color: #8a205f;
  font-size: 14px;
  margin: 1rem 0 1.5rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}
div.box-31a h2.h:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #2715FC;
  margin-left: 1rem;
}
div.box-31a div.smaller {
  font-size: 14px;
}
div.box-31a div.smaller > ul {
  display: block;
  text-align: left;
  padding-left: 1.5rem;
  border-left: 4px solid #dde0e3;
  margin: 1.5rem 0;
}
div.box-31a div.smaller > ul > li {
  display: block;
  margin: 0 0 1.25rem;
  position: relative;
  line-height: 1.6;
}
div.box-31a div.smaller > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: -2.1rem;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #79b619;
  border: 4px solid #f8f9fa;
}
div.box-31a div.smaller > ul > li:last-child {
  margin: 0;
}
@media (max-width: 1100px) {
  div.box-31a div.wrap-1 {
    position: relative;
    padding-right: 300px;
  }
  div.box-31a div.wrap-1 div.left {
    padding: 0;
  }
  div.box-31a div.wrap-1 div.right {
    width: 300px;
  }
  div.box-31a div.wrap-1 div.right small.rodo {
    font-size: 7px;
  }
}
@media (max-width: 1000px) {
  div.box-31a div.wrap-1 {
    display: block;
    padding: 0;
    margin: 0 -1.5rem 1.5rem;
  }
  div.box-31a div.wrap-1 div.left {
    display: block;
    width: auto;
  }
  div.box-31a div.wrap-1 div.right {
    position: static;
    height: auto;
    display: block;
    width: auto;
  }
  div.box-31a div.wrap-1 div.right iframe {
    position: static;
    height: 355px;
  }
  div.box-31a div.wrap-1 div.right small.rodo {
    position: static;
  }
}
@media (max-width: 760px) {
  div.box-31a div.wrap-2 div.left {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    margin: 0 0 1.5rem;
  }
  div.box-31a div.wrap-2 div.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  div.box-31a .box-31 {
    margin: 0;
  }
  div.box-31a div.wrap-1 div.left.stick {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

div.box-22a {
  background: #79b619;
  height: 43px;
  position: relative;
}
div.box-22a div.pageWidth {
  padding: 0 !important;
  background: #79b619 !important;
  top: 0 !important;
}
div.box-22a ul.menu3 {
  display: block;
  padding: 0.2rem 0 0;
}
div.box-22a ul.menu3 > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2rem 0 0;
  position: relative;
  font-size: 14px;
  padding: 0;
}
div.box-22a ul.menu3 > li:before {
  display: none;
}
div.box-22a ul.menu3 > li > a,
div.box-22a ul.menu3 > li > span {
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
}
div.box-22a ul.menu3 > li.logout {
  float: right;
  margin-right: 0;
  margin-top: 0;
}
div.box-22a ul.menu3 sup {
  display: inline-block;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background: #79b619;
  border-radius: 100%;
  padding: 0.25rem 0 0;
}
div.box-22a ul.menu3 > li a > img {
  display: inline-block;
  vertical-align: middle;
}
div.box-22a ul.menu3 ul.sub {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  width: 250px;
  background: #fff;
}
div.box-22a ul.menu3 > li.has-sub:hover ul.sub {
  display: block;
}
@media (max-width: 1180px) {
  div.box-22a {
    margin-top: 0.5rem;
  }
}
@media (max-width: 1100px) {
  div.box-22a {
    margin-top: 0;
  }
  div.box-22a ul.menu3 > li {
    margin: 0;
  }
}
@media (max-width: 1000px) {
  div.box-22a ul.menu3 {
    white-space: nowrap;
    overflow: auto;
  }
  div.box-22a ul.menu3 li {
    white-space: normal;
  }
  div.box-22a ul.menu3 > li.logout {
    float: none;
    margin: 0;
  }
}

div.box-22a + header a.menu {
  top: 4.1rem !important;
}

body.newMenuOpen header {
  top: 50px;
}

ul.list-33 {
  font-size: 0;
}
ul.list-33 > li {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 5% 1.5rem 0;
  position: relative;
  transition: all 0.2s linear;
}
ul.list-33 > li:nth-child(even) {
  margin-right: 0;
}
ul.list-33 a {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-decoration: none;
}
ul.list-33 div.img {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}
ul.list-33 div.img img {
  display: block;
  border-radius: 8px;
}
ul.list-33 div.desc {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 1rem;
}
ul.list-33 h3 {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: 700;
  transition: all 0.2s linear;
}
ul.list-33 small {
  display: block;
  font-size: 13px;
  color: #888;
}
ul.list-33 li.has-desc2.open {
  background: #2715FC;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
ul.list-33 li.has-desc2.open div.img img {
  border-radius: 4px 0 0 0;
}
ul.list-33 li.has-desc2.open div.desc {
  padding-right: 0.75rem;
}
ul.list-33 li.has-desc2.open h3, ul.list-33 li.has-desc2.open small {
  color: #fff;
}
ul.list-33 li.has-desc2.open div.desc2 {
  display: block;
}
ul.list-33 div.desc2 {
  display: none;
  color: #fff;
  font-size: 11px;
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  width: 100%;
  background: #2715FC;
  padding: 0.75rem;
  border-radius: 0 0 8px 8px;
}
ul.list-33 div.desc2 div.scroll p:last-child {
  margin: 0;
}
ul.list-33 div.desc2 div.scroll {
  max-height: 194px;
  overflow: auto;
  padding-right: 0.75rem;
}
ul.list-33 div.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #bcbfc3;
}
ul.list-33 div.scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #bcbfc3;
}
ul.list-33 div.scroll::-webkit-scrollbar-thumb {
  background-color: #707070;
}
@media (max-width: 1000px) {
  ul.list-33 > li {
    display: block;
    margin: 0 0 1.5rem;
    width: auto;
  }
}

div#communicator {
  display: none;
  position: fixed;
  z-index: 99999999;
  max-height: 80%;
  overflow: auto;
  width: 1000px;
  max-width: 100%;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #2715FC;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
}
div#communicator a.close {
  color: #fff;
  background: #79b619;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 1rem;
  font-size: 14px;
}
div#communicator.open {
  display: block;
}
@media (max-width: 600px) {
  div#communicator {
    top: 0;
    max-height: 100%;
    height: 100%;
    padding: 2rem 1.25rem;
    border-radius: 0;
  }
}

div.box-31 {
  margin: 1.5rem 0;
  text-align: center;
}
div.box-31 h2 {
  font-size: 18px;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #dde0e3;
}
div.box-31 textarea {
  font-size: 14px;
  padding: 0.75rem;
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #dde0e3;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 0.75rem;
}
div.box-31 input {
  font-size: 14px;
  padding: 0.75rem;
  display: block;
  width: 100%;
  border: 1px solid #dde0e3;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 1rem;
}
div.box-31 small {
  font-size: 9px;
  color: #bbb;
  display: block;
  margin: 0 0 0.75rem;
}
div.box-31 small a {
  color: #bbb;
}
div.box-31 a.button {
  font-size: 14px;
}

div.box-27 {
  border: 4px solid #79b619;
  padding: 4rem 2rem;
  text-align: center;
}
div.box-27 small {
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
  background: #79b619;
  margin: 0 0.5rem 1.5rem;
  font-size: 16px;
}
div.box-27 h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem;
}
div.box-27 div.i {
  margin: 4rem 0 0;
}
div.box-27 div.i img {
  display: block;
  margin: 0 auto;
}
div.box-27 div.t {
  display: table;
  width: 100%;
  height: 100%;
}
div.box-27 div.c {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 760px) {
  div.box-27 {
    padding: 2rem;
  }
  div.box-27 small {
    font-size: 14px;
  }
  div.box-27 h2 {
    font-size: 26px !important;
  }
  div.box-27 a.button {
    width: auto;
    font-size: 14px;
  }
}

div.box-27-wrap {
  font-size: 0;
}
div.box-27-wrap div.box-27 {
  display: inline-block;
  vertical-align: middle;
  width: 47.5%;
  margin: 0 5% 0 0;
}
div.box-27-wrap div.box-27:nth-child(even) {
  margin-right: 0;
}
div.box-27-wrap div.box-27 h2 {
  font-size: 32px;
}
div.box-27-wrap div.box-27 a.button {
  width: auto;
  font-size: 14px;
}
@media (max-width: 1000px) {
  div.box-27-wrap > div.box-27 {
    display: block;
    width: 100%;
    margin: 0 0 2rem;
    height: auto !important;
  }
  div.box-27-wrap > div.box-27:last-child {
    margin: 0;
  }
}

div.box-28 {
  border: 4px solid #8a205f;
}
div.box-28 div.wrap {
  position: relative;
}
div.box-28 div.left {
  width: 60%;
  margin: 0;
  padding: 1.25rem;
  border-right: 4px solid #8a205f;
}
div.box-28 div.right {
  width: 40%;
  height: 100%;
  overflow: auto;
  position: absolute;
  left: 60%;
  top: 0;
  scrollbar-width: thin;
  scrollbar-color: #fff #eee;
}
div.box-28 div.right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px transparent;
  background-color: transparent;
}
div.box-28 div.right::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
  border-radius: 4px;
}
div.box-28 div.right::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
}
div.box-28 div.yt {
  background: #000;
  margin: 0;
}
div.box-28 ul {
  display: block;
  padding: 0;
  margin: 0;
}
div.box-28 li {
  display: block;
  padding: 0;
  border-top: 1px solid #8a205f;
  margin: 0;
}
div.box-28 li.active + li,
div.box-28 li:first-child {
  border-top: none;
}
div.box-28 li:before {
  display: none;
}
div.box-28 a {
  display: block;
  color: #fff;
  padding: 1rem;
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s linear;
}
div.box-28 a:hover {
  background: rgba(138, 32, 95, 0.3);
}
div.box-28 li.active a {
  background: #8a205f;
  color: #fff;
}
div.box-28 div.video.active {
  position: relative;
}
div.box-28 div.video.active div.preview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat transparent;
  background-size: cover;
}
div.box-28 div.video.active div.preview a {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  div.box-28 a {
    font-size: 16px;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 760px) {
  div.box-28 div.left {
    width: auto;
    border: none;
  }
  div.box-28 div.right {
    position: static;
    width: auto;
    height: auto;
    max-height: 300px;
  }
}

div.box-29 {
  text-align: center;
  margin: 0 auto 2.5rem;
}
div.box-29 h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 auto 0.5rem;
}
div.box-29 p {
  font-size: 24px;
  margin: 0 auto 1.5rem;
}
@media (max-width: 760px) {
  div.box-29 h1 {
    font-size: 26px;
  }
  div.box-29 p {
    font-size: 16px;
    font-style: normal;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.popup-container {
  padding: 4px;
  background: #fff;
  width: 96%;
  max-width: 800px;
  position: relative;
}

.popup-close {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -999px;
}
.popup-close::before, .popup-close::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #081e56;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.1s;
}
.popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-close:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.popup-close:hover::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

ul.list-34 {
  text-align: center;
  font-size: 0;
}
ul.list-34 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 0;
  max-width: 44%;
  position: relative;
}
ul.list-34 li > a {
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  width: 220px;
  max-width: 100%;
  height: 130px;
}
ul.list-34 li > a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 85%;
  max-height: 85%;
}
ul.list-34 div.desc {
  display: none;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0;
}
ul.list-34 div.desc a {
  display: block;
  margin: 0 auto 0.5rem;
  color: #444;
  text-decoration: none;
}
ul.list-34 div.desc a:hover {
  color: #79b619;
}
ul.list-34 li:hover div.desc {
  display: block;
}
ul.list-34 div.desc2 {
  text-align: left;
  display: none;
  background: rgba(200, 200, 200, 0.8);
  padding: 2rem;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
ul.list-34 div.desc2 div.tt {
  display: table;
  width: 100%;
  height: 100%;
}
ul.list-34 div.desc2 div.tc {
  display: table-cell;
  vertical-align: middle;
}
ul.list-34 div.desc2 div.tc div.e {
  position: relative;
  background: #fff;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
ul.list-34 div.desc2 h3 {
  font-weight: 700;
  font-size: 18px;
  color: #2715FC;
  margin: 0 0 1.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
ul.list-34 div.desc2 p {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 1rem;
}
ul.list-34 div.desc2 a.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  background: #79b619;
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  text-decoration: none;
}
ul.list-34 li.open div.desc2 {
  display: block;
}
ul.list-34.v2 li {
  width: 47.5%;
  margin: 0 5% 1rem 0;
}
ul.list-34.v2 li:nth-child(even), ul.list-34.v2 li:last-child {
  margin-right: 0;
}
@media (max-width: 700px) {
  ul.list-34 div.desc2 div.tc div.e {
    width: 100%;
  }
}
@media (max-width: 500px) {
  ul.list-34 li {
    width: 47.5%;
    margin: 0 5% 5% 0;
  }
  ul.list-34 li:nth-child(even) {
    margin-right: 0;
  }
}

div.box-32 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #8a205f;
  margin: 1rem auto 0;
}
div.box-32 img {
  display: inline-block;
  vertical-align: -2px;
  margin: 0 0.5rem 0 0;
}
div.box-32 a {
  color: #8a205f;
  transition: all 0.2s linear;
  text-decoration: none;
}
div.box-32 a:hover {
  color: #2715FC;
}
@media (max-width: 1100px) {
  div.box-32 {
    margin: 0;
    padding: 1rem;
  }
}

ul.list-35a {
  display: block;
}
ul.list-35a li {
  display: block;
  font-size: 18px;
}
ul.list-35a img {
  display: inline-block;
  vertical-align: middle;
}

ul.list-3a {
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 0;
}
ul.list-3a a {
  display: block;
  overflow: hidden;
  position: relative;
}
ul.list-3a li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 5% 0;
}
ul.list-3a li:nth-child(3n+3) {
  margin-right: 0;
}
ul.list-3a div.img {
  background: #222;
  background-size: cover;
  padding: 0 0 100%;
  margin: 0 0 1rem;
}
ul.list-3a p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
ul.list-3a small {
  font-size: 11px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  ul.list-3a li {
    width: 47.5%;
  }
  ul.list-3a li:nth-child(3n+3) {
    margin-right: 5%;
  }
  ul.list-3a li:nth-child(even) {
    margin-right: 0;
  }
}

div.window {
  display: none;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
div.window div.wrap {
  display: table;
  width: 100%;
  height: 100%;
}
div.window div.wrap > div.inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 4rem 0;
}
div.window div.body {
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 70px 2rem 3rem;
  position: relative;
}
div.window a.close {
  background: #ccc;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
div.window h2 {
  font-weight: 700;
  font-size: 24px !important;
  margin: 0 0 0.5em;
  color: #444;
}
div.window p {
  line-height: 1.45;
  font-size: 14px !important;
  margin: 0 0 1.5em;
}
div.window small {
  line-height: 1.45;
  font-size: 10px !important;
  margin: 0 0 1.75em;
}
div.window h3 {
  font-weight: 700;
  font-size: 14px !important;
  margin: 0 0 0.75em;
}
div.window div.g-recaptcha-wrap {
  margin: 2rem auto 0;
  text-align: center;
}
div.window div.g-recaptcha {
  display: inline-block;
}
div.window.open {
  display: block;
}

div.login.window button {
  font-weight: 700;
  font-size: 13px;
  padding: 0.5rem 1rem;
  background: #2715FC;
  color: #fff;
  cursor: pointer;
}
div.login.window a.close {
  background: none;
  padding: 1rem;
}
div.login.window div.body {
  width: 312px;
  background: #f4f4f4;
  padding: 0;
  margin: 0 auto 2rem;
}
div.login.window div.l-head {
  padding: 1.5rem;
  background: #79b619;
  background-size: cover;
  color: #fff;
}
div.login.window div.l-head h2 {
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin: 0 0 0.5rem;
  color: #fff;
}
div.login.window div.l-head p {
  font-size: 11px !important;
  color: #333;
  margin: 0 0 0.5rem !important;
  color: #fff;
}
div.login.window div.l-head p:last-child {
  margin: 0 !important;
}
div.login.window div.l-body {
  padding: 1.5rem;
}
div.login.window div.l-body p {
  font-size: 14px !important;
  margin: 0 0 0.5rem !important;
  line-height: 1.2;
}
div.login.window div.l-body p:last-child {
  margin: 0 !important;
}
div.login.window div.l-body a {
  color: #79b619;
}
div.login.window form input[type=text],
div.login.window form input[type=email],
div.login.window form input[type=password],
div.login.window form select {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  background: #fff;
  height: 34px;
  padding: 0.5rem;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 1.5rem;
  transition: all 0.2s linear;
}
div.login.window form select:focus {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
}
div.login.window form label {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 0.25rem;
}
div.login.window form div.submit button {
  background: #79b619;
}
div.login.window form div.submit a {
  font-size: 11px;
  float: right;
  margin-top: 0.6rem;
}
div.login.window div.row.error {
  background: none;
  padding: 0;
  margin: 0;
}
div.login.window div.row small.error {
  display: none;
  font-size: 10px;
  color: #79b619;
  margin-top: -1rem;
}
div.login.window div.error p {
  color: #414141;
}
div.login.window div.row.error small.error {
  display: block;
}
div.login.window div.row.error input,
div.login.window div.row.error select {
  border: 1px solid #79b619;
}
div.login.window div.row.error label {
  color: #79b619;
}
div.login.window div.body.error div.l-head {
  background: #79b619;
  color: #fff;
}
div.login.window div.body.error div.l-head h2 {
  color: #fff;
}
div.login.window div.body.error div.l-head p {
  color: #fff;
}
div.login.window div.body.error a.close img {
  filter: brightness(0) invert(1);
}
div.login.window form#formlogin {
  margin: 0 0 1.5rem;
}

.yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.yt > iframe,
.yt > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-focus {
  padding: 4rem 1.5rem 6rem;
  font-size: 0;
  margin-bottom: 90px;
  color: #fff;
  background-image: url(/trends.eecpoland.eu/images/2023/focus-bg.png);
  background-color: #1C428C;
  background-size: cover;
}
.section-focus div.img {
  max-width: 35%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5% 0 0;
}
.section-focus div.img img {
  display: block;
  margin: 0 auto;
}
.section-focus div.desc {
  max-width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.section-focus h1 {
  width: 680px;
  max-width: 100%;
  margin: 0 auto 2.5rem;
}
.section-focus h3 {
  width: 680px;
  max-width: 100%;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  margin: 0 auto 1.5rem;
}
.section-focus h3 span {
  display: inline-block;
  margin: 0 0.5rem;
}
.section-focus div.left p {
  width: 680px;
  max-width: 100%;
  font-style: italic;
  font-size: 20px;
  margin: 0 auto 1.5rem;
}
.section-focus div.right p {
  font-size: 18px;
}
.section-focus div.right small {
  font-size: 12px;
}
.section-focus div.yt {
  margin-bottom: 1rem;
}
.section-focus a.button {
  width: 220px;
  max-width: 100%;
  margin: 1rem 1rem 0 0;
  border-radius: 0;
  border-width: 1px;
  font-style: normal;
  border-color: #fff;
  color: #fff;
}
.section-focus a.button:last-child {
  margin-right: 0;
}
.section-focus a.button:hover {
  background: #fff;
  color: #79b619;
}
@media (max-width: 920px) {
  .section-focus h2.title {
    font-size: 32px;
  }
}
@media (max-width: 620px) {
  .section-focus {
    text-align: center;
  }
  .section-focus div.img {
    display: block;
    margin: 0 auto 1.5rem;
    max-width: 100%;
  }
  .section-focus div.img img {
    width: 200px;
  }
  .section-focus div.desc {
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
  }
  .section-focus div.desc img {
    display: none;
  }
  .section-focus h3 {
    font-size: 18px;
  }
  .section-focus p.lead {
    font-size: 18px;
  }
  .section-focus p {
    font-size: 16px;
  }
  .section-focus a.button {
    display: block;
    margin: 0 auto 0.75rem !important;
  }
}
@media (max-width: 500px) {
  .section-focus h3 {
    font-size: 16px;
  }
}

body.next-eec-open {
  overflow: hidden;
}
body.next-eec-open::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
body.next-eec-open .next-eec {
  display: block;
}

.next-eec {
  position: fixed;
  z-index: 999999999;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 2rem 1rem 1rem;
  width: 320px;
  max-width: 98%;
  margin: 0 auto;
  display: none;
}
.next-eec .close {
  position: absolute;
  right: 0.5rem;
  top: -0.25rem;
  background: none;
  padding: 0.5rem;
  cursor: pointer;
}
.next-eec small {
  color: #79b619;
}
.next-eec h2 {
  font-size: 36px;
  font-weight: 700;
}
.next-eec p {
  font-size: 18px;
}
.next-eec img {
  display: block;
}

.slider-list {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.slider-list-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.slider-list-slide.is-show {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 20px 0;
}

.dots-link {
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #2715FC;
}

.dots-link.is-active {
  background: #2715FC;
}

.fokus {
  min-height: 780px;
  position: relative;
  color: #fff;
  background-color: #002573;
  background-size: cover;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  isolation: isolate;
  border-radius: 0 0 0 0;
}

.fokus-content {
  max-width: 610px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  padding-left: 100px;
}

.fokus-addon-text {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #2715FC;
  padding: 10px 40px 10px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  background: linear-gradient(to right, #2715FC, transparent);
  z-index: 1;
}

.fokus-addon-text:hover {
  text-decoration: none;
}

.fokus-img {
  aspect-ratio: 1920/1080;
  max-width: 1200px;
  width: 98%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.fokus-img lottie-player {
  width: 100% !important;
  height: 100% !important;
}

.fokus-addon-1 {
  width: 24px;
  height: 400px;
  background: url(/trends.eecpoland.eu/images/2024/pasek2.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 125px;
  top: 0;
  z-index: -1;
}

.fokus-addon-2 {
  width: 4px;
  height: 590px;
  background: url(/trends.eecpoland.eu/images/2024/pasek3.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: -1;
}

.fokus-addon-3 {
  margin-top: 100px;
  width: 411px;
  height: 20px;
  background: url(/trends.eecpoland.eu/images/2024/pasek1.svg);
  background-size: 100% 100%;
}

.fokus-title {
  background: url(/trends.eecpoland.eu/images/2024/eec-trends.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 545px;
  aspect-ratio: 545/118;
  text-indent: -99999px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.fokus-desc {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.fokus-date {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.fokus-date i {
  color: #2715FC;
}

.fokus-button {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding: 20px 40px;
  background: #2715FC;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s background;
}
.fokus-button:hover {
  text-decoration: none;
  background: #4234ef;
}

@media (max-width: 1360px) {
  .fokus {
    border-radius: 0;
  }
  .fokus-img {
    width: 130%;
  }
}
@media (max-width: 720px) {
  .fokus-addon-2,
  .fokus-addon-3 {
    display: none;
  }
  .fokus-addon-1 {
    right: 20px;
  }
}
@media (max-width: 680px) {
  .fokus-content {
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .fokus {
    min-height: 600px;
  }
  .fokus-content {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
  .fokus-img {
    width: 150%;
  }
  .fokus-addon-text {
    font-size: 10px;
  }
  .fokus-desc,
  .fokus-date {
    font-size: 16px;
  }
  .fokus-date {
    margin-top: 30px;
  }
  .fokus-button {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
  }
}
@media (max-height: 600px) {
  .fokus-title {
    margin-bottom: 30px;
  }
  .fokus-date {
    margin-top: 20px;
  }
  .fokus-button {
    margin-top: 40px;
  }
  .fokus-desc, .fokus-date {
    font-size: 14px;
  }
}
.buttons-register-bar-cnt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 20px 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}
.buttons-register-bar-cnt h3 {
  margin: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.buttons-register-bar-cnt h3 a {
  padding: 20px;
  width: 100%;
  display: block;
}
.buttons-register-bar-cnt h3 a:hover, .buttons-register-bar-cnt h3 a:focus {
  text-decoration: none !important;
}
.buttons-register-bar-cnt p {
  margin: 10px 0;
  text-align: center;
}
.buttons-register-bar-cnt .button {
  background: #2715FC;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 35px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
  justify-content: center;
}
.buttons-register-bar-cnt .button--type2 {
  background: #7f98bb;
}

.buttons-register-bar-cnt {
  border-color: #2715FC;
  background-color: #2715FC;
}
.buttons-register-bar-cnt h3 a {
  color: #fff;
}
.buttons-register-bar-cnt.is-open {
  border-color: #2715FC;
  background: transparent;
}
.buttons-register-bar-cnt.is-open h3 a {
  color: #2715FC;
}

.buttons-register-bar-inside {
  display: none;
  padding: 0 0 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
}

.buttons-register-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 600px) {
  .buttons-register-bar {
    flex-direction: column;
  }
}

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

.register-list {
  width: 100%;
  border: 1px solid #aaa;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.2;
}
.register-list td, .register-list th {
  border: 1px solid #aaa;
  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 {
  display: block;
  margin-bottom: 10px;
  color: #888;
}
.register-list .register-list-head-name {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: #2715FC;
}
.register-list .register-list-head--online .register-list-head-name {
  color: #888;
}
.register-list .register-list-head--standard .register-list-head-name {
  color: #000;
}
.register-list .register-list-head--premium .register-list-head-name {
  color: #2715FC;
}
.register-list .register-list-head-price {
  display: block;
  font-size: 14px;
}
.register-list tbody td {
  vertical-align: middle;
}
.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 dt {
  cursor: pointer;
  font-weight: bold;
  color: #2715FC;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dd {
  display: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 30px;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  .carousel {
    min-height: 400px;
  }
}
.carousel .carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  will-change: transform, opacity;
  opacity: 0;
  transition: 1s;
  transform: translateY(0%) scale(0.4);
}
.carousel .carousel__item-head {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 14px;
  position: relative;
  margin-right: -60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.carousel .carousel__item-head img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: none;
}
.carousel .carousel__item-body {
  width: 100%;
  background-color: #2715FC;
  border-radius: 0;
  padding: 0 20px 0 80px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.carousel .carousel__item-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.carousel .carousel__item-body p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
@media (max-width: 600px) {
  .carousel .carousel__item-body h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .carousel .carousel__item-body p {
    font-size: 11px;
    margin: 0;
  }
}
.carousel .carousel__item.is-current {
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: 2;
}
.carousel .carousel__item.is-prev {
  transform: translateY(-100%) scale(0.7);
  opacity: 0.4;
}
.carousel .carousel__item.is-next {
  transform: translateY(100%) scale(0.7);
  opacity: 0.4;
}
.carousel .carousel__item.is-to-center {
  transform: translateY(0%) scale(0.4);
  opacity: 0;
  z-index: 0;
}

.m-edition {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img content";
}

.m-edition-img {
  aspect-ratio: 1;
  position: relative;
  display: flex;
  grid-area: img;
  width: 100%;
  height: 100%;
}

.m-edition-img-inside {
  position: absolute;
  width: 100%;
  height: calc(100% + 30px);
  background-size: cover;
  margin-top: -30px;
  border-radius: 0 0 0 0;
  overflow: hidden;
  background-position: center;
}

.m-edition-desc {
  background: #0C0C0D url(/trends.eecpoland.eu/images/2024/bg1.jpg) center/cover no-repeat;
  padding: 60px;
  color: #fff;
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0 0 0 0;
}
.m-edition-desc h2, .m-edition-desc h3 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  position: relative;
}
.m-edition-desc h2 span, .m-edition-desc h3 span {
  position: relative;
  isolation: isolate;
}
.m-edition-desc h2 span::before, .m-edition-desc h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 20px;
  z-index: -1;
  background: linear-gradient(to right, #4427FF, #8E1BFC 50%, transparent);
}

.m-edition-text {
  margin: 30px 0;
}

@media (max-width: 1460px) {
  .m-edition {
    margin-top: 60px;
  }
  .m-edition-img-inside {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 1360px) {
  .m-edition-desc,
  .m-edition-img-inside {
    border-radius: 0;
  }
}
@media (max-width: 1000px) {
  .m-edition {
    grid-template-columns: auto;
    grid-template-areas: "img" "content";
  }
}
@media (max-width: 600px) {
  .m-edition-desc {
    padding: 30px;
  }
  .m-edition-desc h2 {
    font-size: 30px;
  }
}
.m-edition-numbers {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.m-edition-numbers li {
  flex: 1;
  background: rgba(85, 49, 131, 0.6);
  text-align: center;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.m-edition-numbers li small {
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

@media (max-width: 1160px) {
  .m-edition-numbers {
    gap: 10px;
  }
  .m-edition-numbers li small {
    font-size: 35px;
  }
  .m-edition-numbers li {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .m-edition-numbers li small {
    font-size: 25px;
  }
  .m-edition-numbers li {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .m-edition-numbers li small {
    font-size: 17px;
  }
  .m-edition-numbers li {
    font-size: 10px;
  }
}
.m-we-will-speak {
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "content img";
}

.m-we-will-speak-img {
  aspect-ratio: 1;
  position: relative;
  display: flex;
  grid-area: img;
  width: 100%;
  height: 100%;
}

.m-we-will-speak-img-inside {
  position: absolute;
  width: 100%;
  height: calc(100% + 30px);
  background-size: cover;
  margin-bottom: -30px;
  border-radius: 0 0 0 0;
  overflow: hidden;
  background-position: center;
}

.m-we-will-speak-desc {
  background: #0C0C0D url(/trends.eecpoland.eu/images/2024/bg1.jpg) center/cover no-repeat;
  padding: 60px;
  color: #fff;
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0 0 0 0;
}
.m-we-will-speak-desc h2, .m-we-will-speak-desc h3 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  text-align: left;
}
.m-we-will-speak-desc h2 span, .m-we-will-speak-desc h3 span {
  position: relative;
  isolation: isolate;
}
.m-we-will-speak-desc h2 span::before, .m-we-will-speak-desc h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 20px;
  z-index: -1;
  background: linear-gradient(to right, #4427FF, #8E1BFC 50%, transparent);
}

.m-we-will-speak-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: #fff;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-we-will-speak-list li {
  padding-left: 30px;
  position: relative;
}
.m-we-will-speak-list li::before {
  content: "";
  width: 16px;
  height: 11px;
  background: url(/trends.eecpoland.eu/images/2024/right-arrow.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.m-we-will-speak-text {
  margin: 30px 0;
}

.m-we-will-speak-button {
  font-size: 18px;
  text-transform: none;
  padding: 10px 40px;
}
.m-we-will-speak-button:hover {
  background: #4234ef;
  color: #fff !important;
}

@media (max-width: 1460px) {
  .m-we-will-speak {
    margin-bottom: 60px;
  }
  .m-we-will-speak-img-inside {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 1360px) {
  .m-we-will-speak-desc,
  .m-edition-img-inside {
    border-radius: 0;
  }
}
@media (max-width: 1000px) {
  .m-we-will-speak {
    grid-template-columns: auto;
    grid-template-areas: "img" "content";
  }
  .m-we-will-speak {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .m-we-will-speak-desc {
    padding: 30px;
  }
  .m-we-will-speak-desc h2 {
    font-size: 30px;
  }
  .m-we-will-speak-list {
    grid-template-columns: 1fr;
  }
}
.m-prelegenci {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px 100px;
  background: #0C0C0D url(/trends.eecpoland.eu/images/2024/bcg-t-2.png) center/cover no-repeat;
  color: #fff;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.m-prelegenci::before {
  content: "";
  height: 195px;
  width: 600px;
  background: url(/trends.eecpoland.eu/images/2024/circle-bottom.svg) center/cover no-repeat;
  position: absolute;
  bottom: -20px;
  left: 30px;
  z-index: -1;
}

.m-prelegenci-desc {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
}
.m-prelegenci-desc h2, .m-prelegenci-desc h3 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  margin-bottom: 50px;
}
.m-prelegenci-desc h2 span, .m-prelegenci-desc h3 span {
  position: relative;
  isolation: isolate;
}
.m-prelegenci-desc h2 span::before, .m-prelegenci-desc h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 20px;
  z-index: -1;
  background: linear-gradient(to right, #4427FF, #8E1BFC 50%, transparent);
}

@media (max-width: 1360px) {
  .m-prelegenci {
    border-radius: 0;
  }
}
@media (max-width: 1000px) {
  .m-prelegenci {
    grid-template-columns: 1fr;
    margin-top: 60px;
    padding-top: 60px;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .m-prelegenci::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .m-prelegenci-desc {
    text-align: center;
  }
  .m-prelegenci-desc h2 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .m-prelegenci {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-prelegenci-desc h2 span::before {
    content: none;
  }
  .m-prelegenci-desc h2 {
    font-size: 30px;
  }
}
.m-news {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-news-lead {
  max-width: 1200px;
  margin: 30px auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.m-news-title {
  color: #000;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.m-news-title a, .m-news-title span {
  color: inherit;
  text-decoration: none;
  position: relative;
  isolation: isolate;
}
.m-news-title a::before,
.m-news-title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 20px;
  z-index: -1;
  background: linear-gradient(to right, #4427FF, #8E1BFC 50%, transparent);
}

@media (max-width: 600px) {
  .m-news-title {
    font-size: 30px;
  }
}
.m-wnp-awards {
  color: #fff;
  background: #0C0C0D url(/trends.eecpoland.eu/images/2024/awards-bg.jpg) center/cover no-repeat;
  padding: 10px 160px;
  display: flex;
  gap: 100px;
  border-radius: 0;
  min-height: 580px;
  isolation: isolate;
  position: relative;
}

.m-wnp-awards::before {
  content: "";
  right: 100px;
  bottom: 0;
  aspect-ratio: 432/579;
  max-width: 432px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: url(/trends.eecpoland.eu/images/2024/lines.png) center/cover no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.m-wnp-awards-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  font-size: 20px;
}
.m-wnp-awards-desc p {
  max-width: 720px;
  margin: 35px 0;
}
.m-wnp-awards-desc h2, .m-wnp-awards-desc h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  width: 100%;
  max-width: 484px;
  aspect-ratio: 484/117;
  background: url(/trends.eecpoland.eu/images/2024/awards-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}

.m-wnp-awards-button {
  font-size: 18px;
  text-transform: none;
  padding: 10px 40px;
}

@media (max-width: 1380px) {
  .m-wnp-awards {
    border-radius: 0;
  }
}
@media (max-width: 860px) {
  .m-wnp-awards {
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 0;
  }
  .m-wnp-awards-desc {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .m-wnp-awards {
    padding: 80px 40px;
    min-height: auto;
  }
}
@media (max-width: 400px) {
  .m-wnp-awards {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.m-zostan-partnerem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-zostan-partnerem-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}

.m-zostan-partnerem-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 30px;
}

.m-zostan-partnerem-map-inside {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.leaflet-tile-pane {
  filter: grayscale(1) brightness(1.1);
}

.leaflet-popup-content-wrapper {
  border-radius: 0 !important;
  text-align: center;
  font-family: futura-pt, sans-serif;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  text-align: center;
}
.leaflet-popup-content-wrapper h3 {
  font-weight: 800;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.m-zostan-parnerem-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.m-zostan-parnerem-img img {
  height: auto;
}

.m-zostan-partnerem-persons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.person {
  background: #0C0C0D url(/trends.eecpoland.eu/images/2024/bg1.jpg) center/cover no-repeat;
  color: #fff;
  border-radius: 0;
  display: flex;
  min-height: 150px;
  padding: 30px;
  gap: 20px;
}

.person + .person {
  background: #0C0C0D url(/trends.eecpoland.eu/images/2024/bg2.jpg) center/cover no-repeat;
}

.person-img {
  width: 86px;
  height: 86px;
  flex-shrink: 0;
}
.person-img img {
  width: 100%;
  height: 100%;
}

.person-desc {
  display: flex;
  align-items: center;
  gap: 30px;
}

.person-name {
  font-size: 20px;
  font-weight: bold;
}

.person-text {
  max-width: 220px;
  font-size: 12px;
  text-transform: uppercase;
}

.person-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.person-link {
  background-size: 24px 24px;
  padding-left: 32px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 24px;
  position: relative;
}

.person-link-phone {
  background-image: url(/trends.eecpoland.eu/images/2024/phone.svg);
}

.person-link-mail {
  background-image: url(/trends.eecpoland.eu/images/2024/mail.svg);
}

.person-link-ln {
  background-image: url(/trends.eecpoland.eu/images/2024/linkedin.svg);
}

@media (max-width: 1380px) {
  .m-zostan-partnerem {
    gap: 30px;
  }
  .m-zostan-partnerem-desc {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .m-zostan-partnerem-text {
    margin-bottom: 25px;
  }
  .person-desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .person-text {
    max-width: 100%;
  }
  .person-links {
    flex-direction: row;
  }
  .person-link {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .m-zostan-partnerem {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .m-zostan-parnerem-img img {
    width: calc(100% - 40px);
  }
}
@media (max-width: 680px) {
  .person-links {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .m-zostan-partnerem-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .person {
    padding: 20px;
  }
  .person-img {
    width: 60px;
    height: 60px;
  }
  .person-desc {
    gap: 20px;
  }
  .person-name {
    font-size: 16px;
  }
}
.focus-r-box-list {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
}

.focus-r-box {
  flex: 1;
  border: 2px solid #fff;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  max-width: 700px;
}

.focus-r-box-avers {
  grid-column: 1/-1;
  grid-row: 1/-1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.focus-r-box-text {
  text-align: center;
}

.focus-r-box-title {
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 30px;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.focus-r-box-time {
  display: block;
  text-align: center;
}

.focus-r-box-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.focus-r-box-btn {
  cursor: pointer;
}

.focus-r-box-revers {
  grid-column: 1/-1;
  grid-row: 1/-1;
  pointer-events: none;
  opacity: 0;
  padding: 20px;
  position: relative;
}

.focus-r-box.is-active .focus-r-box-avers {
  pointer-events: none;
  opacity: 0;
}
.focus-r-box.is-active .focus-r-box-revers {
  pointer-events: all;
  opacity: 1;
}

.focus-r-box-revers-close {
  background: #fff;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x-lg' viewBox='0 0 16 16'%3E  %3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.focus-r-box-revers-close:hover {
  opacity: 0.9;
}

.focus-r-box-more {
  list-style: none;
  padding: 20px;
  margin: 0;
  font-size: 1.1em;
}
.focus-r-box-more li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}
.focus-r-box-more li:last-child {
  border: 0;
}
.focus-r-box-more a {
  color: #fff;
  font-weight: 500;
}
.focus-r-box-more a:hover {
  color: #74c9e5;
  text-decoration: none;
}
.focus-r-box-more small {
  font-size: 12px;
  display: block;
}

@media (max-width: 500px) {
  .focus-r-box-avers,
  .focus-r-box-revers {
    padding: 15px;
  }
  .focus-r-box-more {
    padding: 0;
    font-size: 1em;
    padding-right: 40px;
  }
  .focus-r-box-title {
    font-size: 25px;
  }
  .focus-r-box-btn {
    font-size: 13px !important;
  }
}
.messages-list-cnt {
  position: relative;
  padding: 0 45px;
}
.messages-list-cnt::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #0C0C0D url(/trends.eecpoland.eu/images/2024/bcg-t-2.png) center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 0;
}

.messages-list {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.messages-list .messages-list-el {
  padding: 0 20px;
}
.messages-list .messages-list-el-link {
  text-decoration: none !important;
}
.messages-list .messages-list-el-img {
  aspect-ratio: 300/400;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  border-radius: 0;
}
.messages-list .messages-list-el-img img {
  display: none;
}
.messages-list .messages-list-el-desc {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.messages-list .slick-next,
.messages-list .slick-prev {
  cursor: pointer;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #2715FC;
  display: inline-flex;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/trends.eecpoland.eu/images/2023/right-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -61px;
  top: 40%;
  transition: 0.2s background-color;
}
.messages-list .slick-next:hover,
.messages-list .slick-prev:hover {
  background-color: #4234ef;
}
.messages-list .slick-prev {
  background-image: url(/trends.eecpoland.eu/images/2023/right-arrow-left.svg);
  right: auto;
  left: -61px;
}

@media (max-width: 1410px) {
  .messages-list-cnt {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  .messages-list-el-title {
    font-size: 18px;
  }
}
@media (max-width: 740px) {
  .messages-list-cnt {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .messages-list-cnt::before {
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .messages-list-el {
    padding: 0 10px;
  }
  .messages-list-el-desc {
    font-size: 16px;
  }
}
.subpage-header {
  background: #00226c url("https://pliki.konferencje.ptwp.pl/i/0b/f5/60/26w9oj9dg5kl5gzx.jpg");
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8rem;
  min-height: 600px;
}

.subpage-header-link {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #2715FC;
  padding: 10px 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  background: linear-gradient(to right, #2715FC, transparent);
}

.subpage-header-link:hover {
  text-decoration: none;
}

.subpage-header-title {
  font-weight: 900;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}

.subpage-header-img {
  width: 336px;
  height: 674px;
  background: url(/trends.eecpoland.eu/images/2024/circle.svg);
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
}

.subpage-header-lead {
  max-width: 695px;
  font-size: 20px;
  margin: 30px auto;
  text-align: center;
}

.subpage-header-addon-1 {
  width: 24px;
  height: 400px;
  background: linear-gradient(#4327FF, #8D1BFC, #5A2FCE);
  position: absolute;
  right: 125px;
  top: 0;
  z-index: -1;
}

.subpage-header-addon-2 {
  width: 4px;
  height: 590px;
  background: linear-gradient(to top, #4327FF, #8D1BFC, #5A2FCE);
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 890px) {
  .subpage-header {
    padding-top: 6rem;
    padding-bottom: 18rem;
  }
}
@media (max-width: 760px) {
  .subpage-header {
    min-height: 0;
    padding-bottom: 3rem;
  }
  .subpage-header-addon-1 {
    right: 20px;
  }
  .subpage-header-addon-2 {
    display: none;
  }
}
@media (max-width: 640px) {
  .subpage-header-link {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .subpage-header-img,
  .subpage-header-addon-1 {
    display: none;
  }
  .subpage-header-title {
    font-size: 30px;
  }
  .subpage-header-lead {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .subpage-header {
    padding-top: 4rem;
  }
}
.box-person {
  margin: 40px auto;
  margin-bottom: 70px;
  display: grid;
  max-width: 550px;
  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, #ddd 25%, #ffffff 25%, #ffffff 50%, #ddd 50%, #ddd 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 #2715FC;
  z-index: 1;
  background: #fff;
}

.box-person-name {
  grid-area: name;
  color: #2715FC;
  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: #2715FC;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

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

.box-person-contact {
  grid-area: contact;
  gap: 20px;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.box-person-contact .box-person-contact {
  margin-bottom: 10px;
}
.box-person-contact li {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.box-person-contact li a {
  color: #060202;
  display: block;
  padding: 0 0 0 40px;
  background: left center scroll no-repeat;
  text-decoration: none;
  transition: all 0.2s linear;
  position: relative;
}
.box-person-contact li.tel a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M174.552,154.8h-15.7a4.153,4.153,0,0,0-4.148,4.148v15.7a4.153,4.153,0,0,0,4.148,4.148h15.7a4.153,4.153,0,0,0,4.148-4.148v-15.7A4.153,4.153,0,0,0,174.552,154.8Zm-9.742,3.757.012.024h-.059Zm9.576,12.527-.178.332a3.182,3.182,0,0,1-3.627,1.612,13.871,13.871,0,0,1-9.647-9.647,3.168,3.168,0,0,1,1.612-3.627c.142-.071.273-.142.4-.213a.867.867,0,0,1,1.138.3c.439.664,1.055,1.624,1.8,2.761a.881.881,0,0,1-.119,1.1l-.664.664a1.137,1.137,0,0,0-.225,1.28,6.979,6.979,0,0,0,3.449,3.449,1.145,1.145,0,0,0,1.28-.225l.6-.6a.879.879,0,0,1,1.1-.119l2.785,1.813A.858.858,0,0,1,174.386,171.084Z' transform='translate(-154.7 -154.8)' fill='%232715FC'/%3E%3C/svg%3E%0A");
}
.box-person-contact li.mail a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(-154.8 -154.8)'%3E%3Cpath d='M233.04,220.889l-8.6,5.174a.358.358,0,0,0-.16.419L225.4,230.5a.107.107,0,0,0,.209-.025l.246-2.772a.772.772,0,0,1,.271-.542l7.022-6.123C233.225,220.963,233.127,220.827,233.04,220.889Z' transform='translate(-61.412 -58.439)' fill='%231C428C'/%3E%3Cpath d='M174.652,154.8h-15.7a4.153,4.153,0,0,0-4.148,4.148v15.7a4.153,4.153,0,0,0,4.148,4.148h15.7a4.153,4.153,0,0,0,4.148-4.148v-15.7A4.16,4.16,0,0,0,174.652,154.8Zm.687,5.239-3.034,13.784a.635.635,0,0,1-1.019.356l-3.556-2.821a.633.633,0,0,0-.877.083l-1.825,2.11a.63.63,0,0,1-1.079-.213l-1.612-4.966a.64.64,0,0,0-.439-.415l-3.188-.841a.635.635,0,0,1-.083-1.2l15.846-6.6A.64.64,0,0,1,175.339,160.039Z' transform='translate(0 0)' fill='%232715FC'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.box-person-contact li.li a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='linkedin' d='M-3303.148,24h-15.7A4.153,4.153,0,0,1-3323,19.852V4.148A4.153,4.153,0,0,1-3318.852,0h15.7A4.153,4.153,0,0,1-3299,4.148v15.7A4.153,4.153,0,0,1-3303.148,24Zm-9.228-14.414c.04.855,0,9,0,9.084h2.8V13.525a2.023,2.023,0,0,1,.1-.747,1.676,1.676,0,0,1,1.572-1.12,1.671,1.671,0,0,1,1.8,1.867V18.67h2.809V13.388a4.481,4.481,0,0,0-1.007-3.134,3.314,3.314,0,0,0-2.518-1.012,3.037,3.037,0,0,0-2.779,1.552l.02-1.208Zm-4.539.055V18.67h2.791V9.641Zm1.361-4.623A1.373,1.373,0,0,0-3317,6.44a1.372,1.372,0,0,0,1.413,1.424h.016a1.373,1.373,0,0,0,1.447-1.424A1.37,1.37,0,0,0-3315.553,5.018Z' transform='translate(3323)' fill='%232715FC'/%3E%3C/svg%3E%0A");
}

@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;
  }
}
.phone-number-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  background: #2715FC;
  padding: 10px 40px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 20px;
  color: #fff !important;
}
.phone-number-tooltip::before {
  content: "";
  width: 20px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #2715FC;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
/*# sourceMappingURL=style.2024.css.map */
