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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 17px;
  height: 100%;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background-color: #020A0C;
  border-radius: 50px;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #DAB177;
  border-radius: 50px;
  background-clip: content-box;
  border: 3px solid transparent;
}

body {
  background: #020A0C;
  margin: 0;
  font-family: "Work Sans", sans-serif;
}

.p-all {
  margin: 0 auto;
  background: #fff;
  position: relative;
  min-height: 100%;
  max-width: 2200px;
  overflow-x: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  background: #DAB177;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  transition: 0.3s 0.1s background, 0.3s 0.1s color, 0.3s text-shadow;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  border: 0;
  height: 56px;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0);
}
.btn::after {
  z-index: 2;
  mix-blend-mode: color-dodge;
  opacity: 0.8;
  content: "";
  width: 10px;
  box-shadow: 0 0 1px #fff, 0 0 3px #fff;
  height: 300%;
  background: #eee;
  position: absolute;
  left: -90px;
  top: 0;
  transform: translateY(-50%) rotate(10deg);
  transform-origin: 0 50%;
  transition: 0.5s 0.3s;
}
.btn::after {
  z-index: 2;
  mix-blend-mode: color-dodge;
  opacity: 0.3;
  content: "";
  width: 60px;
  box-shadow: 0 0 1px #fff;
  height: 300%;
  background: #eee;
  position: absolute;
  left: -90px;
  top: 0;
  transform: translateY(-50%) rotate(10deg);
  transform-origin: 0 50%;
  transition: 0.5s 0.1s;
}
.btn:focus {
  outline: none;
}

.btn-arrow svg {
  width: 14px;
  height: 9px;
  fill: #000;
  transition: 0.3s;
}

.btn:hover {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn:hover::before {
  left: 130%;
  width: 300px;
  height: 300px;
}
.btn:hover::after {
  left: 130%;
  width: 100px;
  height: 200px;
}
.btn:hover .btn-arrow svg {
  transform: translateX(3px);
}

.p-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.p-header-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.p-header-logo {
  max-width: 90px;
  margin-right: auto;
  margin-left: 90px;
}

.p-header-logo img {
  max-width: 100%;
}

.p-header-user {
  position: relative;
}

.p-header-user-btn {
  border: 0;
  color: #DAB177;
  text-decoration: none;
  cursor: pointer;
  background: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-header-user-btn:hover {
  color: #fff;
}
.p-header-user-btn:hover svg {
  fill: #fff;
}

.p-header-user-btn svg {
  width: 14px;
  height: 19px;
  fill: #DAB177;
}

.p-header-user-box {
  display: none;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: calc(100% + 30px);
  transform: translateX(-50%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  max-width: 310px;
}
.p-header-user-box::before {
  content: "";
  width: 20px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
}

.p-header-user-box--logged::before {
  background: #DAB177;
}

.p-header-user-box.is-show {
  display: block;
}

.p-header-user-list {
  list-style: none;
  padding: 10px 20px;
  margin: 0;
}

.p-header-user-list-el {
  border-bottom: 1px solid #DAB177;
}

.p-header-user-list-el:last-child {
  border: 0;
}

.p-header-user-list-link {
  white-space: nowrap;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  display: block;
}
.p-header-user-list-link:hover {
  color: #DAB177;
}

.p-header-user-box-header {
  display: flex;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.p-header-user-box-header-photo {
  flex-shrink: 0;
  width: 77px;
  height: 77px;
}
.p-header-user-box-header-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-header-user-box-header-content {
  flex: 1;
  background: #DAB177;
  text-align: left;
  position: relative;
}

.p-header-user-box-header-content-inside {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

.p-header-user-box-header-name {
  font-size: 16px;
  font-weight: bold;
}

.p-header-user-box-header-text {
  font-size: 12px;
}

.p-header-user-box-header-name,
.p-header-user-box-header-text {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p-header-lang {
  position: relative;
}

.p-header-lang-inside {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: #DAB177;
}

.p-header-lang-inside span {
  display: none;
}

.p-header-lang-inside svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: #DAB177;
}

.p-header-lang:hover .p-header-lang-inside svg {
  stroke: #fff;
}

.p-header-lang:hover .p-header-lang-box {
  display: block;
}

.p-header-lang-box {
  position: absolute;
  background: #fff;
  min-width: 150px;
  display: inline-flex;
  flex-direction: column;
  padding: 20px;
  display: none;
  color: #000;
  border-radius: 5px;
  top: calc(100% + 20px);
  left: 50%;
  transform: translate(-50%);
  list-style: none;
  margin: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.p-header-lang-box::before {
  content: "";
  width: 13px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translate(-50%);
  background: #fff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.p-header-lang-box::after {
  content: "";
  top: -20px;
  left: 0;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 20px;
}

.p-header-lang-box a {
  text-decoration: none;
  position: relative;
  color: #000;
  display: block;
  padding: 4px 0 4px 30px;
}

.p-header-lang-box .is-active a {
  font-weight: bold;
}

.p-header-lang-box img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 15px;
}

.p-header-social {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-header-social-el svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #DAB177;
}

.p-header-social-el span {
  display: none;
}

.p-header-social-el:hover svg {
  fill: #fff;
}

@media (max-width: 600px) {
  .p-header-container {
    gap: 25px;
  }
  .p-header-logo {
    margin-left: 70px;
  }
  .p-header-user-btn {
    gap: 0;
  }
  .p-header-user-btn-text {
    text-indent: -999999px;
    overflow: hidden;
  }
}
@media (max-width: 400px) {
  .p-header-container {
    gap: 20px;
  }
  .p-header-user-btn {
    font-size: 13px;
  }
}
.menu {
  position: fixed;
  height: 100%;
  width: 60px;
  z-index: 100;
}

.menu-list-toggle-bar {
  width: 100%;
  border-right: 1px solid #DAB177;
  position: absolute;
  top: 0;
  height: 100%;
  transition: 0.3s background;
}
.menu-list-toggle-bar:hover {
  background: #fff;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: none;
  border: 0;
  height: 100%;
  cursor: pointer;
}

.menu-toggle-burger {
  height: 100px;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
}
.menu-toggle-burger span {
  width: 26px;
  height: 1px;
  background: #DAB177;
}

.menu-toggle-text {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.menu-toggle-text span {
  display: flex;
  transform-origin: 50%;
  transform: rotate(-90deg);
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #DAB177;
}

.menu-list-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 410px;
  height: 100%;
  padding: 0;
  transform: translateX(-120%);
  transition: 0.3s;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2), 2px 0 30px rgba(0, 47, 117, 0.2);
}

.menu.is-show .menu-list-box {
  transform: translateX(0);
}

.menu-list-box-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 30px 0;
}

.menu-list-logo {
  margin: 0 auto;
  display: block;
  width: min-content;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

.menu-list-el {
  padding: 0 30px;
  position: relative;
}

.menu-list-link {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 15px 0;
  color: inherit;
}
.menu-list-link:hover {
  color: #DAB177;
}

.menu-list-el-inside {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #DAB177;
}

.menu-list-el:last-child .menu-list-el-inside {
  border: 0;
}

.menu-list-el-inside .menu-list-link {
  flex: 1;
}

.menu-list-sub-toggle {
  padding: 0;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  position: relative;
  background: none;
}
.menu-list-sub-toggle::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  transform-origin: center;
  background: url(/eecmembers.eu/images/arrow-color.svg) center no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-list-el:last-of-type {
  border: 0;
}

.menu-list-close {
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 20px;
}
.menu-list-close::before, .menu-list-close::after {
  content: "";
  width: 26px;
  height: 1px;
  background: #DAB177;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(45deg);
}
.menu-list-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 650px) {
  .menu {
    pointer-events: none;
  }
  .menu-list-toggle-bar {
    border: 0;
  }
  .menu-list-toggle-bar:hover {
    background: none;
  }
  .menu-list-box {
    pointer-events: all;
  }
  .menu-toggle {
    height: 120px;
    pointer-events: all;
  }
  .menu-toggle-text {
    display: none;
  }
}
@media (max-width: 400px) {
  .menu-list-box {
    width: 320px;
  }
  .menu-list-close {
    top: 10px;
    right: 20px;
  }
}
.submenu {
  display: none;
  position: relative;
  bottom: 0;
  background: #fff;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.menu-list-el--sub.is-show .submenu {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-bottom: 1px solid #DAB177;
  padding-bottom: 10px;
}

.menu-list-el--sub.is-show .menu-list-sub-toggle::before {
  transform: translateY(-50%) rotate(90deg);
}

.menu-list-el--sub.is-show .menu-list-el-inside {
  border: 0;
}

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

.submenu-list-link {
  font-family: "Work Sans", sans-serif;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 10px 0;
  color: #888;
}
.submenu-list-link:hover {
  color: #DAB177;
}

.p-footer {
  background: #fff;
  padding: 40px 20px;
  border-top: 2px solid #DAB177;
  text-align: center;
}

.p-footer-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.p-footer-logo {
  margin-bottom: 20px;
}

.p-footer-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.p-footer-list-link {
  color: inherit;
  text-decoration: none;
}
.p-footer-list-link:hover {
  color: #DAB177;
}

.p-footer-text {
  font-size: 12px;
}

@media (max-width: 560px) {
  .p-footer-logo {
    margin-bottom: 10px;
  }
  .p-footer-list {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .p-footer-list {
    gap: 20px;
  }
}
.hero {
  min-height: 800px;
  background: #001B2E url(/eecmembers.eu/images/bg.jpg) center/cover;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 100px;
  color: #fff;
  position: relative;
  display: flex;
}

@media (min-width: 1360px) {
  .hero {
    height: 99vh;
  }
}
@media (max-height: 800px) {
  .hero {
    height: 99vh;
    min-height: 700px;
  }
}
@media (max-width: 580px) {
  .hero {
    height: auto;
  }
  .hero-logo img {
    width: 90%;
  }
}
.hero-container {
  padding-left: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  max-height: 50%;
}
.hero-logo img {
  height: 100%;
  width: auto;
}

.hero-content {
  max-width: 490px;
  padding-left: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-title {
  font-family: "nassim-latin", sans-serif;
  font-size: 48px;
  font-weight: 600;
  font-style: italic;
  line-height: 0.875;
  margin: 0;
}

.hero-text {
  font-size: 17px;
  line-height: 1.7647058824;
  margin: 30px 0;
}

.hero-line {
  pointer-events: none;
  position: absolute;
  right: calc(50% - 60px);
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  max-height: 550px;
  left: -100vw;
  border-radius: 0 200px 0 0;
  border: 1px solid #DAB177;
}

.hero-content-btn {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 1200px) {
  .hero-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hero-logo img {
    max-width: 300px;
  }
}
@media (max-width: 1100px) {
  .hero {
    padding-bottom: 40px;
  }
  .hero-container {
    grid-template-columns: 1fr;
  }
  .hero-logo {
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
  }
  .hero-logo img {
    max-width: 200px;
    width: 50%;
  }
  .hero-line {
    top: 100px;
    right: 20px;
    bottom: 40px;
    transform: none;
    height: auto;
    max-height: 999999px;
  }
  .hero-content {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-bottom: 50px;
    max-width: 550px;
  }
}
@media (max-width: 650px) {
  .hero-container {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .hero-line {
    right: 10px;
    border-top-right-radius: 150px;
  }
  .hero-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .hero-container {
    padding-left: 0;
  }
  .hero-title {
    font-size: 26px;
  }
  .hero-text {
    font-size: 15px;
  }
  .hero-logo img {
    max-width: 210px;
    width: 100%;
  }
}
.main-section-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: "nassim-latin", sans-serif;
  font-style: italic;
  line-height: 0.7;
  font-size: 48px;
  color: #002F75;
}

.main-section-title span {
  margin-right: 30px;
  order: -1;
  display: inline-flex;
  vertical-align: top;
}

.main-section-title::before {
  content: "";
  height: 1px;
  background: #DAB177;
  flex: 1;
}

.main-section-title::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(/eecmembers.eu/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.main-section-container {
  padding-left: 120px;
  padding-right: 60px;
}

@media (min-width: 1560px) {
  .main-section-container {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 650px) {
  .main-section-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-section-title {
    font-size: 28px;
  }
}
.main-section-about {
  padding-bottom: 120px;
  padding-top: 30px;
}

.main-section-about-title {
  padding-right: 60px;
}

.main-section-about-container {
  padding-right: 0;
}

.main-section-about-body {
  display: flex;
  align-items: center;
}

.main-section-about-content {
  max-width: 400px;
  margin-right: 40px;
  line-height: 1.7647058824;
}

.main-section-about .btn {
  margin-top: 30px;
  min-width: 300px;
}

.main-section-about-gallery {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 30px;
}

.main-section-about-gallery-el {
  aspect-ratio: 243/307;
  position: relative;
  flex: 1;
}
.main-section-about-gallery-el img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1100px) {
  .main-section-about-body {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .main-section-about-gallery {
    justify-content: flex-start;
  }
  .main-section-about-gallery-el img {
    position: relative;
  }
}
@media (max-width: 650px) {
  .main-section-about {
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .main-section-about-body {
    padding-right: 30px;
  }
  .main-section-about-content {
    margin-right: 0;
  }
  .main-section-about-gallery {
    gap: 15px;
  }
  .main-section-about .btn {
    min-width: 100px;
    width: 100%;
  }
}
.main-section-event {
  isolation: isolate;
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px;
}

.main-section-event::before {
  content: "";
  height: 295px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(/eecmembers.eu/images/bg.jpg) center/cover no-repeat;
  z-index: -1;
}

.main-section-event-title {
  color: #DAB177;
}

.main-events-cnt {
  position: relative;
}

.main-section-event .swiper-btn {
  top: 100%;
  transform: translate(50%, -50%);
}

.main-section-event .swiper-btn-prev {
  transform: translate(-50%, -50%);
}

.main-events-el-img {
  display: block;
  aspect-ratio: 1240/556;
}
.main-events-el-img img {
  width: 100%;
  display: block;
}

.main-events-text {
  font-size: 18px;
  line-height: 1.5;
  background: #F6F6F6;
  padding: 50px;
}
.main-events-text p:first-child {
  margin-top: 0;
}
.main-events-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .main-events-text {
    font-size: 15px;
    padding: 40px;
  }
}
@media (max-width: 470px) {
  .main-events-text {
    font-size: 13px;
  }
  .main-events-el-img {
    aspect-ratio: 16/10;
  }
  .main-events-el-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.main-section-goals {
  padding-top: 70px;
  padding-bottom: 100px;
}

.main-goals-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.main-goals-list-el {
  display: flex;
  gap: 40px;
  align-items: center;
}

.main-goals-list-el-img {
  width: 136px;
  flex-shrink: 0;
}

.main-goals-list-el-img img {
  width: 100%;
  height: auto;
}

.main-goals-list-el-title {
  font-family: "nassim-latin", sans-serif;
  font-size: 32px;
  color: #002F75;
  margin-top: 0;
  margin-bottom: 20px;
}

.main-goals-list-el-text {
  line-height: 1.7647058824;
}

@media (max-width: 1200px) {
  .main-goals-list-el {
    gap: 30px;
  }
  .main-goals-list-el-img {
    width: 85px;
  }
  .main-goals-list-el-title {
    font-size: 28px;
  }
}
@media (max-width: 890px) {
  .main-goals-list {
    grid-template-columns: 1fr;
  }
  .main-goals-list-el {
    display: grid;
    grid-template-columns: 95px auto;
    grid-template-rows: auto auto;
    gap: 10px;
    grid-template-areas: "img title" "text text";
  }
  .main-goals-list-el-content {
    display: contents;
  }
  .main-goals-list-el-img {
    grid-area: img;
  }
  .main-goals-list-el-title {
    grid-area: title;
    align-self: center;
    margin: 0;
  }
  .main-goals-list-el-text {
    grid-area: text;
  }
}
@media (max-width: 560px) {
  .main-section-goals {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .main-goals-list-el-title {
    font-size: 24px;
  }
  .main-goals-list-el-text {
    font-size: 14px;
  }
}
.main-section-benefits {
  background: #001B2E url(/eecmembers.eu/images/bg.jpg) center/cover;
  padding: 35px 0 95px;
}

.main-section-benefits-title {
  color: #DAB177;
}

.main-section-benefits-body {
  display: flex;
  gap: 90px;
}

.main-section-benefits-photos {
  display: flex;
  flex: 1;
  gap: 30px;
  align-items: flex-start;
}

.main-section-benefits-photos-el {
  aspect-ratio: 640/330;
  position: relative;
  flex: 1;
}

.main-section-benefits-photos-el img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-section-benefits-content {
  color: #fff;
  flex: 1;
}

.main-section-benefits-content-title {
  color: #DAB177;
  font-size: 32px;
  font-family: "nassim-latin", sans-serif;
  margin: 0;
}

.main-section-benefits-content-list {
  margin: 40px 0;
  padding-left: 10px;
}
.main-section-benefits-content-list li {
  margin-bottom: 20px;
}
.main-section-benefits-content-list li::marker {
  color: #DAB177;
}

@media (max-width: 1100px) {
  .main-section-benefits-body {
    gap: 50px;
  }
}
@media (max-width: 900px) {
  .main-section-benefits-body {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .main-section-benefits-content-btn {
    width: 100%;
  }
  .main-section-benefits-content-title {
    font-size: 24px;
  }
  .main-section-benefits-content-list {
    margin: 10px;
  }
  .main-section-benefits {
    padding: 35px 0 55px;
  }
}
.main-section-news {
  margin-bottom: 100px;
}

.main-section-news-title {
  color: #DAB177;
}

.main-news-cnt {
  position: relative;
}

.main-news .main-news-list {
  height: auto;
  display: flex;
}

.main-news-list-el-inside {
  background: #002F75;
  border-radius: 20px;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  justify-content: center;
  flex-direction: column;
  padding: 0 80px;
  aspect-ratio: 1160/520;
  position: relative;
  overflow: hidden;
}
.main-news-list-el-inside::before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #001A40, transparent 80%, transparent);
}

.main-news-list-el-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-news-list-el-title {
  max-width: 420px;
  position: relative;
  z-index: 2;
  font-weight: 500;
  color: #DAB177;
  font-size: 32px;
  font-family: "nassim-latin", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-news-list-el-title a {
  text-decoration: none;
  color: inherit;
}

.main-news-list-el-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.main-news-list-el-link svg {
  fill: #fff;
}
.main-news-list-el-link:hover {
  color: #DAB177;
}
.main-news-list-el-link:hover svg {
  fill: #DAB177;
}

@media (max-width: 960px) {
  .main-news-list-el-title {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .main-news-list-el-inside {
    padding: 0 30px;
    aspect-ratio: 1;
  }
  .main-news-list-el-title {
    font-size: 25px;
  }
  .main-news-list-el-link {
    font-size: 14px;
  }
}
.main-section-about .main-section-about-title {
  transition-duration: 0.6s;
  opacity: 0;
}
.main-section-about .main-section-about-title::before {
  transition-duration: 1s;
  flex: 0;
}
.main-section-about .main-section-about-content-text {
  opacity: 0;
  transition-delay: 0.2s;
}
.main-section-about .main-section-about-content-btn-cnt {
  opacity: 0;
  transition-delay: 0.4s;
}
.main-section-about .main-section-about-gallery-el:nth-child(1) {
  transition-delay: 0.6s;
}
.main-section-about .main-section-about-gallery-el:nth-child(2) {
  transition-delay: 0.8s;
}
.main-section-about .main-section-about-gallery-el:nth-child(3) {
  transition-delay: 1s;
}
.main-section-about .main-section-about-gallery-el:nth-child(1),
.main-section-about .main-section-about-gallery-el:nth-child(2),
.main-section-about .main-section-about-gallery-el:nth-child(3) {
  transform: translateY(-20px) scale(0.8);
  transform-origin: center top;
}
.main-section-about .main-section-about-gallery-el:nth-child(1),
.main-section-about .main-section-about-gallery-el:nth-child(2),
.main-section-about .main-section-about-gallery-el:nth-child(3),
.main-section-about .main-section-about-content-btn-cnt,
.main-section-about .main-section-about-content-text {
  transition-duration: 0.5s;
  opacity: 0;
}

.main-section-about.is-animating .main-section-about-content-text,
.main-section-about.is-animating .main-section-about-content-btn-cnt,
.main-section-about.is-animating .main-section-about-gallery-el:nth-child(1),
.main-section-about.is-animating .main-section-about-gallery-el:nth-child(2),
.main-section-about.is-animating .main-section-about-gallery-el:nth-child(3) {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.main-section-about.is-animating .main-section-about-title {
  opacity: 1;
}
.main-section-about.is-animating .main-section-about-title::before {
  flex: 1;
}

.main-section-event .main-section-event-title {
  opacity: 0;
  transition-duration: 0.6s;
}
.main-section-event .main-section-event-title::before {
  transition-duration: 1s;
  flex: 0;
}
.main-section-event .main-events-el .main-events-el-inside {
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 0.5s;
}
.main-section-event .main-events-el:nth-child(1) .main-events-el-inside {
  transition-delay: 0.2s;
}
.main-section-event .main-events-el:nth-child(2) .main-events-el-inside {
  transition-delay: 0.4s;
}
.main-section-event .main-events-el:nth-child(3) .main-events-el-inside {
  transition-delay: 0.6s;
}

.main-section-event.is-animating .main-events-el .main-events-el-inside {
  opacity: 1;
  transform: translateY(0);
}
.main-section-event.is-animating .main-section-event-title {
  opacity: 1;
}
.main-section-event.is-animating .main-section-event-title::before {
  flex: 1;
}

.main-section-goals .main-section-goals-title {
  opacity: 0;
  transition-duration: 0.8s;
}
.main-section-goals .main-section-goals-title::before {
  transition-duration: 1s;
  flex: 0;
}
.main-section-goals .main-goals-list-el {
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 0.5s;
}
.main-section-goals .main-goals-list-el:nth-child(1) {
  transition-delay: 0.2s;
}
.main-section-goals .main-goals-list-el:nth-child(2) {
  transition-delay: 0.4s;
}
.main-section-goals .main-goals-list-el:nth-child(3) {
  transition-delay: 0.6s;
}
.main-section-goals .main-goals-list-el:nth-child(4) {
  transition-delay: 0.8s;
}

.main-section-goals.is-animating .main-goals-list-el {
  opacity: 1;
  transform: translateY(0);
}
.main-section-goals.is-animating .main-section-goals-title {
  opacity: 1;
}
.main-section-goals.is-animating .main-section-goals-title::before {
  flex: 1;
}

.main-section-benefits .main-section-benefits-title::before {
  transition-duration: 1s;
  flex: 0;
}
.main-section-benefits .main-section-benefits-title {
  opacity: 0;
  transition-duration: 0.8s;
}
.main-section-benefits .main-section-benefits-photos-el {
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 0.5s;
}
.main-section-benefits .main-section-benefits-photos-el:nth-child(1) {
  transition-delay: 0.2s;
}
.main-section-benefits .main-section-benefits-photos-el:nth-child(2) {
  transition-delay: 0.4s;
}
.main-section-benefits .main-section-benefits-content-title,
.main-section-benefits .main-section-benefits-content-list,
.main-section-benefits .main-section-benefits-content-btn-cnt {
  opacity: 0;
  transition-duration: 0.5s;
}
.main-section-benefits .main-section-benefits-content-title {
  transition-delay: 0.6s;
}
.main-section-benefits .main-section-benefits-content-list {
  transition-delay: 0.8s;
}
.main-section-benefits .main-section-benefits-content-btn-cnt {
  transition-delay: 1s;
}

.main-section-benefits.is-animating .main-section-benefits-photos-el,
.main-section-benefits.is-animating .main-section-benefits-content-title,
.main-section-benefits.is-animating .main-section-benefits-content-list,
.main-section-benefits.is-animating .main-section-benefits-content-btn-cnt {
  opacity: 1;
  transform: translateY(0);
}
.main-section-benefits.is-animating .main-section-goals-title {
  opacity: 1;
}
.main-section-benefits.is-animating .main-section-benefits-title::before {
  flex: 1;
}

.main-section-news .main-section-news-title {
  opacity: 0;
  transition-duration: 0.8s;
}
.main-section-news .main-section-news-title::before {
  transition-duration: 1s;
  flex: 0;
}
.main-section-news .main-news-list-el-inside {
  opacity: 0;
  transition-delay: 0.7s;
  transition-duration: 0.8s;
  transform: translateY(-20px);
}
.main-section-news .main-news-list-el-title {
  opacity: 0;
  transition-delay: 1s;
  transition-duration: 0.8s;
  transform: translateX(-20px);
}
.main-section-news .main-news-list-el-link {
  opacity: 0;
  transition-delay: 1.3s;
  transition-duration: 0.8s;
  transform: translateX(-20px);
}
.main-section-news .main-news-cnt .swiper-btn {
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.6s;
}

.main-section-news.is-animating .main-news-list-el-inside {
  opacity: 1;
  transform: translateY(0);
}
.main-section-news.is-animating .main-section-news-title {
  opacity: 1;
}
.main-section-news.is-animating .main-section-news-title::before {
  flex: 1;
}
.main-section-news.is-animating .main-news-list-el-title,
.main-section-news.is-animating .main-news-list-el-link {
  opacity: 1;
  transform: translateX(0);
}
.main-section-news.is-animating .main-news-cnt .swiper-btn {
  opacity: 1;
}

.newsletter-box {
  max-width: 700px;
  padding: 50px 0 100px;
  margin: 0 auto;
}

.newsletter-box-title {
  font-size: 32px;
  font-family: "nassim-latin", sans-serif;
  color: #002F75;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.newsletter-box-text {
  line-height: 1.7647058824;
  text-align: center;
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.newsletter-box-form {
  display: flex;
  gap: 10px;
  max-width: 530px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.newsletter-box-label {
  position: absolute;
  left: -99999px;
}

.newsletter-box-input {
  flex: 1;
  height: 58px;
  border: 1px solid #DAB177;
  border-radius: 4px;
  background: #fff;
  padding: 0 20px;
}
.newsletter-box-input:focus {
  border: 1px solid #dea55b;
  outline: none;
}

.newsletter-box-btn {
  max-width: 160px;
}

@media (max-width: 560px) {
  .newsletter-box {
    padding: 50px 0 50px;
  }
  .newsletter-box-title {
    font-size: 24px;
  }
  .newsletter-box-text {
    margin-top: 20px;
    font-size: 14px;
  }
  .newsletter-box-form {
    flex-direction: column;
  }
  .newsletter-box-input {
    height: 58px;
    flex: auto;
  }
  .newsletter-box-btn {
    width: 100%;
    display: flex;
    max-width: 100%;
  }
}
.l-subpage .p-header {
  border-bottom: 1px solid #DAB177;
}

.subpage::before {
  content: "";
  z-index: -1;
  min-height: 768px;
  height: 90vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(/eecmembers.eu/images/bg.jpg) center/cover;
}

.subpage-container {
  margin: 0 auto;
  max-width: 1600px;
}

.subpage {
  padding-left: 120px;
  padding-right: 60px;
  padding-top: 160px;
  line-height: 1.7647058824;
  flex: 1;
  display: flex;
}

.subpage a {
  color: #DAB177;
}

.subpage-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.subpage-excerpt {
  color: #fff;
  max-width: 900px;
}
.subpage-excerpt p:first-child {
  margin-top: 0;
}
.subpage-excerpt p:last-child {
  margin-bottom: 0;
}

.subpage-excerpt-title {
  font-size: 48px;
  line-height: 1.1;
  font-family: "nassim-latin", sans-serif;
  color: #DAB177;
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 20px;
}

.subpage-content {
  background: #fff;
  flex: 1;
  padding: 75px;
  max-width: 1200px;
  padding-bottom: 150px;
}
.subpage-content.two-cols {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
}
.subpage-content p:first-child {
  margin-top: 0;
}
.subpage-content p:last-child {
  margin-bottom: 0;
}

.subpage-content-left {
  flex: 1;
}

.subpage-content-right {
  flex: 1;
}

.subpage-content-title {
  font-size: 24px;
  color: #002F75;
}

@media (max-width: 1200px) {
  .subpage-with-excerpt .subpage-container {
    flex-direction: column;
    gap: 30px;
  }
  .subpage-with-excerpt .subpage-excerpt,
  .subpage-excerpt {
    max-width: 100%;
  }
  .subpage-excerpt-title {
    text-align: left;
  }
  .subpage-content {
    padding: 30px;
  }
}
@media (max-width: 650px) {
  .subpage {
    padding-left: 30px;
    padding-right: 30px;
  }
  .subpage-content.two-cols {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 560px) {
  .subpage-excerpt-title {
    font-size: 28px;
  }
  .subpage-container {
    padding-left: 0;
    padding-right: 0;
  }
  .subpage-content {
    font-size: 15px;
    padding: 20px;
  }
  .subpage-content-title {
    font-size: 18px;
  }
}
.swiper {
  position: relative;
}

.swiper-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  background: #DAB177;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
  cursor: pointer;
  border: 0;
}

.swiper-button-disabled {
  filter: grayscale(0.8) opacity(0.9);
}

.swiper-btn-prev {
  left: 0;
  transform: translate(-50%, -20px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23002F75' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E");
}

.swiper-btn-next {
  right: 0;
  transform: translate(50%, -20px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23002F75' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 640px) {
  .swiper-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 540px) {
  .swiper-btn {
    width: 40px;
    height: 40px;
  }
}
.prelegents-section {
  padding-bottom: 30px;
}

.prelegents-section-title {
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  color: #002F75;
  margin-bottom: 30px;
}

.prelegents-section-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #eee;
}

.prelegents-section-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 16px;
}
@media (max-width: 760px) {
  .prelegents-section-list {
    gap: 20px;
  }
}

.prelegents-section-el {
  margin-bottom: 10px;
  display: flex;
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 760px) {
  .prelegents-section-el {
    flex: 0 0 100%;
  }
}

.prelegents-section-el-link {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.prelegents-section-el-img {
  margin-right: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.prelegents-section-el-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.prelegents-section-el-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prelegents-section-el-name {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: #DAB177;
  margin-bottom: 10px;
}

.prelegents-section-el-position {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.prelegents-section-el-position a {
  font-weight: 700;
  text-decoration: none;
  color: #DAB177;
}

@media (max-width: 470px) {
  .prelegents-section-el-img {
    width: 60px;
    height: 60px;
  }
  .prelegents-section-el-position {
    font-size: 13px;
  }
}
.letter-select {
  padding: 0;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  overflow-x: auto;
}

.letter-select::-webkit-scrollbar {
  width: 2px;
  background: #fbfbfb;
  height: 2px;
}

.letter-select::-webkit-scrollbar {
  width: auto;
}

.letter-select::-webkit-scrollbar-thumb {
  background-color: #DAB177;
}

.letter-select .letter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
}

.letter-select .letter-select-el {
  margin: 5px;
  margin-left: 0;
}

.letter-select .letter-select-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #DAB177;
  text-decoration: none;
  background: #eee;
  font-weight: 800;
}

.letter-select .letter-select-link:hover {
  background: #ddd;
}

.letter-select .letter-select-link.is-active {
  background: #DAB177;
  color: #fff;
}

.people-eec {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.people-eec:first-child {
  margin-top: 0;
}

.people-eec-el {
  display: flex;
  gap: 30px;
}

.people-eec-el-img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.people-eec-el-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.people-eec-el-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  margin-top: -0.5rem;
}
.people-eec-el-content h3, .people-eec-el-content h4 {
  margin: 0;
}

@media (max-width: 560px) {
  .people-eec {
    gap: 20px;
  }
  .people-eec-el {
    gap: 20px;
  }
  .people-eec-el-img {
    width: 100px;
    height: 100px;
  }
  .people-eec-el-content {
    font-size: 13px;
    margin-top: -0.25rem;
  }
  .people-eec-el-content h3, .people-eec-el-content h4 {
    font-size: 18px;
  }
}
.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.news-list-el-inside {
  background: #002F75;
  border-radius: 20px;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px;
  aspect-ratio: 420/480;
  position: relative;
  overflow: hidden;
}
.news-list-el-inside::before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #01132d, transparent 80%, transparent);
}

.news-list-el-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-list-el-title {
  max-width: 420px;
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  color: #DAB177;
  font-size: 32px;
  font-family: "nassim-latin", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list-el-title a {
  text-decoration: none;
  color: inherit;
}

.news-list .news-list-el-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.news-list .news-list-el-link svg {
  fill: #fff;
}
.news-list .news-list-el-link:hover {
  color: #DAB177;
}
.news-list .news-list-el-link:hover svg {
  fill: #DAB177;
}

@media (max-width: 1800px) {
  .news-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  .news-list-el-title {
    font-size: 25px;
  }
}
@media (max-width: 840px) and (min-width: 650px) {
  .news-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-list-el-inside {
    aspect-ratio: auto;
  }
}
@media (max-width: 600px) {
  .news-list {
    gap: 20px;
  }
  .news-list-el-title {
    font-size: 20px;
  }
  .news-list-el-link {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .news-list {
    grid-template-columns: 1fr;
  }
  .news-list-el-inside {
    aspect-ratio: 1;
  }
}
:where(.subpage-content) blockquote {
  border: 0;
  border-top: 2px solid #DAB177;
  border-bottom: 2px solid #DAB177;
  padding: 20px 0 20px 90px;
  margin: 30px 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23DAB177' d='m15 17l2-4h-4V6h7v7l-2 4h-3Zm-9 0l2-4H4V6h7v7l-2 4H6Z'/%3E%3C/svg%3E");
  background-size: 80px;
  background-position: left 5px;
  background-repeat: no-repeat;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 500px) {
  :where(.subpage-content) blockquote {
    background-size: 40px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.arrows {
  list-style: none;
  padding: 0;
}
.arrows li {
  background: url("https://pliki.konferencje.ptwp.pl/i/b8/f0/89/d9n1gj0962j6qv5w.svg") left center scroll no-repeat transparent;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.gallery {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.gallery-el-link {
  display: block;
  aspect-ratio: 1;
  position: relative;
}

.gallery-el-link::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: #DAB177;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: 0.3s opacity;
}

.gallery-el-link:hover::before {
  opacity: 1;
}

.gallery-el-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .gallery {
    gap: 15px;
  }
}
@media (max-width: 560px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-row {
  margin: 0 0 1rem;
}

.form-control {
  height: 3.4375rem;
  flex-shrink: 0;
  border: 0.0625rem solid #ddd;
  padding: 0 0.625rem;
  border-radius: 0.25rem;
  width: 100%;
  flex-shrink: 0;
  font-size: 1.0625rem;
  color: #ACA7A7;
  font-weight: bold;
}

.form .button-big {
  height: 3.4375rem;
  width: 100%;
}

.form .button {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.25rem;
  background-color: #DAB177;
  cursor: pointer;
  border: 0;
  padding: 0.625rem 0;
  color: #000;
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  justify-content: center;
  gap: 0.625rem;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: inline-flex;
  transition: 0.2s background-color;
}

.form .button:hover {
  background-color: #dea55b;
}

.form-error .form-label {
  color: #EF0F0F;
}
.form-error .form-control {
  border-color: #EF0F0F;
  color: #EF0F0F;
}

.form-checkbox {
  display: flex;
  font-size: 0.75rem;
  cursor: pointer;
  padding-top: 0.1875rem;
  color: inherit;
  color: #575757;
}
.form-checkbox input[type=checkbox] {
  background: #fff;
  flex-shrink: 0;
  margin-top: -0.0625rem;
  margin-left: 0;
  appearance: none;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #ddd;
  margin-right: 0.625rem;
  margin-bottom: 0;
}
.form-checkbox input[type=checkbox]:checked {
  background: #DAB177;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: #DAB177;
}
.form-checkbox input[type=checkbox]:focus {
  outline: none;
  border-color: #000;
}
.form-checkbox input[type=radio] {
  flex-shrink: 0;
  margin-top: -0.0625rem;
  margin-left: 0;
  appearance: none;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  border: 0.0625rem solid #ddd;
  margin-right: 0.625rem;
  margin-bottom: 0;
}
.form-checkbox input[type=radio]:checked {
  background: #DAB177;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: #DAB177;
}
.form-checkbox input[type=radio]:focus {
  outline: none;
  border-color: #dddFocus;
}
.form-checkbox span p {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-mh-65 {
  min-height: 125px !important;
}

.u-mh-65 {
  min-height: 125px !important;
}

.u-mh-100 {
  min-height: 160px !important;
}

.u-mh-100 {
  min-height: 160px !important;
}

.u-mh-270 {
  min-height: 330px !important;
}

.u-mh-270 {
  min-height: 330px !important;
}

.u-mh-520 {
  min-height: 580px !important;
}

.u-mh-520 {
  min-height: 580px !important;
}

.u-mh-100 {
  min-height: 160px !important;
}

.u-mh-100 {
  min-height: 160px !important;
}

.u-mh-120 {
  min-height: 180px !important;
}

.u-mh-120 {
  min-height: 180px !important;
}

.u-mh-150 {
  min-height: 210px !important;
}

.u-mh-150 {
  min-height: 210px !important;
}

.u-mh-220 {
  min-height: 280px !important;
}

.u-mh-220 {
  min-height: 280px !important;
}

.u-mh-250 {
  min-height: 310px !important;
}

.u-mh-250 {
  min-height: 310px !important;
}

.u-mh-300 {
  min-height: 360px !important;
}

.u-mh-300 {
  min-height: 360px !important;
}

.u-mh-350 {
  min-height: 410px !important;
}

.u-mh-350 {
  min-height: 410px !important;
}

.u-mh-370 {
  min-height: 430px !important;
}

.u-mh-370 {
  min-height: 430px !important;
}

.u-mh-620 {
  min-height: 680px !important;
}

.u-mh-620 {
  min-height: 680px !important;
}

.u-mh-770 {
  min-height: 830px !important;
}

.u-mh-770 {
  min-height: 830px !important;
}

@media (max-width: 480px) {
  .u-mh-65-mobile {
    min-height: 107px !important;
  }
  .u-mh-100-mobile {
    min-height: 142px !important;
  }
  .u-mh-270-mobile {
    min-height: 312px !important;
  }
  .u-mh-520-mobile {
    min-height: 562px !important;
  }
  .u-mh-100-mobile {
    min-height: 142px !important;
  }
  .u-mh-120-mobile {
    min-height: 162px !important;
  }
  .u-mh-150-mobile {
    min-height: 192px !important;
  }
  .u-mh-220-mobile {
    min-height: 262px !important;
  }
  .u-mh-250-mobile {
    min-height: 292px !important;
  }
  .u-mh-300-mobile {
    min-height: 342px !important;
  }
  .u-mh-350-mobile {
    min-height: 392px !important;
  }
  .u-mh-370-mobile {
    min-height: 412px !important;
  }
  .u-mh-620-mobile {
    min-height: 662px !important;
  }
  .u-mh-770-mobile {
    min-height: 812px !important;
  }
}
@media (min-width: 480px) {
  .u-mh-65-desktop {
    min-height: 107px !important;
  }
  .u-mh-100-desktop {
    min-height: 142px !important;
  }
  .u-mh-270-desktop {
    min-height: 312px !important;
  }
  .u-mh-520-desktop {
    min-height: 562px !important;
  }
  .u-mh-100-desktop {
    min-height: 142px !important;
  }
  .u-mh-120-desktop {
    min-height: 162px !important;
  }
  .u-mh-150-desktop {
    min-height: 192px !important;
  }
  .u-mh-220-desktop {
    min-height: 262px !important;
  }
  .u-mh-250-desktop {
    min-height: 292px !important;
  }
  .u-mh-300-desktop {
    min-height: 342px !important;
  }
  .u-mh-350-desktop {
    min-height: 392px !important;
  }
  .u-mh-370-desktop {
    min-height: 412px !important;
  }
  .u-mh-620-desktop {
    min-height: 662px !important;
  }
  .u-mh-770-desktop {
    min-height: 812px !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style2023.min.css.map */
