/* colors */
.hide-screen {
  display: none;
}

.layout__header {
  padding-left: 5.625rem;
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  width: 100%;
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__tag {
  position: fixed;
  top: 50%;
  left: 0px;
  writing-mode: vertical-lr;
  transform: translateY(-50%);
  z-index: 3;
  height: max-content;
  width: max-content;
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__tag .tag__text {
  margin: 0;
  padding: 20px 4px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 22px;
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__tag .tag__text {
    font-size: 0.75rem;
    line-height: 14px;
    padding: 14px 6px;
  }
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__tag {
    right: 0;
    left: auto;
    top: 33%;
  }
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__pretitle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__pretitle .content-left__icon {
  margin-bottom: 0.938rem;
  margin-right: 2rem;
  top: -0.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__pretitle .content-left__icon {
    margin-right: 1rem;
  }
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__pretitle .content-left__icon svg {
    width: 54px;
    height: 54px;
  }
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__pretitle .pretitle__text {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.938rem;
  text-transform: uppercase;
  max-width: 400px;
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__pretitle .pretitle__text {
    font-size: 1.063rem;
    line-height: 21px;
    margin-bottom: 0.438rem;
    max-width: 200px;
  }
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__title {
  width: 100%;
  max-width: 85%;
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__title {
    max-width: 88%;
  }
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__title .title__text {
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 95px;
  margin-bottom: 0.938rem;
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__title .title__text {
    font-size: 2.5rem;
    line-height: 44px;
    margin-bottom: 0.438rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__title .title__text {
    font-size: 3.8rem;
    line-height: 63px;
  }
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__subtitle {
  width: 100%;
  max-width: 85%;
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__subtitle {
    max-width: 88%;
  }
}
.layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__subtitle .subtitle__text {
  font-size: 3.125rem;
  line-height: 57px;
  font-weight: 400;
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__subtitle .subtitle__text {
    font-size: 1.063rem;
    line-height: 19px;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-left .content-left__wrapper .content-left__subtitle .subtitle__text {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-left {
    padding-left: 2.125rem;
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-left {
    padding: 2rem;
  }
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 7.813rem 0 7.813rem 3.125rem;
  padding-right: 5.625rem;
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__textual-date {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2.188rem;
  margin-bottom: 1.25rem;
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__textual-date .textual-date__text {
  display: block;
  max-width: 75%;
  width: 100%;
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__textual-date .textual-date__text {
    font-size: 1.25rem;
    line-height: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__textual-date .textual-date__text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__textual-date {
    padding-bottom: 1rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__textual-date {
    padding-bottom: 1.5rem;
  }
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__date-time {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__date-time .date-time__text {
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__date-time .date-time__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__date-time .date-time__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__date-time {
    padding-bottom: 1rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__date-time {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__title {
  font-size: 1.688rem;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__title {
    font-size: 1.25rem;
    line-height: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__title {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__description {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__description p {
  font-size: 1.688rem;
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 0rem;
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__description p {
    font-size: 1.25rem;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__description {
    padding-bottom: 1rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__description {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__link-map {
  color: #ffffff;
  text-decoration: underline;
  font-size: 1.375rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper .content-right__location .location__link-map {
    font-size: 1.125rem;
    line-height: 37px;
  }
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper {
    padding: 3rem 2rem;
  }
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper-inscription {
  position: relative;
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper-inscription .inscription__link {
  padding-left: 3.125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  width: 100%;
  background-color: #be1a1a;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 200ms ease-in-out;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 24px;
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper-inscription .inscription__link:hover {
  background-color: #951320;
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper-inscription .inscription__link::after {
  content: "";
  display: inline-block;
  background-image: url("../../imgs/arrow-right-white_icon.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 90px;
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper-inscription .inscription__link::after {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper-inscription .inscription__link {
    padding-left: 4.688rem;
  }
}
@media (max-width: 991px) {
  .layout__header .header__wrapper .header__content-right .content-right__wrapper-inscription .inscription__link {
    padding-left: 2.125rem;
  }
}
.layout__header .header__wrapper .header__content-right .content-right__wrapper-inscription:hover::after {
  background-color: #951320;
}
@media (max-width: 1199px) {
  .layout__header .header__wrapper {
    padding: 0rem;
  }
}
.layout__header--bg-img {
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1199px) {
  .layout__header {
    padding: 0 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__header {
    padding: 0 0;
  }
}
@media (max-width: 991px) {
  .layout__header {
    padding: 0rem;
  }
}

.layout__content {
  padding-left: 5.625rem;
}
.layout__content .content__content-left {
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 6.688rem;
  padding-bottom: 6.688rem;
  padding-right: 7.563rem;
}
.layout__content .content__content-left .content-left__summary {
  font-size: 2.813rem;
  line-height: 49px;
  font-weight: 600;
  margin-bottom: 4.063rem;
}
@media (max-width: 991px) {
  .layout__content .content__content-left .content-left__summary {
    font-size: 1.563rem;
    line-height: 30px;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__content .content__content-left .content-left__summary {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 3rem;
  }
}
.layout__content .content__content-left .content-left__body ul,
.layout__content .content__content-left .content-left__body ol {
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: 400;
  margin: 0.6rem 0rem;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .layout__content .content__content-left .content-left__body ul,
  .layout__content .content__content-left .content-left__body ol {
    font-size: 1.125rem;
    line-height: 22px;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__content .content__content-left .content-left__body ul,
  .layout__content .content__content-left .content-left__body ol {
    font-size: 1.15rem;
    line-height: 29px;
    margin-bottom: 2rem;
  }
}
.layout__content .content__content-left .content-left__body ol {
  list-style: auto;
}
.layout__content .content__content-left .content-left__body ul {
  list-style: disc;
}
.layout__content .content__content-left .content-left__body p {
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 3rem;
}
.layout__content .content__content-left .content-left__body p:last-child {
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .layout__content .content__content-left .content-left__body p {
    font-size: 1.125rem;
    line-height: 22px;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__content .content__content-left .content-left__body p {
    font-size: 1.15rem;
    line-height: 29px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1199px) {
  .layout__content .content__content-left {
    padding: 2.5rem 1.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout__content .content__content-left {
    padding-left: 3.5rem;
  }
}
.layout__content .content__content-right {
  position: relative;
}
.layout__content .content__content-right .content-right__gallery {
  height: 100%;
}
@media (max-width: 1199px) {
  .layout__content {
    padding: 0 0;
    padding-bottom: 3.125rem;
  }
}

@media print {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
    padding: 10rem;
  }
  .hide-screen {
    display: block;
  }
  #block-uic-congress-theme-content .layout__menu,
  #block-uic-congress-theme-content .location__link-map,
  #block-uic-congress-theme-content .content-right__wrapper-inscription,
  #block-uic-congress-theme-content .layout__content,
  #block-uic-congress-theme-content .paragraph--type--speakers,
  #block-uic-congress-theme-content .paragraph--type--accommodations,
  #block-uic-congress-theme-content .paragraph--type--block-congress,
  #block-uic-congress-theme-content .cta__wrapper,
  #block-uic-congress-theme-content .paragraph--type--video,
  #block-uic-congress-theme-content .overlay,
  #block-uic-congress-theme-content .menu__item,
  #block-uic-congress-theme-content .content-left__tag,
  #block-uic-congress-theme-content .driving,
  #block-uic-congress-theme-content .logo-home-menu,
  #block-uic-congress-theme-content .programme__file,
  #block-uic-congress-theme-content .accordion-tab,
  #block-uic-congress-theme-content .paragraph--type--accordions-congressos {
    display: none;
  }
  #block-uic-congress-theme-content .programme__wrapper .programme__schedule .schedule__day {
    display: block !important;
    margin-bottom: 3rem;
  }
  #block-uic-congress-theme-content .layout__header * {
    color: black;
  }
  #block-uic-congress-theme-content .layout__header.layout__header--bg-img,
  #block-uic-congress-theme-content .layout__header .header__content-right {
    background: transparent !important;
  }
  #block-uic-congress-theme-content .layout__header * {
    border: none;
  }
  #block-uic-congress-theme-content .programme__wrapper {
    background-color: transparent !important;
    padding-bottom: 3rem;
  }
  #block-uic-congress-theme-content .content-right__wrapper {
    padding-bottom: 3rem;
  }
  #block-uic-congress-theme-content .container-fluid *,
  #block-uic-congress-theme-content .header__wrapper * {
    margin: 0;
    padding: 0;
  }
  #block-uic-congress-theme-content .layout__header,
  #block-uic-congress-theme-content .layout__components,
  #block-uic-congress-theme-content .programme__wrapper,
  #block-uic-congress-theme-content .container-fluid,
  #block-uic-congress-theme-content .sponsor__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #block-uic-congress-theme-content .programme__title {
    writing-mode: horizontal-tb;
    transform: none;
    position: relative;
    padding: 0;
    margin-bottom: 4rem;
    margin-left: -1.5rem;
    padding-left: 0;
    color: #666;
  }
  #block-uic-congress-theme-content .programme__title::after {
    width: 100%;
    height: 2px;
    bottom: -0.8rem;
    top: auto;
  }
  #block-uic-congress-theme-content .paragraph-title-text-wrapper div {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    position: relative;
    margin-top: -7rem;
    margin-left: 3rem;
    color: #666;
  }
  #block-uic-congress-theme-content .paragraph-title-text-wrapper div::after {
    width: 100%;
    height: 2px;
    bottom: -0.8rem;
    top: auto;
  }
  #block-uic-congress-theme-content table tr td:first-child,
  #block-uic-congress-theme-content table tr strong:nth-of-type(2) {
    color: #999;
  }
  #block-uic-congress-theme-content h3::after {
    display: none;
  }
  #block-uic-congress-theme-content .sponsor-wrappers {
    padding-left: 0;
  }
  #block-uic-congress-theme-content .programme__schedule {
    padding-left: 0;
  }
  #block-uic-congress-theme-content .programme__schedule td {
    font-size: 1.4rem !important;
  }
  #block-uic-congress-theme-content .header__wrapper .row {
    flex-direction: column !important;
  }
  #block-uic-congress-theme-content h1 {
    font-size: 3rem;
  }
  #block-uic-congress-theme-content h2 {
    font-size: 3rem;
    transform: none;
  }
  #block-uic-congress-theme-content h3 {
    font-size: 2rem;
    font-weight: bold;
  }
  #block-uic-congress-theme-content h3 .header__content-left {
    display: block !important;
  }
  #block-uic-congress-theme-content p {
    font-size: 1.4rem;
  }
  #block-uic-congress-theme-content .col-xl-4,
  #block-uic-congress-theme-content .col-xl-8,
  #block-uic-congress-theme-content .col-12,
  #block-uic-congress-theme-content .d-flex {
    max-width: 100%;
    width: 100%;
    display: block !important;
  }
  #block-uic-congress-theme-content .accordion-panel {
    display: block !important;
  }
  .header-logos {
    background: transparent !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 3rem;
    padding: 1.5rem 0;
    margin-bottom: 4rem;
  }
  .header-logos p {
    margin-bottom: 0;
  }
  .header-logos .container-fluid {
    display: flex;
    align-items: center;
  }
  .header-logos img {
    display: none;
  }
  footer,
  .lower-footer,
  #onetrust-consent-sdk,
  .menu-desktop,
  .header-user,
  .driving,
  .logo-home-menu {
    display: none !important;
  }
  .content-left__icon {
    background-color: black;
    padding: 1rem !important;
    margin-right: 2rem !important;
  }
  .pretitle__text {
    max-width: none !important;
  }
  h2.subtitle__text {
    line-height: 1.2em !important;
  }
  .title-sponsor {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #909090;
  }
  article.schedule__day {
    break-inside: avoid;
  }
}
