* {
  box-sizing: border-box;
}

body, p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: "Jost";
}

input {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font-family: "Jost";
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  color: var(--black);
}

html {
  font-size: 16px;
}

ul {
  padding: 0;
  list-style-type: none;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost/Jost-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Light.woff2") format("woff2"), url("../fonts/Jost/Jost-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --tiny: .5rem;
  --extra_small: .75rem;
  --small: 1rem;
  --default: 1.5rem;
  --medium: 2rem;
  --large: 2.5rem;
  --extra_large: 3rem;
  --giant: 4rem;
  --extra_giant: 5rem;
  --deep_green_100: #CDE0D8;
  --deep_green_200: #9CC1B1;
  --deep_green_300: #6AA28A;
  --deep_green_400: #398364;
  --deep_green: #005B3D;
  --deep_green_600: #064B2E;
  --deep_green_700: #04321E;
  --light_green_100: #CCE9E1;
  --light_green_200: #99D3C4;
  --light_green_300: #66BEA6;
  --light_green_400: #33A889;
  --light_green: #00926B;
  --light_green_600: #006E50;
  --light_green_700: #004936;
  --green_100: #B6D7B9;
  --green_200: #91C397;
  --green_300: #6DAF74;
  --green_400: #499B51;
  --green: #499B51;
  --green_600: #244E29;
  --green_700: #122714;
  --bright_blue_100: #DAE5FE;
  --bright_blue_200: #B5CAFD;
  --bright_blue_300: #8FB0FB;
  --bright_blue_400: #6A95FA;
  --bright_blue: #457BF9;
  --bright_blue_600: #345CBB;
  --bright_blue_700: #233E7D;
  --blue_100: #DAEAFB;
  --blue_200: #B5D4F7;
  --blue_300: #91BFF4;
  --blue_400: #6CA9F0;
  --blue: #4794EC;
  --blue_600: #356FB1;
  --blue_700: #244A76;
  --deep_purple_100: #B7B7EC;
  --deep_purple_200: #9393E3;
  --deep_purple_300: #6F6FD9;
  --deep_purple: #4B4BD1;
  --deep_purple_500: #38389C;
  --deep_purple_600: #262668;
  --deep_purple_700: #001552;
  --purple_100: #F2EBFD;
  --purple_200: #E5D8FB;
  --purple_300: #D8C4F8;
  --purple_400: #CBB1F6;
  --purple: #BE9DF4;
  --purple_600: #8F76B7;
  --purple_700: #5F4F7A;
  --magenta_100: #FFEBF4;
  --magenta_200: #FFD7E9;
  --magenta_300: #FFD7E9;
  --magenta_400: #FFAED3;
  --magenta: #FF9AC8;
  --magenta_600: #BF7396;
  --magenta_700: #804D64;
  --deep_rose_100: #FFE1E2;
  --deep_rose_200: #FFC3C5;
  --deep_rose_300: #FFA4A9;
  --deep_rose_400: #FF868C;
  --deep_rose: #FF686F;
  --deep_rose_600: #BF4E53;
  --deep_rose_700: #803438;
  --red_100: #FFD5CC;
  --red_200: #FFAB99;
  --red_300: #FF8166;
  --red_400: #FF5733;
  --red: #FF2D00;
  --red_600: #BF2200;
  --red_700: #801700;
  --orange_100: #FFCC99;
  --orange_200: #FFB266;
  --orange_300: #FF9933;
  --orange: #FF7F00;
  --orange_500: #BF5F00;
  --orange_600: #804000;
  --orange_700: #612306;
  --yellow_100: #FFF4D5;
  --yellow_200: #FFEAAB;
  --yellow_300: #FFDF82;
  --yellow_400: #FFD558;
  --yellow: #FFCA2E;
  --yellow_600: #BF9823;
  --yellow_700: #806517;
  --beige_100: #FFFCF5;
  --beige_200: #FFF9EB;
  --beige_300: #FFF5E0;
  --beige_400: #FFF2D6;
  --beige: #FFEFCC;
  --beige_600: #BFB399;
  --beige_700: #807866;
  --white: #FFFFFF;
  --g200: #F4F4F4;
  --g300: #E5E5E5;
  --g400: #CCCCCC;
  --g500: #999999;
  --g600: #333333;
  --black: #000000;
  --other: #fff5e0;
}

.deep_green_100 {
  background: var(--deep_green_100);
}

.deep_green_200 {
  background: var(--deep_green_200);
}

.deep_green_300 {
  background: var(--deep_green_300);
}

.deep_green_400 {
  background: var(--deep_green_400);
}

.deep_green {
  background: var(--deep_green);
}

.deep_green_600 {
  background: var(--deep_green_600);
}

.deep_green_700 {
  background: var(--deep_green_700);
}

.light_green_100 {
  background: var(--light_green_100);
}

.light_green_200 {
  background: var(--light_green_200);
}

.light_green_300 {
  background: var(--light_green_300);
}

.light_green_400 {
  background: var(--light_green_400);
}

.light_green {
  background: var(--light_green);
}

.light_green_600 {
  background: var(--light_green_600);
}

.light_green_700 {
  background: var(--light_green_700);
}

.green_100 {
  background: var(--green_100);
}

.green_200 {
  background: var(--green_200);
}

.green_300 {
  background: var(--green_300);
}

.green_400 {
  background: var(--green_400);
}

.green {
  background: var(--green);
}

.green_600 {
  background: var(--green_600);
}

.green_700 {
  background: var(--green_700);
}

.bright_blue_100 {
  background: var(--bright_blue_100);
}

.bright_blue_200 {
  background: var(--bright_blue_200);
}

.bright_blue_300 {
  background: var(--bright_blue_300);
}

.bright_blue_400 {
  background: var(--bright_blue_400);
}

.bright_blue {
  background: var(--bright_blue);
}

.bright_blue_600 {
  background: var(--bright_blue_600);
}

.bright_blue_700 {
  background: var(--bright_blue_700);
}

.blue_100 {
  background: var(--blue_100);
}

.blue_200 {
  background: var(--blue_200);
}

.blue_300 {
  background: var(--blue_300);
}

.blue_400 {
  background: var(--blue_400);
}

.blue_600 {
  background: var(--blue_600);
}

.blue_700 {
  background: var(--blue_700);
}

.deep_purple_100 {
  background: var(--deep_purple_100);
}

.deep_purple_200 {
  background: var(--deep_purple_200);
}

.deep_purple_300 {
  background: var(--deep_purple_300);
}

.deep_purple {
  background: var(--deep_purple);
}

.deep_purple_500 {
  background: var(--deep_purple_500);
}

.deep_purple_600 {
  background: var(--deep_purple_600);
}

.deep_purple_700 {
  background: var(--deep_purple_700);
}

.purple_100 {
  background: var(--purple_100);
}

.purple_200 {
  background: var(--purple_200);
}

.purple_300 {
  background: var(--purple_300);
}

.purple_400 {
  background: var(--purple_400);
}

.purple {
  background: var(--purple);
}

.purple_600 {
  background: var(--purple_600);
}

.purple_700 {
  background: var(--purple_700);
}

.magenta_100 {
  background: var(--magenta_100);
}

.magenta_200 {
  background: var(--magenta_200);
}

.magenta_300 {
  background: var(--magenta_300);
}

.magenta_400 {
  background: var(--magenta_400);
}

.magenta {
  background: var(--magenta);
}

.magenta_600 {
  background: var(--magenta_600);
}

.magenta_700 {
  background: var(--magenta_700);
}

.deep_rose_100 {
  background: var(--deep_rose_100);
}

.deep_rose_200 {
  background: var(--deep_rose_200);
}

.deep_rose_300 {
  background: var(--deep_rose_300);
}

.deep_rose_400 {
  background: var(--deep_rose_400);
}

.deep_rose {
  background: var(--deep_rose);
}

.deep_rose_600 {
  background: var(--deep_rose_600);
}

.deep_rose_700 {
  background: var(--deep_rose_700);
}

.red_100 {
  background: var(--red_100);
}

.red_200 {
  background: var(--red_200);
}

.red_300 {
  background: var(--red_300);
}

.red_400 {
  background: var(--red_400);
}

.red {
  background: var(--red);
}

.red_600 {
  background: var(--red_600);
}

.red_700 {
  background: var(--red_700);
}

.orange_100 {
  background: var(--orange_100);
}

.orange_200 {
  background: var(--orange_200);
}

.orange_300 {
  background: var(--orange_300);
}

.orange {
  background: var(--orange);
}

.orange_500 {
  background: var(--orange_500);
}

.orange_600 {
  background: var(--orange_600);
}

.orange_700 {
  background: var(--orange_700);
}

.yellow_100 {
  background: var(--yellow_100);
}

.yellow_200 {
  background: var(--yellow_200);
}

.yellow_300 {
  background: var(--yellow_300);
}

.yellow_400 {
  background: var(--yellow_400);
}

.yellow {
  background: var(--yellow);
}

.yellow_600 {
  background: var(--yellow_600);
}

.yellow_700 {
  background: var(--yellow_700);
}

.beige_100 {
  background: var(--beige_100);
}

.beige_200 {
  background: var(--beige_200);
}

.beige_300 {
  background: var(--beige_300);
}

.beige_400 {
  background: var(--beige_400);
}

.beige {
  background: var(--beige);
}

.beige_600 {
  background: var(--beige_600);
}

.beige_700 {
  background: var(--beige_700);
}

.white {
  background: var(--white);
}

.g200 {
  background: var(--g200);
}

.g300 {
  background: var(--g300);
}

.g400 {
  background: var(--g400);
}

.g500 {
  background: var(--g500);
}

.g600 {
  background: var(--g600);
}

.black {
  background: var(--black);
}
.other {
  background: var(--other);
}

.main-menu, .btn {
  font-size: 1rem;
  font-weight: 500;
}

.toggle, .btn {
  border-radius: 0.5rem;
  height: var(--large);
}

.btn {
  color: var(--black);
  padding: 0 var(--small);
}

.toggle {
  width: var(--large);
}

.wrap, .partners-block {
  width: 69.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.large.wrap, .large.partners-block {
  width: 90rem;
  padding-left: var(--extra_large);
  padding-right: var(--extra_large);
}
@media (max-width: 767px) {
  .large.wrap, .large.partners-block {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}

body.programme .modal-overlay, body.programme .filter .row:first-child .result .item, body.programme .nav button, body.article .links a span:before, body.article .links a, body.practical-info .main .content .tabs a, body.practical-info .main aside ul a, body.practical-info .main aside .h4:after, footer .form .checkbox span:after, footer .form .checkbox span:before, #mobile-menu, header .navigation #registration, .events-block.slick-slider .slick-arrow, .events-block.slick-slider .item .bottom .people a, .events-block.slick-slider .item:before, .events-block.slick-slider .item, .user-login .user-login-form .form-submit,
.user-login .user-register-form .form-submit,
.user-login .user-pass .form-submit,
.user-register .user-login-form .form-submit,
.user-register .user-register-form .form-submit,
.user-register .user-pass .form-submit,
.user-password .user-login-form .form-submit,
.user-password .user-register-form .form-submit,
.user-password .user-pass .form-submit, .pdf-icon, .checkboxes span:after, .checkboxes span:before, #filter img, #filter, .archive .alphabet .letter, .filter, .t-b-l .container .link, .map-modal, .nuf-events a, .sessions-block .items .item:before, .events-block .item .tags > div, .events-block .item .tags a, .events-block .item, .documents-block .row a, .tabs .tab-links .tab-link, .link .arrow, body.programme .filter .row:last-child .btn:before, header .navigation #registration:before, .btn:before, body.programme .filter .row:last-child .btn:after, header .navigation #registration:after, .btn:after {
  transition-duration: 0.3s;
}

body.home .theme .col-7 .keyword span {
  font-weight: 600;
  background: url(../img/highlight.svg);
  background-repeat: repeat-x;
  background-position: bottom;
}

.how-to, .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  height: 12rem;
  padding: 0 8.125rem 0 4rem;
  margin: 2.5rem auto;
  color: var(--white);
  border-radius: 0.25rem;
}
@media (max-width: 991px) {
  .how-to, .banner {
    margin-left: calc(var(--extra_large) * -1);
    margin-right: calc(var(--extra_large) * -1);
    flex-direction: column;
    text-align: center;
    height: 14.375rem;
    padding: var(--large) 0;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .how-to, .banner {
    margin-left: calc(var(--small) * -1);
    margin-right: calc(var(--small) * -1);
    margin-top: var(--default);
    margin-bottom: var(--medium);
  }
}
.banner_large.how-to, .banner_large.banner {
  height: auto;
  padding-top: var(--extra_large);
  padding-bottom: var(--extra_large);
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.banner_large.how-to h2, .banner_large.banner h2 {
  margin-bottom: var(--extra_large);
}
@media (max-width: 991px) {
  .banner_large.how-to .keyword, .banner_large.banner .keyword {
    margin-bottom: var(--large);
  }
}
.how-to h2, .banner h2, .how-to .h2, .banner .h2 {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .how-to h2, .banner h2, .how-to .h2, .banner .h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .how-to .h4, .banner .h4 {
    font-size: 1rem;
  }
}

body.media .video .section-header, section.video .top, body.home .news-block .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--large);
}
body.media .video .v2.section-header, section.video .v2.top, body.home .news-block .v2.top {
  margin-bottom: var(--small);
}
body.media .video .v3.section-header, section.video .v3.top, body.home .news-block .v3.top {
  margin-bottom: var(--default);
}
body.media .video .section-header h2, section.video .top h2, body.home .news-block .top h2 {
  margin-bottom: 0;
}

body.media .video-block, section.video .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 68.75rem) {
  body.media .video-block, section.video .items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  body.media .video-block, section.video .items {
    margin-left: calc(var(--extra_large) * -1);
    margin-right: calc(var(--extra_large) * -1);
  }
}
@media (max-width: 767px) {
  body.media .video-block, section.video .items {
    flex-direction: column;
    margin-left: calc(var(--small) * -1);
    margin-right: calc(var(--small) * -1);
  }
}
body.media .video-block .item, section.video .items .item {
  width: 19.875rem;
}
@media (min-width: 120rem) {
  body.media .video-block .item, section.video .items .item {
    width: 23.875rem;
  }
}
@media (max-width: 68.75rem) {
  body.media .video-block .item, section.video .items .item {
    width: calc(50% - 0.5rem);
    margin-bottom: var(--small);
    position: relative;
  }
}
@media (max-width: 767px) {
  body.media .video-block .item, section.video .items .item {
    width: 100%;
  }
}
body.media .video-block .item .thumbnail div, section.video .items .item .thumbnail div {
  width: 100%;
}
body.media .video-block .item img, section.video .items .item img {
  width: 100%;
  height: auto;
}
body.media .video-block .item .caption, section.video .items .item .caption {
  color: var(--g500);
  margin-bottom: var(--tiny);
}
body.media .video-block .item .tags, section.video .items .item .tags {
  margin-top: var(--medium);
}
@media (max-width: 991px) {
  body.media .video-block .item .caption, section.video .items .item .caption,
  body.media .video-block .item .tags,
  section.video .items .item .tags {
    display: none;
  }
}
@media (max-width: 991px) {
  body.media .video-block h5, section.video .items h5 {
    position: absolute;
    color: var(--white);
    bottom: 1rem;
    left: 1rem;
  }
}
body.media .video-block .thumbnail, section.video .items .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.8rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 120rem) {
  body.media .video-block .thumbnail, section.video .items .thumbnail {
    height: 13rem;
  }
}
@media (max-width: 68.75rem) {
  body.media .video-block .thumbnail, section.video .items .thumbnail {
    height: 15rem;
  }
}
@media (max-width: 991px) {
  body.media .video-block .thumbnail, section.video .items .thumbnail {
    height: 13rem;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  body.media .video-block .thumbnail, section.video .items .thumbnail {
    height: 12rem;
  }
}
body.media .video-block .thumbnail:before, section.video .items .thumbnail:before {
  content: "";
  background-image: url("../img/play.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  body.media .video-block .thumbnail:after, section.video .items .thumbnail:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 3.17%, #101426 100%);
  }
}

body.programme .filter .row:last-child .btn, header .navigation #registration, .btn {
  overflow: hidden;
  position: relative;
}
body.programme .filter .row:last-child .btn:before, header .navigation #registration:before, .btn:before, body.programme .filter .row:last-child .btn:after, header .navigation #registration:after, .btn:after {
  content: "";
  background: var(--light_green);
  width: 100%;
  height: 51%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
body.programme .filter .row:last-child .btn:before, header .navigation #registration:before, .btn:before {
  top: -51%;
}
body.programme .filter .row:last-child .btn:after, header .navigation #registration:after, .btn:after {
  bottom: -51%;
}
body.programme .filter .row:last-child .btn:hover, header .navigation #registration:hover, .btn:hover {
  color: var(--white);
}
body.programme .filter .row:last-child .btn:hover:before, header .navigation #registration:hover:before, .btn:hover:before {
  top: 0;
}
body.programme .filter .row:last-child .btn:hover:after, header .navigation #registration:hover:after, .btn:hover:after {
  bottom: 0;
}

body, button {
  font-family: "Jost";
}

.hero {
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 6.75rem;
}
@media (max-width: 767px) {
  .hero {
    font-size: 5rem;
    line-height: 5.25rem;
  }
}

.hero-2 {
  font-size: 7.125rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13rem;
  color: var(--g600);
}
@media (max-width: 767px) {
  .hero-2 {
    font-size: 6.5rem;
    line-height: 9.375rem;
  }
}

h1, .h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h4, .h4, .keyword {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.p1 {
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.5rem;
}

.p2 {
  font-family: "Roboto";
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.caption {
  font-family: "Roboto";
  line-height: 1rem;
  font-size: 0.75rem;
}

.subheading {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.2em;
}

.bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.blue {
  color: var(--green);
}

.color-green {
  color: var(--green);
}

.btn {
  line-height: 2.313rem;
  border: 0.0625rem solid var(--light_green);
}

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

.link {
  display: inline-flex;
  flex-direction: column;
}
.link:hover .arrow {
  width: calc(100% + 60px);
}
.link .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% + 40px);
}
.link .arrow:before, .link .arrow:after {
  content: "";
}
.link .arrow:before {
  background-image: url("../img/line.svg");
  width: calc(100% - 4.0625rem);
  height: 0.125rem;
}
.link .arrow:after {
  background-image: url("../img/arrow.svg");
  width: 4.0625rem;
  height: 1rem;
  display: block;
}

.small-link {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  border-bottom: 0.25rem solid var(--yellow);
  padding-bottom: 0.5rem;
}

input[type=submit],
label {
  cursor: pointer;
}

.tabs .tab-links {
  margin-bottom: 1.5rem;
  display: flex;
}
.tabs .tab-links li:not(:last-child) {
  margin-right: 1.5rem;
}
.tabs .tab-links .tab-link {
  text-transform: uppercase;
  padding: 0.5rem;
  color: var(--black);
}
.tabs .tab-links .tab-link.active, .tabs .tab-links .tab-link:hover {
  background-color: var(--beige);
}
.tabs .tab-item:not(.active) {
  display: none;
}

body:not(.news) .news-block .items {
  display: flex;
}
@media (max-width: 991px) {
  body:not(.news) .news-block .items {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .news-block {
    padding-top: var(--default);
  }
}
@media (max-width: 991px) {
  .news-block .items .row:first-child {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .news-block .items .row:first-child {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .news-block .col-8 h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 991px) {
  .news-block .col-8,
  .news-block .col-7 {
    width: 100vw;
    margin-left: calc(var(--extra_large) * -1);
    margin-right: calc(var(--extra_large) * -1);
  }
}
@media (max-width: 767px) {
  .news-block .col-8,
  .news-block .col-7 {
    margin-left: calc(var(--small) * -1);
    margin-right: calc(var(--small) * -1);
  }
}
.news-block .col-8 a,
.news-block .col-7 a {
  flex-direction: column;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1250px) and (min-width: 992px) {
  .news-block .col-8 a,
  .news-block .col-7 a {
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .news-block .col-8 a,
  .news-block .col-7 a {
    display: flex;
  }
}
@media (max-width: 767px) {
  .news-block .col-8 a,
  .news-block .col-7 a {
    display: flex;
  }
}
.news-block .col-8 a .text,
.news-block .col-7 a .text {
  padding: 1.375rem 1.625rem 1.875rem;
  background: #F4F4F4;
}
.news-block .col-8 a .caption,
.news-block .col-7 a .caption {
  margin-bottom: 0.5rem;
  display: block;
}
.news-block .col-8 a img,
.news-block .col-7 a img {
  width: 100%;
  height: auto;
}
@media (max-width: 1250px) and (min-width: 992px) {
  .news-block .col-8 a img,
  .news-block .col-7 a img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .news-block .col-8 a img,
  .news-block .col-7 a img {
    min-width: 100%;
    max-width: none;
    width: 100%;
  }
}
.news-block .col-4,
.news-block .col-5 {
  padding-left: 2.875rem;
}
@media (max-width: 991px) {
  .news-block .col-4,
  .news-block .col-5 {
    width: 100%;
    padding-left: 0;
    margin-top: var(--large);
  }
}
.news-block .col-4 a,
.news-block .col-5 a {
  display: flex;
  flex-direction: column;
}
.news-block .col-4 a:not(:last-child),
.news-block .col-5 a:not(:last-child) {
  margin-bottom: 3rem;
  margin-bottom: var(--default);
}
.news-block .col-4 a:not(:last-child):after,
.news-block .col-5 a:not(:last-child):after {
  content: "";
  display: block;
  width: 5.625rem;
  height: 0.0625rem;
  background: var(--g200);
  margin-top: var(--default);
}
.news-block .col-4 .caption,
.news-block .col-5 .caption {
  color: var(--g500);
  margin-bottom: 0.5rem;
}

.partners-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 !important;
  margin-top: var(--large);
  margin-bottom: var(--large);
}
@media (max-width: 767px) {
  .partners-block {
    padding-left: var(--small) !important;
    padding-right: var(--small) !important;
    border: none;
  }
}
.partners-block .item {
  width: 25%;
  height: 22.5rem;
  border-left: 0.0625rem solid var(--g300);
  border-top: 0.0625rem solid var(--g300);
  border-bottom: 0.0625rem solid var(--g300);
  margin-top: -0.0625rem;
  padding: var(--default);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1150px) {
  .partners-block .item {
    height: 16.0625rem;
  }
}
@media (max-width: 767px) {
  .partners-block .item {
    width: 100%;
    height: 22.4375rem;
    border: 0.0625rem solid var(--g300);
  }
  .partners-block .item:not(:first-child) {
    border-top: none;
  }
  .partners-block .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
  }
}
.partners-block .item:nth-child(4n+4) {
  border-right: 0.0625rem solid var(--g300);
}
.partners-block .item:last-child {
  border-right: 0.0625rem solid var(--g300);
}
.partners-block .item img,
.partners-block .item picture {
  max-height: 100%;
  width: auto;
}
.partners-block .btn {
  margin-top: var(--extra_large);
  margin-left: auto;
  margin-right: auto;
}

.icons-list h2 {
  margin-bottom: var(--default);
}
.icons-list .col-6 {
  margin-bottom: var(--giant);
}
.icons-list .items {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icons-list .item {
  width: calc(50% - var(--default));
  margin-bottom: var(--extra_large);
  display: flex;
  align-items: start;
  justify-content: start;
}
@media (max-width: 991px) {
  .icons-list .item {
    width: 100%;
    margin-bottom: var(--large);
  }
}
.icons-list .item .icon {
  min-width: var(--giant);
  height: var(--giant);
  background: var(--g200);
  border-radius: 0.25rem;
  margin-right: var(--small);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons-list .item h4 {
  margin-bottom: var(--extra_small);
}
.icons-list .item .p2 {
  color: var(--g500);
}
.icons-list .tags {
  margin-top: var(--default);
  width: 100%;
}
@media (max-width: 767px) {
  .icons-list .tags {
    padding-left: 0;
  }
}

.documents-block.v2 .row a {
  width: 50%;
}
@media (max-width: 767px) {
  .documents-block.v2 .row a {
    width: 100%;
  }
}
.documents-block .row {
  flex-wrap: wrap;
}
.documents-block .row:not(:last-child) {
  border-bottom: 0.0625rem solid var(--g300);
  padding-bottom: var(--tiny);
  margin-bottom: var(--extra_large);
}
.documents-block .row a {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  width: 33%;
  padding-left: var(--extra_large);
  padding-right: var(--default);
  background-image: url("../img/pdf.svg");
  background-repeat: no-repeat;
  margin-bottom: var(--large);
  background-position: left top 3px;
}
.documents-block .row a:hover {
  background-image: url("../img/pdf-hover.svg");
}
.documents-block .row a:hover .keyword {
  text-decoration: underline;
}
@media (max-width: 64rem) {
  .documents-block .row a {
    flex: auto;
    width: 50%;
    margin-bottom: var(--large);
  }
}
@media (max-width: 767px) {
  .documents-block .row a {
    width: 100%;
    margin-bottom: var(--default);
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: var(--default);
  }
}
.documents-block .row a .keyword {
  margin-top: 0;
  color: var(--black);
}
.documents-block .row a span {
  color: var(--g500);
  margin-top: var(--tiny);
  text-decoration: none;
}
@media (max-width: 767px) {
  .documents-block .row a span {
    margin-top: 0;
  }
}

.h-p-tc-l .row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .h-p-tc-l .row {
    flex-direction: column;
  }
}
.h-p-tc-l .row:last-child {
  margin-top: var(--medium);
}
@media (max-width: 1150px) {
  .h-p-tc-l .col-6 {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .h-p-tc-l .col-6 {
    width: 100%;
    margin-bottom: var(--default);
  }
}
@media (max-width: 767px) {
  .h-p-tc-l .col-4 {
    width: 100%;
  }
}
.h-p-tc-l .text {
  margin-top: var(--extra_large);
  -moz-columns: 2;
       columns: 2;
  width: 80%;
}
@media (max-width: 991px) {
  .h-p-tc-l .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .h-p-tc-l .text {
    margin-top: var(--large);
    width: 100%;
    -moz-columns: 1;
         columns: 1;
    margin-bottom: var(--default);
  }
}

.blue-background .row,
.orange-background .row {
  font-size: 1.125rem;
}
.blue-background .row:not(:last-child),
.orange-background .row:not(:last-child) {
  margin-bottom: 2.1875rem;
}
@media (max-width: 767px) {
  .blue-background .row:not(:last-child),
  .orange-background .row:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .blue-background .row:not(:last-child) .col-5:first-child,
  .orange-background .row:not(:last-child) .col-5:first-child {
    padding-top: 0;
  }
}
.blue-background .row .color-orange,
.blue-background .row .colored,
.orange-background .row .color-orange,
.orange-background .row .colored {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blue-background strong,
.orange-background strong {
  font-weight: 400;
}

.blue-background {
  background: #2E2E82;
  color: #fff;
  padding: 4.375rem 0;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .blue-background {
    padding: 2.5rem 0;
  }
}
.blue-background .colored {
  color: #FF6400;
}
@media (max-width: 767px) {
  .blue-background .col-5 {
    border-bottom: 0.0625rem solid #FF6400;
    padding-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .blue-background .col-5.active {
    padding-bottom: 2.125rem;
  }
}
@media (max-width: 767px) {
  .blue-background .col-5.active .color-orange {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .blue-background .col-5.active .color-orange:before {
    background-image: url("../img/minus.svg");
  }
}
.blue-background .col-5:not(.active) {
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .blue-background .col-5:not(.active) > p {
    display: none;
  }
}
@media (max-width: 767px) {
  .blue-background .col-5:not(.active) .color-orange:before {
    background-image: url("../img/plus.svg");
  }
}
@media (max-width: 767px) {
  .blue-background .col-5 .color-orange {
    line-height: 1.625rem;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .blue-background .col-5 .color-orange:before {
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    top: 0.25rem;
  }
}

.heading {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
@media (max-width: 1150px) {
  .heading {
    font-size: 1.75rem;
    line-height: 2.3125rem;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}

.color-orange {
  color: #FF6400;
  margin-bottom: 1.5rem;
}

.h-blt-p-l.center .row {
  align-items: center;
}
.h-blt-p-l_v2 .row {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .h-blt-p-l_v2 .row {
    padding-bottom: 6.25rem;
    border-bottom: 0.0625rem solid #B0A36E;
  }
}
.h-blt-p-l_v2 .link {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .h-blt-p-l_v2 .link {
    margin-top: 1rem;
  }
}
.h-blt-p-l_v2 .keyword {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.8125rem;
}
@media (max-width: 767px) {
  .h-blt-p-l_v2 .keyword {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}
.h-blt-p-l_v2 .col-7 {
  width: 85%;
}
.h-blt-p-l h1 {
  margin-bottom: 1.5rem;
}
.h-blt-p-l .blue {
  margin-bottom: var(--default);
}
.h-blt-p-l .link .caption {
  max-width: 10.9375rem;
}
.h-blt-p-l .col-7 {
  margin-right: 8.625rem;
}
@media (max-width: 991px) {
  .h-blt-p-l .col-7 {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .h-blt-p-l .col-3 {
    width: 100%;
    margin-top: var(--default);
  }
}

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

.mb-8 {
  margin-bottom: var(--tiny);
}

.mb-16 {
  margin-bottom: var(--small);
}

.mb-24 {
  margin-bottom: var(--default);
}

.mb-32 {
  margin-bottom: var(--medium);
}

.mb-40 {
  margin-bottom: var(--large) !important;
}

.mb-48 {
  margin-bottom: var(--extra_large);
}

.mb-64 {
  margin-bottom: var(--giant);
}

.mt-16 {
  margin-top: var(--small) !important;
}

.mt-80 {
  margin-top: var(--extra_giant);
}

.pb-24 {
  padding-bottom: var(--default);
}

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

.pt-24 {
  padding-top: var(--default) !important;
}

.pt-32 {
  padding-top: var(--medium);
}
@media (max-width: 767px) {
  .pt-32 {
    padding-top: 1.25rem;
  }
}

.pt-40 {
  padding-top: var(--large);
}

.pb-32 {
  padding-bottom: var(--medium);
}
@media (max-width: 767px) {
  .pb-32 {
    padding-bottom: 1.25rem;
  }
}

.pb-40 {
  padding-bottom: var(--large);
}

.events-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media (max-width: 767px) {
  .events-block:not(.slick-slider) {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .events-block:not(.slick-slider)::-webkit-scrollbar {
    display: none;
  }
}
.events-block .item {
  width: calc(32% - 0.75rem);
  margin: 0 0.75rem;
  border: 0.0625rem solid var(--g300);
  padding: var(--small);
  margin-bottom: var(--default);
  border-radius: 0.5rem;
  flex-direction: column;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .events-block .item {
    width: calc(47.9% - 0.625rem);
  }
}
@media (max-width: 767px) {
  .events-block .item {
    min-width: 19rem;
  }
}
.events-block .item:hover {
  border-color: var(--blue);
  box-shadow: 0px 8px 10px rgba(2, 3, 3, 0.03), 0px 3px 14px rgba(2, 3, 3, 0.02), 0px 5px 5px rgba(2, 3, 3, 0.04);
}
.events-block .item .content {
  width: 100%;
}
.events-block .item .top {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: var(--default);
}
.events-block .item .top p:first-child {
  padding-right: var(--tiny);
  margin-right: var(--tiny);
  border-right: 0.0625rem solid var(--g300);
  background-image: url("../img/date.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: var(--medium);
}
.events-block .item .top .tags {
  margin-top: 0;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.events-block .item .top span {
  padding: 0.25rem 0.5rem;
  background: var(--g200);
  border-radius: 0.25rem;
}
.events-block .item h4 {
  margin-bottom: var(--tiny);
}
.events-block .item .tags {
  margin-top: var(--small);
}
.events-block .item .tags > div, .events-block .item .tags a {
  border-radius: 0.25rem;
  background: var(--beige);
  padding: 0.25rem 0.5rem;
}
.events-block .item .tags > div:hover, .events-block .item .tags a:hover {
  z-index: 1;
}
@media (max-width: 767px) {
  .events-block .item .tags > div, .events-block .item .tags a {
    margin-top: var(--default);
  }
}
.events-block .item .tags a:hover {
  background: var(--orange_100);
}

.h-t-i-l {
  padding-top: var(--extra_giant);
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .h-t-i-l {
    padding-bottom: var(--tiny);
    padding-top: var(--giant);
  }
}
@media (max-width: 991px) {
  .h-t-i-l .col-6 {
    width: 100%;
  }
}
.h-t-i-l .row {
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .h-t-i-l .row {
    flex-direction: column-reverse;
  }
}
.h-t-i-l h1 {
  margin-bottom: var(--extra_large);
}
@media (max-width: 64rem) {
  .h-t-i-l h1 {
    margin-bottom: var(--medium);
  }
}
@media (max-width: 767px) {
  .h-t-i-l h1 {
    text-align: left;
  }
}
.h-t-i-l .h4 {
  margin-bottom: var(--extra_giant);
}
@media (max-width: 991px) {
  .h-t-i-l .h4 {
    margin-bottom: var(--default);
  }
}
.h-t-i-l .pic {
  text-align: right;
}
@media (min-width: 991px) {
  .h-t-i-l .pic {
    margin-top: -5.3125rem;
  }
}
@media (max-width: 991px) {
  .h-t-i-l .pic {
    justify-content: flex-start;
    margin-bottom: var(--large);
  }
}
@media (max-width: 767px) {
  .h-t-i-l .pic {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .h-t-i-l .pic img {
    margin-right: auto;
  }
}
.h-t-i-l .link:hover .arrow {
  width: 19.3125rem;
}
.h-t-i-l .link .arrow {
  width: 17.8125rem;
}

.books-block {
  margin: 0 -0.75rem;
  display: flex;
  align-items: start;
  justify-content: flex-start;
}
@media (max-width: 71.875rem) {
  .books-block {
    justify-content: flex-start;
  }
}
@media (max-width: 64rem) {
  .books-block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .books-block {
    width: 100%;
  }
}
.books-block.col-12 {
  flex: 1;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .books-block.col-12 {
    flex: auto;
    width: 100vw;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: var(--default);
  }
  .books-block.col-12::-webkit-scrollbar {
    display: none;
  }
}
.books-block.col-12 .book-item {
  width: calc(20% - 1.5rem);
}
@media (max-width: 71.875rem) {
  .books-block.col-12 .book-item {
    width: calc(25% - 1.5rem);
  }
}
@media (max-width: 61.9375rem) {
  .books-block.col-12 .book-item {
    width: calc(33% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .books-block.col-12 .book-item {
    width: 18.75rem;
    min-width: 18.75rem;
  }
  .books-block.col-12 .book-item .content {
    height: 401px;
  }
}
.books-block .book-item {
  text-align: center;
  width: 33%;
  margin: 0 0.75rem 1.5rem;
}
@media (max-width: 71.875rem) {
  .books-block .book-item {
    width: 23%;
  }
}
@media (max-width: 61.9375rem) {
  .books-block .book-item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .books-block .book-item {
    width: calc(50% - 0.25rem);
  }
}
@media (max-width: 64rem) {
  .books-block .book-item h4 {
    font-size: 1rem;
  }
}
.books-block .book-item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: linear-gradient(180deg, #F4F4F4 0%, #EAEAEA 100%);
  margin-bottom: var(--default);
  padding: var(--medium) var(--default);
  height: 17rem;
}
@media (max-width: 64rem) {
  .books-block .book-item .content {
    margin-bottom: var(--small);
    height: 13.3125rem;
  }
}
@media (max-width: 64rem) {
  .books-block .book-item .content .caption {
    font-size: 0.625rem;
  }
}
@media (max-width: 64rem) {
  .books-block .book-item .content h5 {
    font-size: 1.063rem;
  }
}
.books-block .book-item .content .p2 {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
}
@media (max-width: 64rem) {
  .books-block .book-item .content .p2 {
    font-size: 0.625rem;
  }
}
.books-block .book-item .content .p2:before {
  content: "";
  width: 6rem;
  height: 0.0625rem;
  background: var(--g400);
  bottom: -1rem;
  position: absolute;
}

.section-header {
  margin-bottom: var(--extra_large);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-header h2 {
  margin-bottom: 0;
}

.main .section-header {
  margin-bottom: var(--extra_giant);
}
@media (max-width: 64rem) and (min-width: 768px) {
  .main .section-header {
    margin-bottom: var(--giant);
  }
}
@media (max-width: 767px) {
  .main .section-header {
    margin-bottom: var(--large);
  }
}

h2 {
  margin-bottom: var(--large);
}
@media (max-width: 991px) {
  h2 {
    margin-bottom: var(--medium);
  }
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: var(--default);
  }
}

.tags {
  display: flex;
}
@media (max-width: 767px) {
  .tags {
    padding-left: var(--small);
  }
}
.tags > div, .tags a {
  display: flex;
  background: var(--g200);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.tags > div:not(:last-child), .tags a:not(:last-child) {
  margin-right: var(--tiny);
}

section.video .icon-link {
  padding-left: 2rem;
  background-image: url("../img/youtube.svg");
  background-repeat: no-repeat;
  display: inline-flex;
  margin-bottom: 2.5rem;
}
@media (max-width: 1150px) {
  section.video .icon-link {
    margin-bottom: var(--medium);
  }
}
@media (max-width: 767px) {
  section.video .icon-link.desktop {
    display: none;
  }
}
section.video .icon-link.mobile {
  width: 100vw;
  background: var(--red);
  color: var(--white);
  margin-top: -1rem;
  margin-left: -1rem;
  height: 4rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.video .icon-link.mobile:before {
  content: "";
  background-image: url("../img/youtube-3.svg");
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: var(--tiny);
}
@media (min-width: 768px) {
  section.video .icon-link.mobile {
    display: none;
  }
}

.highlight span {
  font-weight: 600;
  background: url("../img/highlight.svg");
  background-repeat: repeat-x;
  background-position: bottom;
}

u {
  font-weight: 600;
  background: url("../img/highlight.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  text-decoration: none;
}

.h-p-i {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .h-p-i {
    margin-bottom: var(--tiny);
  }
}
.h-p-i.v2 h2 {
  margin-bottom: var(--default);
}
.h-p-i.v2 .p1:not(:last-child) {
  margin-top: 0;
  margin-bottom: var(--extra_large);
}
.h-p-i.v2 .p1:last-child {
  margin-top: var(--extra_large);
}
.h-p-i.v2 .pic {
  margin-top: 0;
}
.h-p-i .highlight span {
  font-weight: 400;
}
.h-p-i .pic {
  text-align: right;
}
@media (min-width: 768px) {
  .h-p-i .pic {
    margin-top: -5.5rem;
  }
}
@media (max-width: 991px) {
  .h-p-i .pic {
    margin-bottom: 60px;
    margin-top: 0;
    text-align: center;
  }
}
.h-p-i .row {
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 991px) {
  .h-p-i .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .h-p-i .row .col-6 {
    width: 100%;
  }
}
.h-p-i .p1 {
  margin-top: var(--extra_giant);
}
@media (max-width: 767px) {
  .h-p-i .p1 {
    margin-top: var(--default);
  }
}
.h-p-i .blue {
  margin-bottom: var(--default);
}

.p-i-r .row {
  justify-content: space-between;
  align-items: flex-start;
}
.p-i-r .col-5 {
  width: 38%;
}
@media (min-width: 120rem) {
  .p-i-r .col-5 {
    width: 50%;
  }
}
@media (max-width: 1150px) {
  .p-i-r .col-5 {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .p-i-r .col-5 {
    width: 100%;
  }
}
.p-i-r img {
  max-width: 48%;
}
@media (max-width: 767px) {
  .p-i-r img {
    display: none;
  }
}

.speakers {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .speakers {
    padding-bottom: var(--tiny);
  }
}
.speakers .row {
  width: 100%;
  align-items: start;
}
@media (max-width: 75rem) {
  .speakers .row {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .speakers .row {
    display: flex;
    flex-direction: column;
  }
}
.speakers .item {
  margin-bottom: var(--extra_large);
  width: 25%;
}
@media (max-width: 1150px) {
  .speakers .item {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .speakers .item {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .speakers .item {
    width: 100%;
  }
}
@media (min-width: 1151px) {
  .speakers .item:not(:nth-child(3n+3)) {
    margin-right: 12.5%;
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  .speakers .item:not(:nth-child(2n+2)) {
    margin-right: 10%;
  }
}
.speakers .item img {
  margin-bottom: var(--default);
  border: 1px solid var(--g200);
}
@media (max-width: 767px) {
  .speakers .item img {
    width: 100%;
  }
}
.speakers .item .h4 {
  margin-bottom: var(--tiny);
}
.speakers .item .p2 {
  color: var(--g500);
}
.speakers .btn {
  display: inline-flex;
  margin: auto;
}

.facts .items {
  display: flex;
}
@media (max-width: 71.875rem) {
  .facts .items {
    flex-wrap: wrap;
  }
}
.facts .items .item {
  width: 32%;
}
@media (max-width: 106.25rem) {
  .facts .items .item {
    width: auto;
    flex: 1;
  }
}
@media (max-width: 71.875rem) {
  .facts .items .item {
    min-width: 50%;
    margin-bottom: var(--large);
  }
}
@media (max-width: 767px) {
  .facts .items .item {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 767px) {
  .facts .items .item:last-child {
    margin-bottom: 0;
  }
}
.facts .items .num {
  font-weight: 300;
  font-size: 7rem;
  line-height: 7rem;
  margin-bottom: 0.75rem;
  color: var(--blue);
}
@media (max-width: 767px) {
  .facts .items .num {
    font-size: 6rem;
  }
}

.event-header {
  padding-bottom: var(--extra_large);
  border-bottom: 0.0625rem solid var(--g300);
  margin-bottom: var(--large);
}
@media (max-width: 767px) {
  .event-header {
    padding-bottom: var(--large);
    margin-bottom: var(--tiny);
  }
}
.event-header .row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .event-header .row {
    flex-direction: column;
  }
}
.event-header .row .author {
  margin-top: var(--extra_large);
  display: flex;
  align-items: center;
  justify-content: start;
}
.event-header .row .author .pic {
  width: 3rem;
  height: 3rem;
  margin-right: var(--extra_small);
  overflow: hidden;
  border-radius: 100%;
}
.event-header .row .author .pic img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .event-header .col-6 {
    width: 100%;
  }
}
.event-header .col-4 {
  margin-top: var(--extra_large);
  flex-direction: column;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .event-header .col-4 {
    width: 100%;
  }
}
.event-header .p1 {
  display: flex;
  align-items: start;
  justify-content: start;
  font-weight: 600;
}
.event-header .p1 p {
  margin-bottom: 0 !important;
}
.event-header .p1 img {
  margin-right: var(--tiny);
}
.event-header .p1 span {
  margin-left: 5px;
  font-weight: 400;
}
.event-header .tags {
  margin-top: var(--medium);
  margin-bottom: var(--default);
}
@media (max-width: 767px) {
  .event-header .tags {
    padding-left: 0;
  }
}
.event-header .tags a {
  background: var(--beige);
}
@media (max-width: 991px) {
  .event-header .social-block {
    margin-bottom: var(--medium);
  }
}
.event-header .bottom .main-menu:not(:last-child) {
  margin-bottom: var(--default);
}
.event-header .main-menu {
  border: 0.0625rem solid var(--g300);
  height: 2.5rem;
  padding: 0 var(--extra_small);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.event-header .main-menu img {
  margin-right: var(--extra_small);
}

.key-focus-areas h3 {
  margin-bottom: var(--default);
}
.key-focus-areas .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
}
@media (max-width: 767px) {
  .key-focus-areas .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    display: flex;
    grid-column-gap: 0;
    margin-right: -16px;
  }
  .key-focus-areas .row::-webkit-scrollbar {
    display: none;
  }
  .key-focus-areas .row:not(:last-child) {
    margin-bottom: var(--default);
  }
}
.key-focus-areas .row.first .item {
  background: var(--orange_100);
}
.key-focus-areas .item {
  height: 10.5rem;
  margin-bottom: var(--default);
  background: var(--beige_300);
  padding: var(--small);
}
@media (max-width: 767px) {
  .key-focus-areas .item {
    width: 18.75rem;
    min-width: 18.75rem;
    margin: 0 var(--small) 0 0;
  }
  .key-focus-areas .item:last-child {
    margin-right: 0;
  }
}
.key-focus-areas .item .p2 {
  margin-bottom: var(--small);
}

@media (max-width: 1150px) {
  .s-p .col-7 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .s-p .col-7 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .s-p .col-5 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .s-p .col-5 {
    width: 100%;
  }
}
.s-p ul {
  list-style-type: disc;
  padding-left: 1.25rem;
  margin-bottom: var(--small);
}

.p1 ul {
  list-style-type: disc;
  padding-left: 1.25rem;
  margin-bottom: var(--small);
}

.vision .vision__picture {
  justify-content: flex-end;
  margin-bottom: var(--extra_large);
}
@media (max-width: 1024px) {
  .vision .vision__picture {
    justify-content: flex-start;
    margin-bottom: var(--medium);
  }
}
.vision .vision__picture img {
  width: 100%;
}
.vision h4 {
  margin-bottom: var(--tiny);
}
.vision .p2 {
  color: var(--g500);
}
.vision .columns {
  -moz-column-gap: var(--extra_large);
       column-gap: var(--extra_large);
}
.vision .col-4 {
  padding-right: var(--extra_large);
}
@media (max-width: 1024px) {
  .vision .col-4 {
    padding-right: 0;
    margin-bottom: var(--extra_large);
  }
}
@media (max-width: 991px) {
  .vision .col-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .vision .col-4 {
    width: 100%;
    margin-bottom: var(--default);
  }
}
@media (max-width: 1024px) {
  .vision .col-8 {
    width: 81%;
  }
}
@media (max-width: 991px) {
  .vision .col-8 {
    width: 100%;
  }
}

.sessions {
  max-width: 1920px;
  margin: 0 auto;
}
.sessions h3 {
  margin-bottom: var(--large);
}
.sessions .sessions__row {
  padding-left: 16px;
}
.sessions .sessions__row .sessions__item {
  border-radius: 4px;
  background: var(--g200);
  width: 340px;
  height: 200px;
  padding: var(--small);
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sessions .sessions__row .sessions__item:not(:last-child) {
  margin-right: var(--default);
}
.sessions .sessions__row .sessions__item .sessions__item__header {
  margin-bottom: var(--default);
}
.sessions .sessions__row .sessions__item .sessions__item__header h3 {
  margin-bottom: 0;
}
.sessions .sessions__row .sessions__item .sessions__item__header .p2 {
  padding-left: 20px;
  line-height: 16px;
}
.sessions .sessions__row .sessions__item .sessions__item__header,
.sessions .sessions__row .sessions__item .sessions__item__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sessions-block .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--default);
}
@media (max-width: 767px) {
  .sessions-block .top {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .sessions-block .top h3 {
    margin-bottom: var(--small);
  }
}
.sessions-block .top ul {
  display: flex;
}
@media (max-width: 767px) {
  .sessions-block .top ul {
    margin-bottom: var(--small);
  }
}
.sessions-block .top ul li:not(:last-child) {
  margin-right: var(--default);
}
.sessions-block .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem var(--default);
}
@media (max-width: 767px) {
  .sessions-block .items {
    margin-left: 0;
    margin-right: 0;
  }
}
.sessions-block .items .item {
  height: 10.5rem;
  padding: var(--small);
  border-radius: 0.25rem;
  width: calc(32.25% - var(--extra_small));
  margin: 0 var(--extra_small) var(--default);
  position: relative;
  overflow: hidden;
}
@media (max-width: 75.625rem) {
  .sessions-block .items .item {
    width: calc(32% - var(--extra_small));
  }
}
@media (max-width: 991px) {
  .sessions-block .items .item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (max-width: 767px) {
  .sessions-block .items .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.sessions-block .items .item:hover:before {
  opacity: 0.1;
}
.sessions-block .items .item:before {
  content: "";
  opacity: 0;
  background: var(--black);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sessions-block .items .item.red {
  background: var(--red_100);
}
.sessions-block .items .item.yellow {
  background: var(--yellow_200);
}
.sessions-block .items .item.gray {
  background: var(--g300);
}
.sessions-block .items .item.deep-rose {
  background: var(--deep_rose_200);
}
.sessions-block .items .item.blue {
  background: var(--blue_200);
  color: var(--black);
}
.sessions-block .items .item.orange {
  background: var(--orange_100);
}
.sessions-block .items .item.light-green {
  background: var(--light_green_100);
}
.sessions-block .items .item.deep-purple {
  background: var(--deep_purple_100);
}
.sessions-block .items .item.green {
  background: var(--green_100);
}
.sessions-block .items .item.purple {
  background: var(--purple_200);
}
.sessions-block .items .item.bright-blue {
  background: var(--bright_blue_200);
}
.sessions-block .items .item.beige {
  background: var(--beige_400);
}
.sessions-block .items .item.deep-green {
  background: var(--deep_green_100);
}
.sessions-block .items .item.magenta {
  background: var(--magenta_200);
}
.sessions-block .items .item.other {
  background: var(--other);
}
.sessions-block .items .item .p2 {
  margin-bottom: var(--small);
}
.sessions-block .items .item > div {
  position: relative;
  z-index: 1;
}

.nuf-events:not(:last-child) .row {
  border-bottom: 1px solid var(--g300);
}
.nuf-events .date {
  color: var(--g500);
}
.nuf-events h3 {
  margin-bottom: var(--tiny);
}
.nuf-events h3 a {
  background: transparent !important;
  padding-left: 0;
  color: var(--light_green);
}
.nuf-events h3 a:hover {
  text-decoration: none !important;
}
.nuf-events .item {
  margin-bottom: var(--extra_large);
  width: 40%;
}
@media (min-width: 768px) {
  .nuf-events .item:nth-child(odd) {
    margin-right: 20%;
  }
}
@media (max-width: 767px) {
  .nuf-events .item {
    width: 100%;
  }
}
.nuf-events a {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: var(--extra_large);
  padding-right: var(--default);
  background-image: url("../img/pdf.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.nuf-events a:hover {
  text-decoration: underline;
  background-image: url("../img/pdf-hover.svg");
}
.nuf-events .row:not(:last-child) {
  margin-bottom: var(--extra_giant);
}

@media (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

@media (max-width: 991px) {
  .map-section {
    display: none;
  }
}
.map-section h1 {
  margin-bottom: var(--large);
}
@media (max-width: 991px) {
  .map-section h1 {
    margin-bottom: 0;
  }
}
.map-section .map {
  position: relative;
  max-width: 69.75rem;
  margin: auto;
}
.map-section .point {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
}
.map-section .point .caption {
  white-space: nowrap;
}
.map-section .point .caption:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: black;
  position: absolute;
  top: 5px;
}
.map-section .point.point_left .caption {
  margin-left: 17px;
}
.map-section .point.point_left .caption:before {
  left: 5px;
}
.map-section .point.point_right .caption {
  position: absolute;
  right: 0;
  margin-right: 17px;
}
.map-section .point.point_right .caption:before {
  right: -13px;
}
.map-section .point:not(.point_left):not(.point_right):before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: black;
  position: absolute;
  top: 5px;
  left: 5px;
}
.map-section .point#point-1 {
  left: 78.67%;
  top: 43.65%;
}
.map-section .point#point-2 {
  left: 73.95%;
  top: 60.33%;
}
.map-section .point#point-3 {
  left: 12.18%;
  top: 31.55%;
}
.map-section .point#point-4 {
  left: 29.3%;
  top: 52.9%;
}
.map-section .point#point-5 {
  left: 26.53%;
  top: 80.95%;
}
.map-section .point#point-6 {
  left: 51.52%;
  top: 31.29%;
}
.map-section .point#point-7 {
  left: 46.9%;
  top: 37.65%;
}
.map-section .point#point-8 {
  left: 54.66%;
  top: 44.67%;
}
.map-section .point#point-9 {
  left: 61.25%;
  top: 48.1%;
}
.map-section .point#point-10 {
  left: 57.53%;
  top: 56.65%;
}
.map-section .point#point-11 {
  left: 43.46%;
  top: 58.65%;
}
.map-section .point#point-12 {
  left: 45.79%;
  top: 54.65%;
}
.map-section .point#point-13 {
  left: 48.3%;
  top: 57.2%;
}
.map-section .point#point-14 {
  left: 49.47%;
  top: 60%;
}
.map-section .point#point-15 {
  left: 54.35%;
  top: 62.9%;
}
.map-section .point#point-16 {
  left: 56.19%;
  top: 62.65%;
}

.map-description {
  width: 204px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .map-description {
    display: none;
  }
}
.map-description .caption {
  color: var(--g500);
  margin-top: var(--tiny);
}
.map-description .caption a {
  text-decoration: underline;
  color: var(--light_green);
}

.map-modal {
  position: absolute;
  width: 340px;
  background: var(--white);
  box-shadow: 0px 54px 82px rgba(2, 3, 3, 0.03), 0px 22px 98px rgba(2, 3, 3, 0.02), 0px 23px 28px rgba(2, 3, 3, 0.04);
  border-radius: 4px;
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-45%);
  top: 0.625rem;
  z-index: 1;
}
.map-modal.active {
  opacity: 1;
  visibility: visible;
}
.map-modal.v2 {
  padding: 0;
  cursor: default;
}
.map-modal .map-modal__picture {
  height: 200px;
  background: var(--g200);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-modal .map-modal__text {
  padding: var(--medium);
  min-height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map-modal .map-modal__text .h3 {
  margin-bottom: 4px;
}
.map-modal .map-modal__text .h5 {
  margin-top: var(--default);
}
.map-modal h3 {
  color: var(--blue);
  margin-bottom: 0.1875rem;
}
.map-modal h3 a {
  color: var(--blue);
}
.map-modal .p2:not(:last-child) {
  margin-bottom: var(--tiny);
}
.map-modal .h5 {
  margin-bottom: var(--default);
}
.map-modal a {
  color: var(--light_green);
}

.wuf-title {
  height: calc(100vh - 9.375rem);
  padding-top: var(--extra_giant);
  padding-bottom: 0;
  margin-bottom: var(--large);
  background-position: bottom center;
  background-size: auto calc(100% - 13.75rem);
  background-repeat: no-repeat;
}
@media (max-height: 854px) {
  .wuf-title {
    height: auto;
    background-size: 100% calc(100% - 13.75rem);
    padding-bottom: 3.125rem;
    min-height: 37.5rem;
  }
}
@media (max-width: 1150px) {
  .wuf-title {
    background-size: auto calc(100% - 12.75rem);
  }
}
@media (max-width: 991px) {
  .wuf-title {
    background-size: auto calc(100% - 12.5rem);
  }
}
@media (max-width: 767px) {
  .wuf-title {
    min-height: calc(100vh - 4.6875rem);
    height: auto;
    text-align: center;
    padding-top: var(--giant);
    background-size: auto calc(100% - 12.5rem);
    margin-bottom: var(--medium);
  }
}
@media (min-width: 768px) {
  .wuf-title .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .wuf-title .desktop {
    display: none;
  }
}
.wuf-title .wrap {
  width: 60rem;
  display: flex;
}
@media (max-width: 767px) {
  .wuf-title .wrap {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
  }
}
.wuf-title h3 {
  margin-bottom: var(--default);
}
@media (min-width: 768px) {
  .wuf-title .h4 {
    max-width: 27rem;
  }
}
.wuf-title .hero-2 {
  margin-bottom: 0;
}
.wuf-title .left {
  margin-right: 8.625rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .wuf-title .left {
    margin: 4.375rem auto;
    background-image: url("../img/previous-icon-mobile.svg");
    min-height: 78px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wuf-title .left img {
    display: none;
  }
}

.schedule .p2 {
  color: var(--blue);
}
.schedule .item {
  margin-bottom: var(--default);
}

ol {
  padding-left: 1.25rem;
}

.t-b-l {
  color: var(--white);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0;
  display: flex;
}
.t-b-l picture {
  width: 100%;
}
.t-b-l .text {
  position: absolute;
  bottom: 0;
  padding-bottom: var(--extra_giant);
  width: 100%;
}
@media (max-width: 767px) {
  .t-b-l .text {
    padding-bottom: var(--default);
    padding-top: var(--extra_large);
    height: 100%;
  }
}
@media (max-width: 767px) {
  .t-b-l .container {
    height: 100%;
  }
}
.t-b-l .container .row {
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .t-b-l .container .row {
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .t-b-l .container .row .col-9 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .t-b-l .container .row .col-9 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .t-b-l .container .row .col-3 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .t-b-l .container .row .col-3 {
    width: 100%;
  }
}
.t-b-l .container h1 {
  flex: 1;
  margin-bottom: 0;
}
.t-b-l .container .link:hover {
  margin-right: -1.5rem;
}
.t-b-l img {
  width: 100%;
}

.border-bottom {
  padding-bottom: var(--extra_giant);
  border-bottom: 0.0625rem solid var(--g300);
  margin-bottom: var(--extra_giant);
}
@media (max-width: 767px) {
  .border-bottom {
    border: none;
    padding-bottom: var(--medium);
    margin-bottom: 0;
  }
}

.list {
  list-style-type: disc;
  padding-left: 1.25rem;
}

.mb-default {
  margin-bottom: var(--default);
}

.right-pos,
.row.pic {
  align-items: start;
  justify-content: space-between;
  max-width: 100rem;
}
@media (min-width: 76.9375rem) {
  .right-pos,
  .row.pic {
    margin-left: calc((100vw - (100vw - 100%) - 69.75rem) / 2);
  }
}
@media (min-width: 120rem) {
  .right-pos,
  .row.pic {
    margin-left: calc((100vw - (100vw - 100%) - 84rem) / 2);
  }
}
@media (max-width: 76.875rem) {
  .right-pos,
  .row.pic {
    padding-left: var(--extra_large);
  }
}
@media (max-width: 991px) {
  .right-pos,
  .row.pic {
    flex-direction: column;
    padding: 0;
  }
}
.right-pos .img_wrapper,
.row.pic .img_wrapper {
  margin: 0;
  max-width: 62.5rem;
  width: calc(100% - 27rem - 8.625rem);
}
@media (max-width: 991px) {
  .right-pos .img_wrapper,
  .row.pic .img_wrapper {
    width: 100%;
  }
}
.right-pos .img_wrapper img,
.row.pic .img_wrapper img {
  width: 100%;
  height: auto;
}
.right-pos .col-5,
.row.pic .col-5 {
  min-width: 27rem;
}
@media (max-width: 991px) {
  .right-pos .col-5,
  .row.pic .col-5 {
    margin-right: 0;
    width: 100%;
    padding: 0 var(--extra_large);
    margin-bottom: var(--large);
  }
}
@media (max-width: 767px) {
  .right-pos .col-5,
  .row.pic .col-5 {
    padding: 0 var(--small);
    min-width: 0;
  }
}
@media (max-width: 68.75rem) {
  .right-pos .col-7,
  .row.pic .col-7 {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .right-pos .col-7,
  .row.pic .col-7 {
    width: 100%;
  }
}

.guidelines {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 71.875rem) {
  .guidelines {
    flex-direction: column;
  }
}
.guidelines .col-5 {
  width: 40%;
}
@media (max-width: 64rem) {
  .guidelines .col-5 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .guidelines .col-5 {
    width: 100%;
  }
}
.guidelines h2 {
  width: 100%;
}
.guidelines .bold {
  font-weight: 700;
  margin-bottom: 0 !important;
}
.guidelines .btn {
  margin-top: var(--extra_giant);
}
@media (max-width: 64rem) {
  .guidelines .btn {
    margin-top: var(--extra_large);
  }
}
@media (max-width: 991px) {
  .guidelines .btn {
    margin: var(--default) auto 0;
  }
}
@media (max-width: 991px) {
  .guidelines .btn.desktop {
    display: none;
  }
}
@media (min-width: 62rem) {
  .guidelines .btn.mobile {
    display: none;
  }
}
.guidelines .books-block {
  width: 55%;
}
@media (max-width: 71.875rem) {
  .guidelines .books-block {
    width: 100%;
    margin-top: var(--default);
  }
}
@media (max-width: 767px) {
  .guidelines .books-block {
    flex: auto;
    width: 100vw;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: var(--default);
  }
  .guidelines .books-block::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .guidelines .books-block .item {
    min-width: 300px;
    width: 300px;
  }
  .guidelines .books-block .item .content {
    height: 401px;
  }
  .guidelines .books-block .item h4 {
    font-size: 24px;
    line-height: 2rem;
    text-align: left;
  }
}

.p-s-d {
  padding-top: 0;
}
@media (max-width: 1400px) {
  .p-s-d {
    margin-top: var(--default);
  }
}
@media (max-width: 1200px) {
  .p-s-d {
    margin-top: 5rem;
  }
}
@media (max-width: 991px) {
  .p-s-d {
    margin-top: 0;
  }
}
.p-s-d .grey {
  color: var(--g500);
  margin-bottom: var(--default);
}
.p-s-d .col-5 {
  margin-bottom: var(--extra_large);
}
@media (max-width: 991px) {
  .p-s-d .col-5 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .p-s-d .col-10 {
    width: 100%;
  }
}
.p-s-d .p-s-d-unit:not(:last-child) {
  margin-bottom: var(--extra_large);
  padding-bottom: var(--extra_large);
  border-bottom: 1px solid var(--g300);
}
.p-s-d .item:not(:last-child) {
  margin-bottom: var(--default);
}
.p-s-d .item .p2:not(.grey) {
  color: var(--blue);
}
.p-s-d .item .grey {
  margin-top: var(--extra_small);
}
.p-s-d .item ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.p-s-d .item ul span {
  font-weight: 700;
}
.p-s-d h3 {
  margin-bottom: var(--tiny);
}

.simple-programme .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 61.9375rem) {
  .table-list.table-list-speakers .row-responsive {
    overflow-x: scroll;
  }
  .table-list.table-list-speakers .item,
  .table-list.table-list-speakers .row {
    width: 75rem;
  }
}
.table-list.table-list-speakers .item .p1 {
  flex: 1 !important;
}
.table-list.table-list-speakers .row .h4 {
  flex: 1 !important;
}
.table-list .row {
  padding-bottom: var(--small);
  border-bottom: 4px solid var(--g300);
}
.table-list .row .h4:first-child {
  flex: 4;
}
.table-list .row .h4:nth-child(2) {
  flex: 4;
}
.table-list .row .h4:last-child {
  flex: 1;
  padding-right: 12px;
}
.table-list .item {
  min-height: 3.5rem;
  padding: 0.625rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.table-list .item:nth-child(even) {
  background: var(--beige_200);
}
.table-list .item .p1 {
  margin-bottom: 0;
}
.table-list .item .p1:first-child {
  flex: 4;
}
.table-list .item .p1:nth-child(2) {
  flex: 4;
}
.table-list .item .p1:last-child {
  flex: 1;
}
@media (min-width: 768px) {
  .table-list .item .p1:not(:last-child) {
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .table-list .col-7,
  .table-list .col-9 {
    width: 100%;
  }
}

.orange-background {
  background: #FFEEAA;
}
.orange-background h2,
.orange-background .color-orange,
.orange-background .colored {
  color: #BE3C0F;
}
.orange-background blockquote {
  border-top: 0.0625rem solid #BE3C0F;
  border-bottom: 0.0625rem solid #BE3C0F;
  color: #BE3C0F;
}

.blue-background blockquote {
  border-top: 0.0625rem solid #FF6400;
  border-bottom: 0.0625rem solid #FF6400;
  color: #FF6400;
}

.quotes,
.texts {
  padding: 5rem 0 3.75rem;
}
@media (max-width: 1150px) {
  .quotes,
  .texts {
    padding: 3.125rem 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .quotes,
  .texts {
    padding: 2.5rem 0 1.25rem;
  }
}
.quotes blockquote,
.texts blockquote {
  padding: 4.375rem 7.1875rem;
  margin: 4.375rem 0;
  position: relative;
}
@media (max-width: 1150px) {
  .quotes blockquote,
  .texts blockquote {
    padding: 2.5rem 4.375rem;
  }
}
@media (max-width: 767px) {
  .quotes blockquote,
  .texts blockquote {
    margin: 1.875rem 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5rem;
  }
}
.quotes blockquote:before,
.texts blockquote:before {
  content: "";
  background-image: url("../img/quotes.svg");
  width: 2.875rem;
  height: 2.4375rem;
  position: absolute;
  left: 0;
  top: 4.375rem;
}
@media (max-width: 1150px) {
  .quotes blockquote:before,
  .texts blockquote:before {
    top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .quotes blockquote:before,
  .texts blockquote:before {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 1.875rem;
  }
}
.quotes blockquote .heading,
.texts blockquote .heading {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .quotes blockquote .heading,
  .texts blockquote .heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.quotes blockquote cite,
.texts blockquote cite {
  margin-top: 6.25rem;
  display: block;
  font-style: normal;
}
@media (max-width: 1150px) {
  .quotes blockquote cite,
  .texts blockquote cite {
    margin-top: 1.25rem;
  }
}
.quotes blockquote cite .heading,
.texts blockquote cite .heading {
  font-weight: 400;
}

.messages-block_v2 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.messages-block_v2 .row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.messages-block_v2 .row .col-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .messages-block_v2 .row .col-6:last-child {
    margin-top: 3.75rem;
  }
}
.messages-block_v2 .h4:after {
  content: "";
  width: 5.3125rem;
  display: block;
  height: 0.0625rem;
  background: #000;
  margin: 0.875rem 0 1.625rem;
}
.messages-block .row {
  justify-content: flex-end;
}
@media (max-width: 1150px) {
  .messages-block .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .messages-block .row {
    flex-direction: column;
  }
}
.messages-block img {
  margin-bottom: var(--extra_large);
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .messages-block img {
    margin-bottom: var(--default);
  }
}
.messages-block .h4 {
  margin-bottom: var(--tiny);
}
.messages-block .p2 {
  color: var(--g500);
  margin-bottom: var(--default);
}
.messages-block .col-4 {
  width: 29%;
}
@media (max-width: 1150px) {
  .messages-block .col-4 {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .messages-block .col-4 {
    width: 100%;
  }
}
.messages-block .col-4:first-child {
  margin-right: 12%;
}
@media (max-width: 1150px) {
  .messages-block .col-4:first-child {
    margin-right: var(--medium);
  }
}
@media (max-width: 767px) {
  .messages-block .col-4:first-child {
    margin-right: 0;
    margin-bottom: var(--large);
  }
}

.social-block {
  display: flex;
  align-items: center;
  justify-content: start;
}
.social-block a:not(:last-child) {
  margin-right: var(--default);
}

.h-k h2 {
  margin-bottom: var(--default);
}

.posts-grid {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .posts-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.posts-grid .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 5rem;
  margin-bottom: var(--tiny);
}
@media (max-width: 991px) {
  .posts-grid .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .posts-grid .items {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
.posts-grid .items .item {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--large);
}
@media (max-width: 767px) {
  .posts-grid .items .item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
  }
}
.posts-grid .items .item .image {
  position: relative;
  cursor: pointer;
  margin-bottom: var(--default);
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-grid .items .item .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .posts-grid .items .item .text,
  .posts-grid .items .item .tags {
    padding: 0 var(--small);
  }
}
.posts-grid .items .item .caption {
  color: var(--g500);
  margin-bottom: var(--tiny);
}
.posts-grid .items .item h5 {
  margin-bottom: var(--medium);
}
.posts-grid .items .item .tags {
  padding-left: 0;
}
@media (max-width: 767px) {
  .posts-grid .items .item > .tags {
    padding-left: var(--small);
  }
}

.alumni-network-header {
  max-width: 100rem;
}
@media (min-width: 1231px) {
  .alumni-network-header {
    margin-left: calc((100vw - (100vw - 100%) - 69.75rem) / 2);
  }
}
@media (min-width: 1920px) {
  .alumni-network-header {
    margin-left: calc((100vw - (100vw - 100%) - 84rem) / 2);
  }
}
@media (max-width: 1230px) {
  .alumni-network-header {
    padding-left: var(--extra_large);
    padding-right: var(--extra_large);
  }
}
@media (max-width: 767px) {
  .alumni-network-header {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}
@media (max-width: 1230px) {
  .alumni-network-header .col-10 {
    width: 100%;
  }
}
@media (max-width: 1230px) {
  .alumni-network-header .col-7 {
    margin-right: 0;
    width: 48%;
  }
}
@media (max-width: 1230px) {
  .alumni-network-header .col-5 {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .alumni-network-header .col-5 {
    width: 100%;
  }
}
@media (max-width: 1920px) {
  .alumni-network-header .picture {
    text-align: right;
  }
}
.alumni-network-header .link {
  margin-left: 24%;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1230px) {
  .alumni-network-header .link {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .alumni-network-header .link {
    margin-left: 0;
    margin-top: var(--default);
  }
}
.alumni-network-header .shapes .svg {
  mix-blend-mode: normal;
}
@media (max-width: 1230px) {
  .alumni-network-header .shapes .svg {
    left: -2.6875rem !important;
    top: 0 !important;
  }
}
@media (max-width: 991px) {
  .alumni-network-header .shapes .svg {
    left: -30px !important;
  }
}

.pagination {
  display: flex;
  margin-top: var(--default);
  width: 100%;
}
@media (max-width: 991px) {
  .pagination {
    width: 100%;
    padding-left: var(--extra_large);
  }
}
@media (max-width: 767px) {
  .pagination {
    padding-left: var(--small);
    margin-top: var(--small);
  }
}
.pagination li:not(:last-child) {
  margin-right: var(--small);
}
@media (max-width: 767px) {
  .pagination li:not(:last-child) {
    margin-right: var(--extra_small);
  }
}
.pagination li:last-child:not(.pager__item) a {
  background-image: url("../img/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.pagination a {
  border-radius: 0.25rem;
  background: var(--g200);
  width: var(--large);
  height: var(--large);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a.active {
  color: var(--white);
  background: var(--light_green);
}
.pagination a[rel=prev] {
  background-image: url("../img/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .speakers-list h1 {
    margin-bottom: 0;
  }
}

.filter {
  background: var(--white);
  position: fixed;
  opacity: 0;
  z-index: 10;
  padding: 40px 48px 24px;
  visibility: hidden;
  max-width: 100%;
  border-radius: 0.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1080px;
}
@media (max-width: 991px) {
  .filter {
    height: 100%;
    overflow-y: scroll;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .filter {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}
.filter.active {
  opacity: 1;
  visibility: visible;
}
.filter .close {
  cursor: pointer;
  position: absolute;
  right: 48px;
  top: 40px;
}
.filter .checkboxes label.hidden {
  display: none;
}
.filter .row:first-child .col-4 {
  width: calc(33.33333333% - 30px);
}
@media (max-width: 991px) {
  .filter .row:first-child .col-4 {
    width: 100%;
    margin: 0 0 var(--large);
  }
}
@media (min-width: 992px) {
  .filter .row:first-child .col-4:not(:nth-child(3)) {
    margin-right: 45px;
  }
}
@media (max-width: 991px) {
  .filter .row:first-child .col-4.speakers-column .scrollbar {
    display: block;
  }
}
@media (max-width: 991px) {
  .filter .row:first-child .col-4.speakers-column .scrollbar .result {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--default);
  }
}
@media (max-width: 767px) {
  .filter .row:first-child .col-4.speakers-column .scrollbar .result {
    display: flex;
    flex-direction: column;
  }
}
.filter .row:last-child {
  margin-top: var(--large);
}
@media (max-width: 991px) {
  .filter .row:last-child {
    margin-top: 0;
  }
}
.filter .scrollbar {
  overflow-y: scroll;
  padding-right: 30px;
  height: 21.5rem;
}
@media (max-width: 991px) {
  .filter .scrollbar {
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--default);
    overflow: visible;
    height: auto;
  }
}
@media (max-width: 767px) {
  .filter .scrollbar {
    display: flex;
  }
}
.filter .scrollbar::-webkit-scrollbar {
  width: 0.25rem;
}
.filter .scrollbar::-webkit-scrollbar-track {
  background-color: var(--g200);
  border-radius: 0.125rem;
}
.filter .scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  background-color: var(--g500);
}
.filter .h5, .filter .h4, .filter h5 {
  margin-bottom: var(--large);
}
@media (max-width: 991px) {
  .filter .h5, .filter .h4, .filter h5 {
    margin-bottom: var(--medium);
  }
}
.filter .main-menu {
  display: inline-flex;
  margin-top: var(--default);
}

@media (max-width: 991px) {
  body.modal {
    overflow: hidden;
  }
}
body.mobile-menu-active {
  overflow: hidden;
}

@media (max-width: 991px) {
  .banner {
    border-radius: 0 !important;
  }
}
.banner.v2 {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .banner.v2 {
    padding-left: var(--extra_large);
    text-align: left;
  }
}
@media (max-width: 767px) {
  .banner.v2 {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}
.banner.v2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.35;
  left: 0;
  top: 0;
}
.banner.v2 .left-col {
  margin-bottom: var(--medium);
}
.banner.v2 .left-col, .banner.v2 a {
  position: relative;
}
.banner.v2 .btn {
  background: var(--white);
}
.banner.v2 .btn:hover {
  color: var(--black);
}
@media (max-width: 767px) {
  .banner.v2 h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: var(--default);
  }
}
@media (max-width: 767px) {
  .banner.v2 .keyword {
    margin-bottom: var(--medium);
  }
}
.banner.v3 {
  margin-bottom: 5rem;
  margin-top: 2.1875rem;
  height: auto;
  border-radius: 0;
  background-color: #FF6400;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  align-items: normal;
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .banner.v3 {
    text-align: left;
    margin-bottom: 0;
    flex-direction: row;
    padding: 0 !important;
    align-items: normal !important;
  }
}
@media (max-width: 767px) {
  .banner.v3 {
    background-position: bottom;
    background-size: 100% auto;
    align-items: flex-start !important;
    flex-direction: column;
  }
}
.banner.v3 h2 {
  margin-bottom: 0.5rem !important;
}
@media (max-width: 1150px) {
  .banner.v3 h2 {
    font-size: 2.0625rem;
    line-height: 2.375rem;
  }
}
.banner.v3 .keyword {
  margin-bottom: 1.875rem;
}
.banner.v3 .left-col {
  max-width: 25rem;
  margin: 2.25rem 1.875rem 2.5rem 4rem;
}
@media (max-width: 1150px) {
  .banner.v3 .left-col {
    max-width: 21rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner.v3 .left-col {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .banner.v3 .left-col {
    margin: 1.875rem 1.25rem;
  }
}
.banner.v3 .left-col .keyword {
  margin-bottom: 1.875rem;
}
@media (max-width: 1150px) {
  .banner.v3 .left-col .keyword {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
@media (max-width: 1150px) {
  .banner.v3 .small-link {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner.v3 .small-link {
    position: relative;
    z-index: 1;
  }
}
.banner.v3 .col-6 {
  background-size: cover;
  background-position: left center;
}
@media (max-width: 767px) {
  .banner.v3 .col-6 {
    min-height: 10.375rem;
  }
}
@media (max-width: 991px) {
  .banner.banner_large {
    padding-left: var(--extra_large);
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .banner.banner_large {
    padding-left: var(--small);
    padding-right: var(--small);
    align-items: center;
  }
}

@media (max-width: 991px) {
  .p-c-f [class*=col-] {
    width: 100%;
  }
}

.path-node.wuf12 .news-block h2 {
  color: #00895B;
}
.path-node.wuf12 .h-blt-p-l h2 {
  color: #5E59FF;
}
.path-node.wuf12 .h-blt-p-l .link .h3 {
  color: #5E59FF;
}
.path-node.wuf12 .h-blt-p-l .arrow:before {
  background-image: url("../img/line-2.svg");
}
.path-node.wuf12 .h-blt-p-l .arrow:after {
  background-image: url("../img/arrow-2.svg");
}
.path-node.wuf12 .messages-block h2, .path-node.wuf12 .messages-block .p2 {
  color: #FF6400;
}

.archive {
  display: flex;
  margin-right: 10.125rem;
  max-width: 100%;
  flex-wrap: wrap;
  width: 1440px;
  padding-left: var(--extra_large);
  padding-right: var(--extra_large);
}
@media (min-width: 90.0625rem) {
  .archive {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .archive {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .archive {
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--small);
    padding-right: var(--small);
    width: 100%;
  }
}
.archive .content {
  flex: 1;
}
@media (max-width: 991px) {
  .archive .content {
    width: 100%;
  }
}
.archive .content section.main {
  padding-top: 0;
}
@media (max-width: 767px) {
  .archive .content section.main {
    margin-bottom: 0 !important;
  }
}
.archive .table-list {
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
}
@media (max-width: 991px) {
  .archive .table-list .col-10 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .archive .table-list .col-10 .row {
    display: none;
  }
}
@media (max-width: 767px) {
  .archive .table-list .col-10 .item {
    flex-direction: column;
    align-items: start;
    background: transparent;
    border: 0.0625rem solid var(--g300);
    border-radius: 4px;
    padding: var(--small);
    height: auto;
  }
  .archive .table-list .col-10 .item .p1 {
    font-size: 20px;
    line-height: 24px;
  }
  .archive .table-list .col-10 .item .p1:before {
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
    line-height: 16px;
  }
  .archive .table-list .col-10 .item .p1:not(:last-child) {
    margin-bottom: var(--small);
  }
  .archive .table-list .col-10 .item .p1:first-child:before {
    content: "Exhibitor";
  }
  .archive .table-list .col-10 .item .p1:nth-child(2):before {
    content: "Country";
  }
  .archive .table-list .col-10 .item .p1:last-child:before {
    content: "Year";
  }
}
@media (max-width: 767px) {
  .archive .table-list .col-10 .item:not(:last-child) {
    margin-bottom: var(--small);
  }
}
@media (max-width: 767px) {
  .archive .table-list .col-10 .item:last-child {
    margin-bottom: var(--large);
  }
}
@media (max-width: 767px) {
  .archive .table-list .pagination {
    margin-top: var(--large) !important;
  }
}
.archive .pagination {
  margin-top: var(--giant);
}
@media (max-width: 767px) {
  .archive .pagination {
    margin-top: 0 !important;
    flex-wrap: wrap;
  }
  .archive .pagination li {
    margin-bottom: var(--extra_small);
  }
}
.archive .speakers {
  margin-left: auto;
}
@media (max-width: 991px) {
  .archive .speakers {
    width: 100%;
  }
}
.archive .speakers:not(:first-child) {
  margin-top: var(--medium);
}
.archive .speakers .item {
  width: 29%;
}
@media (max-width: 1150px) {
  .archive .speakers .item {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .archive .speakers .item {
    width: 100%;
  }
}
@media (min-width: 1151px) {
  .archive .speakers .item:not(:nth-child(3n+3)) {
    margin-right: 6.5%;
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  .archive .speakers .item:not(:nth-child(2n+2)) {
    margin-right: 10%;
  }
}
.archive .content__wrap {
  width: 956px;
  margin-left: auto;
}
@media (max-width: 1439px) {
  .archive .content__wrap {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .archive .content__wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .archive .pagination {
    padding-left: 0;
  }
}
.archive #filter {
  margin-bottom: var(--default);
}
@media (min-width: 992px) {
  .archive #filter {
    display: none;
  }
}
.archive .alphabet {
  margin-bottom: var(--large);
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .archive .alphabet {
    display: none;
  }
}
.archive .alphabet .letter {
  color: var(--g400);
  font-size: 20px;
  line-height: 24px;
  padding: 12px 8px;
}
.archive .alphabet .letter:not(:last-child) {
  margin-right: var(--tiny);
}
@media (max-width: 1150px) {
  .archive .alphabet .letter:not(:last-child) {
    margin-right: 6px;
  }
}
.archive .alphabet .letter:hover, .archive .alphabet .letter.active {
  color: var(--light_green);
}

#filter {
  padding: 0 8px;
  font-size: 16px;
  font-weight: 500;
  background: var(--g200);
  height: 40px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: var(--g600);
  display: flex;
  align-items: center;
  justify-content: start;
}
#filter:hover {
  background: var(--light_green);
  color: var(--white);
}
#filter:hover img:first-child {
  opacity: 0;
}
#filter:hover img:nth-child(2) {
  opacity: 1;
}
#filter img {
  margin-right: 10px;
}
#filter img:nth-child(2) {
  opacity: 0;
  position: absolute;
}

.checkboxes {
  display: flex;
  flex-direction: column;
}
.checkboxes label:not(:last-child) {
  margin-bottom: var(--extra_small);
}
.checkboxes input {
  display: none;
}
.checkboxes input:checked + span:before {
  background: var(--light_green);
  border-color: transparent;
}
.checkboxes input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.checkboxes span {
  position: relative;
  display: flex;
  align-items: start;
}
.checkboxes span:before {
  content: "";
}
.checkboxes span:before {
  min-width: 1rem;
  height: 1rem;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 0.125rem;
  margin-right: 0.5rem;
  display: block;
  margin-top: 0.25rem;
}
.checkboxes span:after {
  content: "";
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0.0625rem;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.show-more {
  margin-top: var(--default);
  display: inline-flex;
}
.show-more span:not(.active) {
  display: none;
}

.sidebar {
  margin-bottom: var(--extra_giant);
  max-width: 15rem;
}
@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar__section:not(:last-child) {
  padding-bottom: var(--extra_large);
  margin-bottom: var(--extra_large);
  border-bottom: 1px solid var(--g300);
}
.sidebar .checkboxes label:not(:last-child) {
  margin-bottom: var(--tiny);
}
.sidebar .checkboxes label.hidden {
  display: none;
}
.sidebar .checkboxes label span:before {
  margin-top: 0.1875rem;
}
.sidebar .checkboxes label span:after {
  top: 0.1875rem;
}
.sidebar .sidebar__section__title {
  margin-bottom: var(--default);
}

@media (max-width: 991px) {
  .h-p-l .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .h-p-l .row .col-6,
  .h-p-l .row .col-5 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .h-p-l .row .col-5 {
    margin-bottom: 20px;
  }
}
.h-p-l .col-6 {
  display: flex;
  align-items: start;
  justify-content: end;
}
@media (max-width: 991px) {
  .h-p-l .col-6 {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .h-p-l #filter {
    display: none;
  }
}

.pdf-icon {
  display: flex;
  align-items: center;
  padding-left: var(--extra_large);
  padding-right: var(--default);
  background-image: url("../img/pdf.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.pdf-icon:hover {
  text-decoration: underline;
  background-image: url("../img/pdf-hover.svg");
}

.page-thumbnail-h {
  width: 1440px;
  border-radius: 0.25rem;
  max-width: 100%;
  padding-left: var(--extra_large);
  padding-right: var(--extra_large);
  margin: auto;
}
@media (max-width: 991px) {
  .page-thumbnail-h {
    display: none;
  }
}
.page-thumbnail-h img {
  width: 100%;
}

/*edit tabs for pages */
nav.edit-tabs {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
nav.edit-tabs ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav.edit-tabs ul li {
  flex-grow: 1;
}
nav.edit-tabs ul li a {
  color: #343a40;
  background: rgba(233, 236, 239, 0.6);
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
nav.edit-tabs ul li a.is-active {
  background: rgba(126, 207, 255, 0.4666666667);
}

@media (max-width: 767px) {
  nav.tabs ul li a {
    font-size: 1rem;
  }
}
.field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden;
}
.field--name-field-media-oembed-video iframe.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.speakers .btn {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.map-about {
  display: block;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .map-about .map {
    display: flex;
    overflow-x: scroll;
    margin: 0 -48px;
    padding: 0 48px var(--default);
    scrollbar-width: none;
    border-bottom: 1px solid var(--g300);
  }
  .map-about .map::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .map-about .map > img {
    display: none;
  }
}
@media (max-width: 991px) {
  .map-about .map .point {
    position: static;
    width: auto;
    height: auto;
  }
  .map-about .map .point:not(:last-child) {
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .map-about .map .caption {
    display: none;
  }
}
@media (max-width: 991px) {
  .map-about .map .map-modal {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  .map-about .map .map-modal .map-modal__text {
    min-height: 0;
    padding: 8px 0 0;
  }
  .map-about .map .map-modal .map-modal__text .p2:not(:last-child) {
    color: var(--blue);
  }
  .map-about .map .map-modal .map-modal__text .p2:last-child {
    color: var(--g500);
  }
  .map-about .map .map-modal .map-modal__text .h5 {
    margin-bottom: 8px;
    margin-top: 16px;
  }
}

.shapes {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .shapes {
    width: 100%;
  }
  .shapes img {
    width: 100%;
  }
}
.shapes.shapes-network {
  margin-left: 74px;
  justify-content: flex-start;
  display: inline-flex;
}
@media (max-width: 767px) {
  .shapes.shapes-network {
    display: none;
  }
}
.shapes.shapes-network .mask {
  -webkit-mask-image: url("../img/svg-mask.svg");
  mask-image: url("../img/svg-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  display: flex;
}
.shapes.shapes-network .svg {
  left: -90px;
  top: -34px;
  width: 115%;
}
@media (max-width: 991px) {
  .shapes.shapes-network .svg {
    left: -48px;
  }
}
@media (max-width: 991px) {
  .shapes.shapes-media {
    margin-bottom: var(--extra_giant);
  }
}
.shapes.shapes-media .svg {
  top: 50px;
  mix-blend-mode: normal;
  left: -140px;
}
@media (max-width: 500px) {
  .shapes.shapes-media .svg {
    top: 80px;
  }
}
.shapes.shapes-lebanon-1 .svg {
  top: -2.5rem;
  left: -1.375rem;
  width: 127%;
}
.shapes:not(.shapes-lebanon-1) img:not(.svg) {
  border-radius: 1.875rem;
}
.shapes.shapes-lebanon-2 .svg {
  left: -2.1875rem;
  bottom: -1.875rem;
  mix-blend-mode: normal;
}
@media (max-width: 991px) {
  .shapes.shapes-expo {
    margin-bottom: 70px;
  }
}
.shapes.shapes-expo .svg {
  mix-blend-mode: normal;
  left: -73px;
  top: 30px;
}
@media (max-width: 767px) {
  .shapes.shapes-expo .svg {
    top: 50px;
  }
}
.shapes.shapes-partners .svg, .shapes.shapes-council .svg {
  bottom: -30px;
  right: -50px;
}
.shapes.shapes-council .svg {
  mix-blend-mode: normal;
}
.shapes .svg {
  position: absolute;
  mix-blend-mode: multiply;
  max-width: none;
}
@media (max-width: 767px) {
  .shapes .svg {
    width: auto !important;
  }
}

.participate-section {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .participate-section .row {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .participate-section .col-6 {
    width: 100%;
  }
}
.participate-section .row {
  justify-content: space-between;
}
.participate-section h2 {
  margin-bottom: var(--default);
}
.participate-section h1 {
  margin-bottom: var(--extra_giant);
}
@media (max-width: 991px) {
  .participate-section h1 {
    margin-bottom: var(--large);
  }
}
.participate-section .p1 {
  margin-bottom: var(--extra_large);
}
.participate-section .p1 p:not(:last-child) {
  margin-bottom: var(--default);
}
.participate-section .link:hover .arrow {
  width: 364px;
}
.participate-section .link .arrow {
  width: 340px;
}
.participate-section .h4:not(:last-child) {
  margin-bottom: 20px;
}
.participate-section .registration-block {
  width: 37%;
}
@media (max-width: 1199px) {
  .participate-section .registration-block {
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
    margin-top: 2rem;
  }
}
.participate-section .registration-block.v2 .registration {
  background: url("../img/registration-2.svg") no-repeat;
  padding-top: 105px;
}
.participate-section .registration-block .registration {
  display: block;
  background: url("../img/registration.svg");
  background-repeat: no-repeat;
  height: 351px;
  margin-bottom: 130px;
  background-position: left -34px center;
  padding-left: 64px;
  padding-top: 122px;
  margin-top: -80px;
}
@media (max-width: 1199px) {
  .participate-section .registration-block .registration {
    background: var(--beige) !important;
    text-align: center;
    padding: 24px 0 !important;
    margin-top: var(--default);
    height: auto;
    margin-bottom: var(--giant);
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media (max-width: 767px) {
  .participate-section .registration-block .registration {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 767px) {
  .participate-section .registration-block .registration .h4 {
    margin-bottom: var(--tiny);
  }
}

.schedule-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .schedule-section {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .schedule-section {
    padding-top: var(--default);
    padding-bottom: var(--small);
  }
}
@media (max-width: 991px) {
  .schedule-section .col-6 {
    width: 100%;
  }
}
.schedule-section h2 {
  margin-bottom: var(--default);
}
.schedule-section .p1 {
  width: 72%;
}
@media (max-width: 991px) {
  .schedule-section .p1 {
    width: 100%;
  }
}
.schedule-section .items {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  padding-left: 24px;
}
@media (max-width: 991px) {
  .schedule-section .items {
    margin-top: var(--large);
  }
}
@media (max-width: 991px) {
  .schedule-section .items {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .schedule-section .items {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.schedule-section .items .item {
  width: 27%;
  height: 164px;
  border-radius: 4px;
  border: 1px solid var(--g200);
  margin-bottom: var(--extra_large);
  margin-left: 3%;
  margin-right: 3%;
  flex-direction: column;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 78.125rem) {
  .schedule-section .items .item {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .schedule-section .items .item {
    margin-bottom: var(--default);
    width: calc(50% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.schedule-section .items .item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.schedule-section .items .item .top {
  padding-top: var(--small);
  padding-left: var(--small);
}
.schedule-section .items .item .h5 {
  padding: var(--small);
  background: var(--beige);
  width: 100%;
}

.alumni-network {
  overflow-x: hidden;
}

hr {
  border: none;
  border-top: 0.0625rem solid var(--g300);
  margin: 0;
}

.border {
  padding: 0;
}

.materials .col-7 {
  width: 59%;
}
@media (max-width: 1150px) {
  .materials .col-7 {
    margin-bottom: var(--large);
    width: auto;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .materials .col-7 {
    flex: auto;
    width: 100vw;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: var(--default);
  }
  .materials .col-7::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .materials .col-7 .item {
    min-width: 300px;
    width: 300px;
  }
  .materials .col-7 .item .content {
    height: 401px;
  }
  .materials .col-7 .item h4 {
    font-size: 24px;
    line-height: 2rem;
    text-align: left;
  }
}
@media (max-width: 1150px) {
  .materials .col-4 {
    width: 100%;
  }
}
.materials .row {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1150px) {
  .materials .row {
    width: 100%;
  }
}

.about-lebanon {
  padding-top: 0;
}
@media (min-width: 1441px) {
  .about-lebanon .right-pos {
    justify-content: flex-start;
  }
}
@media (max-width: 61.9375rem) {
  .about-lebanon .right-pos .col-5 {
    width: 100%;
  }
}
.about-lebanon .right-pos a {
  font-weight: 700;
  text-decoration: underline;
}
.about-lebanon .shapes-lebanon-1 {
  max-width: 732px;
  width: calc(100% - 27rem - 8.625rem);
  margin-left: 100px;
}
@media (max-width: 61.9375rem) {
  .about-lebanon .shapes-lebanon-1 {
    margin-left: 0;
    padding-left: 48px;
    width: 100%;
    margin-bottom: 80px;
    display: none;
  }
}
@media (max-width: 47.9375rem) {
  .about-lebanon .shapes-lebanon-1 {
    padding-left: 0.4375rem;
    padding-right: 1rem;
    margin-top: -20px;
  }
}
.about-lebanon .shapes-lebanon-1 img:not(.svg) {
  width: 100%;
}

.katowice {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .katowice {
    margin-top: var(--large);
  }
}
@media (max-width: 75rem) {
  .katowice .row {
    flex-wrap: wrap;
  }
}
.katowice .col {
  display: flex;
  flex-direction: column;
}
.katowice .col .item {
  flex: auto;
}
.katowice .col img {
  width: 100%;
  height: auto;
}
.katowice .col-6 {
  width: 49%;
}
@media (max-width: 75rem) {
  .katowice .col-6 {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .katowice .col-6 {
    width: 100%;
  }
}
.katowice .col-4 {
  width: 27%;
}
@media (max-width: 75rem) {
  .katowice .col-4 {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .katowice .col-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .katowice .col-4 {
    width: 100%;
  }
}
.katowice .col-3 {
  width: 24%;
}
@media (max-width: 75rem) {
  .katowice .col-3 {
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .katowice .col-3 {
    width: 50%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .katowice .col-3 {
    width: 100%;
  }
}
.katowice .blue {
  background-color: #4B4BD1;
  background-repeat: no-repeat;
  color: var(--white);
  padding: var(--extra_large);
  position: relative;
}
@media (max-width: 767px) {
  .katowice .blue {
    padding: var(--medium) var(--small);
  }
}
.katowice .blue:before {
  content: "";
  background-image: url("../img/katowice-blue.svg");
  width: 19.4375rem;
  height: 15.0625rem;
  position: absolute;
  right: -2rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .katowice .blue:before {
    content: none;
  }
}
.katowice .blue p {
  width: 54%;
}
@media (max-width: 767px) {
  .katowice .blue p {
    width: 100%;
  }
}
.katowice .yellow {
  background: var(--yellow);
  padding: var(--extra_giant) var(--extra_large);
}
@media (max-width: 767px) {
  .katowice .yellow {
    padding: var(--default) var(--small);
  }
}
.katowice .pink {
  background-color: var(--magenta);
  background-image: url("../img/katowice-pink.svg");
  background-position: right 1.8125rem bottom;
  background-repeat: no-repeat;
  color: var(--magenta_700);
  padding: var(--giant) var(--extra_large);
}
@media (max-width: 767px) {
  .katowice .pink {
    padding: var(--extra_giant) var(--small);
  }
}
.katowice .green {
  background-color: var(--deep_green);
  color: var(--white);
  padding: var(--large);
  position: relative;
}
@media (max-width: 767px) {
  .katowice .green {
    padding: var(--small) var(--small);
  }
}
.katowice .green:before {
  content: "";
  background-image: url("../img/katowice-green.svg");
  width: 10.125rem;
  height: 20.25rem;
  position: absolute;
  right: 0;
  top: -1.6875rem;
}
.katowice .green .text {
  position: relative;
  z-index: 1;
}
.katowice .green .h4 {
  margin-bottom: var(--tiny);
}
.katowice .green .p2 {
  margin-bottom: var(--giant);
}
.katowice .video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .katowice .video {
    display: none;
  }
}
.katowice .video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.katowice .video:after {
  content: "";
  position: absolute;
  background: url("../img/play.svg");
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
}

p a {
  color: var(--light_green);
}
p a:hover {
  color: var(--light_green_600);
}

.user-login .user-login-form .form-text,
.user-login .user-register-form .form-text,
.user-login .user-pass .form-text,
.user-register .user-login-form .form-text,
.user-register .user-register-form .form-text,
.user-register .user-pass .form-text,
.user-password .user-login-form .form-text,
.user-password .user-register-form .form-text,
.user-password .user-pass .form-text {
  height: 2.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  padding: 0 0.75rem;
  font-size: 1rem;
  font-family: "Roboto";
}
.user-login .user-login-form .form-item,
.user-login .user-register-form .form-item,
.user-login .user-pass .form-item,
.user-register .user-login-form .form-item,
.user-register .user-register-form .form-item,
.user-register .user-pass .form-item,
.user-password .user-login-form .form-item,
.user-password .user-register-form .form-item,
.user-password .user-pass .form-item {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 1.5rem;
}
@media (max-width: 47.9375rem) {
  .user-login .user-login-form .form-item,
  .user-login .user-register-form .form-item,
  .user-login .user-pass .form-item,
  .user-register .user-login-form .form-item,
  .user-register .user-register-form .form-item,
  .user-register .user-pass .form-item,
  .user-password .user-login-form .form-item,
  .user-password .user-register-form .form-item,
  .user-password .user-pass .form-item {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}
.user-login .user-login-form .form-item label,
.user-login .user-register-form .form-item label,
.user-login .user-pass .form-item label,
.user-register .user-login-form .form-item label,
.user-register .user-register-form .form-item label,
.user-register .user-pass .form-item label,
.user-password .user-login-form .form-item label,
.user-password .user-register-form .form-item label,
.user-password .user-pass .form-item label {
  margin-bottom: 0.75rem;
}
.user-login .user-login-form .form-item .description,
.user-login .user-register-form .form-item .description,
.user-login .user-pass .form-item .description,
.user-register .user-login-form .form-item .description,
.user-register .user-register-form .form-item .description,
.user-register .user-pass .form-item .description,
.user-password .user-login-form .form-item .description,
.user-password .user-register-form .form-item .description,
.user-password .user-pass .form-item .description {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
.user-login .user-login-form .form-submit,
.user-login .user-register-form .form-submit,
.user-login .user-pass .form-submit,
.user-register .user-login-form .form-submit,
.user-register .user-register-form .form-submit,
.user-register .user-pass .form-submit,
.user-password .user-login-form .form-submit,
.user-password .user-register-form .form-submit,
.user-password .user-pass .form-submit {
  border: 1px solid #00926B;
  border-radius: 0.5rem;
  width: 7.25rem;
  height: 2.5rem;
  font-family: "Jost";
  font-weight: 500;
  font-size: 1rem;
}
.user-login .user-login-form .form-submit:hover,
.user-login .user-register-form .form-submit:hover,
.user-login .user-pass .form-submit:hover,
.user-register .user-login-form .form-submit:hover,
.user-register .user-register-form .form-submit:hover,
.user-register .user-pass .form-submit:hover,
.user-password .user-login-form .form-submit:hover,
.user-password .user-register-form .form-submit:hover,
.user-password .user-pass .form-submit:hover {
  background: #00926B;
  color: #fff;
}

.user-pass .form-actions {
  margin-top: var(--default);
}

.how-to {
  background-image: url("../img/how-to.png");
}
.how-to.v2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: auto;
}
.how-to.v2 .h4 {
  margin-bottom: 2rem;
}
@media (max-width: 47.9375rem) {
  .how-to.v2 .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.how-to.v2 .p2 {
  max-width: 41.5rem;
}
@media (max-width: 71.875rem) {
  .how-to.v2 .left-col {
    width: 75%;
  }
}
.how-to.v2 .right-col {
  display: flex;
  flex-direction: column;
  width: 20%;
  margin-top: 3.3125rem;
}
@media (min-width: 120rem) {
  .how-to.v2 .right-col {
    width: 35%;
  }
}
@media (max-width: 61.9375rem) {
  .how-to.v2 .right-col {
    width: auto;
    margin-top: var(--default);
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .how-to.v2 .right-col {
    padding: 0 1rem;
  }
}
.how-to.v2 .right-col a {
  display: flex;
}
.how-to.v2 .right-col a:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 61.9375rem) {
  .how-to.v2 .right-col a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.625rem;
  }
}
.how-to.v3 {
  padding-top: 2.25rem;
  padding-bottom: 2.75rem;
  height: auto;
  border-radius: 0;
  background-color: #FF6400;
  background-image: url("../img/banner.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media (max-width: 1150px) {
  .how-to.v3 {
    padding-left: 3.4375rem;
    padding-top: 1.875rem;
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 991px) {
  .how-to.v3 {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .how-to.v3 {
    padding-bottom: 13.75rem;
    background-position: bottom;
    padding-left: 1.25rem;
  }
}
@media (max-width: 1150px) {
  .how-to.v3 .h2 {
    font-size: 2.0625rem;
    line-height: 2.375rem;
  }
}
.how-to.v3 .left-col {
  max-width: 25rem;
}
@media (max-width: 1150px) {
  .how-to.v3 .left-col {
    max-width: 21rem;
  }
}
.how-to.v3 .left-col .h4 {
  margin-bottom: 1.875rem;
}
@media (max-width: 1150px) {
  .how-to.v3 .left-col .h4 {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
@media (max-width: 1150px) {
  .how-to.v3 .small-link {
    font-size: 1.25rem;
  }
}

.img_alt {
  color: #999;
  font-size: 14px;
  padding-left: 0.9375rem;
}

.events-block.slick-slider {
  margin: 0 0 var(--extra_large);
}
@media (max-width: 767px) {
  .events-block.slick-slider {
    margin-bottom: var(--large);
  }
}
.events-block.slick-slider .item {
  width: 19.875rem;
  margin: 0;
  display: flex !important;
  position: relative;
  overflow: hidden;
  height: 16.5625rem;
}
@media (max-width: 80rem) {
  .events-block.slick-slider .item {
    height: 21rem;
  }
}
@media (max-width: 767px) {
  .events-block.slick-slider .item {
    width: 19.25rem;
    height: 22.5rem;
  }
}
.events-block.slick-slider .item:not(:last-child) {
  margin-right: var(--default);
}
@media (max-width: 767px) {
  .events-block.slick-slider .item:not(:last-child) {
    margin-right: var(--tiny);
  }
}
.events-block.slick-slider .item:not(.slick-active) {
  border-color: transparent;
}
.events-block.slick-slider .item:not(.slick-active):before {
  opacity: 0.8;
  visibility: visible;
}
.events-block.slick-slider .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--blue_100);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
}
.events-block.slick-slider .item h4 {
  height: 6.4375rem;
  position: relative;
  overflow: hidden;
}
.events-block.slick-slider .item h4:after {
  content: "";
  position: absolute;
  background: linear-gradient(0, #FFF, transparent);
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
}
.events-block.slick-slider .item .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 80rem) {
  .events-block.slick-slider .item .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .events-block.slick-slider .item .bottom {
    flex-wrap: wrap;
  }
}
.events-block.slick-slider .item .bottom .people {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  right: 0.9375rem;
}
@media (max-width: 80rem) {
  .events-block.slick-slider .item .bottom .people {
    position: static;
    margin-top: 20px;
  }
}
.events-block.slick-slider .item .bottom .people:hover a:not(:last-child) {
  margin-left: -1rem;
}
@media (max-width: 767px) {
  .events-block.slick-slider .item .bottom .people {
    margin-top: 1.25rem;
  }
}
.events-block.slick-slider .item .bottom .people a {
  width: var(--extra_large);
  height: var(--extra_large);
  overflow: hidden;
  border-radius: 100%;
  display: block;
  border: 0.125rem solid transparent;
}
.events-block.slick-slider .item .bottom .people a:hover {
  border-color: var(--blue);
  z-index: 1;
  box-shadow: 0px 2px 2px rgba(2, 3, 3, 0.03), 0px 3px 1px rgba(2, 3, 3, 0.02), 0px 1px 5px rgba(2, 3, 3, 0.04);
}
.events-block.slick-slider .item .bottom .people a:not(:last-child) {
  margin-left: -2rem;
}
@media (max-width: 80rem) {
  .events-block.slick-slider .item .bottom .people a:not(:last-child) {
    margin-left: -1rem;
  }
}
.events-block.slick-slider .item .bottom .people a img {
  width: 100%;
}
.events-block.slick-slider .item .tags {
  padding-left: 0;
}
.events-block.slick-slider .slick-list {
  overflow: visible;
}
.events-block.slick-slider .slick-arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: var(--light_green);
  border-radius: 100%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .events-block.slick-slider .slick-arrow {
    display: none !important;
  }
}
.events-block.slick-slider .slick-arrow:hover {
  background-color: var(--light_green_600);
}
.events-block.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.events-block.slick-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url("../img/right-arrow-white.svg");
}
@media (min-width: 120rem) {
  .events-block.slick-slider .slick-arrow.slick-next {
    right: -7.125rem;
  }
}
.events-block.slick-slider .slick-arrow.slick-prev {
  left: -7.125rem;
  background-image: url("../img/left-arrow-white.svg");
}

.programs_slider {
  max-width: 126.875rem;
  overflow-x: hidden;
  margin: auto;
}
@media (max-width: 767px) {
  .programs_slider {
    padding-bottom: 0;
  }
}
.programs_slider h3 {
  margin-bottom: var(--default);
}

.video-contains {
  position: relative;
  overflow: hidden;
}
.video-contains .video-wrap {
  width: 51.6875rem;
  position: absolute;
  right: -8.125rem;
  top: -4.375rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .video-contains .video-wrap {
    position: static;
    width: 100%;
    transform: none;
  }
}
.video-contains .video-wrap video {
  max-width: 100%;
}
.video-contains .link {
  position: absolute;
  right: 12.5rem;
  bottom: 2.5rem;
}
@media (max-width: 991px) {
  .video-contains .link {
    position: static;
  }
}

@media (max-width: 991px) {
  .flipper#myFlipper {
    display: inline-block;
    font-size: 46px !important;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 385px) {
  .flipper#myFlipper {
    font-size: 40px !important;
  }
}

.main_v4 {
  background-image: url("../img/main-bg-2.svg");
  background-color: #EBC473;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  padding-top: 3.75rem;
  padding-bottom: 6.75rem;
  margin-bottom: 2.5rem;
  min-height: 53.75rem;
  position: relative;
  text-align: right;
}
@media (max-width: 1400px) {
  .main_v4 {
    min-height: 44.75rem;
  }
}
@media (max-width: 1150px) {
  .main_v4 {
    min-height: 38.75rem;
  }
}
@media (max-width: 991px) {
  .main_v4 {
    padding-bottom: var(--extra_large);
  }
}
@media (max-width: 767px) {
  .main_v4 {
    padding-top: 3.125rem;
    padding-bottom: 0;
    background-size: 140% auto;
    background-position: left bottom;
    text-align: center;
    min-height: 31.25rem;
  }
}
@media (max-width: 767px) and (max-height: 750px) {
  .main_v4 {
    min-height: 105vh;
  }
}
@media (max-width: 767px) and (max-height: 700px) {
  .main_v4 {
    min-height: 115vh;
  }
}
@media (max-width: 767px) and (min-height: 850px) {
  .main_v4 {
    min-height: 80vh;
  }
  .main_v4 .container {
    min-height: 90vh !important;
  }
}
.main_v4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18.75rem;
  top: -18.75rem;
  left: 0;
  z-index: -1;
  background: rgba(235, 196, 115, 0.9);
}
@media (max-width: 767px) {
  .main_v4:before {
    content: none;
  }
}
.main_v4 .container {
  display: flex;
  justify-content: flex-end;
}

.header-wrap {
  max-width: 91.25rem;
  margin: 0 auto;
  position: relative;
}

header {
  height: 9.375rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header {
    padding-left: var(--small);
    padding-right: var(--small);
    height: 4.6875rem;
  }
}
header .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  header .navigation {
    flex-direction: row;
  }
}
header .navigation #menu-toggle,
header .navigation #registration {
  margin-right: 3.25rem;
}
header .navigation #menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2.25rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/menu-black.svg");
  color: var(--g600);
}
@media (max-width: 991px) {
  header .navigation #menu-toggle {
    margin-right: 0;
  }
}
header .navigation #registration {
  z-index: 1;
}
header .navigation #registration:hover {
  border-color: var(--green) !important;
}
@media (max-width: 71.875rem) {
  header .navigation #registration {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  header .navigation #registration {
    display: none;
  }
}
@media (max-width: 991px) {
  header .navigation #registration {
    margin-right: var(--large);
  }
}
@media (max-width: 767px) {
  header .navigation #registration {
    display: none;
  }
}
header .navigation .toggle:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 991px) {
  header .navigation .btn {
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  header .navigation .btn {
    margin-left: 0.75rem;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  header .navigation .btn {
    padding: 0 0.5rem;
    font-size: 0.875rem;
    line-height: 1.875rem;
    height: 2.125rem;
  }
}
header .logo img {
  width: 15.375rem;
  height: 9.375rem;
}
@media (max-width: 767px) {
  header .logo img {
    width: 7.75rem;
    height: 4.6875rem;
  }
}
header .toggle {
  background-color: var(--g200);
}
@media (max-width: 71.875rem) {
  header .toggle {
    display: none;
  }
}
header #nav {
  display: flex;
  padding-right: 2.5rem;
}
@media (max-width: 71.875rem) {
  header #nav {
    display: none;
  }
}
header #nav a {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.25rem;
}
header #nav .registration-nav {
  display: none;
}
header #menu-toggle {
  margin-right: var(--extra_large);
}
@media (max-width: 71.875rem) {
  header .toggle {
    margin-right: 0 !important;
  }
}

#mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: var(--white);
  padding: 4rem 0 0 10rem;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  padding-bottom: env(safe-area-inset-bottom);
}
#mobile-menu:before {
  content: '';
  background-image: url("../img/menu_bg.svg");
  background-color: #BCF0ED;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-size: 420px 535px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 71.875rem) {
  #mobile-menu {
    padding-left: 6vw;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  #mobile-menu:before {
    background-size: 50% auto;
  }
}
@media (max-width: 767px) {
  #mobile-menu:before {
    content: none;
  }
}
@media (max-height: 768px) and (min-width: 768px) {
  #mobile-menu {
    padding-top: var(--medium);
    align-items: start;
  }
}
@media (max-width: 767px) {
  #mobile-menu {
    padding: 0;
    height: 100vh;
  }
}
#mobile-menu.active {
  left: 0;
}
#mobile-menu .close {
  position: absolute;
  right: 9.0625rem;
  top: 4.375rem;
}
@media (max-height: 48rem) and (min-width: 48rem) {
  #mobile-menu .close {
    top: 1.875rem;
  }
}
@media (max-width: 71.875rem) {
  #mobile-menu .close {
    position: static;
  }
}
#mobile-menu .h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
#mobile-menu a, #mobile-menu span {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
#mobile-menu nav {
  height: 100%;
}
@media (max-width: 767px) {
  #mobile-menu nav {
    overflow-y: scroll;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #mobile-menu nav > ul {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    height: auto;
    padding: 2rem 1rem;
  }
}
#mobile-menu nav > ul > li:not(:last-child) {
  margin-bottom: var(--medium);
}
@media (max-width: 767px) {
  #mobile-menu nav > ul > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
#mobile-menu nav > ul ul {
  display: flex;
}
#mobile-menu nav > ul ul li:not(:last-child) {
  margin-right: var(--medium);
}
@media (max-width: 767px) {
  #mobile-menu nav > ul ul li:not(:last-child) {
    margin-right: var(--small);
  }
}
#mobile-menu nav > ul ul a {
  font-size: 1rem;
  line-height: 2rem;
}
#mobile-menu nav .registration {
  margin-left: 1rem;
  font-size: 1rem;
  height: 2.5rem;
  font-weight: 500;
  display: inline-flex;
  line-height: 2.5rem;
  background: #fff;
}
#mobile-menu nav .registration:hover {
  background: var(--light_green);
}
@media (min-width: 48rem) {
  #mobile-menu nav .registration {
    display: none;
  }
}
#mobile-menu nav .registration:before, #mobile-menu nav .registration:after {
  content: none;
}
#mobile-menu .toggle {
  display: none;
}
@media (max-width: 71.875rem) {
  #mobile-menu .top {
    position: absolute;
    width: 100%;
    padding-left: 12.9375rem;
    display: flex;
    justify-content: flex-end;
    left: 0;
    align-items: center;
    padding-right: 3rem;
    top: 4rem;
  }
}
@media (max-height: 48rem) and (min-width: 48rem) {
  #mobile-menu .top {
    justify-content: flex-end;
    top: var(--medium);
  }
}
@media (max-width: 767px) {
  #mobile-menu .top {
    padding: 0;
    right: var(--medium);
    top: var(--medium);
    left: unset;
    width: auto;
  }
}

footer {
  background-color: var(--black);
  color: var(--white);
}
footer .top,
footer .bottom > div {
  display: flex;
}
@media (max-width: 991px) {
  footer .top {
    flex-direction: column;
    align-items: center;
  }
}
footer .bottom > div {
  align-items: center;
  justify-content: space-between;
  color: var(--g500);
}
@media (max-width: 991px) {
  footer .bottom > div {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .bottom > div a {
    color: var(--light_green);
  }
}
@media (max-width: 991px) {
  footer .bottom > div .caption {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  footer .bottom > div .caption:first-child {
    width: 12rem;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  footer .bottom > div .caption:first-child {
    margin-top: var(--default);
    width: 18.75rem;
  }
}
@media (max-width: 61.9375rem) {
  footer .left-col {
    width: 100% !important;
  }
}
footer .left-col .links {
  display: flex;
  flex-direction: column;
  margin-left: 0.75rem;
}
@media (max-width: 64rem) {
  footer .left-col .links {
    margin-left: 0;
  }
}
@media (max-width: 61.9375rem) {
  footer .left-col .links {
    align-items: center;
  }
}
footer .left-col .links a {
  display: flex;
}
footer .left-col .links a:not(:last-child) {
  margin-bottom: 0.625rem;
}
footer .left-col,
footer .menu {
  width: 29%;
}
@media (max-width: 64rem) {
  footer .left-col,
  footer .menu {
    width: 23%;
  }
}
footer .logo {
  flex: 1;
}
@media (max-width: 64rem) and (min-width: 62rem) {
  footer .logo {
    background-image: url("../img/logo-v.svg");
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    min-height: 170px;
  }
  footer .logo img {
    display: none;
  }
}
@media (max-width: 991px) {
  footer .logo {
    width: auto;
    text-align: center;
  }
}
footer .logo img {
  width: 12.5rem;
  height: 7.5rem;
}
footer .menu li:not(:last-child),
footer .additional li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  footer .menu {
    display: none;
  }
}
footer .additional {
  width: 24%;
}
@media (max-width: 991px) {
  footer .additional {
    display: none;
  }
}
footer .additional.p1 ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
footer .additional a {
  color: var(--light_green);
}
footer .form {
  width: 29%;
}
@media (max-width: 64rem) {
  footer .form {
    width: 40%;
  }
}
@media (max-width: 991px) {
  footer .form h5 {
    display: none;
  }
}
footer .form form {
  position: relative;
}
@media (max-width: 991px) {
  footer .form form {
    display: none;
  }
}
footer .form form .caption {
  color: var(--g500);
}
footer .form .email {
  width: 100%;
  border-bottom: 0.0625rem solid var(--g500);
  padding-bottom: 0.625rem;
  margin-bottom: 0.6875rem;
}
footer .form .email::-webkit-input-placeholder {
  color: var(--g500);
}
footer .form .email::-moz-placeholder {
  color: var(--g500);
}
footer .form .email::-ms-input-placeholder {
  color: var(--g500);
}
footer .form .email::-moz-placeholder {
  color: var(--g500);
}
footer .form .checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
footer .form .checkbox input:checked + span:before {
  background-color: var(--light_green);
  border-color: var(--light_green);
}
footer .form .checkbox input:checked + span:after {
  opacity: 1;
}
footer .form .checkbox span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
footer .form .checkbox span:before, footer .form .checkbox span:after {
  content: "";
}
footer .form .checkbox span:before {
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid var(--g500);
  border-radius: 0.125rem;
  margin-right: 0.5rem;
  display: block;
}
footer .form .checkbox span:after {
  background-image: url("../img/check.svg");
  position: absolute;
  left: 0.3125rem;
  width: 0.5625rem;
  height: 0.375rem;
  bottom: 0.3125rem;
  opacity: 0;
}
footer .form .submit {
  background-image: url("../img/submit.svg");
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
footer .wrap {
  width: 90rem;
  max-width: 100%;
  padding: 5rem 10rem 2.5rem 3rem;
}
@media (max-width: 64rem) {
  footer .wrap {
    padding-right: var(--extra_giant);
    padding-top: var(--extra_large);
  }
}
@media (max-width: 991px) {
  footer .wrap {
    padding-top: var(--large);
  }
}
@media (max-width: 767px) {
  footer .wrap {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
footer h5 {
  margin-bottom: 3rem;
}
footer .top {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  footer .top {
    margin-bottom: 2.5rem;
  }
}
footer .logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .logos a:not(:last-child) {
  margin-right: 2.625rem;
}
@media (max-width: 991px) {
  footer .logos {
    display: none;
  }
}
footer .social {
  margin-top: 4.125rem;
}
@media (max-width: 991px) {
  footer .social {
    margin-top: var(--large);
  }
}
footer .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer .social ul {
    justify-content: center;
  }
}
footer .social ul li:not(:last-child) {
  margin-right: 1.625rem;
}
@media (max-width: 991px) {
  footer .social ul img {
    width: 2rem;
    height: 2rem;
  }
}

section {
  padding-top: var(--large);
  padding-bottom: var(--large);
}
@media (max-width: 767px) {
  section {
    padding-top: var(--medium);
    padding-bottom: var(--medium);
  }
}

.h4 p:not(:last-child) {
  margin-bottom: var(--default);
}

.col-4 {
  width: 31%;
}

.col-5 {
  width: 35%;
}

.col-6 {
  width: 48%;
}

.col-7 {
  width: 65%;
}

.container,
body.speaker .events,
body.speaker .main,
body.videos .main,
body.lebanon .documents-block,
body.programme section:not(.programs),
body.home .tweets,
section.video,
body.home .news-block,
body.home .theme,
.h-p-i,
.p-i-r,
.facts,
.map-section,
.wuf-title .wrap,
.p-s-d,
.messages-block,
.posts-grid {
  width: 75.75rem;
  padding-left: var(--extra_large);
  padding-right: var(--extra_large);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 120rem) {
  .container,
  body.speaker .events,
  body.speaker .main,
  body.videos .main,
  body.lebanon .documents-block,
  body.programme section:not(.programs),
  body.home .tweets,
  section.video,
  body.home .news-block,
  body.home .theme,
  .h-p-i,
  .p-i-r,
  .facts,
  .map-section,
  .wuf-title .wrap,
  .p-s-d,
  .messages-block,
  .posts-grid {
    width: 90rem;
  }
}
@media (max-width: 767px) {
  .container,
  body.speaker .events,
  body.speaker .main,
  body.videos .main,
  body.lebanon .documents-block,
  body.programme section:not(.programs),
  body.home .tweets,
  section.video,
  body.home .news-block,
  body.home .theme,
  .h-p-i,
  .p-i-r,
  .facts,
  .map-section,
  .wuf-title .wrap,
  .p-s-d,
  .messages-block,
  .posts-grid {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}

section.main {
  padding-top: var(--extra_giant);
}
@media (max-width: 1150px) {
  section.main {
    padding-top: var(--giant);
  }
}

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

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4,
body.home .theme .col-5,
.right-pos .col-5,
.row.pic .col-5 {
  width: 33.33333333%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8,
body.home .theme .col-7 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

@media (max-width: 767px) {
  [class*=col-] {
    width: 100%;
  }
}

.columns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: var(--default);
       column-gap: var(--default);
}
@media (max-width: 767px) {
  .columns {
    -moz-columns: 1;
         columns: 1;
  }
}

.p1:not(:last-child) {
  margin-bottom: var(--default);
}
.p1 p:not(:last-child) {
  margin-bottom: var(--small);
}

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

h1 {
  margin-bottom: var(--extra_large);
}
@media (max-width: 1150px) {
  h1 {
    margin-bottom: var(--medium);
  }
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: var(--default);
  }
}

body.home header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
body.home header .navigation #registration {
  background: var(--yellow);
  border-color: transparent;
}
body.home .main {
  background-image: url("../img/main.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  padding-top: 12.75rem;
  padding-bottom: 6.75rem;
  margin-bottom: 2.5rem;
  /* min-height: 100vh; */
}
@media (max-width: 991px) {
  body.home .main {
    padding-bottom: var(--extra_large);
  }
}
@media (max-width: 767px) {
  body.home .main {
    padding-top: 0;
    padding-bottom: 0;
    background-size: 220% auto;
    background-position: bottom left 39%;
  }
}
@media (max-width: 47.9375rem) and (max-height: 46.875rem) {
  body.home .main {
    min-height: 105vh;
  }
}
@media (max-width: 47.9375rem) and (max-height: 43.75rem) {
  body.home .main {
    min-height: 115vh;
  }
}
@media (max-width: 47.9375rem) and (min-height: 53.125rem) {
  body.home .main {
    min-height: 80vh;
  }
  body.home .main .container {
    min-height: 90vh !important;
  }
}
body.home .main.main_v2 {
  /* background-image: url("../img/main-new.jpg"); */
  /* color: var(--white); */
  color: black;
  background-size: auto 100%;
  background-position: bottom center;
}
@media (max-width: 767px) {
  body.home .main.main_v2 {
    background-image: url("../img/main-new_mobile.jpg");
    background-size: cover;
    height: 100vh;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  body.home .main.main_v2 .container {
    min-height: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  body.home .main.main_v2 .col-6 {
    height: 100%;
    justify-content: space-between;
  }
  body.home .main.main_v2 .col-6:last-child {
    display: none;
  }
}
body.home .main.main_v2 .btn {
  background: var(--light_green);
  color: var(--white);
}
@media (max-width: 767px) {
  body.home .main.main_v2 .btn {
    margin-top: 0;
  }
}
body.home .main.main_v2 .flipper-dark-labels .flipper-group label {
  color: var(--white);
}
body.home .main.main_v3 {
  position: relative;
  overflow-x: hidden;
  background: transparent;
  min-height: 0;
}
@media (max-width: 991px) {
  body.home .main.main_v3 {
    padding-bottom: 25rem;
    background-position: bottom center;
    background-image: url("../img/main-bg.svg");
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  body.home .main.main_v3 {
    background-size: 100% auto;
    padding-bottom: 14.375rem;
  }
}
body.home .main.main_v3 .container {
  justify-content: end;
}
@media (max-width: 991px) {
  body.home .main.main_v3 .container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  body.home .main.main_v3 .container {
    justify-content: flex-end;
    min-height: 0 !important;
  }
}
@media (max-width: 991px) {
  body.home .main.main_v3 .btn {
    margin-top: 2rem;
  }
}
body.home .main.main_v3 .illustration {
  position: absolute;
  margin-top: -3.125rem;
  margin-right: -15.3125rem;
}
@media (min-width: 120rem) {
  body.home .main.main_v3 .illustration {
    margin-right: -8.125rem;
  }
}
@media (max-width: 1199px) {
  body.home .main.main_v3 .illustration {
    right: 0;
  }
}
@media (max-width: 991px) {
  body.home .main.main_v3 .illustration {
    right: auto;
  }
}
body.home .main.main_v3 .illustration .illustration__image {
  opacity: 0;
}
body.home .main.main_v3 .illustration .illustration-item {
  position: absolute;
}
body.home .main.main_v3 .illustration .illustration-item.illustration-item-1 {
  bottom: 0;
  left: 8.625rem;
}
@media (max-width: 991px) {
  body.home .main.main_v3 .illustration .illustration-item.illustration-item-1 {
    display: none;
  }
}
body.home .main.main_v3 .illustration .illustration-item.illustration-item-2 {
  bottom: 4.0625rem;
  left: 10.5625rem;
}
@media (max-width: 1199px) {
  body.home .main.main_v3 .illustration .illustration-item.illustration-item-2 {
    display: none;
  }
}
body.home .main.main_v3 .illustration .illustration-item.illustration-item-3 {
  bottom: 1.0625rem;
  right: 0;
}
@media (max-width: 991px) {
  body.home .main.main_v3 .illustration .illustration-item.illustration-item-3 {
    bottom: auto;
    top: 6.25rem;
  }
}
body.home .main.main_v3 .illustration .illustration-item.illustration-item-4 {
  top: 0;
  left: 10.5625rem;
}
@media (max-width: 991px) {
  body.home .main.main_v3 .illustration .illustration-item.illustration-item-4 {
    display: none;
  }
}
body.home .main.main_v3 .illustration .illustration-item.illustration-item-5 {
  top: 8.0625rem;
  left: 6rem;
}
@media (max-width: 1199px) {
  body.home .main.main_v3 .illustration .illustration-item.illustration-item-5 {
    display: none;
  }
}
body.home .main.main_v3 .illustration .illustration-item.illustration-item-6 {
  bottom: 1.6875rem;
  left: 0;
}
@media (max-width: 991px) {
  body.home .main.main_v3 .illustration .illustration-item.illustration-item-6 {
    bottom: auto;
    top: 13.75rem;
    left: -6.25rem;
  }
}
body.home .main .registration-text {
  margin-top: 2rem;
  display: inline-block;
}
body.home .main .registration-text .keyword {
  margin-bottom: var(--default);
}
body.home .main .container {
  background-image: url("../img/main-bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1150px) {
  body.home .main .container {
    background-size: 32.5rem;
    background-position: right 3.125rem bottom;
  }
}
@media (max-width: 991px) {
  body.home .main .container {
    flex-direction: column;
    text-align: center;
    background: transparent;
  }
}
@media (max-width: 767px) {
  body.home .main .container {
    height: auto;
    min-height: 100vh;
    justify-content: space-between;
    padding-top: 7.1875rem;
    padding-bottom: var(--extra_large);
  }
}
@media (max-width: 991px) {
  body.home .main .col-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body.home .main .col-6 {
    align-items: center;
  }
}
@media (max-width: 1150px) {
  body.home .main .col-6:last-child .keyword {
    text-align: right;
    margin-top: 2.5rem;
  }
}
@media (max-width: 991px) {
  body.home .main .col-6:last-child .keyword {
    text-align: center;
  }
}
@media (max-width: 991px) {
  body.home .main .col-4 {
    width: 100%;
  }
}
body.home .main .hero {
  margin-bottom: 1.625rem;
}
@media (max-width: 767px) {
  body.home .main .hero {
    margin-top: var(--tiny);
  }
}
@media (min-width: 61.9375rem) {
  body.home .main .h4 {
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  body.home .main .h4 {
    font-size: 1.375rem;
  }
}
body.home .main .h2 {
  margin-top: var(--tiny);
  margin-bottom: var(--small);
}
body.home .main .p1 {
  width: 14.125rem;
}
@media (max-width: 991px) {
  body.home .main .p1 {
    margin: auto;
  }
}
body.home .main button {
  background-color: #FFCA2E;
  border-color: transparent;
  height: 3.625rem;
  padding: 0 1.625rem;
  margin-top: 4rem;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 61.9375rem) and (min-width: 48rem) {
  body.home .main button {
    width: 18.75rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home .main button:hover {
  color: var(--black);
}
body.home .h-blt-p-l .col-3 {
  margin-top: 5.625rem;
}
@media (max-width: 991px) {
  body.home .h-blt-p-l .col-3 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  body.home .h-blt-p-l .col-3 img {
    display: none;
  }
}
@media (max-width: 767px) {
  body.home h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  body.home .theme {
    padding-top: var(--default);
  }
}
body.home .theme .tabs {
  display: flex;
  justify-content: space-between;
  border: 0.0625rem solid var(--g300);
  border-radius: 0.25rem;
}
@media (max-width: 71.875rem) {
  body.home .theme .tabs {
    margin-left: calc(var(--extra_large) * -1);
    margin-right: calc(var(--extra_large) * -1);
  }
}
@media (max-width: 991px) {
  body.home .theme .tabs {
    flex-direction: column;
    border: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body.home .theme .tabs:before {
    content: "";
    background: url("../img/illustration-1.svg");
    display: block;
    height: 22rem;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  body.home .theme .tabs {
    flex-direction: column-reverse;
    margin-left: calc(var(--small) * -1);
    margin-right: calc(var(--small) * -1);
  }
}
@media (min-width: 768px) {
  body.home .theme .tabs > .link {
    display: none;
  }
}
body.home .theme .link:hover .arrow {
  width: 22.125rem;
  max-width: calc(100% + 0.625rem);
}
body.home .theme .link .arrow {
  width: 20.625rem;
  max-width: 100%;
}
body.home .theme .col-7 {
  background-color: var(--g200);
  padding: 4rem;
  border-right: 0.0625rem solid var(--g300);
}
@media (max-width: 71.875rem) {
  body.home .theme .col-7 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  body.home .theme .col-7 {
    width: 100%;
    padding: var(--extra_large);
    border-bottom: 0.0625rem solid var(--g300);
  }
}
@media (max-width: 767px) {
  body.home .theme .col-7 {
    padding: var(--default) var(--small) var(--large);
  }
}
body.home .theme .col-5 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 71.875rem) {
  body.home .theme .col-5 {
    width: 40%;
  }
}
@media (max-width: 991px) {
  body.home .theme .col-5 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.home .theme .col-5 .link {
    display: none;
  }
}
body.home .theme .col-5 .bg {
  opacity: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  body.home .theme .col-5 .bg {
    display: none;
  }
}
body.home .theme .col-5 .images {
  line-height: 0;
  overflow: hidden;
  position: relative;
}
body.home .theme .col-5 .images.when .animation.overlay-5 {
  margin-left: 12.8125rem;
}
body.home .theme .col-5 .images.when .animation.overlay-3 {
  bottom: 3.625rem;
  left: -5.75rem;
}
body.home .theme .col-5 .images.when .animation.overlay-2 {
  left: 5.875rem;
  top: -3.125rem;
}
body.home .theme .col-5 .images.when .animation.overlay-6 {
  top: 6.875rem;
  right: -1.25rem;
}
body.home .theme .col-5 .images.when .animation.overlay-1 {
  top: 9.3125rem;
  right: 4.3125rem;
  width: 35.9375rem;
  height: 35.9375rem;
}
body.home .theme .col-5 .images.when .animation.overlay-1 svg {
  height: 35.9375rem;
}
body.home .theme .col-5 .images.where .animation.overlay-3 {
  left: 9.75rem;
  width: 24.25rem;
  height: 12.875rem;
  bottom: 2.5rem;
}
body.home .theme .col-5 .images.where .animation.overlay-6 {
  top: 5rem;
  right: 5rem;
}
body.home .theme .col-5 .images.where .animation.overlay-5 {
  left: 3.125rem;
}
body.home .theme .col-5 .images.where .animation.overlay-2 {
  left: 0;
}
body.home .theme .col-5 .images .animation {
  position: absolute;
  transition-duration: 0.5s;
}
body.home .theme .col-5 .images .animation.overlay-1, body.home .theme .col-5 .images .animation.overlay-2, body.home .theme .col-5 .images .animation.overlay-4 {
  top: -0.625rem;
}
body.home .theme .col-5 .images .animation.overlay-2, body.home .theme .col-5 .images .animation.overlay-3, body.home .theme .col-5 .images .animation.overlay-4 {
  left: 0;
}
body.home .theme .col-5 .images .animation.overlay-1 {
  right: -7.6875rem;
  top: -1.875rem;
}
body.home .theme .col-5 .images .animation.overlay-2 {
  left: -5.625rem;
}
body.home .theme .col-5 .images .animation.overlay-3, body.home .theme .col-5 .images .animation.overlay-5 {
  bottom: -0.625rem;
}
body.home .theme .col-5 .images .animation.overlay-4 {
  width: 9.3125rem;
}
body.home .theme .col-5 .images .animation.overlay-5 {
  left: -6.25rem;
}
body.home .theme .col-5 .images .animation.overlay-6 {
  top: 3.1875rem;
  right: 2.625rem;
  width: 15.625rem;
}
body.home .theme .col-5 .images .animation svg {
  width: 100%;
}
body.home .theme .link {
  margin: 1.5rem 1.8125rem;
}
@media (max-width: 991px) {
  body.home .theme .link {
    margin-left: var(--extra_large);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.home .theme .link {
    margin: var(--small) 0 var(--small) 1rem;
  }
}
body.home .theme img {
  width: 100%;
}
body.home .theme .h4:not(:last-child) {
  margin-bottom: var(--default);
}
body.home .theme .h1 {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  body.home .theme .h1 {
    margin-top: var(--default);
  }
}
body.home .news-block {
  overflow-x: hidden;
}
body.home .news-block .items {
  display: flex;
}
@media (max-width: 991px) {
  body.home .news-block .items {
    flex-direction: column;
  }
}
section.video .top {
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.video .top {
    margin-bottom: var(--default);
  }
}
body.home .road {
  overflow: hidden;
}
body.home .road h2 {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  body.home .road h2 {
    margin-bottom: var(--default);
  }
}
body.home .road .keyword {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  body.home .road .keyword {
    margin-bottom: var(--medium);
  }
}
@media (max-width: 71.875rem) {
  body.home .road .col-6 {
    width: 59%;
  }
}
@media (max-width: 991px) {
  body.home .road .col-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.home .road .caption {
    font-size: 1rem;
  }
}
body.home .road .carousel {
  padding-right: var(--extra_large);
}
@media (min-width: 76.9375rem) {
  body.home .road .carousel {
    padding-left: calc((100% - 69.75rem) / 2);
  }
}
@media (min-width: 120rem) {
  body.home .road .carousel {
    padding-left: calc((100% - 84rem) / 2);
  }
}
@media (max-width: 76.875rem) {
  body.home .road .carousel {
    padding-left: var(--extra_large);
  }
}
@media (max-width: 767px) {
  body.home .road .carousel {
    padding: 0 0 0 1rem;
  }
}
body.home .road .carousel .slick-list {
  overflow: visible;
}
body.home .road .carousel .item {
  width: 21.25rem;
  padding-right: 3.125rem;
  box-sizing: content-box;
  position: relative;
}
@media (max-width: 767px) {
  body.home .road .carousel .item {
    padding-right: var(--tiny);
  }
}
body.home .road .carousel .item:before, body.home .road .carousel .item:after {
  content: "";
  position: absolute;
}
body.home .road .carousel .item:before {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  top: 2rem;
  background: #C4C4C4;
  z-index: 1;
}
body.home .road .carousel .item:after {
  width: 100%;
  height: 0.0625rem;
  background: var(--g400);
  top: 2.25rem;
}
body.home .road .carousel .item .item-content {
  display: flex;
}
@media (max-width: 767px) {
  body.home .road .carousel .item .item-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body.home .road .carousel .item .item-content .p1 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: var(--small);
  }
}
body.home .road .carousel .item .thumbnail {
  min-width: 9.125rem;
  height: 5.75rem;
  margin-right: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home .road .carousel .item .thumbnail {
    width: 19.75rem;
    height: 12.75rem;
    background-size: cover;
    background-position: center;
    margin-right: 0;
  }
}
body.home .road .carousel .item .thumbnail img {
  width: 100%;
  height: auto;
}
body.home .road .carousel .item .caption {
  margin-bottom: 4.125rem;
}
@media (max-width: 767px) {
  body.home .tweets {
    padding-top: var(--default);
  }
}
body.home .tweets h2 {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  body.home .tweets h2 {
    margin-bottom: var(--large);
  }
}
body.home .tweets .icon-link {
  padding-left: 2rem;
  background-image: url("../img/twitter.svg");
  background-repeat: no-repeat;
  display: inline-flex;
  margin-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  body.home .tweets .icon-link {
    display: none;
  }
}
body.home .tweets .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.home .tweets .items {
    flex-wrap: wrap;
  }
}
body.home .tweets .items .item {
  width: 21.25rem;
  max-width: 100%;
}
@media (min-width: 120rem) {
  body.home .tweets .items .item {
    width: 25rem;
  }
}
@media (max-width: 991px) {
  body.home .tweets .items .item {
    width: calc(50% - 0.5rem);
    margin-bottom: var(--default);
  }
}
@media (max-width: 767px) {
  body.home .tweets .items .item {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.home .tweets .items .item:not(:first-child) {
    display: none;
  }
}
body.home .tweets .items .info {
  color: var(--blue);
  margin-bottom: 0.4375rem;
}
@media (max-width: 767px) {
  body.home .tweets .items .info {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
body.home .tweets .items .h4 {
  margin-bottom: 0.8125rem;
}
@media (max-width: 767px) {
  body.home .tweets .items .h4 {
    margin-bottom: 0;
  }
}
body.home .tweets .items .text {
  color: var(--g500);
  width: 12.75rem;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  body.home .tweets .items .text {
    display: none;
  }
}
@media (max-width: 767px) {
  body.home .tweets .items a {
    display: none;
  }
}

body.urban-expo {
  overflow-x: hidden;
}
body.urban-expo h2 {
  margin-bottom: var(--extra_large);
}
@media (max-width: 64rem) {
  body.urban-expo h2 {
    margin-bottom: var(--medium);
  }
}
@media (max-width: 767px) {
  body.urban-expo h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: var(--default);
  }
}
body.urban-expo .main {
  overflow: visible;
}
@media (max-width: 767px) {
  body.urban-expo .about {
    padding-bottom: 0;
  }
}
body.urban-expo .about .p1:not(:last-child) {
  margin-bottom: var(--extra_giant);
}
@media (max-width: 64rem) {
  body.urban-expo .about .p1:not(:last-child) {
    margin-bottom: var(--giant);
  }
}
@media (max-width: 767px) {
  body.urban-expo .about .p1:not(:last-child) {
    margin-bottom: var(--large);
  }
}
body.urban-expo .about .col-7 {
  width: 59%;
}
@media (max-width: 64rem) {
  body.urban-expo .about .col-7 {
    width: 66%;
  }
}
@media (max-width: 991px) {
  body.urban-expo .about .col-7 {
    width: 100%;
  }
}

body.practical-info .main {
  margin-bottom: 2.5rem;
}
body.practical-info .main h1 {
  margin-bottom: var(--extra_giant);
}
@media (max-width: 991px) {
  body.practical-info .main h1 {
    margin-bottom: var(--default);
  }
}
body.practical-info .main aside .h4 {
  margin-bottom: var(--default);
}
@media (max-width: 991px) {
  body.practical-info .main aside .h4 {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0;
    background: var(--light_green);
    color: var(--white);
    width: 5.6875rem;
    height: 2.5rem;
    position: relative;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  body.practical-info .main aside .h4.active:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  body.practical-info .main aside .h4:after {
    content: "";
    background-image: url("../img/chevron_down.svg");
    background-repeat: no-repeat;
    background-position: right center;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
}
@media (max-width: 991px) {
  body.practical-info .main aside ul {
    display: none;
    position: absolute;
    background: var(--white);
    box-shadow: 0rem 1.5rem 2.375rem rgba(2, 3, 3, 0.03), 0rem 0.5625rem 2.875rem rgba(2, 3, 3, 0.02), 0rem 0.6875rem 0.9375rem rgba(2, 3, 3, 0.04);
    border-radius: 0.5rem;
    padding: 1.25rem 1rem;
    height: 18.75rem;
    overflow-y: scroll;
  }
  body.practical-info .main aside ul.active {
    display: block;
  }
}
body.practical-info .main aside ul li:not(:last-child) {
  margin-bottom: var(--small);
}
body.practical-info .main aside ul a:hover, body.practical-info .main aside ul a.active {
  color: var(--light_green);
}
body.practical-info .main .row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.practical-info .main .row {
    flex-direction: column;
  }
}
body.practical-info .main .content {
  width: 74.5%;
}
@media (max-width: 64rem) {
  body.practical-info .main .content {
    width: 66%;
  }
}
@media (max-width: 991px) {
  body.practical-info .main .content {
    width: 100%;
    margin-top: var(--default);
  }
}
body.practical-info .main .content .tabs {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: var(--giant);
}
@media (max-width: 991px) {
  body.practical-info .main .content .tabs {
    margin-bottom: var(--large);
    margin-left: 7.1875rem;
  }
}
@media (max-width: 767px) {
  body.practical-info .main .content .tabs {
    width: calc(100% - 7.1875rem);
    overflow-x: scroll;
    margin-right: -1rem;
    width: calc(100% - 6.1875rem);
    padding-right: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.practical-info .main .content .tabs::-webkit-scrollbar {
    display: none;
  }
}
body.practical-info .main .content .tabs li {
  display: flex;
}
body.practical-info .main .content .tabs li:not(:last-child) {
  margin-right: var(--small);
}
body.practical-info .main .content .tabs a {
  background: var(--g200);
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid transparent;
}
@media (max-width: 767px) {
  body.practical-info .main .content .tabs a {
    white-space: nowrap;
  }
}
body.practical-info .main .content .tabs a:hover {
  border-color: var(--light_green);
  background: transparent;
}
body.practical-info .main .content .tabs a.active {
  background: var(--light_green);
  color: var(--white);
}
body.practical-info .main .content .tabs-content img {
  margin-bottom: var(--extra_large);
  max-width: calc(100% + 3rem);
  height: auto;
}
@media (max-width: 767px) {
  body.practical-info .main .content .tabs-content img {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
body.practical-info .main .content .tabs-content h4, body.practical-info .main .content .tabs-content .h4 {
  margin-bottom: var(--medium);
}
body.practical-info .main .content .tabs-content h5, body.practical-info .main .content .tabs-content .h5 {
  margin-bottom: var(--tiny);
}
body.practical-info .main .content .tabs-content .text {
  width: 88%;
}
@media (max-width: 64rem) {
  body.practical-info .main .content .tabs-content .text {
    width: 100%;
  }
}
body.practical-info .main .content .tabs-content .text:not(:last-child) {
  margin-bottom: var(--extra_large);
}
body.practical-info .main .content .tabs-content .tab:not(.active) {
  display: none;
}
body.practical-info .main .content .tabs-content a {
  text-decoration: underline;
}

body.news.search .main .section-header {
  margin-bottom: var(--large);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.news.search .main .items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  body.news.search .main .items .row {
    margin-top: var(--default);
  }
}
body.news .main {
  margin-bottom: var(--large);
}
@media (max-width: 767px) {
  body.news .main {
    margin-bottom: 0;
  }
}
body.news .main h1 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body.news .main .section-header {
    margin-bottom: var(--large);
  }
}
body.news .main .section-header .search {
  color: var(--g600);
  background-image: url("../img/search.svg");
  padding-right: var(--medium);
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  body.news .main .section-header .search {
    width: 2rem;
    height: 2rem;
    white-space: nowrap;
    padding: 0;
    font-size: 0;
    color: transparent;
    background-position: center;
    background-size: 2rem;
  }
}
@media (max-width: 991px) {
  body.news .main .items .col-7 a {
    background-size: 100%;
    background-position: center !important;
  }
}
body.news .main .items .h4 {
  padding: 0.375rem 2.25rem 0.375rem 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--g200);
  background-image: url("../img/tiny-close.svg");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  cursor: pointer;
}
body.news .main .items .row.news-row {
  padding-top: var(--large);
  margin-top: var(--large);
  border-top: 0.0625rem solid var(--g300);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 991px) {
  body.news .main .items .row.news-row {
    border: none;
    padding-top: var(--default);
  }
}
@media (max-width: 767px) {
  body.news .main .items .row.news-row {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
}
body.news .main .items .row.news-row .item {
  width: 29%;
  margin-bottom: var(--large);
  flex-direction: column;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 64rem) {
  body.news .main .items .row.news-row .item {
    width: calc(33% - 0.75rem);
  }
}
@media (max-width: 767px) {
  body.news .main .items .row.news-row .item {
    width: 100%;
    margin-bottom: var(--default);
  }
}
body.news .main .items .row.news-row .item .content {
  width: 100%;
}
body.news .main .items .row.news-row .item img {
  min-width: 100%;
  height: auto;
}
body.news .main .items .row.news-row .item .caption {
  color: var(--g500);
}
@media (max-width: 767px) {
  body.news .main .items .row.news-row .item .caption {
    padding-left: var(--small);
  }
}
body.news .main .items .row.news-row .item h5 {
  margin-top: var(--tiny);
  margin-bottom: var(--extra_small);
}
@media (max-width: 767px) {
  body.news .main .items .row.news-row .item h5 {
    padding-left: var(--small);
    padding-right: var(--small);
    margin-bottom: var(--small);
  }
}
body.news .main .items .row.news-row .item .thumbnail {
  display: flex;
  margin-bottom: var(--default);
}

@media (max-width: 767px) {
  body.participate h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
body.participate .wrap {
  padding-left: var(--extra_large);
  padding-right: var(--extra_large);
  width: 75.75rem;
}
@media (max-width: 767px) {
  body.participate .wrap {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}
body.participate .s-p h2 {
  margin-bottom: var(--default);
}

body.article .main {
  margin-bottom: var(--large);
}
@media (max-width: 767px) {
  body.article .main {
    margin-bottom: var(--default);
  }
}
body.article .main .keyword {
  color: var(--blue);
  margin-bottom: var(--extra_large);
}
@media (max-width: 767px) {
  body.article .main .keyword {
    margin-bottom: var(--small);
  }
}
.quote {
  border-radius: 0.25rem;
  padding: var(--extra_large) var(--extra_large) var(--medium);
  background-repeat: no-repeat;
  background-position: bottom right 7.125rem;
  margin-bottom: var(--extra_large);
}
@media (max-width: 68.75rem) {
  .quote {
    background-position: bottom right var(--extra_large);
    margin-left: calc(var(--extra_large) * -1);
    margin-right: calc(var(--extra_large) * -1);
  }
}
@media (max-width: 767px) {
  .quote {
    padding: var(--medium) var(--medium) var(--giant);
    background-size: 4rem 3.5625rem;
    margin-bottom: var(--large);
    margin-left: calc(var(--small) * -1);
    margin-right: calc(var(--small) * -1);
  }
}
.quote.gray {
  background-color: var(--g200);
  background-image: url("../img/quote-gray.svg");
}
.quote.beige {
  background-color: var(--beige);
  background-image: url("../img/quote-beige.svg");
}
.quote blockquote {
  margin: 0;
}
.quote .p2 {
  margin-top: var(--extra_large);
  width: 74%;
}
@media (max-width: 68.75rem) {
  .quote .p2 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .quote .p2 {
    width: 100%;
    margin-top: var(--default);
  }
}
.quote p {
  width: 81%;
}
@media (max-width: 68.75rem) {
  .quote p {
    width: 100%;
  }
}
.quote p:first-child {
  margin-bottom: var(--default);
}
body.article .text {
  width: 80%;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: var(--default);
       column-gap: var(--default);
  margin-bottom: var(--extra_large);
  margin-top: var(--extra_giant);
}
@media (max-width: 68.75rem) {
  body.article .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.article .text {
    -moz-columns: 1;
         columns: 1;
    margin-top: var(--giant);
  }
}
body.article .text.text-1col {
  -moz-columns: 1;
       columns: 1;
}
body.article .links {
  margin-bottom: var(--extra_giant);
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.article .links {
    margin-bottom: var(--large);
  }
}
body.article .links a {
  width: 29%;
  color: var(--g500);
  flex-wrap: wrap;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 68.75rem) {
  body.article .links a {
    width: 35%;
  }
}
@media (max-width: 767px) {
  body.article .links a {
    width: auto;
  }
}
body.article .links a:hover {
  color: var(--light_green);
}
body.article .links a:hover.prev span:before {
  background-image: url("../img/prev-arrow-hover.svg");
}
body.article .links a:hover.next span:before {
  background-image: url("../img/next-arrow-hover.svg");
}
body.article .links a.prev span:before {
  background-image: url("../img/prev-arrow.svg");
}
body.article .links a.next span {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body.article .links a.next span {
    flex-direction: column;
  }
}
body.article .links a.next span:before {
  background-image: url("../img/next-arrow.svg");
}
body.article .links a span {
  margin-bottom: var(--small);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.article .links a span {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0;
  }
}
body.article .links a span:before {
  content: "";
  width: 5.6875rem;
  height: 0.5rem;
  display: block;
}
@media (max-width: 767px) {
  body.article .links a span:before {
    margin-bottom: var(--tiny);
  }
}
@media (max-width: 767px) {
  body.article .links a h5 {
    display: none;
  }
}
@media (max-width: 991px) {
  body.article .col-7,
  body.article .col-5 {
    width: 100%;
  }
}

body.partners main > div:last-child {
  margin-bottom: var(--extra_giant);
}

body.main-events h1 {
  margin-bottom: var(--extra_large);
}
body.main-events .col-7 {
  width: 59%;
}
@media (max-width: 991px) {
  body.main-events .col-7 {
    width: 100%;
  }
}

body.event-description h1 {
  margin-bottom: var(--extra_large);
}
body.event-description .main {
  padding-bottom: var(--extra_giant);
}
body.event-description .main .col-7 {
  width: 59%;
}
@media (max-width: 991px) {
  body.event-description .main .col-7 {
    width: 100%;
  }
}
body.event-description .main ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: var(--default);
}
body.event-description .main a {
  color: var(--light_green);
}
body.event-description .dialogues {
  padding-top: 0;
  margin-top: var(--extra_giant);
  margin-bottom: var(--default);
}
body.event-description .dialogues h2 {
  margin-bottom: var(--large);
}

body.media-partners h1 {
  margin-bottom: var(--extra_large);
}
body.media-partners .row {
  justify-content: space-between;
}
body.media-partners .partners-block {
  margin-top: var(--tiny);
}
body.media-partners h2 {
  margin-bottom: var(--default);
}
body.media-partners .global {
  margin-bottom: var(--large);
}
body.media-partners .global .row {
  align-items: center;
}
@media (max-width: 767px) {
  body.media-partners .main .col-5 {
    margin-top: 1.5rem;
  }
}

body.partners-with-us .documents-block {
  padding-top: 0;
}
@media (max-width: 767px) {
  body.partners-with-us .documents-block {
    padding-bottom: var(--small);
  }
}
body.partners-with-us .documents-block h2 {
  margin-bottom: var(--extra_giant);
}
@media (max-width: 1150px) {
  body.partners-with-us .documents-block h2 {
    margin-bottom: var(--extra_large);
  }
}
@media (max-width: 767px) {
  body.partners-with-us .documents-block h2 {
    margin-bottom: var(--default);
  }
}

body.media {
  overflow-x: hidden;
}
body.media main {
  overflow-x: hidden;
}
body.media .main {
  overflow: visible;
}
@media (max-width: 1150px) {
  body.media .main {
    margin-bottom: var(--extra_giant);
  }
}
body.media .news-block {
  padding-bottom: var(--large);
}
@media (max-width: 767px) {
  body.media .page-header .pic img {
    margin-left: -8rem;
  }
}
body.media .website .row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.media .website .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  body.media .website .row .col-7,
  body.media .website .row .col-4 {
    width: 100%;
  }
}
body.media .website .col-7 {
  width: 59%;
}
@media (max-width: 991px) {
  body.media .website .col-7 {
    margin-bottom: var(--default);
  }
}
body.media .banner {
  background-image: url("../img/banner.png");
}
@media (max-width: 767px) {
  body.media .media-partners {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.media .media-partners .section-header a {
    display: none;
  }
}
body.media .media-partners .col-5 {
  width: 39%;
}
@media (max-width: 991px) {
  body.media .media-partners .col-5 {
    width: 100%;
  }
}
body.media .partners-block {
  margin-bottom: var(--extra_giant);
}
@media (max-width: 767px) {
  body.media .partners-block {
    margin-bottom: var(--large);
  }
}
body.media .partners-block .btn {
  margin-top: var(--default);
}
@media (min-width: 768px) {
  body.media .partners-block .btn {
    display: none;
  }
}
body.media .h-t-i-l {
  overflow: visible;
}

body.present .main {
  background-image: url("../img/present.png");
}
@media (max-width: 120rem) {
  body.present .main {
    background-size: 100%;
  }
}
@media (max-width: 1150px) {
  body.present .main {
    background-size: auto calc(100% - 204px);
  }
}
@media (max-width: 991px) {
  body.present .main {
    background-size: auto calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  body.present .main {
    background-size: auto calc(100% - 200px);
  }
}

body.legacy .network .row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.legacy .network .row {
    flex-direction: column-reverse;
  }
  body.legacy .network .row .col-6 {
    margin-top: var(--large);
  }
}
body.legacy .network .h4 {
  margin-bottom: var(--default);
}
body.legacy .network .h4 span {
  font-weight: 400;
}
body.legacy .events h2 {
  margin-bottom: var(--default);
}

@media (min-width: 20rem) {
  body.previous .main {
    background-image: -webkit-image-set(url("../img/previous-mobile.jpg") 1x, url("../img/previous-mobile-2x.jpg") 2x);
    background-image: image-set(url("../img/previous-mobile.jpg") 1x, url("../img/previous-mobile-2x.jpg") 2x);
  }
}
@media (min-width: 48rem) and (max-width: 74.9375rem) {
  body.previous .main {
    background-image: -webkit-image-set(url("../img/previous-tablet.jpg") 1x, url("../img/previous.jpg") 2x);
    background-image: image-set(url("../img/previous-tablet.jpg") 1x, url("../img/previous.jpg") 2x);
  }
}
@media (min-width: 75rem) {
  body.previous .main {
    background-image: -webkit-image-set(url("../img/previous.jpg") 1x, url("../img/previous-2x.jpg") 2x);
    background-image: image-set(url("../img/previous.jpg") 1x, url("../img/previous-2x.jpg") 2x);
  }
}
@media (min-width: 160rem) {
  body.previous .main {
    background-image: url("../img/previous-2x.jpg");
  }
}

body.programme {
  overflow-x: hidden;
}
body.programme h1 {
  margin-bottom: 0;
}
body.programme .row {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 75rem) {
  body.programme .row.top {
    flex-direction: column-reverse;
    align-items: start;
  }
}
body.programme .nav {
  display: flex;
}
@media (max-width: 75rem) {
  body.programme .nav {
    margin-top: var(--default);
  }
}
@media (max-width: 767px) {
  body.programme .nav {
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 1.875rem;
  }
}
body.programme .nav button {
  font-size: 1rem;
  font-weight: 500;
  background: var(--g200);
  height: 2.5rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid transparent;
}
body.programme .nav button.day {
  padding: 0 0.75rem;
  min-width: 4.3125rem;
  color: var(--black);
}
body.programme .nav button.day:not(:last-child) {
  margin-right: var(--small);
}
body.programme .nav button.day:hover {
  background: transparent;
  border: 0.0625rem solid var(--light_green);
}
body.programme .nav button.day.active {
  background: var(--light_green);
  color: var(--white);
}
body.programme .nav button#filter {
  margin-right: var(--medium);
  min-width: 5.375rem;
}
body.programme .links {
  display: flex;
}
@media (max-width: 767px) {
  body.programme .links {
    flex-direction: column;
  }
}
body.programme .links a {
  display: flex;
  align-items: center;
}
body.programme .links a:not(:last-child) {
  margin-right: var(--large);
}
@media (max-width: 767px) {
  body.programme .links a:not(:last-child) {
    margin-right: 0;
    margin-bottom: var(--default);
  }
}
body.programme .links a img {
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  body.programme .main-events .col-7,
  body.programme .main-events .col-9 {
    width: 100%;
  }
}
body.programme .main-events .columns {
  margin-top: var(--extra_large);
  margin-bottom: var(--medium);
}
body.programme .filter:before {
  content: "";
}
body.programme .filter .form {
  position: relative;
}
body.programme .filter .form .search {
  width: 100%;
  margin-bottom: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--g400);
}
body.programme .filter .form .search::-webkit-input-placeholder {
  color: var(--black);
}
body.programme .filter .form .search::-moz-placeholder {
  color: var(--black);
}
body.programme .filter .form .search:-ms-input-placeholder {
  color: var(--black);
}
body.programme .filter .form .search:-moz-placeholder {
  color: var(--black);
}
body.programme .filter .form .search::-webkit-search-decoration, body.programme .filter .form .search::-webkit-search-cancel-button, body.programme .filter .form .search::-webkit-search-results-button, body.programme .filter .form .search::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
body.programme .filter .form img {
  position: absolute;
  right: 1.0625rem;
  top: 0.75rem;
}
body.programme .filter .row .checkboxes label:not(:last-child) {
  margin-bottom: var(--extra_small);
}
body.programme .filter .row:first-child {
  align-items: start;
}
body.programme .filter .row:first-child .result .item {
  display: flex;
  cursor: pointer;
  padding: var(--tiny) var(--small) var(--tiny) var(--tiny);
  border-radius: 0.25rem;
}
body.programme .filter .row:first-child .result .item.active, body.programme .filter .row:first-child .result .item:hover {
  background-color: var(--blue_100);
}
body.programme .filter .row:first-child .result .item:not(:last-child) {
  margin-bottom: var(--tiny);
}
body.programme .filter .row:first-child .result .item input {
  display: none;
}
body.programme .filter .row:first-child .result .item .text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.programme .filter .row:first-child .result .item .text p {
  margin: 0;
}
body.programme .filter .row:first-child .result .item .pic {
  overflow: hidden;
  border-radius: 100%;
  width: var(--medium);
  height: var(--medium);
  margin-right: var(--tiny);
  display: block;
}
body.programme .filter .row:last-child {
  align-items: center;
  padding-top: var(--default);
  border-top: 0.0625rem solid var(--g300);
}
body.programme .filter .row:last-child .btn {
  width: 7.25rem;
}
body.programme .modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  background: var(--black);
  visibility: hidden;
  z-index: 9;
}
body.programme .modal-overlay.active {
  opacity: 0.2;
  visibility: visible;
}
@media (max-width: 767px) {
  body.programme .documents-block {
    margin-bottom: var(--small);
  }
}

body.lebanon {
  overflow-x: hidden;
}
body.lebanon footer {
  margin-top: 0;
}
body.lebanon .main {
  background-image: url("../img/lebanon.png");
}
body.lebanon .thumbnail {
  line-height: 0;
  padding-bottom: 0;
}
body.lebanon .thumbnail img {
  width: 100%;
}
@media (max-width: 87.5rem) {
  body.lebanon .p-s-d {
    margin-top: 0;
  }
}
body.lebanon .h-p-i {
  overflow: visible;
}

@media (max-width: 1150px) {
  body.videos .main {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: var(--default);
  }
}
@media (max-width: 767px) {
  body.videos .main {
    padding-bottom: var(--tiny);
  }
}
@media (max-width: 1150px) {
  body.videos .main h1 {
    padding-left: var(--extra_large);
  }
}
body.videos .item {
  position: relative;
}
body.videos .item.large {
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.videos .item.large:before {
  position: absolute;
  z-index: 1;
  content: url("../img/large-play.svg");
}
@media (max-width: 767px) {
  body.videos .item.large:before {
    content: url("../img/small-play.svg");
  }
}
body.videos .item.large:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 3.17%, #101426 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
body.videos .item.large .views-element-container {
  width: 100%;
}
body.videos .item.large .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 var(--extra_large) var(--extra_large);
  z-index: 1;
}
@media (max-width: 767px) {
  body.videos .item.large .text {
    padding: 0 0 var(--small) var(--small);
  }
}
body.videos .item.large .text .caption {
  margin-bottom: var(--tiny);
}
body.videos .item.large img {
  width: 100%;
  height: auto;
}
body.videos .posts-grid .item .image {
  height: 10.8rem;
  overflow: hidden;
}
@media (min-width: 62rem) and (max-width: 64rem) {
  body.videos .posts-grid .item .image {
    height: 8.5rem;
  }
}
@media (max-width: 61.9375rem) {
  body.videos .posts-grid .item .image {
    height: 10.4rem;
  }
}
@media (max-width: 767px) {
  body.videos .posts-grid .item .image {
    height: 12.5rem;
  }
}
body.videos .posts-grid .item .image:before {
  content: url("../img/small-play.svg");
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  body.videos .posts-grid .btn {
    display: none;
  }
}

body.exhibitor .events {
  padding-bottom: var(--giant);
}

@media (max-width: 991px) {
  body.speaker .main {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: var(--default);
  }
}
@media (max-width: 991px) {
  body.speaker .main h1 {
    padding-left: var(--extra_large);
  }
}
@media (max-width: 767px) {
  body.speaker .main h1 {
    padding-left: var(--small);
  }
}
body.speaker .main .row {
  justify-content: space-between;
  margin-bottom: var(--large);
}
body.speaker .main .row.top {
  align-items: start;
  margin-bottom: var(--extra_large);
}
@media (max-width: 991px) {
  body.speaker .main .row.top {
    flex-direction: column;
    padding-bottom: var(--large);
    border-bottom: 0.0625rem solid var(--g300);
  }
}
@media (min-width: 992px) {
  body.speaker .main .row.top .thumbnail {
    display: none;
  }
}
@media (max-width: 991px) {
  body.speaker .main .row.top .thumbnail {
    width: 100%;
    margin-bottom: var(--default);
  }
}
@media (max-width: 991px) {
  body.speaker .main .row.top .keyword {
    margin-bottom: var(--default);
  }
}
@media (max-width: 991px) {
  body.speaker .main .row.top .col-5 {
    width: 100%;
    padding-left: var(--extra_large);
    padding-right: var(--extra_large);
  }
}
@media (max-width: 767px) {
  body.speaker .main .row.top .col-5 {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}
@media (max-width: 991px) {
  body.speaker .main .row.top .social-block {
    padding-left: var(--extra_large);
  }
}
@media (max-width: 767px) {
  body.speaker .main .row.top .social-block {
    padding-left: var(--small);
  }
}
body.speaker .main .row.bottom {
  padding-bottom: var(--extra_large);
  border-bottom: 0.0625rem solid var(--g300);
  align-items: start;
}
@media (max-width: 991px) {
  body.speaker .main .row.bottom {
    padding-left: var(--extra_large);
    padding-right: var(--extra_large);
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.speaker .main .row.bottom {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}
body.speaker .main .row.bottom .title {
  color: var(--g500);
  text-transform: uppercase;
  margin-bottom: var(--large);
  letter-spacing: 0.2em;
}
body.speaker .main .row.bottom .thumbnail {
  max-width: 27rem;
  height: auto;
}
@media (max-width: 1150px) {
  body.speaker .main .row.bottom .thumbnail {
    max-width: 18.3125rem;
  }
}
@media (max-width: 991px) {
  body.speaker .main .row.bottom .thumbnail {
    display: none;
  }
}
body.speaker .main .row.bottom .col-5 {
  margin-right: 7.125rem;
}
@media (max-width: 991px) {
  body.speaker .main .row.bottom .col-5 {
    margin-right: 0;
    width: 100%;
  }
}
body.speaker .main .row .social-block {
  margin-right: 7.125rem;
}
@media (max-width: 991px) {
  body.speaker .main .row .social-block {
    margin-right: 0;
  }
}
body.speaker .events {
  padding-bottom: var(--giant);
}
@media (max-width: 767px) {
  body.speaker .events {
    padding-bottom: var(--large);
  }
}

body.one-event .main .date p:nth-child(2):not(:last-child) {
  display: flex;
}
body.one-event .main .date p:nth-child(2):not(:last-child):after {
  content: "";
  display: block;
  height: 1.5rem;
  width: 1px;
  background: var(--black);
  margin: 0 var(--tiny);
}
body.one-event ol li:not(:last-child) {
  margin-bottom: var(--small);
}

body.explore-katowice .banner {
  background-image: url("../img/katowice-banner.jpg");
}

body.youth-council .banner {
  background-image: url("../img/council.jpg");
}/*# sourceMappingURL=main.css.map */

.green-button {
    background: #00C4AE;
    padding: 16px 24px;
    display: inline-block;
    border-radius: 8px;
    margin-top: 64px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}
.wuf13-header {
  margin-top: -150px;
  aspect-ratio: 1480 / 860;
  background-image: url("../img/wuf-13--header.svg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wuf13-date {
  font-size: 24px;
}
.wuf13-place {
  font-size: 28px;
  font-weight: 600;
}
.wuf13-hero {
  font-size: 114px;
  margin-top: 10px;
}
.wuf13-text {
  font-size: 40px;
  text-align: center;
  line-height: 1.1;
  margin-top: 20px;
}
.wuf13-header__wrap {
  text-align: center;
  width: 480px;
  max-width: 100%;
}
.windows {
  display: flex;
  gap: 60px;
  margin-top: 120px;
  margin-bottom: 100px;
}
.windows__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.windows__link {
  border: 2px solid #00926B;
  border-radius: 8px;
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  transition-duration: .3s;
}
.windows__link:hover {
  background-color: #00926B;
  color: white;
}
.windows__image {
  width: 100%;
  height: auto;
}
.wuf13-link {
  background: #F47422;
  color: black !important;
  font-size: 32px;
  font-weight: 500;
  border-radius: 8px;
  display: inline-block;
  margin-top: 16px;
  padding: 13px 26px;
  line-height: 1;
}
.wuf13 header .logo img {
  opacity: 0;
}
.wuf13 header .logo {
  background-image: url('../img/WUF13_English_white text_secondary.svg');
}
.header-wrap:before {
  content: '';
}
body.home .main.main_v2 .container .col-6:last-child {
  position: relative;
}
body.home .main.main_v2 #countdown {
  position: absolute;
  font-size: 60px;
  top: 31px;
  left: 37px;
  background: #ff9b48;
  line-height: 1;
  padding: 0 10px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .windows__link {
    font-size: 20px;
  }
  .windows {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  body.home .main.main_v2 #countdown {
    font-size: 4vw;
    padding: 0.5vw 1vw;
    top: 2.2vw;
    left: 3.3vw;
  }
}
@media (max-width: 991px) {
  .wuf13-hero {
    font-size: 60px;
        line-height: 1;
  }
  .wuf13-text {
    font-size: 24px;
  }
  .wuf13-header__wrap {
    width: 380px;
  }
  .wuf13-link {
    font-size: 24px;
    padding: 12px 16px;
  }
  .wuf13-place,
  .wuf13-date {
    font-size: 22px;
  }
  .windows {
    gap: 30px;
    margin-top: 40px;
  }
  .windows__link {
    font-size: 16px
  }
  body.home .main .col-6:nth-child(2) {
    margin-top: 40px;
  }
  body.home .main.main_v2 #countdown {
    font-size: 10vw;
    padding: 0 .5vw;
    top: 4.2vw;
    left: 6vw;
  }
}
@media (max-width: 767px) {
  .windows__item {
    width: calc(50% - 15px);
  }
  .windows {
    flex-wrap: wrap;
  }
  .wuf13-header {
    margin-top: -75px;
    padding-top: 65px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .wuf13-place, .wuf13-date {
    font-size: 18px;
  }
  .wuf13-hero {
    font-size: 50px;
  }
  .wuf13-text {
    font-size: 20px;
  }
  .wuf13-header__wrap {
    width: 280px;
  }
  body.home .main.main_v2 {
    height: auto;
  }
  body.home .main.main_v2 #countdown {
    left: 6.5vw;
  }
}