/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \*****************************************************************************************************************/
html,
body {
  width: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--default .select2-selection--single {
  border: 1px solid #94a3b8;
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  color: #000;
  height: 49px;
  border-radius: 8px; }

.select2-container--default .select2-results > .select2-results__options {
  box-shadow: 0vw 0.625vw 0.83333vw -0.20833vw rgba(16, 24, 40, 0.08), 0vw 0.20833vw 0.3125vw -0.10417vw rgba(16, 24, 40, 0.03); }

.select2-container--default .select2-selection--single {
  border: 1px solid #94a3b8;
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  border-radius: 6px;
  height: 49px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .select2-container--default .select2-selection--single {
      width: 100%; } }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-right: auto; }

.select2-results__options {
  font-family: 'Sora';
  font-size: 16px;
  font-weight: 400;
  color: #000; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  all: unset;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"5\" viewBox=\"0 0 10 5\" fill=\"none\"><path d=\"M8.70898 0.5L4.95898 4.25L1.20898 0.5\" stroke=\"%23001E33\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2px\"></path></svg>");
  width: 100%;
  display: inline-block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.suerf-box {
  padding: 16px;
  border: 2px #67813a solid; }

@font-face {
  font-family: "Sora";
  src: url(049522959872687838f1.woff2) format("woff2"), url(049522959872687838f1.woff2) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Sora";
  src: url(c06ea324c1edc35c94b8.woff2) format("woff2"), url(71a6a54d355cd4346445.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Sora";
  src: url(3a9a7a2ed54ffb2c135d.woff2) format("woff2"), url(f4786947863682be21e5.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Sora";
  src: url(58a3e7d62389626a0527.woff2) format("woff2"), url(58a3e7d62389626a0527.woff2) format("woff");
  font-weight: normal;
  font-style: 600;
  font-display: swap; }

/*******************/
.sora-64-700 {
  font-family: "Sora";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 126%; }

.sora-48-700, .title-48, .title-48--green {
  font-family: "Sora";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 112%; }

.sora-38-700, .banner__content h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 126%; }

.sora-30-700, .history__modal-content-text h2, .pp_item h2, .spc_content h2, .gc_content h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 133%; }

.sora-24-700, .history__modal-content-text h3, .spc_content h3, .wysiwyg-text h3 {
  font-family: "Sora";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 125%; }

.sora-18-700 {
  font-family: "Sora";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 127%; }

.sora-14-700, .menu > .menu-item > a, .menu > .menu-item:last-of-type > .sub-menu .menu-item > a {
  font-family: "Sora";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 128%; }

.sora-38-600 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: normal; }

.sora-30-600 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: normal; }

.sora-20-600, .history__modal-content-text h5, .spc_content h5, .gc_content p strong, .wysiwyg-text h5, .wysiwyg-text h6, thead {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%; }

.sora-22-600, .history__modal-content-text h4, .spc_content h4, .wysiwyg-text h4 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%; }

.sora-18-600, .history__modal-content-text h6, .spc_content h6 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%; }

.sora-16-600, .link, .qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="submit"], .link--border {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%; }

.sora-14-600 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 128%; }

.sora-18-400 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 156%; }

.sora-16-400, .history__modal-content-text p, .history__modal-content-text div, .history__modal-content-text a, .history__modal-content-text ul li, .history__modal-content-text ol li, .contact-form_form .wpcf7 form .wpcf7-response-output,
.cf_form .wpcf7 form .wpcf7-response-output, .cf_select-label,
.cf_textarea-label, .pp_item p, .pp_item ul, .br_book-pdf, .spc_content p, .spc_content div, .spc_content a, .spc_content ul li, .spc_content ol li, .gc_content p, .gc_content ul li, .wpcf7-not-valid-tip, .qmn_results_page .qsm-results-page, .wysiwyg-text p, .wysiwyg-text ul, tbody {
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%; }

.sora-14-400, .menu > .menu-item .sub-menu .menu-item a, .menu > .menu-item:last-of-type > .sub-menu .menu-item .sub-menu li a, .banner__content em, .spc_content-references p, .spc_content-references div {
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 129%; }

.sora-12-400, .contact-form_form .cf_focus-label,
.cf_form .cf_focus-label, .cf_select-box-label, .mlw_qmn_question {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 129%; }

@media screen and (max-width: 1280px) {
  .sora-20-600, .history__modal-content-text h5, .spc_content h5, .gc_content p strong, .wysiwyg-text h5, .wysiwyg-text h6, thead {
    font-size: 18px; }
  .sora-22-600, .history__modal-content-text h4, .spc_content h4, .wysiwyg-text h4 {
    font-size: 20px; }
  .sora-18-600, .history__modal-content-text h6, .spc_content h6 {
    font-size: 16px; }
  .sora-64-700 {
    font-size: 56px; }
  .sora-48-700, .title-48, .title-48--green {
    font-size: 40px; }
  .sora-38-700, .banner__content h2 {
    font-size: 32px; }
  .sora-30-700, .history__modal-content-text h2, .pp_item h2, .spc_content h2, .gc_content h2 {
    font-size: 24px; } }

@media screen and (max-width: 1080px) {
  .sora-48-700, .title-48, .title-48--green {
    font-size: 36px; }
  .sora-64-700 {
    font-size: 50px; }
  .sora-16-600, .link, .qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="submit"], .link--border {
    font-size: 14px; }
  .sora-38-700, .banner__content h2 {
    font-size: 26px; } }

@media screen and (max-width: 768px) {
  .sora-48-700, .title-48, .title-48--green {
    font-size: 26px; }
  .sora-64-700 {
    font-size: 38px; }
  .sora-38-700, .banner__content h2 {
    font-size: 24px; }
  .sora-18-400 {
    font-size: 16px; }
  .sora-16-400, .history__modal-content-text p, .history__modal-content-text div, .history__modal-content-text a, .history__modal-content-text ul li, .history__modal-content-text ol li, .contact-form_form .wpcf7 form .wpcf7-response-output,
  .cf_form .wpcf7 form .wpcf7-response-output, .cf_select-label,
  .cf_textarea-label, .pp_item p, .pp_item ul, .br_book-pdf, .spc_content p, .spc_content div, .spc_content a, .spc_content ul li, .spc_content ol li, .gc_content p, .gc_content ul li, .wpcf7-not-valid-tip, .qmn_results_page .qsm-results-page, .wysiwyg-text p, .wysiwyg-text ul, tbody {
    font-size: 14px; }
  .sora-30-700, .history__modal-content-text h2, .pp_item h2, .spc_content h2, .gc_content h2 {
    font-size: 20px; }
  .sora-24-700, .history__modal-content-text h3, .spc_content h3, .wysiwyg-text h3 {
    font-size: 18px; } }

@media screen and (min-width: 1921px) {
  .sora-64-700 {
    font-size: 3.33333vw; }
  .sora-48-700, .title-48, .title-48--green {
    font-size: 2.5vw; }
  .sora-38-700, .banner__content h2 {
    font-size: 1.97917vw; }
  .sora-30-700, .history__modal-content-text h2, .pp_item h2, .spc_content h2, .gc_content h2 {
    font-size: 1.5625vw; }
  .sora-24-700, .history__modal-content-text h3, .spc_content h3, .wysiwyg-text h3 {
    font-size: 1.25vw; }
  .sora-18-700 {
    font-size: 0.9375vw; }
  .sora-14-700, .menu > .menu-item > a, .menu > .menu-item:last-of-type > .sub-menu .menu-item > a {
    font-size: 0.72917vw; }
  .sora-38-600 {
    font-size: 1.97917vw; }
  .sora-30-600 {
    font-size: 1.5625vw; }
  .sora-20-600, .history__modal-content-text h5, .spc_content h5, .gc_content p strong, .wysiwyg-text h5, .wysiwyg-text h6, thead {
    font-size: 1.04167vw; }
  .sora-22-600, .history__modal-content-text h4, .spc_content h4, .wysiwyg-text h4 {
    font-size: 1.14583vw; }
  .sora-18-600, .history__modal-content-text h6, .spc_content h6 {
    font-size: 0.9375vw; }
  .sora-16-600, .link, .qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="submit"], .link--border {
    font-size: 0.83333vw; }
  .sora-14-600 {
    font-size: 0.72917vw; }
  .sora-18-400 {
    font-size: 0.9375vw; }
  .sora-16-400, .history__modal-content-text p, .history__modal-content-text div, .history__modal-content-text a, .history__modal-content-text ul li, .history__modal-content-text ol li, .contact-form_form .wpcf7 form .wpcf7-response-output,
  .cf_form .wpcf7 form .wpcf7-response-output, .cf_select-label,
  .cf_textarea-label, .pp_item p, .pp_item ul, .br_book-pdf, .spc_content p, .spc_content div, .spc_content a, .spc_content ul li, .spc_content ol li, .gc_content p, .gc_content ul li, .wpcf7-not-valid-tip, .qmn_results_page .qsm-results-page, .wysiwyg-text p, .wysiwyg-text ul, tbody {
    font-size: 0.83333vw; }
  .sora-14-400, .menu > .menu-item .sub-menu .menu-item a, .menu > .menu-item:last-of-type > .sub-menu .menu-item .sub-menu li a, .banner__content em, .spc_content-references p, .spc_content-references div {
    font-size: 0.72917vw; }
  .sora-12-400, .contact-form_form .cf_focus-label,
  .cf_form .cf_focus-label, .cf_select-box-label, .mlw_qmn_question {
    font-size: 0.625vw; } }

.not-found-page {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  margin-top: 68px; }

.nfp_inner {
  position: relative;
  width: 100%;
  height: 100%; }

.nfp_img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.nfp_content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff; }

@media screen and (max-width: 730px) {
  .nfp_logo {
    width: 250px;
    height: auto;
    object-fit: cover; } }

.nfp_title {
  margin: 15px 0 25px; }

.nfp_link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ed6c0b;
  padding: 14px 25px;
  margin-top: 40px;
  border-radius: 4px; }

@media screen and (min-width: 1921px) {
  .not-found-page {
    min-height: 36.45833vw;
    margin-top: 3.54167vw; }
  .nfp_title {
    margin: 0.78125vw 0 1.30208vw; }
  .nfp_link {
    padding: 0.72917vw 1.30208vw;
    margin-top: 2.08333vw;
    border-radius: 0.20833vw; } }

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.header {
  width: 100%;
  height: 100%;
  padding: 24px 112px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100px;
  z-index: 100;
  transform: translateY(0);
  transition: 0.3s transform;
  will-change: transform;
  box-shadow: 0px 3px 6px 0px rgba(57, 65, 73, 0.08), 0px 12px 20px 0px rgba(57, 65, 73, 0.08); }
  .header.hide {
    transform: translateY(-100%); }

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

.header_links {
  margin-right: 64px;
  display: flex;
  align-items: center;
  margin-top: 6px; }

.header_link {
  margin-right: 32px; }
  .header_link:last-of-type {
    margin-right: 0; }

.header_menu {
  color: #ed6c0b;
  cursor: pointer;
  position: relative; }
  .header_menu span {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 2px; }
  .header_menu div {
    display: flex;
    justify-content: center;
    align-items: center; }
  .header_menu .header_menu-open {
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
    opacity: 1; }
  .header_menu .header_menu-close {
    transition: opacity 0.3s, visibility 0.3s;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0; }
  .header_menu.open .header_menu-open {
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    opacity: 0; }
  .header_menu.open .header_menu-close {
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
    opacity: 1; }

.header_menu-item {
  text-transform: uppercase; }

.header_menu-icon {
  cursor: pointer; }

.navigation {
  position: fixed;
  top: 100px;
  min-height: 286px;
  width: 100%;
  padding: 48px 162px 48px 112px;
  background-color: #f1f5f9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s visibility, 0.3s opacity, 0.3s transform;
  z-index: 100;
  transform: translateY(0); }
  .navigation.hide {
    transform: translateY(-150%); }
  .navigation.open {
    visibility: visible;
    opacity: 1; }
  .navigation > svg {
    display: none; }

@media screen and (min-width: 1181px) {
  .menu > li:last-of-type > .sub-menu > li:first-of-type > a:first-of-type {
    cursor: default;
    pointer-events: none; } }

.menu {
  display: flex;
  justify-content: space-between; }
  .menu > .menu-item {
    display: flex;
    flex-direction: column; }
    .menu > .menu-item > a {
      display: inline-block;
      margin-bottom: 8px;
      color: #ed6c0b; }
    .menu > .menu-item .sub-menu .menu-item {
      margin-bottom: 8px; }
      .menu > .menu-item .sub-menu .menu-item:last-of-type {
        margin-bottom: 0; }
      .menu > .menu-item .sub-menu .menu-item a {
        color: #000;
        transition: 0.3s color;
        text-decoration: none; }
        .menu > .menu-item .sub-menu .menu-item a:hover {
          color: #ed6c0b; }
    .menu > .menu-item:last-of-type > a {
      display: none; }
    .menu > .menu-item:last-of-type > .sub-menu .menu-item.menu-item-has-children > a {
      margin-bottom: 8px; }
    .menu > .menu-item:last-of-type > .sub-menu .menu-item > a {
      display: inline-block;
      color: #ed6c0b; }
    .menu > .menu-item:last-of-type > .sub-menu .menu-item .sub-menu li a {
      color: #000;
      transition: 0.3s color;
      text-decoration: none; }
      .menu > .menu-item:last-of-type > .sub-menu .menu-item .sub-menu li a:hover {
        color: #ed6c0b; }

@media screen and (max-width: 1580px) {
  .header {
    padding: 24px 72px; }
  .navigation {
    padding: 48px 72px 48px 72px; }
  .navigation__item {
    width: calc(20% - 32px); } }

@media screen and (max-width: 1280px) {
  .navigation {
    padding: 48px 50px 48px 50px; }
  .header {
    padding: 24px 50px; } }

@media screen and (max-width: 1180px) {
  .wrapper-class {
    height: 0;
    overflow: hidden; }
  .header {
    padding: 24px 30px; }
  .navigation {
    padding: 48px 50px 48px 50px; }
    .navigation > svg {
      display: block;
      position: absolute;
      right: 28px;
      top: 36px; }
  .navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0; }
    .navigation.open {
      visibility: visible;
      opacity: 1;
      z-index: 100; }
  .menu {
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .menu > .menu-item {
      width: 100%;
      text-align: center; }
      .menu > .menu-item > .sub-menu {
        height: 0;
        overflow: hidden; }
      .menu > .menu-item:last-of-type > .sub-menu {
        height: unset !important;
        overflow: unset !important; }
        .menu > .menu-item:last-of-type > .sub-menu > .menu-item a {
          margin-bottom: 0; }
  .navigation__item-list-wrapper {
    height: 0;
    overflow: hidden;
    transition: 0.3s height; }
  .navigation__item-list {
    height: fit-content;
    padding: 10px 0 18px; }
  .wrapper-class {
    transition: 0.3s height; }
    .wrapper-class .sub-menu {
      padding-bottom: 8px; }
  .menu-mobile {
    margin-bottom: 0 !important; }
    .menu-mobile > a {
      margin-bottom: 8px !important; } }

@media screen and (max-width: 880px) {
  .header_menu span {
    display: none; }
  .header_links {
    display: none; }
  .header_links-mobile {
    display: block;
    text-align: center;
    margin-top: 8px; } }

@media screen and (min-width: 1921px) {
  .header_menu svg {
    width: 1.66667vw;
    height: 1.66667vw; }
  .header {
    padding: 1.25vw 5.83333vw;
    height: 5.20833vw; }
  .header-logo {
    width: 7.91667vw;
    height: 2.76042vw; }
  .header_links {
    margin-right: 3.33333vw;
    margin-top: 0.3125vw; }
  .header_link {
    margin-right: 1.66667vw; }
    .header_link svg {
      width: 1.25vw;
      height: 1.25vw; }
  .header_menu span {
    margin-right: 0.41667vw;
    margin-bottom: 0.10417vw; }
  .navigation {
    top: 5.20833vw;
    min-height: 14.89583vw;
    padding: 2.5vw 8.4375vw 2.5vw 5.83333vw; }
  .navigation__item:last-of-type > div {
    margin-bottom: 1.35417vw; }
  .navigation__item-label {
    margin-bottom: 0.41667vw; }
  .navigation__item-list-item {
    margin-bottom: 0.41667vw; }
  .navigation__item-subpage:first-of-type {
    margin-bottom: 0.625vw; }
  .menu > .menu-item > a {
    margin-bottom: 0.41667vw; }
  .menu > .menu-item .sub-menu .menu-item {
    margin-bottom: 0.41667vw; }
  .menu > .menu-item:last-of-type > .sub-menu .menu-item.menu-item-has-children > a {
    margin-bottom: 0.41667vw; } }

.footer {
  background-color: #334155;
  color: #cbd5e1;
  padding: 112px 0 30px; }
  .footer.no-footer {
    display: none; }

.footer__wrapper {
  position: relative;
  max-width: 1596px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }

.footer__logo-wrapper {
  width: fit-content; }

.footer__pages-wrapper {
  max-width: 108px;
  width: 100%;
  width: fit-content;
  display: flex;
  flex-direction: column; }

.footer__page {
  margin-bottom: 32px;
  color: #cbd5e1;
  text-transform: uppercase;
  transition: 0.3s color; }
  .footer__page:hover {
    color: #ed6c0b; }
  .footer__page:last-of-type {
    margin-bottom: 0; }

.footer__socials {
  width: fit-content; }

.footer__social-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 34px; }
  .footer__social-link-wrapper:last-of-type {
    margin-bottom: 0; }

.footer__social-link {
  color: #cbd5e1;
  margin-left: 8px;
  transition: 0.3s color; }
  .footer__social-link:hover {
    color: #ed6c0b; }

.footer__socials-title {
  display: inline-block;
  margin-bottom: 24px; }

.footer__newsletter {
  max-width: 718px;
  width: 100%; }

.footer__bottom-wrapper {
  max-width: 1596px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #475569;
  padding-top: 16px;
  display: flex;
  justify-content: space-between; }

.footer__bottom-left {
  max-width: 440px;
  width: 100%; }

.footer__bottom-right {
  display: flex; }

.footer__bottom-right-pages {
  display: flex; }

.footer__bottom-right-page {
  margin-right: 24px; }
  .footer__bottom-right-page a {
    color: #f1f5f9; }

.footer__bottom-right-designed {
  color: #64748b; }
  .footer__bottom-right-designed a {
    color: #94a3b8; }

.footer__newsletter {
  max-width: 714px;
  width: 100%; }
  .footer__newsletter .screen-reader-response {
    display: none; }
  .footer__newsletter form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer__newsletter form > p {
      max-width: calc(50% - 14px);
      width: 100%; }
      .footer__newsletter form > p:last-of-type {
        max-width: 100%; }
      .footer__newsletter form > p label {
        display: inline-block;
        width: 100%; }
        .footer__newsletter form > p label .wpcf7-form-control-wrap {
          position: relative;
          display: inline-block;
          width: 100%; }
          .footer__newsletter form > p label .wpcf7-form-control-wrap input {
            color: #fff;
            font-family: "Sora";
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 129%;
            outline: none;
            display: inline-block;
            width: 100%;
            padding: 8px 0;
            margin-bottom: 14px;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #64748b; }
            .footer__newsletter form > p label .wpcf7-form-control-wrap input::placeholder {
              color: #94a3b8; }
    .footer__newsletter form .newsletter-checkbox {
      margin-top: 20px; }
      .footer__newsletter form .newsletter-checkbox .wpcf7-list-item {
        margin-left: 0; }
      .footer__newsletter form .newsletter-checkbox input {
        display: none; }
        .footer__newsletter form .newsletter-checkbox input:checked ~ .wpcf7-list-item-label::after {
          transform: translateY(-50%) scale(1); }
    .footer__newsletter form .wpcf7-list-item-label {
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      font-family: "Sora";
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 129%; }
      .footer__newsletter form .wpcf7-list-item-label input {
        display: none; }
      .footer__newsletter form .wpcf7-list-item-label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 2px solid #94a3b8;
        background: transparent;
        border-radius: 4px;
        will-change: border;
        transition: 0.3s border; }
      .footer__newsletter form .wpcf7-list-item-label::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 10px;
        transform: translateY(-50%) scale(0);
        width: 12px;
        height: 12px;
        background: #f8991d;
        border-radius: 4px;
        will-change: transform;
        transition: 0.3s transform; }
    .footer__newsletter form .wpcf7-not-valid-tip {
      position: absolute;
      top: 65%; }
    .footer__newsletter form.invalid .wpcf7-response-output {
      color: #dc3232; }
    .footer__newsletter form.sent .wpcf7-response-output {
      color: #27b545; }
    .footer__newsletter form .wpcf7-response-output {
      position: absolute;
      top: 92%;
      border: 0 !important;
      padding: 0 !important;
      padding-left: 0 !important;
      font-family: "Sora";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 162%; }
  .footer__newsletter .cf_form-btn {
    background: #ed6c0b;
    border-radius: 4px;
    color: #fff;
    border: none;
    outline: none;
    padding: 12px 26px;
    font-family: "Sora";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    margin-top: 28px;
    cursor: pointer;
    letter-spacing: 0.28px; }

.footer__arrow {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0; }

@media screen and (max-width: 1680px) {
  .footer {
    padding: 90px 50px 30px; } }

@media screen and (max-width: 1280px) {
  .footer__wrapper {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .footer__pages-wrapper {
    margin-right: 80px; }
  .footer__logo-wrapper {
    margin-right: 80px; }
  .footer__newsletter {
    width: 100%;
    max-width: unset;
    margin-top: 24px; } }

@media screen and (max-width: 1080px) {
  .footer__bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center; }
  .footer__bottom-left {
    max-width: unset;
    margin-top: 8px;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .footer {
    padding: 90px 20px 30px; }
  .footer__pages-wrapper {
    margin-right: 0;
    width: 100%;
    max-width: unset;
    margin-bottom: 14px; }
  .footer__logo-wrapper {
    margin-right: 0;
    width: 100%;
    margin-bottom: 14px; }
  .footer__socials {
    width: 100%;
    max-width: unset; }
  .footer__page {
    margin-bottom: 8px; }
  .footer__social-link-wrapper {
    margin-bottom: 8px; }
  .footer__socials-title {
    margin-bottom: 12px; } }

@media screen and (max-width: 600px) {
  .footer__bottom-right {
    flex-direction: column;
    text-align: center; }
  .footer__bottom-right-pages {
    flex-direction: column; }
    .footer__bottom-right-pages li {
      margin-bottom: 4px; } }

@media screen and (max-width: 540px) {
  .footer__newsletter form > p {
    max-width: 100%;
    width: 100%; } }

@media screen and (min-width: 1921px) {
  .footer {
    padding: 5.83333vw 0 1.5625vw; }
  .footer__wrapper {
    max-width: 83.125vw;
    margin-bottom: 3.125vw; }
  .footer__logo-wrapper img {
    width: 8.64583vw;
    height: 5.57292vw; }
  .footer__pages-wrapper {
    max-width: 5.625vw; }
  .footer__page {
    margin-bottom: 1.66667vw; }
  .footer__social-link-wrapper {
    margin-bottom: 1.77083vw; }
    .footer__social-link-wrapper svg {
      width: 1.25vw;
      height: 1.25vw; }
  .footer__social-link {
    margin-left: 0.41667vw; }
  .footer__socials-title {
    margin-bottom: 1.25vw; }
  .footer__newsletter {
    max-width: 37.39583vw; }
  .footer__bottom-wrapper {
    max-width: 83.125vw;
    border-top: 0.05208vw solid #475569;
    padding-top: 0.83333vw; }
  .footer__bottom-left {
    max-width: 22.91667vw; }
  .footer__bottom-right-page {
    margin-right: 1.25vw; }
  .footer__newsletter {
    max-width: 37.1875vw; }
    .footer__newsletter form > p {
      max-width: calc(50% - 0.72917vw); }
      .footer__newsletter form > p label .wpcf7-form-control-wrap input {
        font-size: 0.72917vw;
        padding: 0.41667vw 0;
        margin-bottom: 0.72917vw;
        border-bottom: 0.05208vw solid #64748b; }
    .footer__newsletter form .newsletter-checkbox {
      margin-top: 1.04167vw; }
    .footer__newsletter form .wpcf7-list-item-label {
      padding-left: 1.5625vw;
      font-size: 0.72917vw; }
      .footer__newsletter form .wpcf7-list-item-label::before {
        top: 0.52083vw;
        width: 0.9375vw;
        height: 0.9375vw;
        border: 0.10417vw solid #94a3b8;
        border-radius: 0.20833vw; }
      .footer__newsletter form .wpcf7-list-item-label::after {
        left: 0.15625vw;
        top: 0.52083vw;
        width: 0.625vw;
        height: 0.625vw;
        border-radius: 0.20833vw; }
    .footer__newsletter form .wpcf7-response-output {
      font-size: 0.83333vw; }
    .footer__newsletter .cf_form-btn {
      border-radius: 0.20833vw;
      padding: 0.625vw 1.35417vw;
      font-size: 0.72917vw;
      margin-top: 1.45833vw;
      letter-spacing: 0vw; }
  .footer__arrow svg {
    width: 1.66667vw;
    height: 1.66667vw; } }

.homepage-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column; }
  .homepage-banner.show .homepage-banner__title {
    visibility: visible;
    opacity: 1;
    transform: none; }
  .homepage-banner.show .homepage-banner__content {
    visibility: visible;
    opacity: 1;
    transform: none; }
  .homepage-banner.show .homepage-banner__link {
    visibility: visible;
    opacity: 1;
    transform: none; }

.homepage-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; }

.homepage-banner__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 714px;
  width: 100%;
  height: 100%;
  color: #fff;
  margin: 0 256px; }

.homepage-banner__title {
  margin-bottom: 24px; }
  .homepage-banner__title span {
    position: relative; }
    .homepage-banner__title span::after {
      content: "";
      position: absolute;
      bottom: 10px;
      left: 0;
      height: 16px;
      background-color: #ed6c0b;
      width: 100%;
      z-index: -1; }

.homepage-banner__content {
  margin-bottom: 24px; }

.homepage-banner_impact-wrapper {
  margin-left: 256px;
  max-width: 940px;
  width: 100%;
  color: white;
  padding-bottom: 48px; }

.homepage-banner_impact-title {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(105, 105, 105, 0.2);
  backdrop-filter: blur(10px);
  margin-bottom: 16px; }

.homepage-banner_impact-items {
  width: 100%;
  padding: 20px 32px;
  border-radius: 16px;
  background: rgba(105, 105, 105, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between; }

.homepage-banner_impact-item {
  width: calc(25% - 56px);
  display: flex;
  flex-direction: column;
  position: relative; }
  .homepage-banner_impact-item::after {
    content: "";
    position: absolute;
    right: -25%;
    top: 25%;
    width: 1px;
    height: 52px;
    background-color: #ed6c0b; }
  .homepage-banner_impact-item:last-of-type::after {
    display: none; }

.homepage-banner_impact-item-number {
  margin-top: auto; }

@media screen and (max-width: 1680px) {
  .homepage-banner__wrapper {
    margin: 0 180px; }
  .homepage-banner_impact-wrapper {
    margin-left: 180px; } }

@media screen and (max-width: 1340px) {
  .homepage-banner__wrapper {
    margin: 0 120px; }
  .homepage-banner_impact-wrapper {
    margin-left: 120px; } }

@media screen and (max-width: 1700px) and (min-width: 1080px) and (max-height: 840px) {
  .homepage-banner {
    height: 100%; }
  .homepage-banner__wrapper {
    margin: 180px 70px 120px; }
  .homepage-banner_impact-wrapper {
    margin-left: 70px; } }

@media screen and (max-width: 1080px) {
  .homepage-banner__wrapper {
    margin: 180px 70px 120px; }
  .homepage-banner {
    height: 100%; }
  .homepage-banner_impact-wrapper {
    margin: 0 70px; }
  .homepage-banner_impact-item {
    width: calc(25% - 14px); }
    .homepage-banner_impact-item::after {
      display: none; }
  .homepage-banner_impact-wrapper {
    max-width: 760px;
    width: 100%; } }

@media screen and (max-width: 860px) {
  .homepage-banner__wrapper {
    margin: 180px 50px; }
  .homepage-banner_impact-wrapper {
    margin: 0 50px; } }

@media screen and (max-width: 800px) {
  .homepage-banner_impact-items {
    flex-wrap: wrap;
    max-width: 600px; }
  .homepage-banner_impact-item {
    width: 50%;
    align-items: center; } }

@media screen and (max-width: 768px) {
  .homepage-banner__wrapper {
    margin: 120px 30px; }
  .homepage-banner_impact-wrapper {
    margin: 0 30px; } }

@media screen and (max-width: 650px) {
  .homepage-banner {
    padding: 0 30px; }
  .homepage-banner__wrapper {
    margin: 120px 0 46px; }
  .homepage-banner_impact-wrapper {
    margin: 0; }
  .homepage-banner_impact-item-subtitle {
    text-align: center; }
  .homepage-banner_impact-items {
    flex-direction: column;
    max-width: unset; }
  .homepage-banner_impact-item {
    width: 100%; } }

@media screen and (min-width: 1921px) {
  .homepage-banner__wrapper {
    max-width: 37.1875vw;
    margin: 0 13.33333vw; }
  .homepage-banner__title {
    margin-bottom: 1.25vw; }
    .homepage-banner__title span::after {
      bottom: 0.52083vw;
      height: 0.83333vw; }
  .homepage-banner__content {
    margin-bottom: 1.25vw; }
  .homepage-banner_impact-wrapper {
    margin-left: 13.33333vw;
    max-width: 48.95833vw;
    padding-bottom: 2.5vw; }
  .homepage-banner_impact-title {
    padding: 0.41667vw 0.83333vw;
    border-radius: 0.41667vw;
    backdrop-filter: blur(0.52083vw);
    margin-bottom: 0.83333vw; }
  .homepage-banner_impact-items {
    padding: 1.04167vw 1.66667vw;
    border-radius: 0.83333vw;
    backdrop-filter: blur(0.52083vw); }
  .homepage-banner_impact-item {
    width: calc(25% - 2.91667vw); }
    .homepage-banner_impact-item::after {
      width: 0.05208vw;
      height: 2.70833vw; } }

.banner {
  width: 100%;
  min-height: fit-content;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  padding-bottom: 48px; }
  .banner.no-items {
    justify-content: center; }
  .banner .homepage-banner_impact-wrapper {
    padding-bottom: 0;
    margin-left: 0; }

.banner-impact_wrapper {
  margin-top: auto !important; }

.banner_background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; }

.banner__wrapper {
  margin-top: 46px !important; }

.banner__title {
  margin-bottom: 32px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s visibility, 0.3s opacity, 0.6s transform; }
  .banner__title.show {
    opacity: 1;
    visibility: visible;
    transform: unset; }

.banner__title-underline {
  height: 4px;
  width: 120px;
  background-color: #ed6c0b;
  margin-bottom: 32px; }

.banner__content {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s visibility, 0.3s opacity, 0.6s transform;
  transition-delay: 0.2s; }
  .banner__content.publication {
    font-weight: bold !important; }
  .banner__content.show {
    opacity: 1;
    visibility: visible;
    transform: unset; }
  .banner__content a {
    color: #ed6c0b; }
  .banner__content em {
    font-style: italic; }

@media screen and (max-width: 1180px) {
  .banner__title {
    margin-bottom: 24px; }
  .banner__title-underline {
    margin-bottom: 24px; } }

@media screen and (max-width: 800px) {
  .banner-impact_wrapper {
    margin-top: 24px !important; }
  .banner__wrapper {
    margin-top: 50px !important; } }

@media screen and (max-width: 782px) {
  .banner {
    margin-top: 54px; } }

@media screen and (max-width: 768px) {
  .banner {
    height: fit-content;
    min-height: unset;
    padding: 80px 0 60px; }
  .banner__title {
    margin-bottom: 14px; }
  .banner__title-underline {
    margin-bottom: 14px; }
  .banner__wrapper {
    padding: 30px 0 70px; } }

@media screen and (max-width: 600px) {
  .banner__wrapper {
    margin-top: 0 !important; } }

@media screen and (min-width: 1921px) {
  .banner {
    margin-top: 3.33333vw;
    padding-bottom: 2.5vw; }
  .banner__wrapper {
    margin-top: 4.0625vw !important; }
  .banner__title {
    margin-bottom: 1.66667vw; }
  .banner__title-underline {
    height: 0.20833vw;
    width: 6.25vw;
    margin-bottom: 1.66667vw; } }

.upcoming-events {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0 84px; }

.upcoming-events__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; }

.upcoming-events__title {
  color: #fff;
  text-align: center;
  margin-bottom: 48px; }

.upcoming-events__wrapper .swiper-button-prev-events {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%; }
  .upcoming-events__wrapper .swiper-button-prev-events.swiper-button-lock {
    display: none; }

.upcoming-events__wrapper .swiper-button-next-events {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%; }
  .upcoming-events__wrapper .swiper-button-next-events.swiper-button-lock {
    display: none; }

.upcoming-events__slider-wrapper .swiper {
  width: 100%;
  margin: 0 !important; }

.upcoming-events__slider-wrapper .swiper-wrapper {
  height: 100%; }

.upcoming-events__slider-wrapper .swiper-slide {
  height: 100% !important;
  display: flex;
  flex-direction: column; }

.upcoming-events__event {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden; }

.upcoming-events__event-upper {
  background-color: #f1f5f9;
  height: 268px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 36px; }

.upcoming-events__event-upper-logo {
  max-height: 134px;
  height: 100%;
  width: auto;
  object-fit: contain;
  max-width: 100%; }

.upcoming-events__event-bottom {
  padding: 32px; }

.upcoming-events__event-bottom-content {
  display: inline-block;
  color: #67813a;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  padding-right: 30px; }

.upcoming-events__event-bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.upcoming-events__event-bottom-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px; }
  .upcoming-events__event-bottom-info-item:last-of-type {
    margin-bottom: 0; }
  .upcoming-events__event-bottom-info-item span {
    margin-left: 4px;
    color: #334155;
    letter-spacing: 0.02em; }

.upcoming-events__event-bottom-register-wrapper {
  display: block; }

.upcoming-events__link-wrapper {
  text-align: center;
  margin-top: 48px; }

.upcoming-events__link {
  display: inline-block;
  margin: 0 auto; }

@media screen and (max-width: 1860px) {
  .upcoming-events__wrapper .swiper-button-prev-events {
    left: 24px; }
  .upcoming-events__wrapper .swiper-button-next-events {
    right: 24px; } }

@media screen and (max-width: 1600px) {
  .upcoming-events__event-upper {
    height: 240px; } }

@media screen and (max-width: 1460px) {
  .upcoming-events__event-bottom-content {
    padding-right: 0; }
  .upcoming-events__event-upper {
    height: 220px; } }

@media screen and (max-width: 1280px) {
  .upcoming-events__event-bottom {
    padding: 24px; } }

@media screen and (max-width: 1180px) {
  .upcoming-events__event-bottom-info {
    flex-direction: column;
    align-items: flex-start; }
    .upcoming-events__event-bottom-info a {
      margin-top: 14px; } }

@media screen and (max-width: 768px) {
  .upcoming-events__wrapper .swiper-button-prev-events {
    left: 30px;
    top: unset;
    bottom: -70px; }
  .upcoming-events__wrapper .swiper-button-next-events {
    left: 100px;
    right: unset;
    top: unset;
    bottom: -70px; }
  .upcoming-events__link-wrapper {
    margin-top: 20px;
    padding: 0 30px;
    text-align: right; }
  .upcoming-events__title {
    margin-bottom: 32px; } }

@media screen and (max-width: 500px) {
  .upcoming-events__event-upper img:nth-of-type(2) {
    display: none; }
  .upcoming-events__event-upper img:nth-of-type(3) {
    display: none; } }

@media screen and (min-width: 1921px) {
  .upcoming-events {
    padding: 4.16667vw 0 4.375vw; }
  .upcoming-events__title {
    margin-bottom: 2.5vw; }
  .upcoming-events__event {
    border-radius: 0.83333vw; }
  .upcoming-events__event-upper {
    height: 13.95833vw;
    padding: 1.875vw; }
  .upcoming-events__event-upper-logo {
    max-height: 6.97917vw; }
  .upcoming-events__event-bottom {
    padding: 1.66667vw; }
  .upcoming-events__event-bottom-content {
    margin-bottom: 1.25vw;
    padding-right: 1.5625vw; }
  .upcoming-events__event-bottom-info-item {
    margin-bottom: 0.625vw; }
    .upcoming-events__event-bottom-info-item span {
      margin-left: 0.20833vw; }
  .upcoming-events__link-wrapper {
    margin-top: 2.5vw; }
  .upcoming-events__event-bottom-info-wrapper svg {
    width: 1.25vw;
    height: 1.25vw; } }

.publications {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 146px 0 164px; }

.publications__wrapper {
  padding: 0 72px; }
  .publications__wrapper .swiper-button-prev-publ {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 26px;
    z-index: 10; }
  .publications__wrapper .swiper-button-next-publ {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 26px;
    z-index: 10; }
  .publications__wrapper .swiper-slide {
    height: auto; }

.publications__title {
  text-align: center; }

.publications__items {
  padding: 48px 0 0; }

.publications__item {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  height: 100%; }

.publications__item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  max-width: 444px;
  width: 95% !important;
  margin: 0 auto !important;
  filter: drop-shadow(0px 3px 6px rgba(57, 65, 73, 0.08)) drop-shadow(0px 12px 20px rgba(57, 65, 73, 0.08)); }

.publications__item-upper {
  height: 220px;
  padding: 46px;
  background-color: #f1f5f9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.publications__item-upper-image {
  position: relative;
  z-index: 10; }

.publications__item-upper-subtitle a {
  color: #67813a; }

.publications__item-bottom {
  padding: 24px;
  display: flex;
  flex-direction: column;
  margin-top: auto; }

.publications__item-bottom-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: auto; }

.publications__item-bottom-subtitle {
  letter-spacing: 0.02em;
  color: #67813a;
  padding-right: 32px;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.publications__item-bottom-info {
  display: flex;
  justify-content: space-between;
  color: #334155;
  margin-bottom: 24px; }
  .publications__item-bottom-info span {
    display: flex;
    justify-content: center;
    align-items: center; }
  .publications__item-bottom-info svg {
    margin-right: 4px; }

.publications__item-bottom-links {
  display: flex;
  justify-content: space-between; }

.publications__items-link-wrapper {
  text-align: center;
  margin-top: 48px; }

@media screen and (max-width: 1860px) {
  .publications__wrapper .swiper-button-prev-publ {
    left: 24px; }
  .publications__wrapper .swiper-button-next-publ {
    right: 24px; }
  .publications__item-bottom-subtitle {
    padding-right: 0; } }

@media screen and (max-width: 1720px) {
  .publications__item-wrapper {
    max-width: unset; } }

@media screen and (max-width: 1480px) {
  .publications {
    padding: 120px 0; } }

@media screen and (max-width: 1280px) {
  .publications {
    padding: 100px 0; } }

@media screen and (max-width: 1080px) {
  .publications {
    padding: 70px 0; } }

@media screen and (max-width: 880px) {
  .publications__item-bottom-info,
  .publications__item-bottom-links {
    flex-direction: column;
    align-items: flex-start; }
  .publications__item-bottom-subtitle {
    margin-bottom: 14px; }
  .publications__item-bottom-info {
    margin-bottom: 12px; }
    .publications__item-bottom-info span {
      margin-bottom: 8px; }
      .publications__item-bottom-info span:last-of-type {
        margin-bottom: 0; }
  .publications__item-bottom-links a {
    margin-bottom: 8px; }
    .publications__item-bottom-links a:last-of-type {
      margin-bottom: 0; } }

@media screen and (max-width: 800px) {
  .publications__wrapper {
    padding: 0 54px; } }

@media screen and (max-width: 768px) {
  .publications__wrapper {
    padding: 0; }
    .publications__wrapper .swiper-button-prev-publ {
      left: 30px;
      top: unset;
      bottom: 10%; }
    .publications__wrapper .swiper-button-next-publ {
      left: 100px;
      right: unset;
      top: unset;
      bottom: 10%; }
  .publications__items-link-wrapper {
    text-align: right;
    padding: 0 30px; }
  .publications__title {
    margin-bottom: 32px; }
  .publications__item-wrapper {
    width: 90% !important; } }

@media screen and (max-width: 450px) {
  .publications__wrapper .swiper-button-prev-publ {
    bottom: 8%; }
  .publications__wrapper .swiper-button-next-publ {
    bottom: 8%; } }

@media screen and (min-width: 1921px) {
  .publications {
    padding: 7.60417vw 0 8.54167vw; }
  .publications__wrapper {
    padding: 0 3.75vw; }
    .publications__wrapper .swiper-button-prev-publ {
      left: 1.35417vw; }
    .publications__wrapper .swiper-button-next-publ {
      right: 1.35417vw; }
  .publications__items {
    padding: 2.5vw 0 0; }
  .publications__item {
    border-radius: 0.83333vw; }
  .publications__item-wrapper {
    border-radius: 0.83333vw;
    max-width: 23.125vw;
    filter: drop-shadow(0vw 0.15625vw 0.3125vw rgba(57, 65, 73, 0.08)) drop-shadow(0vw 0.625vw 1.04167vw rgba(57, 65, 73, 0.08)); }
  .publications__item-upper {
    height: 11.45833vw;
    padding: 2.39583vw; }
  .publications__item-bottom {
    padding: 1.25vw; }
  .publications__item-bottom-subtitle {
    padding-right: 1.66667vw;
    margin-bottom: 1.66667vw; }
  .publications__item-bottom-info {
    margin-bottom: 1.25vw; }
    .publications__item-bottom-info svg {
      margin-right: 0.20833vw;
      width: 1.25vw;
      height: 1.25vw; } }

.videos-slider {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 152px 0;
  background-color: #f1f5f9; }

.videos-slider__title {
  text-align: center;
  margin-bottom: 48px; }

.videos-slider__wrapper {
  padding: 0 72px; }
  .videos-slider__wrapper .swiper-button-prev-video {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 30px);
    left: 26px;
    z-index: 10; }
  .videos-slider__wrapper .swiper-button-next-video {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 30px);
    right: 26px;
    z-index: 10; }

.videos-slider__item .videos-slider__item-wrapper {
  border-radius: 16px;
  overflow: hidden;
  max-width: 602px;
  width: 95% !important;
  margin: 0 auto !important;
  filter: drop-shadow(0px 12px 10px rgba(57, 65, 73, 0.08)) drop-shadow(0px 3px 6px rgba(57, 65, 73, 0.08)); }

.videos-slider__item {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  padding: 42px 0; }

.videos-slider__item-upper {
  height: 294px; }
  .videos-slider__item-upper iframe {
    width: 100%;
    height: 100%; }

.videos-slider__item-bottom {
  background-color: #fff;
  padding: 24px; }

.videos-slider__item-bottom-title {
  letter-spacing: 0.02em;
  color: #67813a;
  padding-right: 32px;
  margin-bottom: 48px; }

.videos-slider__item-bottom-info {
  display: flex;
  justify-content: space-between; }
  .videos-slider__item-bottom-info svg {
    margin-right: 4px; }

.videos-slider__item-bottom-info-date {
  display: flex;
  align-items: center; }

.videos-slider__item-bottom-info-more {
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #ed6c0b; }

.videos-slider__items-link-wrapper {
  text-align: center;
  padding-top: 48px; }

@media screen and (max-width: 1860px) {
  .videos-slider__wrapper .swiper-button-prev-video {
    left: 24px; }
  .videos-slider__wrapper .swiper-button-next-video {
    right: 24px; }
  .publications__item-bottom-subtitle {
    padding-right: 0; } }

@media screen and (max-width: 1480px) {
  .videos-slider {
    padding: 120px 0; }
  .videos-slider__item-bottom-title {
    padding-right: 0; } }

@media screen and (max-width: 1280px) {
  .videos-slider {
    padding: 100px 0; } }

@media screen and (max-width: 1080px) {
  .videos-slider {
    padding: 70px 0; }
  .videos-slider__item-bottom-title {
    margin-bottom: 32px; } }

@media screen and (max-width: 940px) {
  .videos-slider__item-bottom-info {
    flex-direction: column; }
  .videos-slider__item-bottom-info-date {
    margin-bottom: 8px; }
  .videos-slider__item-bottom-title {
    margin-bottom: 24px; } }

@media screen and (max-width: 800px) {
  .videos-slider__wrapper {
    padding: 0 54px; }
  .videos-slider__item .videos-slider__item-wrapper {
    max-width: unset;
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .videos-slider__wrapper {
    padding: 0; }
    .videos-slider__wrapper .swiper-button-prev-video {
      left: 30px;
      top: unset;
      bottom: 10%; }
    .videos-slider__wrapper .swiper-button-next-video {
      left: 100px;
      right: unset;
      top: unset;
      bottom: 10%; }
  .videos-slider__item {
    padding: 30px 0; }
  .videos-slider__items-link-wrapper {
    padding: 0 30px; }
  .videos-slider__item .videos-slider__item-wrapper {
    width: 90% !important; }
  .videos-slider__items-link-wrapper {
    text-align: right;
    padding-top: 0; }
  .videos-slider__title {
    margin-bottom: 24px; } }

@media screen and (min-width: 1921px) {
  .videos-slider {
    padding: 7.91667vw 0; }
  .videos-slider__title {
    margin-bottom: 2.5vw; }
  .videos-slider__wrapper {
    padding: 0 3.75vw; }
    .videos-slider__wrapper .swiper-button-prev-video {
      top: calc(50% - 1.5625vw);
      left: 1.35417vw; }
    .videos-slider__wrapper .swiper-button-next-video {
      top: calc(50% - 1.5625vw);
      right: 1.35417vw; }
  .videos-slider__item .videos-slider__item-wrapper {
    border-radius: 0.83333vw;
    max-width: 31.35417vw;
    filter: drop-shadow(0vw 0.625vw 0.52083vw rgba(57, 65, 73, 0.08)) drop-shadow(0vw 0.15625vw 0.3125vw rgba(57, 65, 73, 0.08)); }
  .videos-slider__item {
    border-radius: 0.83333vw;
    padding: 2.1875vw 0; }
  .videos-slider__item-upper {
    height: 15.3125vw; }
  .videos-slider__item-bottom {
    padding: 1.25vw; }
  .videos-slider__item-bottom-title {
    padding-right: 1.66667vw;
    margin-bottom: 2.5vw; }
  .videos-slider__item-bottom-info svg {
    margin-right: 0.20833vw;
    width: 1.25vw;
    height: 1.25vw; }
  .videos-slider__items-link-wrapper {
    padding-top: 2.5vw; } }

.announcements {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 114px 0; }

.announcements__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; }

.announcements__title {
  margin-bottom: 48px;
  text-align: center; }

.announcements__item-upper-title a {
  color: #67813a; }

.announcements__wrapper {
  max-width: 1812px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }
  .announcements__wrapper .announcements__slider-wrapper {
    max-width: 1696px;
    width: 100%;
    margin: 0 auto; }
  .announcements__wrapper .swiper-button-prev-ann {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10; }
    .announcements__wrapper .swiper-button-prev-ann.swiper-button-lock {
      display: none; }
  .announcements__wrapper .swiper-button-next-ann {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10; }
    .announcements__wrapper .swiper-button-next-ann.swiper-button-lock {
      display: none; }

.announcements__items {
  align-items: stretch; }

.announcements__item {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100% !important; }

.announcements__item-upper {
  background-color: #f1f5f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  height: 220px; }

.announcements__item-bottom {
  padding: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 55%; }

.announcements__item-bottom-title {
  color: #67813a;
  letter-spacing: 0.02em;
  margin-bottom: 16px; }

.announcements__item-bottom-info {
  display: flex;
  justify-content: space-between;
  margin-top: auto; }

.announcements__item-bottom-info-date > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px; }
  .announcements__item-bottom-info-date > div svg {
    margin-right: 4px; }

.announcements__item-bottom-info-seminar {
  color: #94a3b8; }

.announcements__item-bottom-link {
  padding: 12px 16px; }

.announcements__link-wrapper {
  margin-top: 48px;
  text-align: center; }

@media screen and (max-width: 1860px) {
  .announcements__wrapper {
    padding: 0 70px; }
    .announcements__wrapper .swiper-button-prev-ann {
      left: 24px; }
    .announcements__wrapper .swiper-button-next-ann {
      right: 24px; }
  .publications__item-bottom-subtitle {
    padding-right: 0; } }

@media screen and (max-width: 1280px) {
  .announcements {
    padding: 100px 0; } }

@media screen and (max-width: 1080px) {
  .announcements {
    padding: 70px 0; } }

@media screen and (max-width: 768px) {
  .announcements__wrapper {
    padding: 0 20px; }
    .announcements__wrapper .swiper-button-prev-ann {
      left: 30px;
      top: unset;
      bottom: -70px; }
    .announcements__wrapper .swiper-button-next-ann {
      left: 100px;
      right: unset;
      top: unset;
      bottom: -70px; }
  .announcements__link-wrapper {
    margin-top: 20px;
    text-align: right;
    padding: 0 30px; }
  .announcements__item-bottom-info {
    flex-direction: column;
    justify-content: flex-start; }
  .announcements__item-bottom-link {
    margin-top: 8px; }
  .announcements__item-bottom-info-date > div {
    justify-content: unset;
    align-items: unset; } }

@media screen and (min-width: 1921px) {
  .announcements {
    padding: 5.9375vw 0; }
  .announcements__title {
    margin-bottom: 2.5vw; }
  .announcements__wrapper {
    max-width: 94.375vw; }
    .announcements__wrapper .announcements__slider-wrapper {
      max-width: 88.33333vw; }
  .announcements__item {
    border-radius: 0.83333vw; }
  .announcements__item-upper {
    padding: 1.66667vw;
    height: 11.45833vw; }
  .announcements__item-bottom {
    padding: 1.25vw; }
  .announcements__item-bottom-title {
    margin-bottom: 0.83333vw; }
  .announcements__item-bottom-info-date > div {
    margin-bottom: 0.41667vw; }
    .announcements__item-bottom-info-date > div svg {
      margin-right: 0.20833vw; }
  .announcements__item-bottom-link {
    padding: 0.625vw 0.83333vw; }
  .announcements__link-wrapper {
    margin-top: 2.5vw; } }

.membership {
  width: 100%;
  height: 100%;
  background-color: #f1f5f9;
  padding: 102px 0 136px; }

.membership__wrapper {
  max-width: 1412px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.membership__left {
  max-width: 544px;
  width: 100%; }

.membership__left-title {
  color: #67813a;
  margin-bottom: 32px; }

.membership__left-content {
  margin-bottom: 32px;
  color: #0f172a; }
  .membership__left-content a {
    color: #ed6c0b; }

.membership__left-image {
  filter: drop-shadow(0px 12px 20px rgba(57, 65, 73, 0.08)) drop-shadow(0px 3px 6px rgba(57, 65, 73, 0.08));
  border-radius: 16px;
  object-fit: cover;
  width: 100%; }

.membership__right {
  max-width: 688px;
  width: 100%; }

.membership__right-title {
  color: #67813a;
  margin-bottom: 32px; }

.membership__right-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.membership__right-item {
  width: calc(33% - 18px);
  height: 130px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px; }

.membership__right-item-image {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain; }

.membership__right-link {
  margin-top: 22px; }

@media screen and (max-width: 1500px) {
  .membership__wrapper {
    padding: 0 70px; }
  .membership__left {
    max-width: unset;
    width: calc(45% - 32px); }
  .membership__right {
    max-width: unset;
    width: calc(55% - 32px); } }

@media screen and (max-width: 1240px) {
  .membership__wrapper {
    padding: 0 50px; } }

@media screen and (max-width: 1080px) {
  .membership__wrapper {
    flex-direction: column; }
  .membership__left {
    width: 100%;
    margin-bottom: 24px; }
    .membership__left img {
      width: auto;
      margin: 0 auto;
      display: block; }
  .membership__right {
    width: 100%; }
  .membership {
    padding: 100px 0; } }

@media screen and (max-width: 768px) {
  .membership__wrapper {
    padding: 0 30px; }
  .membership__right-title {
    margin-bottom: 24px; }
  .membership__left-title {
    margin-bottom: 24px; }
  .membership {
    padding: 70px 0; } }

@media screen and (max-width: 640px) {
  .membership__left img {
    width: 100%; }
  .membership__right-item {
    width: calc(50% - 18px); }
  .membership__right-items {
    justify-content: space-around; }
  .membership__right-link {
    display: block !important;
    margin: 14px auto 0; } }

@media screen and (max-width: 500px) {
  .membership__right-item {
    width: 100%; } }

@media screen and (min-width: 1921px) {
  .membership {
    padding: 5.3125vw 0 7.08333vw; }
  .membership__wrapper {
    max-width: 73.54167vw; }
  .membership__left {
    max-width: 28.33333vw; }
  .membership__left-title {
    margin-bottom: 1.66667vw; }
  .membership__left-content {
    margin-bottom: 1.66667vw; }
  .membership__left-image {
    filter: drop-shadow(0vw 0.625vw 1.04167vw rgba(57, 65, 73, 0.08)) drop-shadow(0vw 0.15625vw 0.3125vw rgba(57, 65, 73, 0.08));
    border-radius: 0.83333vw; }
  .membership__right {
    max-width: 35.83333vw; }
  .membership__right-title {
    margin-bottom: 1.66667vw; }
  .membership__right-item {
    width: calc(33% - 0.9375vw);
    height: 6.35417vw;
    border-radius: 0.41667vw;
    margin-bottom: 0.625vw; }
  .membership__right-link {
    margin-top: 1.14583vw; } }

.about-text {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 116px 0 92px; }

.about-text__wrapper {
  padding: 0 355px 0 255px;
  display: flex;
  justify-content: space-between; }

.about-text__left {
  width: calc(50% - 176px); }

.about-text__left-item {
  margin-bottom: 48px; }
  .about-text__left-item:last-of-type {
    margin-bottom: 0; }

.about-text__left-item-title {
  margin-bottom: 24px;
  color: #67813a; }

.about-text__left-item-content {
  color: #334155; }
  .about-text__left-item-content a {
    color: #ed6c0b; }
  .about-text__left-item-content li {
    margin-bottom: 24px; }
    .about-text__left-item-content li:last-of-type {
      margin-bottom: 0; }

.about-text__right {
  width: calc(50% - 176px); }

.about-text__right-item {
  margin-bottom: 48px; }
  .about-text__right-item:last-of-type {
    margin-bottom: 0; }

.about-text__right-item-title {
  margin-bottom: 24px;
  color: #67813a; }

.about-text__right-item-content {
  color: #334155; }
  .about-text__right-item-content a {
    color: #ed6c0b; }
  .about-text__right-item-content li {
    margin-bottom: 24px; }
    .about-text__right-item-content li:last-of-type {
      margin-bottom: 0; }

@media screen and (max-width: 1800px) {
  .about-text__wrapper {
    padding: 0 200px; } }

@media screen and (max-width: 1640px) {
  .about-text__wrapper {
    padding: 0 140px; }
  .about-text__left {
    width: calc(50% - 70px); }
  .about-text__right {
    width: calc(50% - 70px); } }

@media screen and (max-width: 1340px) {
  .about-text__wrapper {
    padding: 0 70px; } }

@media screen and (max-width: 1080px) {
  .about-text__wrapper {
    padding: 0 50px; }
  .about-text__left {
    width: calc(50% - 30px); }
  .about-text__right {
    width: calc(50% - 30px); }
  .about-text {
    padding: 70px 0; } }

@media screen and (max-width: 900px) {
  .about-text__wrapper {
    flex-direction: column; }
  .about-text__left {
    width: 100%; }
  .about-text__right {
    width: 100%;
    margin-top: 32px; }
  .about-text__right-item {
    margin-bottom: 32px; }
    .about-text__right-item:last-of-type {
      margin-bottom: 0; }
  .about-text__right-item-title {
    margin-bottom: 14px;
    color: #67813a; }
  .about-text__right-item-content li {
    margin-bottom: 14px; }
    .about-text__right-item-content li:last-of-type {
      margin-bottom: 0; }
  .about-text__left-item {
    margin-bottom: 32px; }
    .about-text__left-item:last-of-type {
      margin-bottom: 0; }
  .about-text__left-item-title {
    margin-bottom: 14px; }
  .about-text__left-item-content li {
    margin-bottom: 14px; }
    .about-text__left-item-content li:last-of-type {
      margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .about-text__wrapper {
    padding: 0 30px; } }

@media screen and (min-width: 1921px) {
  .about-text {
    padding: 6.04167vw 0 4.79167vw; }
  .about-text__wrapper {
    padding: 0 18.48958vw 0 13.28125vw; }
  .about-text__left {
    width: calc(50% - 9.16667vw); }
  .about-text__left-item {
    margin-bottom: 2.5vw; }
  .about-text__left-item-title {
    margin-bottom: 1.25vw; }
  .about-text__left-item-content li {
    margin-bottom: 1.25vw; }
  .about-text__right {
    width: calc(50% - 9.16667vw); }
  .about-text__right-item {
    margin-bottom: 2.5vw; }
  .about-text__right-item-title {
    margin-bottom: 1.25vw; }
  .about-text__right-item-content li {
    margin-bottom: 1.25vw; } }

.image-text {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 92px 0 106px; }
  .image-text.gray {
    background-color: #f8fafc; }
  .image-text.white {
    background-color: #fff; }

.image-text__title {
  color: #67813a;
  margin-bottom: 64px; }

.image-text__items {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.image-text__item {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex; }
  .image-text__item.no-image {
    justify-content: center; }
  .image-text__item:last-of-type {
    margin-bottom: 0; }
  .image-text__item:nth-of-type(even) {
    flex-direction: row-reverse; }

.image-text__item-left {
  width: calc(40% - 43px); }
  .image-text__item-left img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.image-text__item-right {
  width: calc(60% - 43px); }

.image-text__item-right-title {
  color: #67813a;
  margin-bottom: 32px; }

.image-text__item-right-content p {
  margin-bottom: 24px; }
  .image-text__item-right-content p:last-of-type {
    margin-bottom: 0; }

.image-text__item-right-content a {
  color: #ed6c0b; }

.image-text__link-wrapper {
  text-align: center;
  margin-top: 64px; }
  .image-text__link-wrapper.hide {
    display: none; }
  .image-text__link-wrapper a {
    background-color: transparent; }

.image-text__link-button {
  cursor: pointer; }
  .image-text__link-button.hide {
    display: none; }

@media screen and (max-width: 1580px) {
  .image-text__item-left {
    width: 35%; }
  .image-text__item-right {
    width: 60%; } }

@media screen and (max-width: 1280px) {
  .image-text__item-left {
    width: 40%; }
  .image-text__item-right {
    width: 55%; } }

@media screen and (max-width: 1080px) {
  .image-text__item {
    flex-direction: column-reverse; }
    .image-text__item:nth-of-type(even) {
      flex-direction: column-reverse; }
  .image-text__item-left {
    width: 100%;
    text-align: center; }
    .image-text__item-left img {
      width: 100%; }
  .image-text__item-right {
    width: 100%;
    margin-bottom: 32px; } }

@media screen and (max-width: 768px) {
  .image-text {
    padding: 70px 0; }
  .image-text__item {
    margin-bottom: 32px; }
  .image-text__title {
    margin-bottom: 32px; }
  .image-text__item-right-title {
    margin-bottom: 18px; }
  .image-text__item-right {
    width: 100%;
    margin-bottom: 18px; } }

@media screen and (max-width: 580px) {
  .image-text__item-left img {
    width: 100%;
    height: auto; } }

@media screen and (min-width: 1921px) {
  .image-text {
    padding: 4.79167vw 0 5.52083vw; }
  .image-text__title {
    margin-bottom: 3.33333vw; }
  .image-text__item {
    margin-bottom: 3.33333vw; }
  .image-text__item-left {
    width: calc(40% - 2.23958vw); }
  .image-text__item-right {
    width: calc(60% - 2.23958vw); }
  .image-text__item-right-title {
    margin-bottom: 1.66667vw; }
  .image-text__item-right-content p {
    margin-bottom: 1.25vw; }
  .image-text__link-wrapper {
    margin-top: 3.33333vw; } }

.history-timeline {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 126px 0 100px; }
  .history-timeline.show .history-timeline__title {
    visibility: visible;
    opacity: 1;
    transform: unset; }
  .history-timeline.show .history-timeline__container {
    visibility: visible;
    opacity: 1;
    transform: unset; }

.history-timeline__wrapper {
  max-width: 1418px;
  width: 100%;
  margin: 0 auto; }

.history-timeline__title {
  margin-bottom: 80px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s visibility, 0.3s opacity, 0.6s transform; }

.history-timeline__container {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s visibility, 0.3s opacity, 0.6s transform;
  transition-delay: 0.2s; }

.history-timeline_line {
  height: 2px;
  width: 100%;
  background-color: #67813a;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-evenly;
  margin: 400px 0 320px 0; }

.history-timeline_line-dot {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  top: -20px; }

.history-timeline_line-dot::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.history-timeline_line-dot:nth-of-type(even) .history-timeline_line-dot-pin {
  bottom: unset;
  top: 100%;
  visibility: visible; }

.history-timeline_line-dot:nth-of-type(even) .history-timeline_line-dot-pin .history-timeline_line-dot-icon {
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: 7px;
  bottom: 14px;
  top: unset;
  z-index: 14;
  visibility: visible; }

.history-timeline_line-dot:nth-of-type(odd) .history-timeline_line-dot-pin .history-timeline_line-dot-icon {
  z-index: 14;
  visibility: visible; }

.history-timeline_line-dot:nth-of-type(even) .history-timeline_line-dot-date {
  top: 58%; }

.history-timeline_line-dot-pin {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%); }
  .history-timeline_line-dot-pin img {
    pointer-events: none; }

.history-timeline_line-dot-pin .history-timeline_line-dot-icon {
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: 7px;
  top: 14px;
  cursor: pointer;
  z-index: 14; }

.history-timeline_line-dot:nth-of-type(1)::after {
  background-color: #b3c09d; }

.history-timeline_line-dot:nth-of-type(2)::after {
  background-color: #9aab7c; }

.history-timeline_line-dot:nth-of-type(3)::after {
  background-color: #80965b; }

.history-timeline_line-dot:nth-of-type(4)::after {
  background-color: #78924c; }

.history-timeline_line-dot:nth-of-type(5)::after {
  background-color: #67813a; }

.history-timeline_line-dot:nth-of-type(6)::after {
  background-color: #566c30; }

.history-timeline_line-dot:nth-of-type(7)::after {
  background-color: #455627; }

.history-timeline_line-dot-date {
  color: #67813a;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  letter-spacing: 0.02em; }

.history__modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s visibility, 0.3s opacity; }
  .history__modal.active {
    visibility: visible;
    opacity: 1; }

.history__modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 65, 85, 0.95); }

.history__modal-content {
  position: relative;
  background-color: #fff;
  max-width: 1155px;
  height: 95vh;
  width: 100%;
  z-index: 10;
  padding: 48px;
  box-shadow: 0px 33px 80px rgba(15, 23, 42, 0.05), 0px 6.6px 13px rgba(15, 23, 42, 0.025);
  border-radius: 16px;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .history__modal-content ::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px; }
  .history__modal-content ::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 8px; }
  .history__modal-content ::-webkit-scrollbar-thumb {
    background-color: #94a3b8;
    border-radius: 8px;
    transition: 0.2s background-color; }
  .history__modal-content ::-webkit-scrollbar-thumb:hover {
    background-color: #334155; }

.history__modal-content-close {
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 11;
  width: fit-content;
  height: fit-content;
  cursor: pointer; }

.history__modal-content-text {
  position: absolute;
  top: 48px;
  left: 48px;
  right: 24px;
  bottom: 48px;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto; }
  .history__modal-content-text.active {
    visibility: visible;
    opacity: 1; }
  .history__modal-content-text p {
    margin-bottom: 16px; }
    .history__modal-content-text p:first-of-type {
      margin-bottom: 16px; }
    .history__modal-content-text p:last-of-type {
      margin-bottom: 0; }
  .history__modal-content-text div {
    margin-bottom: 16px; }
    .history__modal-content-text div strong {
      display: inline-block;
      color: #67813a; }
    .history__modal-content-text div:last-of-type {
      margin-bottom: 0; }
  .history__modal-content-text h2 {
    margin: 64px 0 32px;
    color: #67813a; }
  .history__modal-content-text h3 {
    color: #67813a;
    margin: 32px 0; }
  .history__modal-content-text h4 {
    color: #67813a;
    margin: 24px 0; }
  .history__modal-content-text h5 {
    color: #67813a;
    margin: 24px 0; }
  .history__modal-content-text h6 {
    color: #67813a;
    margin: 24px 0; }
  .history__modal-content-text a {
    color: #ed6c0b; }
  .history__modal-content-text ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px; }
    .history__modal-content-text ul li:last-child {
      margin-bottom: 0; }
    .history__modal-content-text ul li::before {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 4px;
      height: 4px;
      background: #000; }
  .history__modal-content-text ol li {
    position: relative;
    margin-left: 18px;
    margin-bottom: 7px; }
    .history__modal-content-text ol li:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 1580px) {
  .history-timeline {
    padding: 100px 70px 100px; } }

@media screen and (max-width: 1280px) {
  .history__modal {
    padding: 0 50px; } }

@media screen and (max-width: 1080px) {
  .history-timeline {
    padding: 70px 50px 240px; }
  .history-timeline__container {
    overflow-x: scroll; }
  .history-timeline_line {
    min-width: 1100px;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .history__modal {
    padding: 0 20px; }
  .history-timeline {
    padding: 70px 20px; } }

@media screen and (min-width: 1921px) {
  .history-timeline {
    padding: 6.5625vw 0 5.20833vw; }
  .history-timeline__wrapper {
    max-width: 73.85417vw; }
  .history-timeline__title {
    margin-bottom: 4.16667vw; }
  .history-timeline_line {
    height: 0.10417vw;
    box-shadow: 0vw 0.20833vw 0.20833vw rgba(0, 0, 0, 0.25);
    margin: 20.83333vw 0 16.66667vw 0; }
  .history-timeline_line-dot {
    width: 2.08333vw;
    height: 2.08333vw;
    top: -1.04167vw; }
  .history-timeline_line-dot::after {
    width: 1.25vw;
    height: 1.25vw; }
  .history-timeline_line-dot:nth-of-type(even) .history-timeline_line-dot-pin .history-timeline_line-dot-icon {
    right: 0.36458vw;
    bottom: 0.72917vw; }
  .history-timeline_line-dot-pin img {
    width: 10.52083vw;
    height: 14.58333vw; }
  .history-timeline_line-dot-pin .history-timeline_line-dot-icon {
    right: 0.36458vw;
    top: 0.72917vw; }
  .history__modal-content {
    max-width: 60.15625vw;
    padding: 2.5vw;
    box-shadow: 0vw 1.71875vw 4.16667vw rgba(15, 23, 42, 0.05), 0vw 0.3125vw 0.67708vw rgba(15, 23, 42, 0.025);
    border-radius: 0.83333vw; }
    .history__modal-content ::-webkit-scrollbar {
      width: 0.41667vw;
      border-radius: 0.41667vw; }
    .history__modal-content ::-webkit-scrollbar-track {
      border-radius: 0.41667vw; }
    .history__modal-content ::-webkit-scrollbar-thumb {
      border-radius: 0.41667vw; }
  .history__modal-content-close {
    top: 0.9375vw;
    right: 0.83333vw; }
  .history__modal-content-text {
    top: 2.5vw;
    left: 2.5vw;
    right: 1.25vw;
    bottom: 2.5vw; }
    .history__modal-content-text p {
      margin-bottom: 0.83333vw; }
      .history__modal-content-text p:first-of-type {
        margin-bottom: 0.83333vw; }
    .history__modal-content-text div {
      margin-bottom: 0.83333vw; }
    .history__modal-content-text h2 {
      margin: 3.33333vw 0 1.66667vw; }
    .history__modal-content-text h3 {
      margin: 1.66667vw 0; }
    .history__modal-content-text h4 {
      margin: 1.25vw 0; }
    .history__modal-content-text h5 {
      margin: 1.25vw 0; }
    .history__modal-content-text h6 {
      margin: 1.25vw 0; }
    .history__modal-content-text ul li {
      padding-left: 0.78125vw;
      margin-bottom: 0.36458vw; }
      .history__modal-content-text ul li::before {
        top: 0.625vw;
        width: 0.20833vw;
        height: 0.20833vw; }
    .history__modal-content-text ol li {
      margin-left: 0.9375vw;
      margin-bottom: 0.36458vw; } }

.members {
  width: 100%;
  height: 100%;
  padding: 112px 0; }

.members__items {
  width: 100%;
  height: 100%;
  margin: 0 -16px 110px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.members__item {
  margin: 0 16px;
  width: calc(20% - 32px);
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
  cursor: pointer; }
  .members__item:hover .members__item-image-hover {
    transform: unset; }

.members__item-image-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  background-color: #ed6c0b;
  color: #fff;
  transform: translateY(110%);
  transition: transform 0.3s; }
  .members__item-image-hover span {
    margin-right: 8px; }
  .members__item-image-hover svg {
    transition: transform 0.3s; }
  .members__item-image-hover:hover svg {
    transform: translateX(4px); }

.members__item-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 256px; }

.members__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.members__item-name {
  color: #67813a;
  margin-bottom: 8px;
  margin-top: 16px; }

.members__item-title {
  text-align: left;
  display: inline-block;
  color: #67813a;
  margin-bottom: 4px; }

.members__item-workplace {
  color: #334155; }

.members__former {
  width: 100%;
  height: 100%;
  padding: 48px;
  background-color: #f8fafc;
  display: flex;
  justify-content: space-between;
  border-radius: 16px; }

.members__former-left {
  width: calc(45% - 62px); }

.members__former-left-title {
  color: #67813a;
  margin-bottom: 48px; }

.members__former-left-list-item {
  color: #94a3b8;
  transition: color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #94a3b8;
  cursor: pointer; }
  .members__former-left-list-item.active {
    color: #67813a; }

.members__former-items-wrapper {
  display: none; }

.members__former-right {
  width: calc(55% - 62px);
  color: #000;
  position: relative; }

.members__former-right-item {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s visibility, 0.3s opacity; }
  .members__former-right-item p {
    margin-bottom: 6px; }
    .members__former-right-item p:last-of-type {
      margin-bottom: 0; }
  .members__former-right-item.active {
    visibility: visible;
    opacity: 1; }

@media screen and (max-width: 1440px) {
  .members__former-left {
    width: calc(45% - 30px); }
  .members__former-right {
    width: calc(55% - 30px); } }

@media screen and (max-width: 1400px) {
  .members__items {
    margin: 0 -10px 70px -10px; }
  .members__item {
    margin: 0 10px;
    width: calc(20% - 20px);
    margin-bottom: 32px; } }

@media screen and (max-width: 1240px) {
  .members__item {
    width: calc(25% - 20px); } }

@media screen and (max-width: 1080px) {
  .members__item {
    width: calc(33.333% - 20px); }
  .members__former {
    padding: 32px; }
  .members__former-left {
    width: calc(45% - 24px); }
  .members__former-right {
    width: calc(55% - 24px); } }

@media screen and (max-width: 900px) {
  .members__former-right {
    display: none; }
  .members__former-items-wrapper {
    display: block; }
  .members__former-left-list-item {
    display: flex;
    flex-direction: column;
    align-items: unset; }
    .members__former-left-list-item.active .members__former-left-list-item-header svg {
      transform: rotate(-90deg); }
  .members__former-left-list-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .members__former-left-list-item-header svg {
      transform: rotate(90deg);
      transition: transform 0.3s; }
  .members__former-left {
    width: 100%; }
  .members__former-items-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
    width: 100%;
    position: relative; }
  .members__former-right-item {
    height: fit-content;
    color: #334155;
    padding: 24px 0; }
  .members__former-right-item {
    visibility: visible;
    opacity: 1; } }

@media screen and (max-width: 768px) {
  .members__item {
    width: calc(50% - 20px); }
  .members__former {
    padding: 20px; } }

@media screen and (max-width: 440px) {
  .members__item {
    width: 100%;
    align-items: center; }
    .members__item img {
      width: 256px;
      height: 256px; }
  .members__item-workplace {
    align-items: center; } }

@media screen and (max-width: 300px) {
  .members__item img {
    width: 100%; } }

/* modal */
.members__modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s visibility, 0.3s opacity; }
  .members__modal.active {
    visibility: visible;
    opacity: 1; }

.members__modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 65, 85, 0.95); }

.members__modal-content-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10; }

.members__modal-content-upper-institution {
  margin-bottom: 16px; }

.members__modal-content-wrapper {
  position: relative;
  height: fit-content;
  max-height: 90vh;
  max-width: 832px;
  width: 100%;
  background-color: #fff;
  padding: 48px;
  border-radius: 16px;
  box-shadow: 0px 6.6px 13px 0px rgba(15, 23, 42, 0.03), 0px 33px 80px 0px rgba(15, 23, 42, 0.05);
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .members__modal-content-wrapper ::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
    position: relative;
    right: 6px; }
  .members__modal-content-wrapper ::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 8px; }
  .members__modal-content-wrapper ::-webkit-scrollbar-thumb {
    background-color: #94a3b8;
    border-radius: 8px;
    transition: 0.2s background-color; }
  .members__modal-content-wrapper ::-webkit-scrollbar-thumb:hover {
    background-color: #334155; }

.members__modal-content-wrapper {
  overflow-y: auto;
  height: fit-content; }

.members__modal-content-upper {
  display: flex;
  align-items: center;
  margin-bottom: 32px; }

.members__modal-content-upper-image-wrapper {
  margin-right: 32px;
  max-width: 256px;
  width: 100%; }

.members__modal-content-image {
  width: 100%;
  height: auto; }

.members__modal-content-upper-text-wrapper {
  display: flex;
  flex-direction: column; }

.members__modal-content-upper-title {
  color: #67813a;
  margin-bottom: 4px; }

.members__modal-content-upper-text {
  color: #94a3b8;
  margin-bottom: 16px; }
  .members__modal-content-upper-text:first-of-type {
    color: #67813a; }

.members__modal-content-upper-link {
  display: flex;
  align-items: center;
  color: #64748b; }
  .members__modal-content-upper-link svg {
    margin-right: 8px; }
    .members__modal-content-upper-link svg path {
      transition: fill 0.3s; }
  .members__modal-content-upper-link span {
    margin-bottom: 4px;
    transition: color 0.3s; }
  .members__modal-content-upper-link:hover span {
    color: #ed6c0b; }
  .members__modal-content-upper-link:hover svg path {
    fill: #ed6c0b; }

.members__modal-content-upper-socials-wrapper {
  margin-top: 14px; }
  .members__modal-content-upper-socials-wrapper a {
    display: inline-block;
    margin-right: 8px; }

.members__modal-content-bottom h4,
.members__modal-content-bottom h3,
.members__modal-content-bottom h2,
.members__modal-content-bottom h5,
.members__modal-content-bottom h6 {
  color: #67813a;
  margin-bottom: 16px;
  margin-top: 32px; }
  .members__modal-content-bottom h4:first-child,
  .members__modal-content-bottom h3:first-child,
  .members__modal-content-bottom h2:first-child,
  .members__modal-content-bottom h5:first-child,
  .members__modal-content-bottom h6:first-child {
    margin-top: 0; }

.members__modal-content-bottom p {
  margin-bottom: 14px; }

.members__modal-content-bottom a {
  color: #ed6c0b;
  display: block; }

.members__modal-content-bottom ul {
  position: relative; }
  .members__modal-content-bottom ul li {
    position: relative;
    padding-left: 14px;
    margin-left: 10px; }
    .members__modal-content-bottom ul li::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #334155; }

.members__modal-content-bottom-item {
  margin-bottom: 32px; }
  .members__modal-content-bottom-item h4 {
    color: #67813a;
    margin-bottom: 16px; }
  .members__modal-content-bottom-item a {
    color: #ed6c0b;
    display: block; }
  .members__modal-content-bottom-item ul {
    position: relative; }
    .members__modal-content-bottom-item ul li {
      position: relative;
      padding-left: 14px;
      margin-left: 10px; }
      .members__modal-content-bottom-item ul li::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 4px;
        height: 4px;
        background-color: #334155; }
  .members__modal-content-bottom-item:last-of-type {
    margin-bottom: 0; }

@media screen and (max-width: 980px) {
  .members__modal-content {
    max-width: 90vw;
    width: 100%; }
  .members__modal-content-wrapper {
    padding: 30px; } }

@media screen and (max-width: 768px) {
  .members__modal-content-wrapper {
    padding: 20px; }
  .members__modal-content-upper {
    flex-direction: column; }
  .members__modal-content-upper-image-wrapper {
    margin-right: 0;
    margin-bottom: 16px; }
  .members__modal-content-upper-text-wrapper {
    text-align: center; }
  .members__modal-content-upper-text {
    margin-bottom: 8px; } }

@media screen and (min-width: 1921px) {
  .members {
    padding: 5.83333vw 0; }
  .members__items {
    margin: 0 -0.83333vw 5.72917vw; }
  .members__item {
    margin: 0 0.83333vw;
    width: calc(20% - 1.66667vw);
    margin-bottom: 3.33333vw; }
  .members__item-image-hover {
    padding: 0.625vw 0; }
    .members__item-image-hover span {
      margin-right: 0.41667vw; }
    .members__item-image-hover:hover svg {
      transform: translateX(0.20833vw); }
  .members__item-image-wrapper {
    border-radius: 0.41667vw;
    height: 13.33333vw; }
  .members__item-name {
    margin-bottom: 0.41667vw;
    margin-top: 0.83333vw; }
  .members__item-title {
    margin-bottom: 0.20833vw; }
  .members__former {
    padding: 2.5vw;
    border-radius: 0.83333vw; }
  .members__former-left {
    width: calc(45% - 3.22917vw); }
  .members__former-left-title {
    margin-bottom: 2.5vw; }
  .members__former-left-list-item {
    padding-bottom: 1.25vw;
    margin-bottom: 1.25vw;
    border-bottom: 0.05208vw solid #94a3b8; }
  .members__former-right {
    width: calc(55% - 3.22917vw); }
  .members__former-right-item p {
    margin-bottom: 0.3125vw; }
  .members__modal-content-close {
    top: 0.83333vw;
    right: 0.83333vw; }
    .members__modal-content-close svg {
      width: 1.25vw;
      height: 1.25vw; }
  .members__modal-content-upper-institution {
    margin-bottom: 0.83333vw; }
  .members__modal-content-wrapper {
    max-width: 43.33333vw;
    padding: 2.5vw;
    border-radius: 0.83333vw;
    box-shadow: 0vw 0.3125vw 0.67708vw 0vw rgba(15, 23, 42, 0.03), 0vw 1.71875vw 4.16667vw 0vw rgba(15, 23, 42, 0.05); }
  .members__modal-content ::-webkit-scrollbar {
    width: 0.41667vw;
    border-radius: 0.41667vw;
    right: 0.3125vw; }
  .members__modal-content ::-webkit-scrollbar-track {
    border-radius: 0.41667vw; }
  .members__modal-content ::-webkit-scrollbar-thumb {
    border-radius: 0.41667vw; }
  .members__modal-content-upper {
    margin-bottom: 1.66667vw; }
  .members__modal-content-upper-image-wrapper {
    margin-right: 1.66667vw; }
  .members__modal-content-upper-title {
    margin-bottom: 0.20833vw; }
  .members__modal-content-upper-text {
    margin-bottom: 0.83333vw; }
  .members__modal-content-upper-link svg {
    margin-right: 0.41667vw;
    width: 1.25vw;
    height: 1.25vw; }
  .members__modal-content-upper-link span {
    margin-bottom: 0.20833vw; }
  .members__modal-content-upper-socials-wrapper {
    margin-top: 0.72917vw; }
    .members__modal-content-upper-socials-wrapper a {
      margin-right: 0.41667vw; }
  .members__modal-content-bottom h4,
  .members__modal-content-bottom h3,
  .members__modal-content-bottom h2,
  .members__modal-content-bottom h5,
  .members__modal-content-bottom h6 {
    margin-bottom: 0.83333vw;
    margin-top: 1.66667vw; }
  .members__modal-content-bottom p {
    margin-bottom: 0.72917vw; }
  .members__modal-content-bottom ul li {
    padding-left: 0.72917vw;
    margin-left: 0.52083vw; }
    .members__modal-content-bottom ul li::after {
      top: 0.625vw;
      width: 0.20833vw;
      height: 0.20833vw; }
  .members__modal-content-bottom-item {
    margin-bottom: 1.66667vw; }
    .members__modal-content-bottom-item h4 {
      margin-bottom: 0.83333vw; }
    .members__modal-content-bottom-item ul li {
      padding-left: 0.72917vw;
      margin-left: 0.52083vw; }
      .members__modal-content-bottom-item ul li::after {
        top: 0.625vw;
        width: 0.20833vw;
        height: 0.20833vw; } }

.members-fellows {
  width: 100%;
  height: 100%;
  padding: 112px 0; }

.members-fellows__items {
  width: 100%;
  height: 100%;
  margin: 0 -16px 110px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.members-fellows__repeater {
  margin-bottom: 110px; }
  .members-fellows__repeater:last-of-type {
    margin-bottom: 0; }

.members-fellows__repeater-title {
  color: #67813a;
  margin-bottom: 48px; }

.members-fellows__item {
  position: relative;
  margin: 0 16px;
  width: calc(20% - 32px);
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
  cursor: pointer; }

.members-fellows__item-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 256px; }
  .members-fellows__item-image-wrapper:hover .members-fellows__item-image-hover {
    transform: unset; }

.members-fellows__item-image-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  background-color: #ed6c0b;
  color: #fff;
  transform: translateY(110%);
  transition: transform 0.3s; }
  .members-fellows__item-image-hover span {
    margin-right: 8px; }
  .members-fellows__item-image-hover svg {
    transition: transform 0.3s; }
  .members-fellows__item-image-hover:hover svg {
    transform: translateX(4px); }

.members-fellows__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.members-fellows__item-name {
  color: #67813a;
  margin-top: 16px; }

@media screen and (max-width: 1400px) {
  .members-fellows__items {
    margin: 0 0 70px 0; }
  .members-fellows__item {
    margin: 0 10px;
    width: calc(20% - 20px);
    margin-bottom: 32px; } }

@media screen and (max-width: 1240px) {
  .members-fellows__item {
    width: calc(25% - 20px); } }

@media screen and (max-width: 1080px) {
  .members-fellows__item {
    width: calc(33.333% - 20px); } }

@media screen and (max-width: 768px) {
  .members-fellows {
    padding: 70px 0; }
  .members-fellows__repeater {
    margin-bottom: 64px; }
    .members-fellows__repeater:last-of-type {
      margin-bottom: 0; }
      .members-fellows__repeater:last-of-type .members-fellows__items {
        margin-bottom: 0; }
  .members-fellows__repeater-title {
    margin-bottom: 32px; }
  .members-fellows__item {
    width: calc(50% - 20px); } }

@media screen and (max-width: 440px) {
  .members-fellows__item {
    width: 100%;
    align-items: center; }
    .members-fellows__item img {
      width: 256px;
      height: 256px; } }

@media screen and (max-width: 300px) {
  .members-fellows__item img {
    width: 100%; } }

@media screen and (min-width: 1921px) {
  .members-fellows {
    padding: 5.83333vw 0; }
  .members-fellows__items {
    margin: 0 -0.83333vw 5.72917vw; }
  .members-fellows__repeater {
    margin-bottom: 5.72917vw; }
  .members-fellows__item-image-wrapper {
    border-radius: 0.41667vw;
    height: 13.33333vw; }
  .members-fellows__repeater-title {
    margin-bottom: 2.5vw; }
  .members-fellows__item {
    margin: 0 0.83333vw;
    width: calc(20% - 1.66667vw);
    margin-bottom: 3.33333vw; }
  .members-fellows__item-name {
    margin-top: 0.83333vw; } }

.members-fellow__modal .members__modal-content {
  position: relative;
  height: fit-content;
  max-height: 90vh; }

.members-fellow__modal .members__modal-content-wrapper {
  display: flex;
  flex-direction: column;
  height: fit-content; }

.testimonials {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 116px 0 132px; }

.testimonials__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px; }
  .testimonials__item:last-of-type {
    margin-bottom: 0; }

.testimonials__item-left {
  width: calc(20% - 32px); }
  .testimonials__item-left img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px; }

.testimonials__item-right {
  width: calc(80% - 32px);
  background-color: #f8fafc;
  border-radius: 16px;
  padding: 32px 46px 32px 32px;
  position: relative; }
  .testimonials__item-right svg {
    position: absolute;
    width: auto;
    height: auto;
    top: 32px;
    right: 32px; }

.testimonials__item-right-title {
  color: #67813a;
  margin-bottom: 8px; }

.testimonials__item-right-job {
  display: inline-block;
  color: #94a3b8;
  margin-bottom: 24px; }

.testimonials__item-right-content {
  color: #334155;
  padding-right: 24px; }

@media screen and (max-width: 1480px) {
  .testimonials__item-left {
    width: calc(30% - 16px); }
  .testimonials__item-right {
    width: calc(70% - 16px); } }

@media screen and (max-width: 980px) {
  .testimonials__item {
    flex-direction: column;
    margin-bottom: 56px;
    background-color: #f8fafc;
    padding: 24px;
    border-radius: 16px; }
  .testimonials__item-right {
    width: 100%;
    margin-top: 14px;
    padding: 0; }
    .testimonials__item-right svg {
      top: -10px;
      right: -10px; }
  .testimonials__item-right-job {
    margin-bottom: 14px; }
  .testimonials__item-right-content {
    padding-right: 0; }
  .testimonials__item-left {
    width: fit-content; }
    .testimonials__item-left img {
      width: auto; } }

@media screen and (max-width: 768px) {
  .testimonials__item {
    margin-bottom: 42px; } }

@media screen and (max-width: 480px) {
  .testimonials__item-right svg {
    width: 26px;
    height: 26px; } }

@media screen and (max-width: 340px) {
  .testimonials__item-left img {
    width: 100%; } }

@media screen and (min-width: 1921px) {
  .testimonials {
    padding: 6.04167vw 0 6.875vw; }
  .testimonials__item {
    margin-bottom: 4.16667vw; }
  .testimonials__item-left {
    width: calc(20% - 1.66667vw); }
    .testimonials__item-left img {
      border-radius: 0.83333vw;
      height: 100%; }
  .testimonials__item-right {
    width: calc(80% - 1.66667vw);
    border-radius: 0.83333vw;
    padding: 1.66667vw 2.39583vw 1.66667vw 1.66667vw; }
    .testimonials__item-right svg {
      top: 1.66667vw;
      right: 1.66667vw;
      width: 2.5vw;
      height: 2.55208vw; }
  .testimonials__item-right-title {
    margin-bottom: 0.41667vw; }
  .testimonials__item-right-job {
    margin-bottom: 1.25vw; }
  .testimonials__item-right-content {
    padding-right: 1.25vw; } }

.benefits {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 114px 0 106px; }

.benefits__upper {
  margin-bottom: 126px; }

.benefits__upper-title {
  margin-bottom: 32px;
  color: #67813a; }

.benefits__upper-item-line {
  margin: 16px 0;
  background-color: #f8991d;
  width: 50px;
  height: 4px; }

.benefits__upper-items {
  display: flex;
  justify-content: space-between; }

.benefits__upper-item {
  width: calc(33.333% - 24px);
  background-color: #f1f5f9;
  border-radius: 16px;
  padding: 36px 32px; }

.benefits__upper-item-title {
  color: #67813a; }

.benefits__upper-item-content {
  color: #334155; }

.benefits__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.benefits__bottom-left {
  width: calc(44% - 88px); }

.benefits__bottom-left-title {
  color: #67813a;
  margin-bottom: 32px; }

.benefits__bottom-left-content {
  color: #334155;
  line-height: 150%; }
  .benefits__bottom-left-content li {
    margin-bottom: 12px; }
    .benefits__bottom-left-content li:last-of-type {
      margin-bottom: 0; }

.benefits__bottom-right {
  width: calc(56% - 88px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.benefits__bottom-right-item {
  width: calc(50% - 24px);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  height: 100%;
  border-radius: 16px;
  padding: 0 46px;
  margin-bottom: 24px;
  text-align: center; }
  .benefits__bottom-right-item:nth-of-type(1) {
    background-color: #557630; }
  .benefits__bottom-right-item:nth-of-type(2) {
    background-color: #8fac71; }
  .benefits__bottom-right-item:nth-of-type(3) {
    background-color: #9aab7c; }
  .benefits__bottom-right-item:nth-of-type(4) {
    background-color: #3b4e1b; }

.benefits__bottom-right-item-title-link {
  color: #fff; }

@media screen and (max-width: 1400px) {
  .benefits__upper {
    margin-bottom: 80px; }
  .benefits__upper-item {
    width: calc(33.333% - 10px);
    padding: 20px;
    display: flex;
    flex-direction: column; }
  .benefits__upper-item-content {
    margin-top: auto; }
  .benefits__bottom-left {
    width: calc(44% - 36px); }
  .benefits__bottom-right {
    width: calc(56% - 36px); }
  .benefits__bottom-right-item {
    width: calc(50% - 10px);
    margin-bottom: 16px; } }

@media screen and (max-width: 1180px) {
  .benefits__upper {
    margin-bottom: 60px; }
  .benefits {
    padding: 90px 0; }
  .benefits__upper-items {
    flex-wrap: wrap; }
  .benefits__upper-item {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    .benefits__upper-item:last-of-type {
      margin: 0 auto; } }

@media screen and (max-width: 1040px) {
  .benefits__upper {
    margin-bottom: 50px; }
  .benefits__bottom {
    flex-direction: column; }
  .benefits__bottom-left {
    width: 100%;
    margin-bottom: 24px; }
  .benefits__bottom-right {
    width: 100%; } }

@media screen and (max-width: 820px) {
  .benefits__upper-item {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .benefits {
    padding: 70px 0; } }

@media screen and (max-width: 680px) {
  .benefits__bottom-right {
    justify-content: center; }
  .benefits__bottom-right-item {
    width: 60%; } }

@media screen and (max-width: 500px) {
  .benefits__bottom-right-item {
    width: 100%; } }

@media screen and (min-width: 1921px) {
  .benefits {
    padding: 5.9375vw 0 5.52083vw; }
  .benefits__upper {
    margin-bottom: 6.5625vw; }
  .benefits__upper-title {
    margin-bottom: 1.66667vw; }
  .benefits__upper-item-line {
    margin: 0.83333vw 0;
    width: 2.60417vw;
    height: 0.20833vw; }
  .benefits__upper-item {
    width: calc(33.333% - 1.25vw);
    border-radius: 0.83333vw;
    padding: 1.875vw 1.66667vw; }
  .benefits__bottom-left {
    width: calc(44% - 4.58333vw); }
  .benefits__bottom-left-title {
    margin-bottom: 1.66667vw; }
  .benefits__bottom-left-content li {
    margin-bottom: 0.625vw; }
  .benefits__bottom-right {
    width: calc(56% - 4.58333vw); }
  .benefits__bottom-right-item {
    width: calc(50% - 1.25vw);
    min-height: 8.85417vw;
    border-radius: 0.83333vw;
    padding: 0 2.39583vw;
    margin-bottom: 1.25vw; } }

.directory {
  width: 100%;
  height: 100%;
  background-color: #f8fafc;
  padding: 70px 0 132px; }

.directory__title {
  color: #67813a;
  margin-bottom: 64px;
  text-align: center; }

.directory__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px; }

.directory__item {
  width: calc(16.666% - 16px);
  height: 220px;
  padding: 8px;
  filter: drop-shadow(0px 12px 20px rgba(57, 65, 73, 0.08)) drop-shadow(0px 3px 6px rgba(57, 65, 73, 0.08));
  background-color: #fff;
  border-radius: 16px;
  margin: 0 8px 10px 8px; }

.directory__item-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .directory__item-image-wrapper img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    max-height: -webkit-fill-available; }

.directory__item-image {
  width: auto;
  max-width: 100%;
  object-fit: contain; }

.directory__item-title {
  color: #67813a;
  padding: 20px;
  text-transform: uppercase;
  text-align: center; }

.directory__link-wrapper {
  margin-top: 64px;
  text-align: center; }
  .directory__link-wrapper a {
    background-color: transparent; }

.directory__bottom {
  margin-top: 164px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.directory__bottom-left {
  width: 40%; }
  .directory__bottom-left h2,
  .directory__bottom-left h3,
  .directory__bottom-left a {
    font-family: "Sora";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #67813a; }
  .directory__bottom-left a {
    color: #ed6c0b; }
  .directory__bottom-left h2,
  .directory__bottom-left h3 {
    margin-bottom: 24px; }

.directory__bottom-right {
  width: 48%; }
  .directory__bottom-right img {
    width: 100%;
    object-fit: cover; }

@media screen and (max-width: 1400px) {
  .directory__item {
    width: calc(20% - 16px); }
  .directory__bottom {
    margin-top: 124px; } }

@media screen and (max-width: 1080px) {
  .directory {
    padding: 70px 0 100px; }
  .directory__items {
    flex-wrap: wrap;
    justify-content: center; }
  .directory__item {
    width: calc(25% - 16px); } }

@media screen and (max-width: 980px) {
  .directory__bottom {
    margin-top: 80px;
    flex-direction: column; }
  .directory__bottom-left {
    width: 100%;
    margin-bottom: 24px; }
  .directory__bottom-right {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .directory {
    padding: 70px 0; }
  .directory__item {
    width: calc(33.333% - 16px); }
  .directory__link-wrapper {
    margin-bottom: 36px; }
  .directory__bottom-left h2,
  .directory__bottom-left h3,
  .directory__bottom-left a {
    font-size: 24px; } }

@media screen and (max-width: 600px) {
  .directory__item {
    width: calc(50% - 16px);
    height: 180px; } }

@media screen and (max-width: 380px) {
  .directory__item {
    width: 100%; }
  .directory__items {
    margin: 0; }
  .directory__item {
    margin: 0 0 10px 0; } }

@media screen and (min-width: 1921px) {
  .directory {
    padding: 3.64583vw 0 6.875vw; }
  .directory__title {
    margin-bottom: 3.33333vw; }
  .directory__items {
    margin: 0 -0.41667vw; }
  .directory__item {
    width: calc(16.666% - 0.83333vw);
    height: 11.45833vw;
    padding: 0.41667vw;
    filter: drop-shadow(0vw 0.625vw 1.04167vw rgba(57, 65, 73, 0.08)) drop-shadow(0vw 0.15625vw 0.3125vw rgba(57, 65, 73, 0.08));
    border-radius: 0.83333vw;
    margin: 0 0.41667vw 0.52083vw 0.41667vw; }
  .directory__item-title {
    padding: 1.04167vw; }
  .directory__link-wrapper {
    margin-top: 3.33333vw; }
  .directory__bottom {
    margin-top: 8.54167vw; }
  .directory__bottom-left h2,
  .directory__bottom-left h3,
  .directory__bottom-left a {
    font-size: 1.5625vw; }
  .directory__bottom-left h2,
  .directory__bottom-left h3 {
    margin-bottom: 1.25vw; } }

.membership-members {
  width: 100%;
  height: 100%;
  background-color: #f8fafc;
  padding: 116px 0 132px; }

.membership-members__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -16px; }

.membership-members__item {
  display: inline-block;
  width: calc(20% - 32px);
  margin: 0 16px 32px;
  filter: drop-shadow(0px 12px 20px rgba(57, 65, 73, 0.08)) drop-shadow(0px 3px 6px rgba(57, 65, 73, 0.08));
  border-radius: 16px;
  background-color: #fff; }

.membership-members__item-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 256px;
  padding: 24px; }
  .membership-members__item-image-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .membership-members__item-image-wrapper.no-member {
    padding: 0; }
    .membership-members__item-image-wrapper.no-member img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 8px 8px 0 0; }

.membership-members__item-title {
  padding: 20px;
  color: #67813a;
  text-align: center; }

.membership-members__link-wrapper {
  text-align: center;
  margin-top: 32px; }
  .membership-members__link-wrapper.hide {
    display: none; }
  .membership-members__link-wrapper button {
    background-color: transparent;
    cursor: pointer; }

.membership-members__button.hide {
  display: none; }

@media screen and (max-width: 1480px) {
  .membership-members__item {
    width: calc(25% - 32px); } }

@media screen and (max-width: 1280px) {
  .membership-members__wrapper {
    margin: 0 -8px; }
  .membership-members__item {
    width: calc(25% - 16px);
    margin: 0 8px 16px; } }

@media screen and (max-width: 1180px) {
  .membership-members {
    padding: 100px 0; }
  .membership-members__item {
    width: calc(33.333% - 16px); } }

@media screen and (max-width: 940px) {
  .membership-members__item {
    width: calc(50% - 16px); }
  .membership-members__item-image-wrapper img {
    max-height: 230px; }
  .membership-members__item-image-wrapper.no-member img {
    max-height: unset; } }

@media screen and (max-width: 768px) {
  .membership-members {
    padding: 70px 0; }
  .membership-members__item-image-wrapper {
    min-height: 200px; } }

@media screen and (max-width: 550px) {
  .membership-members__wrapper {
    margin: 0; }
  .membership-members__item {
    width: 100%;
    margin: 0 0 16px 0; } }

@media screen and (min-width: 1921px) {
  .membership-members {
    padding: 6.04167vw 0 6.875vw; }
  .membership-members__wrapper {
    margin: 0 -0.83333vw; }
  .membership-members__item {
    width: calc(20% - 1.66667vw);
    margin: 0 0.83333vw 1.66667vw;
    filter: drop-shadow(0vw 0.625vw 1.04167vw rgba(57, 65, 73, 0.08)) drop-shadow(0vw 0.15625vw 0.3125vw rgba(57, 65, 73, 0.08));
    border-radius: 0.83333vw; }
  .membership-members__item-image-wrapper {
    height: 13.33333vw;
    padding: 1.25vw; }
    .membership-members__item-image-wrapper.no-member img {
      border-radius: 0.41667vw 0.41667vw 0 0; }
  .membership-members__item-title {
    padding: 1.04167vw; }
  .membership-members__link-wrapper {
    margin-top: 1.66667vw; } }

.honorary-members {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 70px 0 90px; }

.honorary-members__wrapper {
  max-width: 1418px;
  width: 100%;
  margin: 0 auto; }

.honorary-members__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px; }
  .honorary-members__item:nth-of-type(even) {
    flex-direction: row-reverse; }
  .honorary-members__item.no-image {
    justify-content: center; }

.honorary-members__item-left {
  width: calc(70% - 42px);
  display: flex;
  flex-direction: column; }

.honorary-members__item-left-title {
  color: #67813a;
  margin-bottom: 16px; }

.honorary-members__item-left-date {
  color: #67813a;
  margin-bottom: 32px; }

.honorary-members__item-left-content {
  color: #334155; }

.honorary-members__item-right {
  width: calc(30% - 42px);
  height: 460px; }
  .honorary-members__item-right img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.honorary-members__link-wrapper {
  text-align: center; }
  .honorary-members__link-wrapper.hide {
    display: none; }

.honorary-members__button {
  cursor: pointer; }
  .honorary-members__button.hide {
    display: none; }

@media screen and (max-width: 1580px) {
  .honorary-members__wrapper {
    padding: 0 100px; } }

@media screen and (max-width: 1480px) {
  .honorary-members__wrapper {
    padding: 0 70px; }
  .honorary-members__item-left {
    width: calc(64% - 16px); }
  .honorary-members__item-right {
    width: calc(36% - 16px); } }

@media screen and (max-width: 1280px) {
  .honorary-members__item {
    flex-direction: column; }
    .honorary-members__item:nth-of-type(even) {
      flex-direction: column; }
  .honorary-members__item-left {
    width: 100%;
    margin-bottom: 32px; }
  .honorary-members__item-right {
    width: 100%;
    text-align: center; }
    .honorary-members__item-right img {
      max-width: 100%;
      width: auto; } }

@media screen and (max-width: 1080px) {
  .honorary-members__wrapper {
    padding: 0 50px; }
  .honorary-members__item {
    margin-bottom: 36px; } }

@media screen and (max-width: 768px) {
  .honorary-members {
    padding: 50px 0; }
  .honorary-members__wrapper {
    padding: 0 20px; }
  .honorary-members__item {
    margin-bottom: 28px; }
  .honorary-members__item-left-date {
    margin-bottom: 16px; } }

@media screen and (min-width: 1921px) {
  .honorary-members {
    padding: 3.64583vw 0 4.6875vw; }
  .honorary-members__wrapper {
    max-width: 73.85417vw; }
  .honorary-members__item {
    margin-bottom: 2.1875vw; }
  .honorary-members__item-left {
    width: calc(58% - 2.1875vw); }
  .honorary-members__item-left-title {
    margin-bottom: 0.83333vw; }
  .honorary-members__item-left-date {
    margin-bottom: 1.66667vw; }
  .honorary-members__item-right {
    width: calc(42% - 2.1875vw); } }

.member-announcements {
  width: 100%;
  height: 100%;
  padding: 115px 0 132px; }
  @media screen and (max-width: 600px) {
    .member-announcements td, .member-announcements th {
      display: block; } }

.member-announcements__wrapper {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto; }

.member-announcements__table {
  position: relative;
  background-color: #fff;
  width: 100%; }
  .member-announcements__table::before {
    content: "";
    position: absolute;
    top: 64px;
    left: -90px;
    background-color: #edefe9;
    border-radius: 48px;
    z-index: -1;
    width: calc(100% + 180px);
    height: calc(100% - 128px); }

.member-announcements__table-head th:nth-of-type(1) {
  width: 15%;
  border-radius: 16px 0 0 0; }

.member-announcements__table-head th:nth-of-type(2) {
  width: 19%; }

.member-announcements__table-head th:nth-of-type(3) {
  width: 36%; }

.member-announcements__table-head th:nth-of-type(4) {
  width: 30%;
  border-radius: 0 16px 0 0; }

@media screen and (max-width: 600px) {
  .member-announcements__table-head th:nth-child(1), .member-announcements__table-head th:nth-child(2), .member-announcements__table-head th:nth-child(3), .member-announcements__table-head th:nth-child(4) {
    width: 100%; }
  .member-announcements__table-head th:first-child {
    border-radius: 16px 16px 0 0; }
  .member-announcements__table-head th:last-child {
    border-radius: unset; } }

.member-announcements__table-body tr {
  text-align: center; }

.member-announcements__table-body td {
  cursor: pointer;
  padding: 20px 44px; }
  .member-announcements__table-body td:nth-of-type(3) {
    text-align: left; }
  .member-announcements__table-body td:nth-of-type(2) {
    color: #ed6c0b; }
  @media screen and (max-width: 600px) {
    .member-announcements__table-body td {
      padding: 4px 8px !important;
      text-align: center !important; } }

.member-announcements__link-wrapper {
  text-align: center;
  margin-top: 38px; }
  .member-announcements__link-wrapper.hide {
    display: none; }

.member-announcements__button {
  cursor: pointer; }
  .member-announcements__button.hide {
    display: none; }

@media screen and (max-width: 1700px) {
  .member-announcements__wrapper {
    padding: 0 70px; } }

@media screen and (max-width: 1550px) {
  .member-announcements__table {
    min-width: 100%; }
    .member-announcements__table::before {
      display: none; }
  .member-announcements__table-wrapper {
    overflow: auto; } }

@media screen and (max-width: 1280px) {
  .member-announcements {
    padding: 100px 0; } }

@media screen and (max-width: 1080px) {
  .member-announcements__wrapper {
    padding: 0 50px; } }

@media screen and (max-width: 768px) {
  .member-announcements {
    padding: 70px 0; }
  .member-announcements__wrapper {
    padding: 0 20px; }
  .member-announcements__table-body td {
    padding: 14px 24px; } }

@media screen and (max-width: 768px) {
  .member-announcements__table-body td {
    padding: 14px 4px; } }

@media screen and (min-width: 1921px) {
  .member-announcements {
    padding: 5.98958vw 0 6.875vw; }
  .member-announcements__wrapper {
    max-width: 73.33333vw; }
  .member-announcements__table::before {
    top: 3.33333vw;
    left: -4.6875vw;
    border-radius: 2.5vw;
    width: calc(100% + 9.375vw);
    height: calc(100% - 6.66667vw); }
  .member-announcements__table-head th:nth-of-type(1) {
    border-radius: 0.83333vw 0 0 0; }
  .member-announcements__table-head th:nth-of-type(4) {
    border-radius: 0 0.83333vw 0 0; }
  .member-announcements__table-body td {
    padding: 1.04167vw 2.29167vw; }
  .member-announcements__link-wrapper {
    margin-top: 1.97917vw; } }

.marjolin-prize {
  width: 100%;
  height: fit-content;
  position: relative;
  padding: 70px 0 116px;
  overflow: hidden; }

.marjolin-prize__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 116px; }

.marjolin-prize__upper-left {
  width: calc(48% - 89px); }

.marjolin-prize__upper-left-title {
  color: #67813a;
  margin-bottom: 32px; }

.marjolin-prize__upper-left-content {
  color: #334155; }

.marjolin-prize__upper-right {
  width: calc(52% - 89px); }

.marjolin-prize__upper-right-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.marjolin-prize__table-title {
  color: #67813a;
  text-align: center;
  margin-bottom: 40px; }

.marjolin-prize__table {
  position: relative;
  background-color: #fff; }
  .marjolin-prize__table::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 64px;
    background-color: #edefe9;
    width: calc(100% + 512px);
    left: -256px;
    height: calc(100% - 128px); }

.marjolin-prize__table-head th:nth-of-type(1) {
  width: 10%;
  border-radius: 16px 0 0 0; }

.marjolin-prize__table-head th:nth-of-type(2) {
  width: 10%; }

.marjolin-prize__table-head th:nth-of-type(3) {
  width: 30%; }

.marjolin-prize__table-head th:nth-of-type(4) {
  width: 50%;
  border-radius: 0 16px 0 0; }

.marjolin-prize__table-body tr {
  cursor: pointer;
  transition: background-color 0.3s; }
  .marjolin-prize__table-body tr:hover {
    background-color: #cbd5e1; }

.marjolin-prize__table-body td:nth-of-type(1) {
  text-align: center; }

.marjolin-prize__table-body td:nth-of-type(2) {
  text-align: center; }

.marjolin-prize__table-body td:nth-of-type(3) {
  text-align: left; }

.marjolin-prize__table-body td:nth-of-type(4) {
  cursor: pointer;
  color: #ed6c0b;
  padding: 0 20px; }
  .marjolin-prize__table-body td:nth-of-type(4) span {
    padding: 0 38px 0 16px; }

.marjolin-prize__table-body td div {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.marjolin-prize__table-body .marjolin-prize__table-image {
  max-height: 116px;
  max-width: 174px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px; }

.marjolin-prize__link-wrapper {
  margin-top: 64px;
  text-align: center; }
  .marjolin-prize__link-wrapper button.hide {
    display: none; }

@media screen and (max-width: 1550px) {
  .marjolin-prize__table-wrapper {
    overflow: auto; }
  .marjolin-prize__table {
    min-width: 100%; }
    .marjolin-prize__table::before {
      display: none; }
  .marjolin-prize__upper-left {
    width: calc(48% - 36px); }
  .marjolin-prize__upper-right {
    width: calc(52% - 36px); } }

@media screen and (max-width: 1280px) {
  .marjolin-prize {
    padding: 70px 0 100px; } }

@media screen and (max-width: 1180px) {
  .marjolin-prize__upper {
    flex-direction: column;
    margin-bottom: 64px; }
  .marjolin-prize__upper-left {
    width: 100%;
    margin-bottom: 32px; }
  .marjolin-prize__upper-right {
    width: 100%;
    text-align: center; }
    .marjolin-prize__upper-right img {
      width: auto;
      max-width: 100%; } }

@media screen and (max-width: 768px) {
  .marjolin-prize__table-body td:nth-of-type(3) {
    text-align: center; }
  .marjolin-prize__upper {
    margin-bottom: 36px; }
  .marjolin-prize__upper-left {
    margin-bottom: 18px; } }

@media screen and (max-width: 660px) {
  .marjolin-prize th, .marjolin-prize td {
    padding: 4px 20px;
    display: block; }
  .marjolin-prize .marjolin-prize__table thead th:first-child, .marjolin-prize .marjolin-prize__table thead th:nth-child(2), .marjolin-prize .marjolin-prize__table thead th:nth-child(3), .marjolin-prize .marjolin-prize__table thead th:last-child {
    width: 100%; }
  .marjolin-prize .marjolin-prize__table thead th:first-child {
    border-radius: 16px 16px 0 0; }
  .marjolin-prize .marjolin-prize__table thead th:last-child {
    border-radius: unset; } }

@media screen and (max-width: 440px) {
  .marjolin-prize .marjolin-prize__table td div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px; } }

@media screen and (min-width: 1921px) {
  .marjolin-prize {
    padding: 3.64583vw 0 6.04167vw; }
  .marjolin-prize__upper {
    margin-bottom: 6.04167vw; }
  .marjolin-prize__upper-left {
    width: calc(48% - 4.63542vw); }
  .marjolin-prize__upper-left-title {
    margin-bottom: 1.66667vw; }
  .marjolin-prize__upper-right {
    width: calc(52% - 4.63542vw); }
  .marjolin-prize__table-title {
    margin-bottom: 2.08333vw; }
  .marjolin-prize__table::before {
    top: 3.33333vw;
    width: calc(100% + 26.66667vw);
    left: -13.33333vw;
    height: calc(100% - 6.66667vw); }
  .marjolin-prize__table-head th:nth-of-type(1) {
    border-radius: 0.83333vw 0 0 0; }
  .marjolin-prize__table-head th:nth-of-type(4) {
    border-radius: 0 0.83333vw 0 0; }
  .marjolin-prize__table-body td:nth-of-type(4) {
    padding: 0 1.04167vw; }
    .marjolin-prize__table-body td:nth-of-type(4) span {
      padding: 0 1.97917vw 0 0.83333vw; }
  .marjolin-prize__table-body .marjolin-prize__table-image {
    max-height: 6.04167vw;
    max-width: 9.0625vw;
    border-radius: 0.41667vw; }
  .marjolin-prize__link-wrapper {
    margin-top: 3.33333vw; } }

/* marjolin modal */
.marjolin-prize__modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s visibility, 0.3s opacity; }
  .marjolin-prize__modal.active {
    visibility: visible;
    opacity: 1; }

.marjolin-prize__modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 65, 85, 0.95); }

.marjolin-prize__modal-content-wrapper {
  width: 100%;
  height: 100%; }

.marjolin-prize__modal-content {
  position: relative;
  height: fit-content;
  max-height: 90vh;
  max-width: 832px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 33px 80px rgba(15, 23, 42, 0.05), 0px 6.6px 13px rgba(15, 23, 42, 0.025);
  border-radius: 16px;
  z-index: 10;
  padding: 48px 24px 48px 48px; }

.marjolin-prize__modal-content-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 11; }

.marjolin-prize__modal-content-image-wrapper {
  margin-bottom: 32px;
  width: fit-content;
  height: 240px; }
  .marjolin-prize__modal-content-image-wrapper img {
    border-radius: 8px;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    max-height: 240px; }

.marjolin-prize__modal-content-title {
  max-width: 322px;
  width: 100%;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  color: #67813a; }

.marjolin-prize__modal-content-authors {
  margin-bottom: 24px;
  color: #334155; }

.marjolin-prize__modal-content-date {
  margin-bottom: 24px;
  color: #334155; }

.marjolin-prize__modal-content-link {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  color: #ed6c0b; }
  .marjolin-prize__modal-content-link svg {
    margin-right: 8px; }

.marjolin-prize__modal-content-text {
  color: #334155; }
  .marjolin-prize__modal-content-text a {
    color: #ed6c0b; }
  .marjolin-prize__modal-content-text p {
    margin-bottom: 32px; }
  .marjolin-prize__modal-content-text strong {
    color: #67813a; }

.marjolin-prize__modal-content-container {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-right: 16px;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .marjolin-prize__modal-content-container::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
    position: relative;
    left: 6px; }
  .marjolin-prize__modal-content-container::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 8px; }
  .marjolin-prize__modal-content-container::-webkit-scrollbar-thumb {
    background-color: #94a3b8;
    border-radius: 8px;
    transition: 0.2s background-color; }
  .marjolin-prize__modal-content-container::-webkit-scrollbar-thumb:hover {
    background-color: #334155; }

@media screen and (max-width: 1280px) {
  .marjolin-prize__modal-content {
    padding: 24px; }
  .marjolin-prize__modal-content-close {
    top: 3px;
    right: 16px; } }

@media screen and (max-width: 940px) {
  .marjolin-prize__modal {
    padding: 0 20px; } }

@media screen and (min-width: 1921px) {
  .marjolin-prize__modal-content {
    max-width: 43.33333vw;
    box-shadow: 0vw 1.71875vw 4.16667vw rgba(15, 23, 42, 0.05), 0vw 0.3125vw 0.67708vw rgba(15, 23, 42, 0.025);
    border-radius: 0.83333vw;
    padding: 2.5vw 1.25vw 2.5vw 2.5vw; }
  .marjolin-prize__modal-content-close {
    top: 0.83333vw;
    right: 0.83333vw; }
  .marjolin-prize__modal-content-image-wrapper {
    margin-bottom: 1.66667vw;
    height: 12.5vw; }
    .marjolin-prize__modal-content-image-wrapper img {
      border-radius: 0.41667vw;
      max-height: 12.5vw; }
  .marjolin-prize__modal-content-title {
    max-width: 16.77083vw;
    margin-bottom: 1.5625vw; }
  .marjolin-prize__modal-content-authors {
    margin-bottom: 1.25vw; }
  .marjolin-prize__modal-content-date {
    margin-bottom: 1.25vw; }
  .marjolin-prize__modal-content-link {
    margin-bottom: 1.66667vw; }
    .marjolin-prize__modal-content-link svg {
      margin-right: 0.41667vw; }
  .marjolin-prize__modal-content-text p {
    margin-bottom: 1.66667vw; }
  .marjolin-prize__modal-content-container {
    padding-right: 0.83333vw; }
    .marjolin-prize__modal-content-container::-webkit-scrollbar {
      width: 0.41667vw;
      border-radius: 0.41667vw;
      left: 0.3125vw; }
    .marjolin-prize__modal-content-container::-webkit-scrollbar-track {
      border-radius: 0.41667vw; }
    .marjolin-prize__modal-content-container::-webkit-scrollbar-thumb {
      border-radius: 0.41667vw; } }

.contact-form {
  padding-top: 68px;
  width: 100%;
  height: 100%; }

.cf_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 1400px) {
    .cf_inner {
      flex-direction: column;
      padding: 0; } }

@media screen and (max-width: 1860px) {
  .cf_form .container {
    padding: 0; } }

.cf_form__left {
  flex-basis: 50%;
  width: 100%; }

.cf_form__right {
  flex-basis: 50%;
  width: 100%; }
  .cf_form__right .etb_table-title {
    text-align: center;
    margin-bottom: 16px; }
  .cf_form__right .etb_table {
    width: 100%;
    overflow: hidden; }
    .cf_form__right .etb_table th {
      background-color: #334155; }
      .cf_form__right .etb_table th:first-of-type {
        width: 15%;
        background-color: #293242; }
        @media screen and (max-width: 600px) {
          .cf_form__right .etb_table th:first-of-type {
            width: 100% !important; } }
      .cf_form__right .etb_table th:nth-of-type(3) {
        background-color: #334155; }
      .cf_form__right .etb_table th:last-of-type {
        border-top-right-radius: 16px; }
    .cf_form__right .etb_table td:first-child {
      padding-left: 10px; }
    .cf_form__right .etb_table td:nth-child(2) {
      padding: 6px 12px 6px 12px; }
    .cf_form__right .etb_table td:last-child {
      padding-right: 10px; }
    .cf_form__right .etb_table .etb_data-tag {
      color: #334155; }
    .cf_form__right .etb_table .etb_data-text {
      color: #334155;
      font-weight: bold; }
    .cf_form__right .etb_table .etb_data-btn {
      background-color: #334155; }

.contact-form_form,
.cf_form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  gap: 5%; }
  .contact-form_form .wpcf7 form .wpcf7-response-output,
  .cf_form .wpcf7 form .wpcf7-response-output {
    margin: 26px 0 0 0;
    padding: 0;
    border: unset; }
  .contact-form_form .wpcf7 form.sent .wpcf7-response-output,
  .cf_form .wpcf7 form.sent .wpcf7-response-output {
    color: #67813a; }
  @media screen and (max-width: 1400px) {
    .contact-form_form,
    .cf_form {
      margin-bottom: 35px;
      padding: 0 72px; } }
  @media screen and (max-width: 1280px) {
    .contact-form_form,
    .cf_form {
      padding: 0 50px; } }
  @media screen and (max-width: 1180px) {
    .contact-form_form,
    .cf_form {
      padding: 0 30px; } }
  .contact-form_form br,
  .cf_form br {
    display: none; }
  .contact-form_form .cf_form-title,
  .cf_form .cf_form-title {
    width: 100%;
    max-width: 400px;
    text-align: start;
    margin-bottom: 32px;
    color: #67813a; }
    @media screen and (max-width: 1400px) {
      .contact-form_form .cf_form-title,
      .cf_form .cf_form-title {
        max-width: unset; } }
  @media screen and (max-width: 1400px) {
    .contact-form_form .wpcf7,
    .cf_form .wpcf7 {
      width: 100%; } }
  .contact-form_form .wpcf7-form-control-wrap,
  .cf_form .wpcf7-form-control-wrap {
    display: block;
    width: 100% !important; }
    .contact-form_form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select,
    .cf_form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
      width: 100%;
      background: #fff;
      padding: 12px 16px;
      border: 1px solid #94a3b8;
      border-radius: 8px;
      font-family: "Sora";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 162%;
      margin-bottom: 40px; }
  .contact-form_form .wpcf7-form,
  .cf_form .wpcf7-form {
    width: 100%;
    max-width: 400px; }
    @media screen and (max-width: 1400px) {
      .contact-form_form .wpcf7-form,
      .cf_form .wpcf7-form {
        max-width: unset; } }
  .contact-form_form .wpcf7-not-valid-tip,
  .cf_form .wpcf7-not-valid-tip {
    position: absolute;
    top: 54px;
    left: 0; }
  .contact-form_form input[type="text"],
  .contact-form_form input[type="email"],
  .contact-form_form textarea,
  .cf_form input[type="text"],
  .cf_form input[type="email"],
  .cf_form textarea {
    width: 100%;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #94a3b8;
    border-radius: 8px;
    font-family: "Sora";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 40px;
    -webkit-appearance: none; }
    .contact-form_form input[type="text"]:focus,
    .contact-form_form input[type="email"]:focus,
    .contact-form_form textarea:focus,
    .cf_form input[type="text"]:focus,
    .cf_form input[type="email"]:focus,
    .cf_form textarea:focus {
      border: 1px solid #67813a;
      outline: none; }
    .contact-form_form input[type="text"]:-webkit-autofill,
    .contact-form_form input[type="email"]:-webkit-autofill,
    .contact-form_form textarea:-webkit-autofill,
    .cf_form input[type="text"]:-webkit-autofill,
    .cf_form input[type="email"]:-webkit-autofill,
    .cf_form textarea:-webkit-autofill {
      color: #fff; }
  .contact-form_form .cf_input-field,
  .cf_form .cf_input-field {
    position: relative; }
  .contact-form_form .cf_focus-label,
  .cf_form .cf_focus-label {
    position: absolute;
    top: -8px;
    left: 25px;
    z-index: 20;
    background: #fff;
    color: #67813a;
    padding: 0 5px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity, visibility;
    transition: 0.3s transform, 0.3s opacity, 0.3s visibility; }
    .contact-form_form .cf_focus-label.active,
    .cf_form .cf_focus-label.active {
      transform: none;
      opacity: 1;
      visibility: visible; }
  .contact-form_form textarea,
  .cf_form textarea {
    height: 184px; }
  .contact-form_form .cf_checkbox,
  .cf_form .cf_checkbox {
    margin-bottom: 12px; }
  .contact-form_form .wpcf7-list-item,
  .cf_form .wpcf7-list-item {
    margin: 0; }
    .contact-form_form .wpcf7-list-item input,
    .cf_form .wpcf7-list-item input {
      display: none; }
    .contact-form_form .wpcf7-list-item .wpcf7-list-item-label,
    .cf_form .wpcf7-list-item .wpcf7-list-item-label {
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      font-family: "Sora";
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 129%; }
      .contact-form_form .wpcf7-list-item .wpcf7-list-item-label::before,
      .cf_form .wpcf7-list-item .wpcf7-list-item-label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 28%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 2px solid #94a3b8;
        background: transparent;
        border-radius: 4px;
        will-change: border;
        transition: 0.3s border; }
      .contact-form_form .wpcf7-list-item .wpcf7-list-item-label::after,
      .cf_form .wpcf7-list-item .wpcf7-list-item-label::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 28%;
        transform: translateY(-50%) scale(0);
        width: 12px;
        height: 12px;
        background: #f8991d;
        border-radius: 4px;
        will-change: transform;
        transition: 0.3s transform; }
    .contact-form_form .wpcf7-list-item:hover .wpcf7-list-item-label::after,
    .cf_form .wpcf7-list-item:hover .wpcf7-list-item-label::after {
      transform: translateY(-50%) scale(1); }
    .contact-form_form .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after,
    .cf_form .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
      transform: translateY(-50%) scale(1); }
  .contact-form_form .cf_notice,
  .cf_form .cf_notice {
    font-family: "Sora";
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 129%; }
    .contact-form_form .cf_notice a,
    .cf_form .cf_notice a {
      color: #f8991d;
      font-weight: 600; }
  .contact-form_form .cf_form-btn,
  .cf_form .cf_form-btn {
    background: #f8991d;
    border-radius: 4px;
    color: #fff;
    border: none;
    outline: none;
    padding: 14px 50px;
    font-family: "Sora";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    margin-top: 24px;
    cursor: pointer; }

.cf_info {
  position: relative;
  width: 100%;
  min-width: 1088px; }
  @media screen and (max-width: 1620px) {
    .cf_info {
      min-width: 900px; } }
  @media screen and (max-width: 900px) {
    .cf_info {
      min-width: unset; } }
  @media screen and (max-width: 780px) {
    .cf_info {
      height: 540px; } }

.cf_info-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  @media screen and (max-width: 1440px) {
    .cf_info-img {
      height: 100%; } }

.cf_info-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 54px 70px; }
  @media screen and (max-width: 1280px) {
    .cf_info-content {
      padding: 35px 50px; } }
  @media screen and (max-width: 1180px) {
    .cf_info-content {
      padding: 25px 30px; } }

.cf_info-top {
  color: #fff; }

.cf_info-top-title {
  margin-bottom: 32px; }

.cf_info-text {
  margin-bottom: 16px; }
  .cf_info-text:last-child {
    margin-bottom: 0; }
  .cf_info-text a {
    display: inline-block;
    color: #f8991d;
    margin-left: 7px; }

.cf_info-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff; }
  @media screen and (max-width: 500px) {
    .cf_info-bottom {
      flex-direction: column; } }

@media screen and (max-width: 500px) {
  .cf_info-icons {
    margin-top: 15px; } }

.cf_info-icon {
  margin-left: 60px; }
  .cf_info-icon svg path {
    fill: #f8991d; }
  @media screen and (max-width: 500px) {
    .cf_info-icon {
      margin-left: 30px; } }
  @media screen and (max-width: 500px) {
    .cf_info-icon:first-child {
      margin-left: 0; } }

.cf_select-label,
.cf_textarea-label {
  display: inline-block;
  margin-bottom: 15px; }

.cf_textarea-label {
  margin-top: 15px; }

.cf_multy-selects {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 24px 0 32px; }
  .cf_multy-selects select {
    margin-bottom: 0 !important; }

.cf_select-box {
  width: 47%; }
  .cf_select-box.active .bf_fake-dropdown {
    opacity: 1;
    visibility: visible; }
  .cf_select-box.active .bf_arrow-down svg {
    transform: rotateX(180deg); }

.cf_select-box-label {
  display: inline-block;
  margin-bottom: 8px; }

.cf_select-field.active .bf_fake-dropdown {
  opacity: 1;
  visibility: visible; }

.cf_select-field.active .bf_arrow-down svg {
  transform: rotateX(180deg); }

.cf_info-bottom-title {
  margin-right: 42px; }

@media screen and (min-width: 1921px) {
  .contact-form {
    padding-top: 3.54167vw; }
  .contact-form_form,
  .cf_form {
    padding: 3.75vw 0; }
    .contact-form_form .wpcf7 form .wpcf7-response-output,
    .cf_form .wpcf7 form .wpcf7-response-output {
      margin: 1.35417vw 0 0 0; }
    .contact-form_form .cf_form-title,
    .cf_form .cf_form-title {
      max-width: 20.83333vw;
      margin-bottom: 1.66667vw; }
    .contact-form_form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select,
    .cf_form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
      padding: 0.625vw 0.83333vw;
      border: 0.05208vw solid #94a3b8;
      border-radius: 0.41667vw;
      font-size: 0.83333vw;
      margin-bottom: 2.08333vw; }
    .contact-form_form .wpcf7-form,
    .cf_form .wpcf7-form {
      max-width: 20.83333vw; }
    .contact-form_form .wpcf7-not-valid-tip,
    .cf_form .wpcf7-not-valid-tip {
      top: 2.8125vw; }
    .contact-form_form input[type="text"],
    .contact-form_form input[type="email"],
    .contact-form_form textarea,
    .cf_form input[type="text"],
    .cf_form input[type="email"],
    .cf_form textarea {
      padding: 0.625vw 0.83333vw;
      border: 0.05208vw solid #94a3b8;
      border-radius: 0.41667vw;
      font-size: 0.83333vw;
      margin-bottom: 2.08333vw; }
      .contact-form_form input[type="text"]:focus,
      .contact-form_form input[type="email"]:focus,
      .contact-form_form textarea:focus,
      .cf_form input[type="text"]:focus,
      .cf_form input[type="email"]:focus,
      .cf_form textarea:focus {
        border: 0.05208vw solid #67813a; }
    .contact-form_form .cf_focus-label,
    .cf_form .cf_focus-label {
      top: -0.41667vw;
      left: 1.30208vw;
      padding: 0 0.26042vw;
      transform: translateY(1.04167vw); }
    .contact-form_form textarea,
    .cf_form textarea {
      height: 9.58333vw; }
    .contact-form_form .cf_checkbox,
    .cf_form .cf_checkbox {
      margin-bottom: 0.625vw; }
    .contact-form_form .wpcf7-list-item .wpcf7-list-item-label,
    .cf_form .wpcf7-list-item .wpcf7-list-item-label {
      padding-left: 1.5625vw;
      font-size: 0.72917vw; }
      .contact-form_form .wpcf7-list-item .wpcf7-list-item-label::before,
      .cf_form .wpcf7-list-item .wpcf7-list-item-label::before {
        width: 0.9375vw;
        height: 0.9375vw;
        border: 0.10417vw solid #94a3b8;
        border-radius: 0.20833vw; }
      .contact-form_form .wpcf7-list-item .wpcf7-list-item-label::after,
      .cf_form .wpcf7-list-item .wpcf7-list-item-label::after {
        left: 0.15625vw;
        width: 0.625vw;
        height: 0.625vw;
        border-radius: 0.20833vw; }
    .contact-form_form .cf_notice,
    .cf_form .cf_notice {
      font-size: 0.72917vw; }
    .contact-form_form .cf_form-btn,
    .cf_form .cf_form-btn {
      border-radius: 0.20833vw;
      padding: 0.72917vw 2.60417vw;
      font-size: 0.83333vw;
      margin-top: 1.25vw; }
  .cf_info {
    min-width: 56.66667vw; }
  .cf_info-content {
    padding: 2.8125vw 3.64583vw; }
  .cf_info-top-title {
    margin-bottom: 1.66667vw; }
  .cf_info-text {
    margin-bottom: 0.83333vw; }
    .cf_info-text a {
      margin-left: 0.36458vw; }
  .cf_info-icon {
    margin-left: 3.125vw; }
  .cf_select-label,
  .cf_textarea-label {
    margin-bottom: 0.78125vw; }
  .cf_textarea-label {
    margin-top: 0.78125vw; }
  .cf_multy-selects {
    margin: 1.25vw 0 1.66667vw; }
  .cf_select-box-label {
    margin-bottom: 0.41667vw; }
  .cf_info-bottom-title {
    margin-right: 2.1875vw; } }

@media screen and (max-width: 1550px) {
  .cf_form {
    flex-direction: column;
    gap: 5vh; }
  .cf_form__left {
    flex-basis: 100%; }
  .cf_form__right {
    flex-basis: 100%;
    padding: unset !important; } }

.privacy-policy {
  padding: 115px 0; }
  @media screen and (max-width: 800px) {
    .privacy-policy {
      padding: 65px 0; } }

.pp_item {
  margin-bottom: 42px; }
  .pp_item:last-child {
    margin-bottom: 0; }
  .pp_item h2 {
    margin-bottom: 32px;
    color: #67813a; }
  .pp_item p {
    margin-bottom: 15px; }
    .pp_item p:last-child {
      margin-bottom: 0; }
  .pp_item a {
    text-decoration: underline;
    color: #334155; }
  @media screen and (max-width: 800px) {
    .pp_item {
      margin-bottom: 24px; } }
  .pp_item ul {
    position: relative; }
    .pp_item ul li {
      position: relative;
      padding-left: 14px;
      margin-left: 10px; }
      .pp_item ul li::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 4px;
        height: 4px;
        background-color: #334155; }

@media screen and (min-width: 1921px) {
  .privacy-policy {
    padding: 5.98958vw 0; }
  .pp_item {
    margin-bottom: 2.1875vw; }
    .pp_item h2 {
      margin-bottom: 1.66667vw; }
    .pp_item p {
      margin-bottom: 0.78125vw; } }

.events-table-btn {
  padding: 57.5px 0; }

@media screen and (max-width: 1550px) {
  .etb_inner {
    padding: 0 70px; } }

@media screen and (max-width: 1080px) {
  .etb_inner {
    padding: 0 50px; } }

@media screen and (max-width: 768px) {
  .etb_inner {
    padding: 0 30px; } }

@media screen and (max-width: 1550px) {
  .etb_inner {
    padding: 0 70px; } }

@media screen and (max-width: 1080px) {
  .etb_inner {
    padding: 0 50px; } }

@media screen and (max-width: 768px) {
  .etb_inner {
    padding: 0 30px; } }

.etb_title {
  text-align: center;
  color: #67813a;
  margin-bottom: 40px; }

.etb_table-box {
  overflow: auto; }

.etb_table-box {
  overflow: auto; }

.etb_table-upcoming {
  display: flex;
  flex-direction: column; }

@media screen and (max-width: 800px) {
  .events-table-btn .container {
    padding: 0 30px; } }

.etb_table {
  position: relative;
  width: calc(100% - 180px);
  margin: 0 auto; }
  @media screen and (max-width: 1550px) {
    .etb_table {
      min-width: 1200px; } }
  @media screen and (max-width: 1360px) {
    .etb_table {
      min-width: unset;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .etb_table td, .etb_table th {
      display: block;
      text-align: center; }
    .etb_table td {
      padding: 6px 6px !important; } }
  .etb_table:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40px;
    left: -90px;
    width: calc(100% + 180px);
    height: calc(100% - 80px);
    background: #edefe9;
    border-radius: 48px; }
    @media screen and (max-width: 1690px) {
      .etb_table:before {
        border-radius: 0; } }
    @media screen and (max-width: 1550px) {
      .etb_table:before {
        display: none; } }
  .etb_table th:nth-child(odd) {
    background: #78924c; }
  .etb_table th:first-child {
    background: #67813a;
    border-radius: 16px 0 0 0; }
  .etb_table th:last-child {
    border-radius: 0 16px 0 0; }
  @media screen and (max-width: 600px) {
    .etb_table th:first-child {
      border-radius: 16px 16px 0 0; } }
  .etb_table th:last-child {
    border-radius: unset; }
  .etb_table td {
    background: #fff; }
    .etb_table td:first-child, .etb_table td:last-child {
      text-align: center; }
    @media screen and (max-width: 1180px) {
      .etb_table td {
        padding: 0 8px; } }
    @media screen and (max-width: 600px) {
      .etb_table td:first-child {
        padding-top: 16px !important; }
      .etb_table td:last-child {
        padding-bottom: 16px !important; } }
  .etb_table .etb_data-content {
    padding-left: 150px;
    padding-right: 24px; }
    @media screen and (max-width: 1080px) {
      .etb_table .etb_data-content {
        padding-left: 24px; } }
  .etb_table .etb_data-text,
  .etb_table .etb_data-tags {
    width: 100%;
    max-width: 480px; }
  .etb_table .etb_data-tag {
    color: #ed6c0b; }
    .etb_table .etb_data-tag p {
      color: #334155; }
  .etb_table .etb_data-text {
    color: #ed6c0b;
    margin-top: 7px; }
  .etb_table .etb_data-btn, .etb_table .etb_data-btn-green {
    display: inline-block;
    background: #ed6c0b;
    padding: 14px 25px;
    border-radius: 4px;
    color: #fff; }
    .etb_table .etb_data-btn-green, .etb_table .etb_data-btn-green-green {
      background-color: #67813a; }
  .etb_table thead tr th:nth-of-type(2) {
    width: 58%; }
  .etb_table thead tr th:nth-of-type(3) {
    width: 16%; }
    @media screen and (max-width: 600px) {
      .etb_table thead tr th:nth-of-type(3) {
        display: none; } }
  .etb_table thead tr th:nth-of-type(4) {
    width: 16%; }
    @media screen and (max-width: 600px) {
      .etb_table thead tr th:nth-of-type(4) {
        display: none; } }
  @media screen and (max-width: 600px) {
    .etb_table thead tr th:nth-of-type(1), .etb_table thead tr th:nth-of-type(2), .etb_table thead tr th:nth-of-type(3), .etb_table thead tr th:nth-of-type(4) {
      width: 100%; } }

@media screen and (min-width: 1921px) {
  .events-table-btn {
    padding: 2.96875vw 0; }
  .etb_title {
    margin-bottom: 2.08333vw; }
  .etb_table {
    width: calc(100% - 9.375vw); }
    .etb_table:before {
      top: 2.08333vw;
      left: -4.6875vw;
      width: calc(100% + 9.375vw);
      height: calc(100% - 4.16667vw);
      border-radius: 2.5vw; }
    .etb_table th:first-child {
      border-radius: 0.83333vw 0 0 0; }
    .etb_table th:last-child {
      border-radius: 0 0.83333vw 0 0; }
    .etb_table .etb_data-content {
      padding-left: 7.8125vw; }
    .etb_table .etb_data-text,
    .etb_table .etb_data-tags {
      max-width: 25vw; }
    .etb_table .etb_data-text {
      margin-top: 0.36458vw; }
    .etb_table .etb_data-btn {
      padding: 0.72917vw 1.30208vw;
      border-radius: 0.20833vw; } }

.big-img {
  background: #edefe9;
  padding: 62px 0;
  margin: 57.5px 0; }
  @media screen and (max-width: 1150px) {
    .big-img {
      margin: 0; } }

.bi_img {
  width: 100%;
  height: auto;
  object-fit: cover; }

@media screen and (min-width: 1921px) {
  .big-img {
    padding: 3.22917vw 0;
    margin: 2.96875vw 0; } }

.events-table {
  padding: 57.5px 0; }

.et_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1550px) {
    .et_inner {
      padding: 0 70px; } }
  @media screen and (max-width: 1080px) {
    .et_inner {
      padding: 0 50px; } }
  @media screen and (max-width: 768px) {
    .et_inner {
      padding: 0 30px; } }

.et_title {
  text-align: center;
  color: #67813a;
  margin-bottom: 40px; }

.et_table-box {
  overflow: auto;
  width: 100%; }

.et_table-box {
  overflow: auto;
  width: 100%; }

@media screen and (max-width: 1360px) {
  .events-table .container {
    padding: 0 30px; } }

@media screen and (max-width: 800px) {
  .events-table .container {
    padding: 0 0; } }

.et_table {
  position: relative;
  width: calc(100% - 180px);
  margin: 0 auto; }
  @media screen and (max-width: 1550px) {
    .et_table {
      min-width: 1200px; } }
  @media screen and (max-width: 1360px) {
    .et_table {
      min-width: unset;
      width: calc(100% - 80px); } }
  @media screen and (max-width: 1360px) {
    .et_table tr {
      height: unset; } }
  .et_table:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40px;
    left: -90px;
    width: calc(100% + 180px);
    height: calc(100% - 80px);
    background: #edefe9;
    border-radius: 48px; }
    @media screen and (max-width: 1690px) {
      .et_table:before {
        border-radius: 0; } }
    @media screen and (max-width: 1550px) {
      .et_table:before {
        display: none; } }
  .et_table th:nth-child(odd) {
    background: #78924c; }
  .et_table th:first-child {
    background: #67813a;
    border-radius: 16px 0 0 0; }
  .et_table th:last-child {
    border-radius: 0 16px 0 0; }
  .et_table th:nth-of-type(3) {
    border-radius: 0 16px 0 0; }
  .et_table td {
    background: #fff; }
    .et_table td:first-child {
      height: 146px;
      padding: 0 20px;
      text-align: center; }
    .et_table td:last-child {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 146px;
      padding: 0 20px; }
  @media screen and (max-width: 600px) {
    .et_table td, .et_table th {
      display: block; }
    .et_table td.et_data-content {
      text-align: center;
      padding-left: 20px; }
    .et_table td {
      height: unset !important;
      padding: 8px 20px !important; }
    .et_table th:first-child {
      border-radius: 16px 16px 0 0; }
    .et_table th:nth-child(3) {
      display: none;
      border-radius: unset; }
    .et_table th:last-child {
      display: none;
      border-radius: unset; } }
  .et_table .et_data-content {
    padding-left: 70px; }
  .et_table .et_data-text,
  .et_table .et_data-tags {
    width: 100%;
    max-width: 840px; }
  .et_table .et_data-text {
    color: #ed6c0b;
    margin-top: 7px;
    display: inline-block; }

.et_load-more {
  cursor: pointer;
  background: transparent;
  padding: 14px 28px;
  color: #ed6c0b;
  border: 2px solid #ed6c0b;
  border-radius: 4px;
  margin-top: 40px; }
  .et_load-more.hide {
    display: none; }

@media screen and (min-width: 1921px) {
  .events-table {
    padding: 2.96875vw 0; }
  .et_title {
    margin-bottom: 2.08333vw; }
  .et_table {
    width: calc(100% - 9.375vw); }
    .et_table:before {
      top: 2.08333vw;
      left: -4.6875vw;
      width: calc(100% + 9.375vw);
      height: calc(100% - 4.16667vw);
      border-radius: 2.5vw; }
    .et_table th:first-child {
      border-radius: 0.83333vw 0 0 0; }
    .et_table th:last-child {
      border-radius: 0 0.83333vw 0 0; }
    .et_table th:nth-of-type(3) {
      border-radius: 0 0.83333vw 0 0; }
    .et_table td:first-child, .et_table td:last-child {
      height: 7.60417vw;
      padding: 0 1.04167vw; }
    .et_table .et_data-content {
      padding-left: 3.64583vw; }
    .et_table .et_data-text,
    .et_table .et_data-tags {
      max-width: 43.75vw; }
    .et_table .et_data-text {
      margin-top: 0.36458vw; }
  .et_load-more {
    padding: 0.72917vw 1.45833vw;
    border: 0.10417vw solid #ed6c0b;
    border-radius: 0.20833vw;
    margin-top: 2.08333vw; } }

.lectures-table {
  padding: 114px 0 132px; }
  @media screen and (max-width: 1480px) {
    .lectures-table {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .lectures-table {
      padding: 70px 0; } }

.lt_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1550px) {
    .lt_inner {
      padding: 0 70px; } }
  @media screen and (max-width: 1080px) {
    .lt_inner {
      padding: 0 50px; } }
  @media screen and (max-width: 768px) {
    .lt_inner {
      padding: 0 30px; } }

.lt_title {
  text-align: center;
  color: #67813a;
  margin-bottom: 40px; }

.lt_table-box {
  overflow: auto;
  width: 100%; }

.lt_table {
  position: relative;
  width: calc(100% - 180px);
  margin: 0 auto; }
  @media screen and (max-width: 1550px) {
    .lt_table {
      min-width: unset;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .lt_table td, .lt_table th {
      display: block;
      text-align: center; } }
  .lt_table:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40px;
    left: -90px;
    width: calc(100% + 180px);
    height: calc(100% - 80px);
    background: #edefe9;
    border-radius: 48px; }
    @media screen and (max-width: 1690px) {
      .lt_table:before {
        border-radius: 0; } }
    @media screen and (max-width: 1550px) {
      .lt_table:before {
        display: none; } }
  .lt_table th:first-child {
    background: #67813a;
    border-radius: 16px 0 0 0; }
    @media screen and (max-width: 600px) {
      .lt_table th:first-child {
        border-radius: 16px 16px 0 0; } }
  .lt_table th:last-child {
    border-radius: 0 16px 0 0; }
    @media screen and (max-width: 600px) {
      .lt_table th:last-child {
        border-radius: unset; } }
  .lt_table td {
    background: #fff; }
    .lt_table td:first-child, .lt_table td:last-child {
      text-align: center; }
  .lt_table .lt_data-content {
    padding-left: 70px; }
    @media screen and (max-width: 600px) {
      .lt_table .lt_data-content {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: center;
        padding: 0 10px; } }
  .lt_table .lt_data-content-link {
    margin: 10px 0 4px;
    max-width: 506px;
    width: 100%; }
    .lt_table .lt_data-content-link a {
      color: #ed6c0b; }
  .lt_table .lt_data-text,
  .lt_table .lt_data-tags {
    width: 100%;
    max-width: 720px; }
  .lt_table .lt_data-text {
    color: #67813a;
    margin-top: 7px; }
  .lt_table .lt_data-delivered img {
    max-height: 116px;
    max-width: 174px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px; }

.lt_load-more {
  cursor: pointer;
  background: transparent;
  padding: 14px 28px;
  color: #ed6c0b;
  border: 2px solid #ed6c0b;
  border-radius: 4px;
  margin-top: 40px; }
  .lt_load-more.hide {
    display: none; }

.lt_data-delivered {
  padding: 0 10px; }
  .lt_data-delivered span {
    display: block; }

.lt_data-delivered-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .lt_data-delivered-wrapper.no-image {
    justify-content: center; }
    .lt_data-delivered-wrapper.no-image .lt_data-delivered-author {
      text-align: center; }

.lt_data-delivered-author {
  text-align: left; }

@media screen and (min-width: 1921px) {
  .lectures-table {
    padding: 5.9375vw 0 6.875vw; }
  .lt_title {
    margin-bottom: 2.08333vw; }
  .lt_table {
    width: calc(100% - 9.375vw); }
    .lt_table:before {
      top: 2.08333vw;
      left: -4.6875vw;
      width: calc(100% + 9.375vw);
      height: calc(100% - 4.16667vw);
      border-radius: 2.5vw; }
    .lt_table th:first-child {
      border-radius: 0.83333vw 0 0 0; }
    .lt_table th:last-child {
      border-radius: 0 0.83333vw 0 0; }
    .lt_table .lt_data-content {
      padding-left: 3.64583vw; }
    .lt_table .lt_data-content-link {
      margin: 0.52083vw 0 0.20833vw;
      max-width: 26.35417vw; }
    .lt_table .lt_data-text,
    .lt_table .lt_data-tags {
      max-width: 37.5vw; }
    .lt_table .lt_data-text {
      margin-top: 0.36458vw; }
    .lt_table .lt_data-delivered img {
      max-height: 6.04167vw;
      max-width: 9.0625vw;
      border-radius: 0.41667vw; }
  .lt_load-more {
    padding: 0.72917vw 1.45833vw;
    border: 0.10417vw solid #ed6c0b;
    border-radius: 0.20833vw;
    margin-top: 2.08333vw; }
  .lt_data-delivered {
    padding: 0 0.52083vw; } }

.title-text-four-boxes {
  padding: 125px 0; }
  @media screen and (max-width: 800px) {
    .title-text-four-boxes {
      padding: 65px 0; } }

.ttfb_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 1270px) {
    .ttfb_inner {
      flex-direction: column; } }

.ttfb_content {
  width: 100%;
  max-width: 545px;
  margin-right: 70px; }
  @media screen and (max-width: 1270px) {
    .ttfb_content {
      margin: 0 0 35px;
      max-width: unset; } }

.ttfb_title {
  max-width: 350px;
  width: 100%;
  color: #67813a;
  margin-bottom: 32px; }

.ttfb_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  width: 100%;
  max-width: 685px; }
  @media screen and (max-width: 580px) {
    .ttfb_boxes {
      grid-template-columns: 1fr; } }

.ttfb_box {
  background: #8fac71;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  height: 170px;
  padding: 45px; }
  .ttfb_box:first-child {
    background: #557630; }
  .ttfb_box:last-child {
    background: linear-gradient(0deg, #3b4e1b, #3b4e1b), #67813a; }

@media screen and (min-width: 1921px) {
  .title-text-four-boxes {
    padding: 6.51042vw 0; }
  .ttfb_content {
    max-width: 28.38542vw;
    margin-right: 3.64583vw; }
  .ttfb_title {
    max-width: 18.22917vw;
    margin-bottom: 1.66667vw; }
  .ttfb_boxes {
    grid-gap: 1.25vw;
    max-width: 35.67708vw; }
  .ttfb_box {
    border-radius: 1.25vw;
    height: 8.85417vw;
    padding: 2.34375vw; } }

.title-text-img {
  padding: 125px 0;
  background: #f8fafc; }
  @media screen and (max-width: 800px) {
    .title-text-img {
      padding: 65px 0; } }

.tti_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 1270px) {
    .tti_inner {
      flex-direction: column; } }

.tti_content {
  width: 100%;
  max-width: 545px;
  margin-right: 70px; }
  @media screen and (max-width: 1270px) {
    .tti_content {
      margin: 0 0 35px;
      max-width: unset; } }

.tti_title {
  color: #67813a;
  margin-bottom: 32px; }

.tti_text p {
  margin-bottom: 20px;
  max-width: 450px;
  max-width: unset; }
  .tti_text p:first-child {
    max-width: unset; }
  .tti_text p:last-child {
    margin-bottom: 0; }

.tti_text a {
  color: #ed6c0b; }

.tti_img {
  width: 688px;
  height: auto;
  object-fit: cover; }
  @media screen and (max-width: 1270px) {
    .tti_img {
      width: 100%; } }

@media screen and (min-width: 1921px) {
  .title-text-img {
    padding: 6.51042vw 0; }
  .tti_content {
    max-width: 28.38542vw;
    margin-right: 3.64583vw; }
  .tti_title {
    margin-bottom: 1.66667vw; }
  .tti_text p {
    margin-bottom: 1.04167vw;
    max-width: 23.4375vw; }
  .tti_img {
    width: 35.83333vw; } }

.briefs-filter {
  padding: 70px 0; }

.bf_inner {
  max-width: 1588px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1550px) {
    .bf_inner {
      padding: 0 70px; } }
  @media screen and (max-width: 1080px) {
    .bf_inner {
      padding: 0 50px; } }
  @media screen and (max-width: 800px) {
    .bf_inner {
      padding: 0 24px; } }

@media screen and (max-width: 1550px) {
  .bf_inner {
    padding: 0 70px; } }

@media screen and (max-width: 1080px) {
  .bf_inner {
    padding: 0 50px; } }

@media screen and (max-width: 800px) {
  .bf_inner {
    padding: 0 24px; } }

.bf_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 180px); }
  @media screen and (max-width: 1550px) {
    .bf_top {
      width: 100%; } }

.bf_top-dropdowns {
  display: flex;
  flex-direction: column;
  max-width: 256px;
  width: 100%; }
  .bf_top-dropdowns .bf_select {
    min-width: 256px;
    margin-bottom: 24px; }
  @media screen and (max-width: 1240px) {
    .bf_top-dropdowns {
      margin-right: 36px; } }
  @media screen and (max-width: 800px) {
    .bf_top-dropdowns {
      margin-right: 0; } }

.bf_top-dropdowns-2 .bf_select {
  margin-bottom: 24px; }

@media screen and (max-width: 1240px) {
  .bf_top-dropdowns-2 {
    margin-right: 36px; } }

@media screen and (max-width: 800px) {
  .bf_top-dropdowns-2 {
    margin-right: 0; } }

.bf_search {
  position: relative;
  width: 100%;
  min-width: 545px; }
  .bf_search svg {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%); }
  @media screen and (max-width: 1160px) {
    .bf_search {
      min-width: unset; } }
  @media screen and (max-width: 1100px) {
    .bf_search {
      order: 1; } }

.bf_select {
  min-width: 545px; }
  .bf_select.short--select {
    min-width: 205px;
    max-width: 205px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1100px) {
      .bf_select.short--select {
        order: 3; } }
    @media screen and (max-width: 800px) {
      .bf_select.short--select {
        max-width: unset;
        min-width: unset; } }
  @media screen and (max-width: 1550px) {
    .bf_select {
      min-width: unset;
      max-width: unset; } }
  @media screen and (max-width: 1100px) {
    .bf_select {
      order: 2; } }
  .bf_select.active .bf_fake-dropdown {
    opacity: 1;
    visibility: visible; }
  .bf_select.active .bf_arrow-down svg {
    transform: rotateX(180deg); }

.bf_search-input,
.bf_select-input {
  width: 100%;
  padding: 12px 16px 12px 45px;
  border: 1px solid #94a3b8;
  border-radius: 8px; }
  .bf_search-input:focus,
  .bf_select-input:focus {
    border: 1px solid #94a3b8;
    outline: none; }

#keywords option {
  text-transform: capitalize; }

.bf_select-input {
  display: none; }

.bf-fake-select {
  position: relative;
  width: 100%; }

.bf_select select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #94a3b8;
  border-radius: 8px;
  cursor: pointer; }

.bf_items-per-page select {
  padding: 12px 16px;
  border: 1px solid #94a3b8;
  border-radius: 8px;
  cursor: pointer; }

.bf_fake-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #94a3b8;
  border-radius: 8px;
  cursor: pointer; }

.bf_arrow-down svg {
  will-change: transform;
  transition: 0.3s transform; }

.bf_fake-dropdown {
  position: absolute;
  z-index: 20;
  top: 115%;
  left: 0;
  width: 100%;
  height: auto;
  border: 1px solid #94a3b8;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: 0.3s opacity, 0.3s visibility; }

.bf_fake-option {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  will-change: background-color;
  transition: 0.3s background-color; }
  .bf_fake-option svg {
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: 0.3s opacity, 0.3s visibility; }
  .bf_fake-option:hover {
    background: #f1f5f9; }
    .bf_fake-option:hover svg {
      opacity: 1;
      visibility: visible; }

.bf_btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 24px; }
  @media screen and (max-width: 1100px) {
    .bf_btn-box {
      order: 5; } }

.bf_btn {
  padding: 15px 60px;
  background: #ed6c0b;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer; }

.bf_tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 470px;
  width: 100%; }
  @media screen and (max-width: 1550px) {
    .bf_tags {
      min-width: unset;
      max-width: unset; } }
  @media screen and (max-width: 1100px) {
    .bf_tags {
      order: 4; } }

.bf_tag {
  color: #ed6c0b;
  margin: 0 16px 8px 0; }

.bf_reset-btn {
  color: #ed6c0b;
  cursor: pointer; }

.bf_table-box {
  overflow: auto;
  width: 100%; }

.bf_table-box {
  overflow: auto;
  width: 100%; }

.bf_table {
  position: relative;
  width: calc(100% - 180px);
  margin: 0 auto; }
  @media screen and (max-width: 1550px) {
    .bf_table {
      min-width: 1200px;
      width: 100%; } }
  @media screen and (max-width: 1360px) {
    .bf_table {
      min-width: unset; } }
  @media screen and (max-width: 600px) {
    .bf_table td, .bf_table th {
      display: block;
      padding: 4px 20px !important; }
    .bf_table .bf_data-content {
      text-align: center;
      border-left: unset !important;
      border-right: unset !important; }
      .bf_table .bf_data-content .bf_data-items {
        justify-content: center; }
    .bf_table thead tr th:first-child {
      width: 100%;
      border-radius: 16px 16px 0 0; }
    .bf_table thead tr th:nth-child(2) {
      width: 100%; }
    .bf_table thead tr th:last-child {
      width: 100%;
      border-radius: unset; } }
  .bf_table:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40px;
    left: -90px;
    width: calc(100% + 180px);
    height: calc(100% - 80px);
    background: #edefe9;
    border-radius: 48px; }
    @media screen and (max-width: 1690px) {
      .bf_table:before {
        border-radius: 0; } }
    @media screen and (max-width: 1550px) {
      .bf_table:before {
        display: none; } }
  .bf_table th:first-child {
    background: #67813a;
    border-radius: 16px 0 0 0;
    width: 10%; }
  .bf_table th:nth-child(2) {
    width: 46%; }
  .bf_table th:last-child {
    border-radius: 0 16px 0 0;
    width: 44%; }
  .bf_table td {
    background: #fff; }
    .bf_table td:first-child {
      text-align: center;
      padding: 30px 10px; }
      @media screen and (max-width: 1360px) {
        .bf_table td:first-child {
          padding: 16px 4px; } }
    .bf_table td:last-child {
      text-align: center;
      padding: 30px 10px; }
      .bf_table td:last-child p {
        text-align: center; }
      @media screen and (max-width: 1360px) {
        .bf_table td:last-child {
          padding: 16px 10px; } }
  .bf_table .bf_data-content {
    border-left: 1px solid #94a3b8;
    border-right: 1px solid #94a3b8;
    padding: 30px 126px 30px 126px; }
    @media screen and (max-width: 1360px) {
      .bf_table .bf_data-content {
        padding: 16px 30px; } }
  .bf_table .bf_data-text {
    width: 100%;
    max-width: 380px; }
  .bf_table .bf_data-text {
    color: #ed6c0b; }
  .bf_table .bf_data-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px; }
    .bf_table .bf_data-items .bf_data-text {
      padding-left: 16px;
      margin-left: 16px;
      position: relative; }
      .bf_table .bf_data-items .bf_data-text::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        height: 20px;
        width: 1px;
        transform: translateY(-50%);
        background: #94a3b8; }
  .bf_table .bf_data-item {
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
    color: #94a3b8; }
    .bf_table .bf_data-item:first-child {
      margin: 0;
      padding: 0; }
      .bf_table .bf_data-item:first-child::before {
        display: none; }
    .bf_table .bf_data-item::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      height: 20px;
      width: 1px;
      transform: translateY(-50%);
      background: #94a3b8; }

.bf_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative; }
  .bf_pagination .bf_items-per-page {
    position: absolute;
    left: 90px;
    top: 0; }
  .bf_pagination .current {
    cursor: pointer;
    margin-right: 8px !important;
    color: #ed6c0b;
    border-color: #ed6c0b; }

.bf_pagination-left {
  padding: 13px; }
  .bf_pagination-left:hover {
    color: #334155;
    border: 1px solid #e2e8f0; }

.bf_pagination-right {
  margin-right: 0;
  padding: 13px; }
  .bf_pagination-right:hover {
    color: #334155;
    border: 1px solid #e2e8f0; }

.bf_pagination-wrapper {
  margin-top: 32px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative; }
  .bf_pagination-wrapper .bf_items-per-page {
    position: absolute;
    left: 120px; }

@media screen and (min-width: 1921px) {
  .briefs-filter {
    padding: 3.64583vw 0; }
  .bf_inner {
    max-width: 82.70833vw; }
  .bf_top {
    width: calc(100% - 9.375vw); }
  .bf_top-dropdowns {
    max-width: 13.33333vw; }
    .bf_top-dropdowns .bf_select {
      min-width: 13.33333vw;
      margin-bottom: 1.25vw; }
  .bf_top-dropdowns-2 .bf_select {
    margin-bottom: 1.25vw; }
  .bf_search {
    min-width: 28.38542vw; }
    .bf_search svg {
      left: 0.625vw;
      width: 1.25vw;
      height: 1.25vw; }
  .bf_select {
    min-width: 28.38542vw; }
    .bf_select.short--select {
      min-width: 10.67708vw;
      max-width: 10.67708vw; }
  .bf_search-input,
  .bf_select-input {
    padding: 0.625vw 0.83333vw 0.625vw 2.34375vw;
    border: 0.05208vw solid #94a3b8;
    border-radius: 0.41667vw; }
    .bf_search-input:focus,
    .bf_select-input:focus {
      border: 0.05208vw solid #94a3b8; }
  .bf_select select {
    padding: 0.625vw 0.83333vw;
    border: 0.05208vw solid #94a3b8;
    border-radius: 0.41667vw; }
  .bf_fake-result {
    padding: 0.625vw 0.83333vw;
    border: 0.05208vw solid #94a3b8;
    border-radius: 0.41667vw; }
  .bf_fake-dropdown {
    border: 0.05208vw solid #94a3b8;
    box-shadow: 0vw 0.625vw 0.83333vw -0.20833vw rgba(16, 24, 40, 0.08), 0vw 0.20833vw 0.3125vw -0.10417vw rgba(16, 24, 40, 0.03);
    border-radius: 0.41667vw; }
  .bf_fake-option {
    padding: 0.52083vw 0.72917vw; }
  .bf_btn-box {
    margin-bottom: 1.25vw; }
  .bf_btn {
    padding: 0.78125vw 3.125vw;
    border-radius: 0.20833vw; }
  .bf_tags {
    max-width: 24.47917vw; }
  .bf_tag {
    margin: 0 0.83333vw 0.41667vw 0; }
  .bf_table {
    width: calc(100% - 9.375vw);
    margin: 3.38542vw auto 0; }
    .bf_table:before {
      top: 2.08333vw;
      left: -4.6875vw;
      width: calc(100% + 9.375vw);
      height: calc(100% - 4.16667vw);
      border-radius: 2.5vw; }
    .bf_table th:first-child {
      border-radius: 0.83333vw 0 0 0; }
    .bf_table th:last-child {
      border-radius: 0 0.83333vw 0 0; }
    .bf_table td:first-child {
      padding: 1.5625vw 0.52083vw; }
    .bf_table td:last-child {
      padding: 1.5625vw 0.52083vw; }
    .bf_table .bf_data-content {
      border-left: 0.05208vw solid #94a3b8;
      border-right: 0.05208vw solid #94a3b8;
      padding: 1.5625vw 6.5625vw 1.5625vw 6.5625vw; }
    .bf_table .bf_data-text {
      max-width: 19.79167vw; }
    .bf_table .bf_data-items {
      margin-top: 0.78125vw; }
    .bf_table .bf_data-item {
      padding-left: 0.83333vw;
      margin-left: 0.83333vw; }
      .bf_table .bf_data-item svg {
        width: 1.71875vw;
        height: 1.66667vw; }
      .bf_table .bf_data-item::before {
        height: 1.04167vw;
        width: 0.05208vw; }
  .bf_pagination {
    margin-top: 1.5625vw; }
    .bf_pagination .bf_items-per-page {
      left: 4.6875vw; }
    .bf_pagination .current {
      margin-right: 0.41667vw !important; }
  .bf_pagination-left {
    padding: 0.67708vw; }
    .bf_pagination-left:hover {
      border: 0.05208vw solid #e2e8f0; }
  .bf_pagination-right {
    padding: 0.67708vw; }
    .bf_pagination-right:hover {
      border: 0.05208vw solid #e2e8f0; } }

@media screen and (max-width: 1550px) {
  .bf_pagination-wrapper .bf_items-per-page {
    left: 0;
    top: -6px; } }

@media screen and (max-width: 1080px) {
  .bf_top {
    width: 100%; } }

@media screen and (max-width: 840px) {
  .bf_pagination-wrapper {
    flex-direction: column-reverse;
    align-items: center; }
    .bf_pagination-wrapper .bf_items-per-page {
      margin-top: 16px;
      position: relative;
      top: unset;
      left: unset; }
  .bf_pagination-wrapper {
    margin-top: 56px; } }

@media screen and (max-width: 800px) {
  .bf_top {
    flex-direction: column;
    align-items: center; }
  .bf_top-dropdowns,
  .bf_top-dropdowns-2 {
    max-width: 360px;
    width: 100%; }
  .bf_btn-box {
    justify-content: center; }
  .bf_btn-box-wrapper {
    max-width: 360px;
    width: 100%; }
  .bf_table {
    margin-top: 42px; } }

.conference-proceedings-table {
  padding: 125px 0; }
  @media screen and (max-width: 800px) {
    .conference-proceedings-table {
      padding: 65px 0; } }

@media screen and (max-width: 1550px) {
  .cpt_inner {
    padding: 0 70px; } }

@media screen and (max-width: 1080px) {
  .cpt_inner {
    padding: 0 50px; } }

@media screen and (max-width: 768px) {
  .cpt_inner {
    padding: 0 30px; } }

.cpt_table-box {
  overflow: auto;
  width: 100%; }

.cpt_table {
  position: relative;
  width: calc(100% - 180px);
  margin: 0 auto 0; }
  @media screen and (max-width: 1550px) {
    .cpt_table {
      min-width: 1370px; } }
  .cpt_table::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40px;
    left: -90px;
    width: calc(100% + 180px);
    height: calc(100% - 80px);
    background: #edefe9;
    border-radius: 48px; }
    @media screen and (max-width: 1690px) {
      .cpt_table::before {
        border-radius: 0; } }
    @media screen and (max-width: 1550px) {
      .cpt_table::before {
        display: none; } }
  .cpt_table th:first-child {
    background: #67813a;
    border-radius: 16px 0 0 0; }
  .cpt_table th:last-child {
    border-radius: 0 16px 0 0; }
  .cpt_table td {
    background: #fff;
    text-align: center;
    padding: 30px 10px;
    border-right: 1px solid #94a3b8; }
    .cpt_table td:last-child {
      border: none; }
  .cpt_table tbody tr td:nth-of-type(1) {
    width: 11%; }
  .cpt_table tbody tr td:nth-of-type(2) {
    width: 12%; }
  .cpt_table tbody tr td:nth-of-type(3) {
    width: 12%; }
  .cpt_table tbody tr td:nth-of-type(4) {
    width: 30%; }
  .cpt_table tbody tr td:nth-of-type(5) {
    width: 25%; }
  .cpt_table tbody tr td:nth-of-type(6) {
    width: 10%; }

.cpt_table-title {
  color: #ed6c0b; }

.cpt_pagination {
  margin-top: 32px;
  position: relative;
  display: flex;
  justify-content: center; }
  .cpt_pagination .bf_items-per-page {
    position: absolute;
    left: 90px;
    top: -6px; }
  @media screen and (max-width: 1550px) {
    .cpt_pagination .bf_items-per-page {
      left: 0; } }
  @media screen and (max-width: 840px) {
    .cpt_pagination {
      flex-direction: column-reverse;
      align-items: center; }
      .cpt_pagination .bf_items-per-page {
        margin-top: 16px;
        position: relative;
        top: unset;
        left: unset; } }

@media screen and (min-width: 1921px) {
  .conference-proceedings-table {
    padding: 6.51042vw 0; }
  .cpt_pagination {
    margin-top: 1.66667vw; }
    .cpt_pagination .bf_items-per-page {
      left: 4.6875vw;
      top: -0.3125vw; }
  .cpt_table {
    width: calc(100% - 9.375vw);
    margin: 0 auto 0; }
    .cpt_table::before {
      top: 2.08333vw;
      left: -4.6875vw;
      width: calc(100% + 9.375vw);
      height: calc(100% - 4.16667vw);
      border-radius: 2.5vw; }
    .cpt_table th:first-child {
      border-radius: 0.83333vw 0 0 0; }
    .cpt_table th:last-child {
      border-radius: 0 0.83333vw 0 0; }
    .cpt_table td {
      padding: 1.5625vw 0.52083vw;
      border-right: 0.05208vw solid #94a3b8; }
  .cpt__modal-content {
    max-width: 43.33333vw;
    padding: 2.5vw;
    border-radius: 0.83333vw;
    box-shadow: 0vw 0.3125vw 0.67708vw 0vw rgba(15, 23, 42, 0.03), 0vw 1.71875vw 4.16667vw 0vw rgba(15, 23, 42, 0.05); }
  .cpt__modal-content-title {
    margin-bottom: 1.66667vw; }
  .cpt__modal-content-text p {
    margin-bottom: 1.66667vw; }
  .cpt__modal-content-text h3,
  .cpt__modal-content-text h4,
  .cpt__modal-content-text h5 {
    margin-bottom: 1.25vw; }
  .cpt__modal-content-close {
    top: 0.9375vw;
    right: 0.9375vw; }
  .cpt__modal-content-link svg {
    margin-right: 0.3125vw; }
  .cpt__modal-content-link span {
    margin-bottom: 0.20833vw; } }

.cpt__modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s visibility, 0.3s opacity; }
  .cpt__modal.active {
    visibility: visible;
    opacity: 1; }

.cpt__modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 65, 85, 0.95); }

.cpt__modal-content {
  position: relative;
  height: fit-content;
  max-height: 90vh;
  max-width: 832px;
  width: 100%;
  background-color: #fff;
  padding: 48px;
  border-radius: 16px;
  box-shadow: 0px 6.6px 13px 0px rgba(15, 23, 42, 0.03), 0px 33px 80px 0px rgba(15, 23, 42, 0.05);
  overflow: auto; }

.cpt__modal-content-title {
  color: #67813a;
  margin-bottom: 32px; }

.cpt__modal-content-text p {
  margin-bottom: 32px; }

.cpt__modal-content-text h3,
.cpt__modal-content-text h4,
.cpt__modal-content-text h5 {
  margin-bottom: 24px; }
  .cpt__modal-content-text h3 a,
  .cpt__modal-content-text h4 a,
  .cpt__modal-content-text h5 a {
    color: #ed6c0b; }

.cpt__modal-content-close {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer; }

.cpt__modal-content-image {
  float: right;
  margin-left: 16px; }

.cpt__modal-content-link {
  color: #ed6c0b;
  display: flex;
  align-items: center; }
  .cpt__modal-content-link svg {
    margin-right: 6px; }
  .cpt__modal-content-link span {
    display: inline-block;
    margin-bottom: 4px; }

.conference-reports-table {
  padding: 125px 0; }
  @media screen and (max-width: 800px) {
    .conference-reports-table {
      padding: 65px 0; } }

@media screen and (max-width: 1550px) {
  .crt_inner {
    padding: 0 70px; } }

@media screen and (max-width: 1080px) {
  .crt_inner {
    padding: 0 50px; } }

@media screen and (max-width: 768px) {
  .crt_inner {
    padding: 0 30px; } }

.crt_table-box {
  overflow: auto; }

.crt_table {
  position: relative;
  width: calc(100% - 180px);
  margin: 0 auto 0; }
  @media screen and (max-width: 1550px) {
    .crt_table {
      min-width: 1370px; } }
  .crt_table:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40px;
    left: -90px;
    width: calc(100% + 180px);
    height: calc(100% - 80px);
    background: #edefe9;
    border-radius: 48px; }
    @media screen and (max-width: 1690px) {
      .crt_table:before {
        border-radius: 0; } }
    @media screen and (max-width: 1550px) {
      .crt_table:before {
        display: none; } }
  .crt_table th:first-child {
    background: #67813a;
    border-radius: 16px 0 0 0; }
  .crt_table th:last-child {
    border-radius: 0 16px 0 0; }
  .crt_table td {
    background: #fff;
    text-align: center;
    padding: 30px 10px;
    border-right: 1px solid #94a3b8; }
    .crt_table td:first-of-type {
      width: 14%; }
    .crt_table td:nth-of-type(2) {
      width: 14%; }
    .crt_table td:nth-of-type(3) {
      width: 38%; }
    .crt_table td:nth-of-type(4) {
      width: 66%; }
    .crt_table td:last-child {
      border: none; }

.crt_table-title {
  color: #ed6c0b; }
  .crt_table-title svg {
    position: relative;
    top: 12px; }
  .crt_table-title a {
    color: #ed6c0b; }

.cf_pagination {
  margin-top: 32px;
  position: relative;
  display: flex;
  justify-content: center; }
  .cf_pagination .bf_items-per-page {
    position: absolute;
    left: 90px;
    top: -6px; }
  @media screen and (max-width: 1550px) {
    .cf_pagination .bf_items-per-page {
      left: 0px; } }
  @media screen and (max-width: 840px) {
    .cf_pagination {
      flex-direction: column-reverse;
      align-items: center; }
      .cf_pagination .bf_items-per-page {
        margin-top: 16px;
        left: unset;
        top: unset;
        position: relative; } }

@media screen and (min-width: 1921px) {
  .conference-reports-table {
    padding: 6.51042vw 0; }
  .crt_table {
    width: calc(100% - 9.375vw);
    margin: 0 auto 0; }
    .crt_table:before {
      top: 2.08333vw;
      left: -4.6875vw;
      width: calc(100% + 9.375vw);
      height: calc(100% - 4.16667vw);
      border-radius: 2.5vw; }
    .crt_table .crt_table-title svg {
      width: 1.66667vw;
      height: 1.66667vw; }
    .crt_table th:first-child {
      border-radius: 0.83333vw 0 0 0; }
    .crt_table th:last-child {
      border-radius: 0 0.83333vw 0 0; }
    .crt_table td {
      padding: 1.5625vw 0.52083vw;
      border-right: 0.05208vw solid #94a3b8; }
  .crt_table-title svg {
    top: 0.625vw; }
  .cf_pagination {
    margin-top: 1.66667vw; }
    .cf_pagination .bf_items-per-page {
      left: 4.6875vw;
      top: -0.3125vw; } }

.book-reviews {
  padding: 125px 0; }

.br_books {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px 50px; }
  @media screen and (max-width: 1350px) {
    .br_books {
      grid-template-columns: 1fr;
      grid-gap: 50px; } }

.br_book {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .br_book img {
    width: 250px;
    height: 318px;
    object-fit: cover; }
    @media screen and (max-width: 400px) {
      .br_book img {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 600px) {
    .br_book {
      flex-direction: column;
      align-items: center; } }

.br_book-img {
  width: 250px;
  height: 318px;
  object-fit: cover; }
  @media screen and (max-width: 400px) {
    .br_book-img {
      width: 100%;
      height: auto; } }

.br_book-content {
  width: 100%;
  max-width: 385px;
  margin-left: 32px; }
  @media screen and (max-width: 1350px) {
    .br_book-content {
      max-width: unset; } }
  @media screen and (max-width: 600px) {
    .br_book-content {
      margin: 20px 0 0; } }

.br_book-title {
  color: #67813a;
  margin-bottom: 32px; }

.br_book-text {
  margin-bottom: 16px; }
  .br_book-text .green {
    color: #67813a; }

.br_book-link {
  color: #ed6c0b; }

.br_load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  background: transparent;
  color: #ed6c0b;
  border: 2px solid #ed6c0b;
  border-radius: 4px;
  cursor: pointer;
  margin: 65px auto 0; }
  .br_load-more-btn.hide {
    display: none; }

.br_book-pdf {
  display: flex;
  align-items: center;
  color: #ed6c0b;
  margin-top: 26px; }
  .br_book-pdf svg {
    margin-right: 4px;
    flex-shrink: 0; }

@media screen and (min-width: 1921px) {
  .book-reviews {
    padding: 6.51042vw 0; }
  .br_books {
    grid-gap: 5.20833vw 2.60417vw; }
  .br_book img {
    width: 13.02083vw;
    height: 16.5625vw; }
  .br_book-content {
    max-width: 20.05208vw;
    margin-left: 1.66667vw; }
  .br_book-title {
    margin-bottom: 1.66667vw; }
  .br_book-text {
    margin-bottom: 0.83333vw; }
  .br_load-more-btn {
    padding: 0.72917vw 1.5625vw;
    border: 0.10417vw solid #ed6c0b;
    border-radius: 0.20833vw;
    margin: 3.38542vw auto 0; }
  .br_book-link svg {
    width: 1.71875vw;
    height: 1.66667vw; } }

.single-event-top-info {
  padding: 70px 0 50px; }
  @media screen and (max-width: 800px) {
    .single-event-top-info {
      padding: 42px 0 35px; } }

.seti_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 1350px) {
    .seti_inner {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px 0; } }
  @media screen and (max-width: 610px) {
    .seti_inner {
      grid-template-columns: 1fr; } }

.seti_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .seti_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 1px;
    background: #94a3b8; }
    @media screen and (max-width: 1350px) {
      .seti_box::before {
        height: 100%; } }
    @media screen and (max-width: 610px) {
      .seti_box::before {
        display: none; } }
  .seti_box:first-child {
    align-items: flex-start; }
    .seti_box:first-child::before {
      display: none; }
    @media screen and (max-width: 1350px) {
      .seti_box:first-child {
        align-items: center; } }
  @media screen and (max-width: 1350px) {
    .seti_box:nth-child(3)::before {
      display: none; } }
  .seti_box:last-child {
    align-items: flex-end; }
    @media screen and (max-width: 1350px) {
      .seti_box:last-child {
        align-items: center; } }
  @media screen and (max-width: 610px) {
    .seti_box {
      text-align: center; } }

.seti_box-title {
  color: #67813a;
  margin-bottom: 8px; }

.seti_text {
  width: 100%;
  max-width: 250px; }

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

.seti_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ed6c0b;
  border: 2px solid #ed6c0b;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 4px; }
  .seti_btn svg {
    margin-right: 8px; }
  .seti_btn:first-child {
    margin: 16px; }

@media screen and (min-width: 1921px) {
  .single-event-top-info {
    padding: 3.64583vw 0 2.60417vw; }
  .seti_box::before {
    height: 6.25vw;
    width: 0.05208vw; }
  .seti_box-title {
    margin-bottom: 0.41667vw; }
  .seti_text {
    max-width: 13.02083vw; }
  .seti_btn {
    border: 0.10417vw solid #ed6c0b;
    padding: 0.625vw 1.04167vw;
    border-radius: 0.20833vw; }
    .seti_btn svg {
      margin-right: 0.41667vw;
      width: 1.30208vw;
      height: 1.25vw; }
    .seti_btn:first-child {
      margin: 0.83333vw; } }

.single-event-logos {
  padding-bottom: 50px; }

.sel_title {
  margin-bottom: 24px;
  color: #67813a; }

.sel_bottom {
  overflow: auto; }

.sel_bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%; }

.sel_logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: wrap; }

.sel_logo {
  margin-right: 16px;
  display: inline-block;
  max-height: 122px;
  width: 100%;
  max-width: 240px;
  object-fit: contain; }
  .sel_logo:last-of-type {
    margin-right: 0; }

.sel_btn, .sel_btn-green, .sel_btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 50px;
  background: #ed6c0b;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer; }
  .sel_btn-green, .sel_btn-green-green, .sel_btn-blue-green {
    background-color: #67813a; }
  .sel_btn-blue, .sel_btn-green-blue, .sel_btn-blue-blue {
    background-color: #013976; }

.sel_bottom span {
  color: #ed6c0b;
  padding-top: 8px; }

@media screen and (min-width: 1921px) {
  .single-event-logos {
    padding-bottom: 2.60417vw; }
  .sel_title {
    margin-bottom: 1.25vw; }
  .sel_btn {
    padding: 0.72917vw 2.60417vw;
    border-radius: 0.20833vw; }
  .sel_logo {
    margin-right: 0.83333vw;
    max-height: 6.35417vw;
    max-width: 12.5vw; } }

@media screen and (max-width: 640px) {
  .sel_bottom-inner {
    display: block; }
  .sel_logos {
    flex-wrap: wrap; }
  .sel_logo {
    max-width: 220px;
    width: auto; }
  .sel_btn {
    width: auto; } }

.single-event-title-text {
  padding-bottom: 50px; }

.sett_inner {
  text-align: justify; }
  .sett_inner h3 {
    margin-bottom: 24px;
    color: #67813a; }

@media screen and (min-width: 1921px) {
  .single-event-title-text {
    padding-bottom: 2.60417vw; }
  .sett_title {
    margin-bottom: 1.25vw; } }

.single-event-img {
  margin-bottom: 90px; }

.sei_img {
  width: 100%;
  height: auto;
  object-fit: cover; }

@media screen and (min-width: 1921px) {
  .single-event-img {
    margin-bottom: 4.6875vw; } }

.single-event-table {
  margin-bottom: 90px; }
  @media screen and (max-width: 800px) {
    .single-event-table {
      margin-bottom: 45px; } }

.set_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.set_table-box {
  overflow: auto;
  width: 100%; }

.set_title {
  margin-bottom: 32px;
  color: #67813a; }

.set_table {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 16px 16px 0 0; }
  .set_table:nth-of-type(2) {
    margin-top: 96px; }
  @media screen and (max-width: 1550px) {
    .set_table {
      min-width: 1200px; } }
  @media screen and (max-width: 1360px) {
    .set_table {
      min-width: unset; } }

.set_table-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .set_table-top {
      flex-direction: column; } }

.set_table-top-text {
  color: #fff;
  background: #78924c;
  width: 90%;
  text-align: center;
  padding: 19px 0; }
  .set_table-top-text:first-child {
    background: #557630;
    width: 10%; }
  @media screen and (max-width: 960px) {
    .set_table-top-text {
      width: 100%; }
      .set_table-top-text:first-child {
        width: 100%; } }

.set_table-bottom {
  width: 100%; }

.set_table-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .set_table-row {
      flex-direction: column; } }

.set_table-left {
  width: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px solid #cbd5e1; }
  @media screen and (max-width: 960px) {
    .set_table-left {
      width: 100%; } }

.set_table-time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px; }
  .set_table-time svg {
    margin-right: 6px; }
  @media screen and (max-width: 960px) {
    .set_table-time {
      margin: 12px 0; } }

.set_table-right {
  width: 90%;
  border-left: 1px solid #cbd5e1; }
  @media screen and (max-width: 960px) {
    .set_table-right {
      width: 100%; } }

.set_table-right-wrapper {
  padding: 24px 42px; }
  @media screen and (max-width: 420px) {
    .set_table-right-wrapper {
      padding: 24px 16px; } }

.set_table-text-lecturer-wrapper {
  color: #334155;
  margin-bottom: 16px; }
  .set_table-text-lecturer-wrapper:last-of-type {
    margin-bottom: 0; }

.set_table-text-lecturer-name {
  color: #67813a;
  font-weight: bold; }

.set_table-label {
  color: #fff;
  width: 100%;
  background: #b3c09c;
  padding: 11px 55px; }
  .set_table-label span {
    color: #fff !important; }
  .set_table-label.italic {
    font-style: italic; }

.set_table-title {
  color: #67813a;
  width: 100%;
  margin-bottom: 32px; }
  .set_table-title-small {
    color: #67813a; }

.set_table-text-lecturer-theme {
  color: #67813a; }

.set_table-text .green {
  color: #67813a; }

.lecturer_content a {
  color: #ed6c0b; }

.lecturer_content p {
  margin-bottom: 16px; }
  .lecturer_content p:last-of-type {
    margin-bottom: 0; }

.set_table-pdf-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ed6c0b;
  padding-left: 55px;
  margin-top: -25px;
  padding-bottom: 32px; }
  .set_table-pdf-link svg {
    width: 24px;
    height: 24px;
    object-fit: cover; }

.set_table-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 540px;
  margin-left: 55px;
  margin-bottom: 70px;
  border-radius: 16px;
  filter: drop-shadow(0px 12px 20px rgba(57, 65, 73, 0.08)) drop-shadow(0px 3px 6px rgba(57, 65, 73, 0.08));
  overflow: hidden; }
  .set_table-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56px;
    width: 56px; }
  .set_table-img video {
    width: 100%;
    height: auto;
    object-fit: cover; }

.set_tags-box {
  margin-top: 24px;
  align-self: flex-start; }

.set_tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 465px; }

.set_tag {
  margin-top: 8px;
  margin-right: 16px;
  color: #ed6c0b; }

.lecturer_presentation {
  display: flex;
  align-items: center;
  color: #ed6c0b; }
  .lecturer_presentation svg {
    margin-top: 6px;
    margin-right: 4px; }

.set_table-content {
  margin-bottom: 32px; }
  .set_table-content strong {
    color: #67813a; }
  .set_table-content iframe {
    margin-top: 16px; }
  .set_table-content a {
    color: #ed6c0b; }
  .set_table-content p {
    margin-bottom: 16px; }
    .set_table-content p:last-of-type {
      margin-bottom: 0; }

.bf_inner .set_tags-box {
  margin-bottom: 24px; }

.bf_inner .set_tags {
  max-width: 100%; }

@media screen and (min-width: 1921px) {
  .single-event-table {
    margin-bottom: 4.6875vw; }
  .set_table-text-lecturer-wrapper {
    margin-bottom: 0.83333vw; }
  .set_title {
    margin-bottom: 1.66667vw; }
  .set_table {
    border: 0.05208vw solid #cbd5e1;
    border-radius: 0.83333vw 0.83333vw 0 0; }
  .set_table-top {
    border-radius: 0.83333vw 0.83333vw 0 0; }
  .set_table-top-text {
    padding: 0.98958vw 0; }
  .set_table-left {
    border-top: 0.05208vw solid #cbd5e1; }
  .set_table-time {
    margin-top: 0.9375vw; }
    .set_table-time svg {
      margin-right: 0.3125vw;
      width: 1.30208vw;
      height: 1.25vw; }
  .set_table-right {
    border-left: 0.05208vw solid #cbd5e1; }
  .set_table-label {
    padding: 0.57292vw 2.86458vw; }
  .lecturer_content p {
    margin-bottom: 0.83333vw; }
  .set_table-pdf-link {
    padding-left: 2.86458vw;
    margin-top: -1.30208vw;
    padding-bottom: 1.66667vw; }
    .set_table-pdf-link svg {
      width: 1.25vw;
      height: 1.25vw; }
  .set_table-img {
    width: 28.125vw;
    margin-left: 2.86458vw;
    margin-bottom: 3.64583vw;
    border-radius: 0.83333vw;
    filter: drop-shadow(0vw 0.625vw 1.04167vw rgba(57, 65, 73, 0.08)) drop-shadow(0vw 0.15625vw 0.3125vw rgba(57, 65, 73, 0.08)); }
    .set_table-img img {
      height: 2.91667vw;
      width: 2.91667vw; }
  .set_tags-box {
    margin-top: 1.25vw; }
  .set_tags {
    max-width: 24.21875vw; }
  .set_tag {
    margin-top: 0.41667vw;
    margin-right: 0.83333vw; }
  .set_table-title {
    margin-bottom: 1.66667vw; }
  .set_table-right-wrapper {
    padding: 1.25vw 2.1875vw; }
  .set_table-content {
    margin-bottom: 1.66667vw; }
    .set_table-content iframe {
      margin-top: 0.83333vw; }
    .set_table-content p {
      margin-bottom: 0.83333vw; } }

.single-event-gallery {
  margin-bottom: 125px; }
  @media screen and (max-width: 800px) {
    .single-event-gallery {
      margin-bottom: 65px; } }

.seg_top-text {
  margin-bottom: 24px; }

.seg_gallery-imgs {
  position: relative;
  width: 976px;
  height: 508px; }
  @media screen and (max-width: 1120px) {
    .seg_gallery-imgs {
      width: 100%;
      height: 45.18887vw; } }
  @media screen and (max-width: 650px) {
    .seg_gallery-imgs {
      height: 50.18887vw; } }

.seg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: visible;
  z-index: -1;
  will-change: visibility, opacity;
  transition: 0.3s visibility, 0.3s opacity;
  pointer-events: none; }
  .seg_img.active {
    z-index: 5;
    visibility: visible;
    opacity: 1; }

.seg_gallery-small-imgs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
  width: 100%;
  max-width: 976px;
  margin-top: 24px; }
  @media screen and (max-width: 900px) {
    .seg_gallery-small-imgs {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 500px) {
    .seg_gallery-small-imgs {
      grid-template-columns: repeat(2, 1fr); } }

.seg_img-small {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  cursor: pointer; }

.seg_gallery-arrows {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 26px;
  width: calc(100% - 52px);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .seg_gallery-arrows img {
    cursor: pointer; }
  @media screen and (max-width: 550px) {
    .seg_gallery-arrows {
      display: none; } }

@media screen and (min-width: 1921px) {
  .single-event-gallery {
    margin-bottom: 6.51042vw; }
  .seg_top-text {
    margin-bottom: 1.25vw; }
  .seg_gallery-imgs {
    width: 50.83333vw;
    height: 26.45833vw; }
  .seg_gallery-small-imgs {
    grid-gap: 1.25vw;
    max-width: 50.83333vw;
    margin-top: 1.25vw; }
  .seg_img-small {
    border-radius: 0.83333vw; }
  .seg_gallery-arrows {
    left: 1.35417vw;
    width: calc(100% - 2.70833vw);
    height: 2.08333vw; } }

.event-videos {
  padding: 125px 0; }
  @media screen and (max-width: 800px) {
    .event-videos {
      padding: 65px 0; } }

.ev_videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 72px 32px; }
  @media screen and (max-width: 1500px) {
    .ev_videos {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 920px) {
    .ev_videos {
      grid-template-columns: 1fr;
      grid-gap: 40px; } }

.ev_video-item {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 12px 20px rgba(57, 65, 73, 0.08)) drop-shadow(0 3px 6px rgba(57, 65, 73, 0.08));
  border-radius: 16px;
  overflow: hidden; }
  .ev_video-item iframe {
    width: 100%;
    height: 100%; }

.ev_img {
  position: relative;
  width: 100%;
  height: 294px; }
  .ev_img video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .ev_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56px;
    width: 56px; }
  @media screen and (max-width: 435px) {
    .ev_img {
      height: 165px; } }

.ev_video-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  background: #fff;
  margin-top: auto; }

.ev_video-title {
  color: #67813a;
  margin-bottom: 40px; }

.ev_additional-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 420px) {
    .ev_additional-info {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; } }

.ev_date,
.ev_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .ev_date svg,
  .ev_btn svg {
    margin-right: 5px; }

.ev_btn {
  color: #ed6c0b;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer; }
  @media screen and (max-width: 420px) {
    .ev_btn {
      margin-top: 8px; } }

.ev_load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #ed6c0b;
  color: #ed6c0b;
  padding: 14px 30px;
  cursor: pointer;
  margin: 65px auto 0; }
  .ev_load-more-btn.hide {
    display: none; }

@media screen and (min-width: 1921px) {
  .event-videos {
    padding: 6.51042vw 0; }
  .ev_videos {
    grid-gap: 3.75vw 1.66667vw; }
  .ev_video-item {
    filter: drop-shadow(0 0.625vw 1.04167vw rgba(57, 65, 73, 0.08)) drop-shadow(0 0.15625vw 0.3125vw rgba(57, 65, 73, 0.08));
    border-radius: 0.83333vw; }
  .ev_img {
    height: 15.3125vw; }
    .ev_img img {
      height: 2.91667vw;
      width: 2.91667vw; }
  .ev_video-content {
    padding: 1.25vw; }
  .ev_video-title {
    margin-bottom: 2.08333vw; }
  .ev_date svg,
  .ev_btn svg {
    margin-right: 0.26042vw;
    width: 1.30208vw;
    height: 1.25vw; }
  .ev_load-more-btn {
    border: 0.10417vw solid #ed6c0b;
    padding: 0.72917vw 1.5625vw;
    margin: 3.38542vw auto 0; } }

.single-publication-boxes {
  padding: 70px 0; }
  @media screen and (max-width: 800px) {
    .single-publication-boxes {
      padding: 40px 0 30px; } }

.spb_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px; }
  @media screen and (max-width: 540px) {
    .spb_inner {
      grid-template-columns: 1fr; } }

.spb_box-title {
  color: #67813a;
  margin-bottom: 16px; }

.spb_box-text {
  margin-bottom: 8px; }
  .spb_box-text span {
    cursor: pointer; }
  .spb_box-text:last-child {
    margin-bottom: 0; }
  .spb_box-text .orange {
    color: #ed6c0b; }

.spb_box-tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px; }

.apb-box-tag {
  cursor: pointer;
  margin: 0 0 8px 4px;
  color: #ed6c0b; }
  .apb-box-tag:first-of-type {
    margin-left: 0; }

.spb_box-download {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ed6c0b; }
  .spb_box-download svg {
    width: 24px;
    height: 24px;
    margin-right: 5px; }

@media screen and (min-width: 1921px) {
  .single-publication-boxes {
    padding: 6.51042vw 0 3.64583vw; }
  .spb_inner {
    grid-gap: 1.5625vw; }
  .spb_box-title {
    margin-bottom: 0.83333vw; }
  .spb_box-text {
    margin-bottom: 0.41667vw; }
  .spb_box-tags {
    max-width: 26.04167vw; }
  .apb-box-tag {
    margin: 0 0 0.41667vw 0.20833vw; }
  .spb_box-download svg {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.26042vw; } }

.single-publication-content {
  padding-bottom: 125px; }
  .single-publication-content .disclaimer {
    color: #334155;
    width: 100%;
    margin-bottom: 24px; }

.spc_content {
  text-align: justify; }
  .spc_content p {
    margin-bottom: 16px; }
    .spc_content p strong {
      display: inline-block;
      color: #67813a; }
    .spc_content p:first-of-type {
      margin-bottom: 16px; }
    .spc_content p:last-of-type {
      margin-bottom: 0; }
  .spc_content div {
    margin-bottom: 16px; }
    .spc_content div strong {
      display: inline-block;
      color: #67813a; }
    .spc_content div:last-of-type {
      margin-bottom: 0; }
  .spc_content h2 {
    margin: 64px 0 32px;
    color: #67813a; }
  .spc_content h3 {
    color: #67813a;
    margin: 32px 0; }
  .spc_content h4 {
    color: #67813a;
    margin: 24px 0; }
  .spc_content h5 {
    color: #67813a;
    margin: 24px 0; }
  .spc_content h6 {
    color: #67813a;
    margin: 24px 0; }
  .spc_content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0; }
  .spc_content a {
    color: #ed6c0b; }
  .spc_content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px; }
    .spc_content ul li:last-child {
      margin-bottom: 0; }
    .spc_content ul li::before {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 4px;
      height: 4px;
      background: #000; }
  .spc_content ol li {
    position: relative;
    margin-left: 18px;
    margin-bottom: 7px; }
    .spc_content ol li:last-child {
      margin-bottom: 0; }

.spc_footnote {
  text-align: justify; }
  .spc_footnote a {
    color: #ed6c0b; }
  .spc_footnote.active {
    background-color: #edefe9; }

.spc_content-reference-title {
  margin: 36px 0 24px !important; }

.spc_top-info {
  margin-top: 70px;
  padding: 32px 0;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1; }
  .spc_top-info li {
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 32px;
    display: flex;
    color: #334155; }
    .spc_top-info li:last-of-type {
      margin-bottom: 0; }

.spc_top-info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 32px; }
  .spc_top-info-item svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 8px; }
  .spc_top-info-item:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 1921px) {
  .spc_content-reference-title {
    margin: 1.875vw 0 1.25vw !important; }
  .single-publication-content {
    padding-bottom: 6.51042vw; }
    .single-publication-content .disclaimer {
      margin-bottom: 1.25vw; }
  .spc_content p {
    margin-bottom: 0.83333vw; }
    .spc_content p strong {
      margin-bottom: 0.83333vw; }
    .spc_content p:first-of-type {
      margin-bottom: 0.83333vw; }
  .spc_content div {
    margin-bottom: 0.83333vw; }
  .spc_content h2 {
    margin: 3.33333vw 0 1.66667vw; }
  .spc_content h3 {
    margin: 1.66667vw 0; }
  .spc_content h4 {
    margin: 1.25vw 0; }
  .spc_content h5 {
    margin: 1.25vw 0; }
  .spc_content h6 {
    margin: 1.25vw 0; }
  .spc_content img {
    margin: 3.33333vw 0; }
  .spc_content ul li {
    padding-left: 0.78125vw;
    margin-bottom: 0.36458vw; }
    .spc_content ul li::before {
      top: 0.625vw;
      width: 0.20833vw;
      height: 0.20833vw; }
  .spc_content ol li {
    margin-left: 0.9375vw;
    margin-bottom: 0.36458vw; }
  .spc_top-info {
    margin-top: 3.64583vw;
    padding: 1.66667vw 0;
    border-top: 0.05208vw solid #cbd5e1;
    border-bottom: 0.05208vw solid #cbd5e1; }
  .spc_top-info-item {
    margin-bottom: 1.66667vw; }
    .spc_top-info-item svg {
      width: 1.25vw;
      height: 1.25vw;
      min-width: 1.25vw;
      min-height: 1.25vw;
      margin-right: 0.41667vw; } }

.single-publication-authors {
  padding: 124px 0 0;
  background: #f8fafc;
  width: 100%; }
  @media screen and (max-width: 1080px) {
    .single-publication-authors {
      padding: 100px 0 0; } }
  @media screen and (max-width: 768px) {
    .single-publication-authors {
      padding: 70px 0 0; } }

.spa_inner-title-wrapper {
  display: flex;
  justify-content: space-between; }
  .spa_inner-title-wrapper .spa_pagination-wrapper {
    display: flex; }
    .spa_inner-title-wrapper .spa_pagination-wrapper.hide {
      display: none; }
    .spa_inner-title-wrapper .spa_pagination-wrapper.hide-middle {
      display: none; }
      @media screen and (max-width: 859px) {
        .spa_inner-title-wrapper .spa_pagination-wrapper.hide-middle {
          display: flex; } }
    .spa_inner-title-wrapper .spa_pagination-wrapper.hide-desktop {
      display: none; }
      @media screen and (max-width: 1299px) {
        .spa_inner-title-wrapper .spa_pagination-wrapper.hide-desktop {
          display: flex; } }
  .spa_inner-title-wrapper .swiper-button-prev-authors {
    margin-right: 36px; }
  @media screen and (max-width: 560px) {
    .spa_inner-title-wrapper {
      flex-direction: column; }
      .spa_inner-title-wrapper .spa_pagination-wrapper {
        margin-bottom: 16px; } }

.spa_title {
  color: #67813a;
  margin-bottom: 32px; }
  @media screen and (max-width: 560px) {
    .spa_title {
      margin-top: 24px; } }

.spa_authors {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0 -16px; }
  @media screen and (max-width: 1180px) {
    .spa_authors {
      justify-content: center;
      margin: 0; } }

.spa_author {
  position: relative;
  width: calc(33% - 32px);
  height: fit-content;
  background: #fff;
  padding: 24px;
  margin: 0 16px 32px 16px;
  cursor: pointer; }
  .spa_author .spa_author-sign {
    width: 32px;
    height: 32px;
    position: relative; }
    .spa_author .spa_author-sign svg {
      position: absolute;
      top: 0;
      left: 0; }
      .spa_author .spa_author-sign svg:first-of-type {
        display: block; }
      .spa_author .spa_author-sign svg:last-of-type {
        display: none; }
  .spa_author.active .spa_author-sign {
    width: 32px;
    height: 32px;
    position: relative; }
    .spa_author.active .spa_author-sign svg {
      position: absolute;
      top: 0;
      left: 0; }
      .spa_author.active .spa_author-sign svg:first-of-type {
        display: none; }
      .spa_author.active .spa_author-sign svg:last-of-type {
        display: block; }
  @media screen and (max-width: 1480px) {
    .spa_author {
      width: calc(33% - 16px);
      padding: 16px;
      margin-bottom: 24px; } }
  @media screen and (max-width: 1180px) {
    .spa_author {
      width: calc(33% - 8px); } }
  @media screen and (max-width: 1180px) {
    .spa_author {
      width: 40%;
      margin: 0 16px 24px 0; } }
  @media screen and (max-width: 860px) {
    .spa_author {
      width: 46%; } }
  @media screen and (max-width: 768px) {
    .spa_author {
      width: 100%;
      margin: 0 0 24px 0; } }

.spa_author-name {
  color: #67813a;
  max-width: 156px;
  width: 100%; }

.spa_author-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.spa_author-content {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: height 0.3s; }

.spa_author-text {
  background-color: #fff;
  height: fit-content;
  margin-bottom: 32px;
  padding: 24px; }
  .spa_author-text a {
    color: #ed6c0b; }
  .spa_author-text .green {
    color: #67813a; }
  @media screen and (max-width: 1480px) {
    .spa_author-text {
      padding: 16px;
      margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .spa_author-text {
      padding: 0;
      padding-top: 16px; } }

.spa_author-img-box {
  width: 124px;
  height: 124px;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 1480px) {
    .spa_author-img-box {
      margin-right: 16px; } }

.spa_author-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media screen and (min-width: 1921px) {
  .single-publication-authors {
    padding: 6.45833vw 0 0; }
  .spa_inner-title-wrapper .swiper-button-prev-authors {
    margin-right: 1.875vw; }
  .spa_title {
    margin-bottom: 1.66667vw; }
  .spa_authors {
    margin: 0 -0.83333vw; }
  .spa_author {
    width: calc(33% - 1.66667vw);
    padding: 1.25vw;
    margin: 0 0.83333vw 1.66667vw 0.83333vw; }
    .spa_author .spa_author-sign {
      width: 1.66667vw;
      height: 1.66667vw; }
    .spa_author.active .spa_author-sign {
      width: 1.66667vw;
      height: 1.66667vw; }
  .spa_author-name {
    max-width: 8.125vw; }
  .spa_author-text {
    margin-bottom: 1.66667vw;
    padding: 1.25vw; }
  .spa_author-img-box {
    width: 6.45833vw;
    height: 6.45833vw;
    border-radius: 0.41667vw; } }

.single-publication-more {
  padding: 125px 0;
  background: #fff; }
  @media screen and (max-width: 800px) {
    .single-publication-more {
      padding: 65px 0; } }

.spm_title {
  color: #67813a;
  margin-bottom: 32px; }

.spm_text {
  margin-bottom: 15px; }

.spm_tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 470px;
  width: 100%; }

.spm_tag {
  color: #ed6c0b;
  margin: 0 16px 8px 0; }

@media screen and (min-width: 1921px) {
  .single-publication-more {
    padding: 6.51042vw 0; }
  .spm_title {
    margin-bottom: 1.66667vw; }
  .spm_text {
    margin-bottom: 0.78125vw; }
  .spm_tags {
    max-width: 24.47917vw; }
  .spm_tag {
    margin: 0 0.83333vw 0.41667vw 0; } }

.guidelines-content {
  padding: 125px 0; }
  @media screen and (max-width: 800px) {
    .guidelines-content {
      padding: 65px 0; } }

.gc_content h2 {
  color: #67813a;
  margin: 65px 0 32px; }

.gc_content p {
  margin-bottom: 15px; }
  .gc_content p a {
    color: inherit;
    text-decoration: underline; }

.gc_content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 7px; }
  .gc_content ul li:last-child {
    margin-bottom: 0; }
  .gc_content ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #000; }

@media screen and (min-width: 1921px) {
  .guidelines-content {
    padding: 6.51042vw 0; }
  .gc_content h2 {
    margin: 3.38542vw 0 1.66667vw; }
  .gc_content p {
    margin-bottom: 0.78125vw; }
  .gc_content ul li {
    padding-left: 0.78125vw;
    margin-bottom: 0.36458vw; }
    .gc_content ul li::before {
      top: 0.625vw;
      width: 0.20833vw;
      height: 0.20833vw; } }

.register-form-online {
  padding: 70px 0; }
  .register-form-online .cf_form {
    align-items: flex-start;
    padding: 0; }
    .register-form-online .cf_form .wpcf7-form {
      max-width: 690px; }
  .register-form-online .cf_submit {
    display: none; }
    .register-form-online .cf_submit a {
      color: #67813a; }
  .register-form-online .cf_form .wpcf7-list-item .wpcf7-list-item-label::before,
  .register-form-online .cf_form .wpcf7-list-item .wpcf7-list-item-label::after {
    top: 10px; }
  @media screen and (max-width: 800px) {
    .register-form-online {
      padding: 50px 0; } }

.rfo_title {
  margin-bottom: 32px;
  color: #67813a; }

.rfo_infos {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 24px; }
  @media screen and (max-width: 555px) {
    .rfo_infos {
      flex-direction: column; } }

.rfo_info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border-right: 1px solid #94a3b8; }
  @media screen and (max-width: 555px) {
    .rfo_info {
      border: none;
      align-items: center;
      text-align: center;
      padding: 15px 0; } }

.rfo_info-title {
  color: #67813a;
  margin-bottom: 8px; }

.rdf_info-text {
  width: 100%;
  max-width: 165px; }

.rfo_logos {
  margin-bottom: 24px;
  overflow: auto; }

.rfo_logos-inner {
  min-width: 600px;
  width: 100%;
  display: flex; }

.rfo_logo-image-wrapper {
  max-width: 192px;
  width: 100%;
  padding: 20px;
  margin-right: 8px; }
  .rfo_logo-image-wrapper:last-of-type {
    margin-right: 0; }

.rfo_logo {
  max-width: 100%;
  width: auto;
  height: auto; }

.wpcf7-not-valid-tip {
  top: 0; }

.wpcf7-form-control-wrap[data-name="your-message"] .wpcf7-not-valid-tip {
  top: -25px; }

@media screen and (min-width: 1921px) {
  .rfo_logo-image-wrapper {
    max-width: 10vw;
    padding: 1.04167vw;
    margin-right: 0.41667vw; }
  .register-form-online {
    padding: 3.64583vw 0; }
    .register-form-online .cf_form .wpcf7-form {
      max-width: 35.9375vw; }
    .register-form-online .cf_form .wpcf7-list-item .wpcf7-list-item-label::before,
    .register-form-online .cf_form .wpcf7-list-item .wpcf7-list-item-label::after {
      top: 0.52083vw; }
  .rfo_title {
    margin-bottom: 1.66667vw; }
  .rfo_infos {
    margin-bottom: 1.25vw; }
  .rfo_info {
    padding: 1.35417vw;
    border-right: 0.05208vw solid #94a3b8; }
  .rfo_info-title {
    margin-bottom: 0.41667vw; }
  .rdf_info-text {
    max-width: 8.59375vw; }
  .rfo_logos {
    margin-bottom: 1.25vw; }
  .rfo_logos-inner {
    min-width: 31.25vw; }
  .wpcf7-form-control-wrap[data-name="your-message"] .wpcf7-not-valid-tip {
    top: -1.30208vw; } }

.survey-form {
  width: 100%;
  height: fit-content;
  padding: 126px 0; }

.survey-form__introduction {
  margin-bottom: 74px; }
  .survey-form__introduction h2 {
    font-family: "Sora";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 133%;
    color: #67813a;
    margin-bottom: 32px; }
  .survey-form__introduction p {
    color: #334155;
    font-family: "Sora";
    font-style: normal;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 14px; }
    .survey-form__introduction p:last-of-type {
      margin-bottom: 0; }

.quiz_section.quiz_begin {
  margin-bottom: 114px;
  max-width: 688px;
  width: 100%; }
  .quiz_section.quiz_begin .qsm_contact_div {
    margin: 0; }
  .quiz_section.quiz_begin input[type="text"],
  .quiz_section.quiz_begin input[type="email"],
  .quiz_section.quiz_begin textarea {
    width: 100%;
    background: #fff;
    padding: 10px 16px;
    border: 1px solid #94a3b8;
    border-radius: 8px;
    font-family: "Sora";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 24px;
    -webkit-appearance: none; }
    .quiz_section.quiz_begin input[type="text"]:focus,
    .quiz_section.quiz_begin input[type="email"]:focus,
    .quiz_section.quiz_begin textarea:focus {
      border: 1px solid #67813a;
      outline: none; }
    .quiz_section.quiz_begin input[type="text"]:-webkit-autofill,
    .quiz_section.quiz_begin input[type="email"]:-webkit-autofill,
    .quiz_section.quiz_begin textarea:-webkit-autofill {
      color: #fff; }

.quiz_section.qsm-question-wrapper.question-type-2 {
  display: flex;
  flex-direction: column; }

.quiz_section.qsm-question-wrapper.question-type-3 {
  display: flex;
  flex-direction: column; }

.qsm-pagination {
  margin: 0;
  margin-top: 64px !important; }

.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="submit"] {
  border: 2px solid #ed6c0b !important;
  background-color: #ed6c0b !important;
  position: absolute !important;
  left: 0;
  top: 0; }

.qsm-quiz-container.qsm-quiz-container-3.qmn_quiz_container {
  max-width: 1120px;
  width: 100%; }

.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form .mlw_qmn_question.qsm_remove_bold {
  display: none !important;
  margin-bottom: 0 !important; }

.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form .mlw_qmn_new_question {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  display: inline-block;
  margin-bottom: 32px !important;
  color: #67813a; }

.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form ul,
.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form select,
.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form .mlw_qmn_question,
.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form .qmn_accept_answers,
.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form label {
  font-family: "Sora";
  font-style: light !important;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 162%;
  color: #334155; }

.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input,
.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form select,
.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form textarea {
  border: 1px solid #94a3b8 !important;
  border-radius: 8px !important; }

.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="text"],
.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form select {
  max-width: 688px !important;
  width: 100%; }

.qsm-quiz-form.qmn_quiz_form.mlw_quiz_form textarea {
  max-width: 1120px !important;
  width: 100%; }

.wpforms-container.wpforms-container-full .wpforms-field > label {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  display: inline-block;
  margin-bottom: 32px !important;
  color: #67813a; }
  .wpforms-container.wpforms-container-full .wpforms-field > label label {
    font-family: "Sora";
    font-style: light;
    font-weight: 300;
    font-size: 16px;
    line-height: 162%;
    color: #334155; }

.wpforms-container.wpforms-container-full .wpforms-field input,
.wpforms-container.wpforms-container-full .wpforms-field ul,
.wpforms-container.wpforms-container-full .wpforms-field select,
.wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-number-slider-hint {
  font-family: "Sora";
  font-style: light;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  color: #334155; }

.wpforms-container.wpforms-container-full .wpforms-field input,
.wpforms-container.wpforms-container-full .wpforms-field select,
.wpforms-container.wpforms-container-full .wpforms-field textarea {
  border: 1px solid #94a3b8 !important;
  border-radius: 8px !important; }

.wpforms-container.wpforms-container-full .wpforms-field input[type="text"],
.wpforms-container.wpforms-container-full .wpforms-field select {
  max-width: 688px !important;
  width: 100%; }

.wpforms-container.wpforms-container-full .wpforms-field textarea {
  max-width: 1120px !important;
  width: 100%; }

.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  display: inline;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  word-break: break-word; }

.wpforms-container.wpforms-container-full .wpforms-field-description {
  font-family: "Sora";
  font-style: light;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  color: #334155; }

.qmn_results_page .qsm-results-page {
  color: #334155; }

@media screen and (max-width: 1420px) {
  .survey-form {
    padding: 100px 0; } }

@media screen and (max-width: 768px) {
  .survey-form {
    padding: 70px 0; } }

.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 10; }
  .pagination > span {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 4px; }
    .pagination > span:first-of-type {
      margin-right: 8px; }
    .pagination > span:last-of-type {
      margin-left: 8px; }

.pagination__container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination__container a {
    color: inherit; }
    .pagination__container a:last-of-type {
      margin-right: 0; }
  .pagination__container a,
  .pagination__container span {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    margin-right: 8px; }
    .pagination__container a:visited,
    .pagination__container span:visited {
      color: inherit; }
  .pagination__container .pagination-item {
    cursor: pointer; }
    .pagination__container .pagination-item.active {
      border-color: #ed6c0b;
      color: #ed6c0b; }
  .pagination__container .current {
    cursor: pointer;
    margin-right: 8px !important;
    color: #ed6c0b;
    border-color: #ed6c0b; }

.member-single {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 90px 0; }

.member-single__image-wrapper {
  margin-bottom: 28px; }

.member-single__image {
  max-width: 100%;
  width: auto;
  object-fit: contain; }

.member-single__content p {
  margin-bottom: 24px; }

.member-single__content a {
  color: #ed6c0b; }

.member-single__content ul {
  margin-bottom: 24px; }
  .member-single__content ul li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 14px; }
    .member-single__content ul li::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #334155; }
    .member-single__content ul li:last-of-type {
      margin-bottom: 0; }

@media screen and (max-width: 1240px) {
  .member-single__content p {
    margin-bottom: 14px; }
  .member-single__content ul {
    margin-bottom: 14px; }
    .member-single__content ul li {
      margin-bottom: 14px; } }

@media screen and (max-width: 768px) {
  .member-single {
    padding: 70px 0; } }

@media screen and (min-width: 1921px) {
  .member-single {
    padding: 4.6875vw 0; }
  .member-single__image-wrapper {
    margin-bottom: 1.45833vw; }
  .member-single__content p {
    margin-bottom: 1.25vw; }
  .member-single__content ul {
    margin-bottom: 1.25vw; }
    .member-single__content ul li {
      margin-bottom: 1.25vw;
      padding-left: 0.72917vw; }
      .member-single__content ul li::after {
        top: 0.625vw;
        width: 0.20833vw;
        height: 0.20833vw; } }

.related-publ {
  padding: 126px 0; }

.related-publ__title {
  margin-bottom: 48px;
  color: #67813a;
  padding-left: 18px; }

.related-publ__slider-wrapper .swiper-slide {
  height: auto; }

.related-publ__slider-wrapper {
  position: relative;
  max-width: 1508px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto; }
  .related-publ__slider-wrapper .publications__item-wrapper {
    max-width: unset;
    width: 92% !important; }
  .related-publ__slider-wrapper .swiper-button-prev-related {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .related-publ__slider-wrapper .swiper-button-prev-related.swiper-button-lock {
      display: none; }
  .related-publ__slider-wrapper .swiper-button-next-related {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    .related-publ__slider-wrapper .swiper-button-next-related.swiper-button-lock {
      display: none; }

@media screen and (max-width: 1580px) {
  .related-publ {
    padding: 126px 70px; } }

@media screen and (max-width: 1480px) {
  .related-publ {
    padding: 126px 20px; }
  .related-publ__slider-wrapper .publications__item-wrapper {
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .related-publ__slider-wrapper {
    padding: 0; }
  .related-publ__slider-wrapper .swiper-button-prev-related {
    cursor: pointer;
    position: absolute;
    top: unset;
    bottom: -74px;
    left: 0; }
  .related-publ__slider-wrapper .swiper-button-next-related {
    cursor: pointer;
    top: unset;
    bottom: -74px;
    left: 64px;
    right: unset; } }

@media screen and (min-width: 1921px) {
  .related-publ {
    padding: 6.5625vw 0; }
  .related-publ__title {
    margin-bottom: 2.5vw;
    padding-left: 0.9375vw; }
  .related-publ__slider-wrapper {
    max-width: 78.54167vw;
    padding: 0 2.60417vw; }
  .related-publ__slider-wrapper .swiper-button-prev-related svg {
    width: 40px;
    height: 40px; }
  .related-publ__slider-wrapper .swiper-button-next-related svg {
    width: 2.08333vw;
    height: 2.08333vw; } }

.related-events {
  padding: 126px 0; }

.related-events__wrapper {
  position: relative;
  max-width: 1508px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto; }
  .related-events__wrapper .swiper-slide {
    height: auto !important;
    display: flex;
    justify-content: center; }

.related-events__title {
  margin-bottom: 48px;
  color: #67813a;
  padding-left: 18px; }

.related-events__slide-item {
  height: 100%;
  max-width: unset;
  width: 92% !important;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 3px 6px rgba(57, 65, 73, 0.08)) drop-shadow(0px 12px 20px rgba(57, 65, 73, 0.08)); }

.related-events__slide-item-upper {
  min-height: 220px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #f1f5f9;
  border-radius: 16px 16px 0px 0px; }

.related-events__slide-item-bottom {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.related-events__slide-item-bottom-title {
  color: #67813a;
  margin-bottom: 16px; }

.related-events__slide-item-bottom-content {
  margin-bottom: 16px;
  color: #334155;
  margin-top: auto; }
  .related-events__slide-item-bottom-content p {
    color: #334155; }

.related-events__slide-item-bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #334155; }
  .related-events__slide-item-bottom-date svg {
    margin-right: 4px; }

.related-events__slide-item-bottom-tags {
  display: flex;
  flex-wrap: wrap; }
  .related-events__slide-item-bottom-tags span {
    color: #ed6c0b;
    display: inline-block;
    margin-right: 8px; }

.swiper-button-prev-related-event {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.swiper-button-next-related-event {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

@media screen and (max-width: 1580px) {
  .related-events {
    padding: 126px 70px; } }

@media screen and (max-width: 1480px) {
  .related-events {
    padding: 126px 20px; }
  .related-events__wrapper .related-events__slide-item {
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .related-events__wrapper {
    padding: 0; }
  .swiper-button-prev-related-event {
    position: absolute;
    top: unset;
    bottom: -74px;
    left: 0; }
  .swiper-button-next-related-event {
    top: unset;
    bottom: -74px;
    left: 64px;
    right: unset; }
  .related-events__slide-item-bottom {
    padding: 16px; } }

@media screen and (min-width: 1921px) {
  .related-events {
    padding: 6.5625vw 0; }
  .related-events__wrapper {
    max-width: 78.54167vw;
    padding: 0 2.60417vw; }
  .related-events__title {
    margin-bottom: 2.5vw;
    padding-left: 0.9375vw; }
  .related-events__slide-item {
    filter: drop-shadow(0vw 0.15625vw 0.3125vw rgba(57, 65, 73, 0.08)) drop-shadow(0vw 0.625vw 1.04167vw rgba(57, 65, 73, 0.08)); }
  .related-events__slide-item-upper {
    min-height: 11.45833vw;
    padding: 1.66667vw;
    border-radius: 0.83333vw 0.83333vw 0vw 0vw; }
    .related-events__slide-item-upper img {
      width: 4.89583vw;
      height: 6.51042vw; }
  .related-events__slide-item-bottom {
    padding: 1.25vw; }
  .related-events__slide-item-bottom-title {
    margin-bottom: 0.83333vw; }
  .related-events__slide-item-bottom-content {
    margin-bottom: 0.83333vw; }
  .related-events__slide-item-bottom-date {
    margin-bottom: 0.83333vw; }
    .related-events__slide-item-bottom-date svg {
      margin-right: 0.20833vw;
      width: 1.25vw;
      height: 1.25vw; }
  .related-events__slide-item-bottom-tags span {
    margin-right: 0.41667vw; }
  .swiper-button-prev-related-event svg {
    width: 2.08333vw;
    height: 2.08333vw; }
  .swiper-button-next-related-event svg {
    width: 2.08333vw;
    height: 2.08333vw; } }

.rt_top {
  width: 100%;
  max-width: 1408px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .rt_top select {
    cursor: pointer;
    padding: 12px 12px 12px 16px;
    border-radius: 8px;
    border: 1px solid #94a3b8; }
    .rt_top select option {
      width: 100%;
      height: 100%; }

.rt_top-status {
  color: #67813a; }

.set_tag-green {
  font-weight: bold;
  color: #78924c; }

@media screen and (min-width: 1921px) {
  .rt_top {
    max-width: 73.33333vw;
    margin-bottom: 1.25vw; }
    .rt_top select {
      padding: 0.625vw 0.625vw 0.625vw 0.83333vw;
      border-radius: 0.41667vw;
      border: 0.05208vw solid #94a3b8; } }

.tags-event-row .bf_data-content .etb_data-tags {
  margin-bottom: 8px; }

.tags-event-row .bf_data-content a {
  color: #ed6c0b; }

.bf_table-box .etb_data-tag p {
  color: #334155; }

.tags-event-row-register {
  text-align: center; }
  .tags-event-row-register span {
    display: block;
    margin-bottom: 8px; }

.cf_file-wrapper {
  margin-bottom: 30px; }

p {
  text-align: distribute; }

strong {
  color: #67813a; }

h2,
h3,
h4,
h5,
h6 {
  color: #67813a; }

option[value="Corporate Members"],
option[value="Academic Institutions"],
option[value="Central Banks & Supervisors"] {
  color: #67813a;
  text-transform: uppercase;
  pointer-events: none; }

.link, .qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="submit"] {
  display: inline-block;
  background-color: #ed6c0b;
  border: 2px solid #ed6c0b;
  letter-spacing: 0.02em;
  color: #fff;
  width: fit-content;
  padding: 14px 32px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 10; }
  .link:hover, .qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input:hover[type="submit"] {
    color: #ed6c0b; }
    .link:hover::after, .qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="submit"]:hover::after {
      transform: none; }
  .link::after, .qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="submit"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateY(-103%);
    transition: transform 0.3s;
    z-index: -1; }

.link--border {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ed6c0b;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ed6c0b;
  width: fit-content;
  padding: 14px 30px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s color;
  z-index: 10; }
  .link--border:hover {
    color: #fff; }
    .link--border:hover::after {
      transform: none; }
  .link--border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed6c0b;
    transform: translateY(100%);
    transform-origin: bottom;
    transition: transform 0.3s;
    z-index: -1; }

.wysiwyg-text p {
  margin-bottom: 24px; }
  .wysiwyg-text p:last-of-type {
    margin-bottom: 0; }

.wysiwyg-text a {
  color: #ed6c0b; }

.wysiwyg-text ul {
  position: relative;
  margin-bottom: 32px; }
  .wysiwyg-text ul li {
    position: relative;
    padding-left: 14px;
    margin-left: 10px; }
    .wysiwyg-text ul li::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #334155; }

.container {
  max-width: 1696px;
  width: 100%;
  margin: 0 auto; }

.container--1588 {
  max-width: 1588px;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.container--1408 {
  max-width: 1408px;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.title-48 {
  color: #fff; }

.title-48--green {
  color: #67813a; }

.list li {
  position: relative;
  padding-left: 14px; }
  .list li::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 14px;
    left: 0;
    background-color: #334155; }

/********** SLIDERS ON HOMEPAGE ************/
.wrapper-main {
  max-width: 1812px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }
  .wrapper-main .wrapper-slider {
    max-width: 1696px;
    width: 100%;
    margin: 0 auto; }

@media screen and (max-width: 1860px) {
  .wrapper-main,
  .container {
    padding: 0 70px; } }

@media screen and (max-width: 1480px) {
  .container--1408 {
    padding: 0 70px; } }

@media screen and (max-width: 1080px) {
  .container--1408,
  .container {
    padding: 0 50px; } }

@media screen and (max-width: 768px) {
  .wrapper-main {
    padding: 0 20px; }
  .container--1408,
  .container {
    padding: 0 20px; } }

/******* table *********/
table {
  border-collapse: collapse; }

thead {
  color: #fff; }
  thead th {
    padding: 20px 0; }
  thead th:nth-of-type(odd) {
    background-color: #67813a; }
  thead th:nth-of-type(even) {
    background-color: #78924c; }

tbody {
  border-left: 1px solid #94a3b8;
  border-right: 1px solid #94a3b8;
  color: #334155; }
  tbody tr {
    border-bottom: 1px solid #94a3b8;
    height: 148px; }

@media screen and (min-width: 1921px) {
  .wysiwyg-text p {
    margin-bottom: 1.25vw; }
  .wysiwyg-text ul li {
    padding-left: 0.72917vw;
    margin-left: 0.52083vw; }
    .wysiwyg-text ul li::after {
      top: 0.625vw;
      width: 0.20833vw;
      height: 0.20833vw; }
  .link, .qsm-quiz-form.qmn_quiz_form.mlw_quiz_form input[type="submit"] {
    border: 0.10417vw solid #ed6c0b;
    padding: 0.72917vw 1.66667vw;
    border-radius: 0.20833vw; }
  .link--border {
    border: 0.10417vw solid #ed6c0b;
    padding: 0.72917vw 1.5625vw;
    border-radius: 0.20833vw; }
  .container {
    max-width: 88.33333vw; }
  .container--1588 {
    max-width: 82.70833vw; }
  .container--1408 {
    max-width: 73.33333vw; }
  .list li {
    padding-left: 0.72917vw;
    margin-left: 0.52083vw; }
    .list li::after {
      width: 0.20833vw;
      height: 0.20833vw;
      top: 0.72917vw; }
  .wrapper-main {
    max-width: 94.375vw; }
    .wrapper-main .wrapper-slider {
      max-width: 88.33333vw; }
  .swiper-button-prev svg {
    width: 2.08333vw;
    height: 2.08333vw; }
  .swiper-button-next svg {
    width: 2.08333vw;
    height: 2.08333vw; }
  thead th {
    padding: 1.04167vw 0; }
  tbody {
    border-left: 0.05208vw solid #94a3b8;
    border-right: 0.05208vw solid #94a3b8; }
    tbody tr {
      border-bottom: 0.05208vw solid #94a3b8;
      height: 7.70833vw; } }

.mobile-subpage {
  display: none; }

@media screen and (max-width: 1180px) {
  .mobile-subpage {
    display: block; } }

@media print {
  .grecaptcha-badge,
  .grecaptcha-logo {
    display: none !important; }
  .header {
    padding: 10px;
    height: fit-content;
    position: absolute; }
  .header_wrapper,
  .header_menu {
    visibility: hidden;
    opacity: 0; }
  .banner {
    height: 150px;
    padding: 24px; }
    .banner h1 {
      font-size: 24px;
      margin-bottom: 0;
      color: white; }
    .banner .banner__title-underline {
      display: none; }
    .banner .banner__content {
      margin-top: 20px;
      color: white; }
  .single-event-top-info {
    padding-top: 16px;
    padding-bottom: 16px; }
  .seti_inner {
    display: flex; }
  .seti_box {
    width: 33.333%; }
    .seti_box .seti_box-title {
      font-size: 18px; }
    .seti_box .seti_text {
      font-size: 14px; }
    .seti_box:last-of-type {
      display: none; }
  .single-event-logos {
    padding-bottom: 24px; }
  .sel_title {
    font-size: 18px;
    margin-bottom: 10px; }
  .wysiwyg-text p {
    font-size: 14px;
    margin-bottom: 12px; }
    .wysiwyg-text p:last-of-type {
      margin-bottom: 0; }
  .wysiwyg-text h3 {
    font-size: 20px; }
  .wysiwyg-text h4 {
    font-size: 20px; }
  .wysiwyg-text ul {
    margin-bottom: 14px; }
    .wysiwyg-text ul li {
      padding-left: 6px;
      margin-left: 4px; }
  .single-event-img {
    margin-bottom: 14px; }
  .set_inner {
    margin-top: 24px;
    page-break-before: always; }
    .set_inner .set_title {
      margin-bottom: 12px;
      font-size: 20px; }
    .set_inner .set_table-top-text {
      font-size: 12px;
      padding: 10px 0; }
    .set_inner .set_table-label {
      font-size: 12px;
      padding-left: 6px;
      padding-top: 0;
      padding-bottom: 0; }
    .set_inner .set_table-right-wrapper {
      padding: 8px 10px; }
    .set_inner .set_table-text,
    .set_inner .set_table-text-lecturer-theme {
      font-size: 12px; }
    .set_inner .set_table-text-lecturer-wrapper {
      margin-bottom: 4px; }
    .set_inner .set_table-left {
      font-size: 8px; }
      .set_inner .set_table-left svg {
        width: 16px;
        height: 15px; }
  .set_table:nth-of-type(2) {
    margin-top: 16px; }
  .related-events {
    display: none; }
  .footer {
    display: none; }
  .set_tags-box {
    display: none; }
  .lecturer_content {
    font-size: 12px; }
  .lecturer_presentation svg {
    width: 16px;
    height: 16px; }
  .lecturer_presentation span {
    font-size: 10px; } }

.cf_form form div.wpcf7-response-output br {
  display: block !important; }

.cf_form .wpcf7-not-valid-tip {
  top: -30px !important; }

