/*
 Theme Name:   TheGrey
 Theme URI:    https://tyegrey.es
 Description:  TheGrey Theme
 Author:       Manifiesto
 Author URI:   https://manifiesto.biz
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
@import url("../Divi/style.css");
body {
  background: var(--20, #DCDDDE);
  /* LOGO */
  /* form confirmation */
  /* HEADER */
  /* PATTERNS */
  /* HOME */
  /* NOSOTROS */
  /* UNIVERSO */
  /* BLOG */
  /* PAGINATION */
  /* PODCASTS */
  /* MEETINGS */
  /* CONTACTO */
  /* FOOTER */
  /* ERROR 404 */
}
body.legal {
  background-color: white;
}
body.legal .et_pb_section:first-child {
  /* background: var(--20, #DCDDDE); */
  background-color: white;
  padding-block: 48px !important;
}
body.legal .et_pb_section:first-child h4 {
  padding-top: 38px;
}
body.legal .et_pb_section:first-child ol, body.legal .et_pb_section:first-child ul {
  padding-left: 24px;
}
body.legal .et_pb_section:first-child ol li, body.legal .et_pb_section:first-child ul li {
  padding-bottom: 8px;
}
body.p-top {
  padding-top: 82px !important;
}
@media (max-width: 980px) {
  body.p-top {
    padding-top: 0 !important;
  }
}
body.dark {
  background-color: #50555B;
}
body .logo-light {
  display: block;
}
body .logo-dark {
  display: none;
}
body.dark .logo-light {
  display: none;
}
body.dark .logo-dark {
  display: block !important;
}
@media (min-width: 981px) {
  body.dark #main-header .container {
    border-bottom: 1px solid #94989B !important;
  }
  body.dark #main-header .container #top-menu li a {
    color: #94989B !important;
  }
  body.dark #main-header .container .wpml-ls-item.menu-item-has-children::after {
    background-color: #94989B !important;
  }
}
body .wpforms-confirmation-container-full {
  background-color: rgba(240, 195, 0, 0.4);
  border-color: #F0C300;
}
body .wpforms-confirmation-container-full p {
  color: #50555B;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
body .et_pb_section {
  overflow: hidden;
}
body .et_pb_section:first-child, body .et_pb_section:first-child .et_pb_row:first-child:not(.section-tag) {
  padding-block: 0 !important;
}
body .et_pb_row {
  width: 100% !important;
  padding-inline: 0px;
  max-width: 1300px;
  margin-inline: auto;
}
@media (max-width: 1440px) {
  body .et_pb_row {
    max-width: 1140px;
  }
}
@media (max-width: 1240px) {
  body .et_pb_row {
    max-width: 90%;
  }
}
body .et_pb_row.row-fullwidth {
  width: 100% !important;
  max-width: 100%;
}
@media (max-width: 768px) {
  body .et_pb_column {
    width: 100% !important;
    max-width: 100% !important;
  }
}
body .section-tag {
  padding-bottom: 60px !important;
  position: relative;
}
body .section-tag p {
  color: #94989B;
  font-family: Helvetica;
  font-size: 10px;
  line-height: 3;
  font-weight: 700;
  text-transform: uppercase;
}
body .section-tag::before {
  content: "";
  display: block;
  width: 150%;
  height: 6px;
  background-color: #B8BBBD;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  z-index: 9;
}
body .thin-top-border {
  position: relative;
}
body .thin-top-border::before {
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: #B8BBBD;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  z-index: 9;
}
body .internal-button {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 0px;
  height: 48px;
}
body .internal-button span, body .internal-button svg {
  padding-inline: 50px;
  height: 100%;
  border: 1px solid #F0C300;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
body .internal-button span {
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.04px;
  text-transform: uppercase;
}
body .internal-button:hover span, body .internal-button:hover svg {
  background-color: #F0C300;
  border-color: transparent;
}
@media (min-width: 981px) {
  body .internal-button:hover span {
    border-right-color: #FFFFFF;
  }
  body .internal-button:hover svg {
    border-left-color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  body .internal-button svg {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body .big-image-mobile img {
    min-height: 398px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body #page-container {
  padding-top: 0px !important;
}
body #main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  background-color: transparent;
  box-shadow: none !important;
  transition: background-color 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.65s ease !important;
}
body #main-header.header.header-static {
  transform: translateY(0);
}
body #main-header.sticky-visible {
  transform: translateY(0);
  background-color: rgba(184, 187, 189, 0.5);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 4px 24px 0 rgba(80, 85, 91, 0.1);
}
body #main-header.sticky-hidden {
  transform: translateY(-100%);
}
body #main-header .mobile-logo {
  opacity: 0;
}
body #main-header .container {
  width: 100%;
  height: 82px;
  max-width: 1300px;
  margin-inline: auto;
  border-bottom: 1px solid #50555B;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 11px;
  padding-top: 36px;
}
body #main-header .container::after {
  display: none;
}
@media (max-width: 1440px) {
  body #main-header .container {
    max-width: 1140px;
  }
}
@media (max-width: 1240px) {
  body #main-header .container {
    max-width: 90%;
  }
}
@media (max-width: 980px) {
  body #main-header .container {
    align-items: center;
  }
}
@media (max-width: 768px) {
  body #main-header .container {
    height: 70px;
  }
}
body #main-header .container .logo {
  min-width: 82px;
  width: 82px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media (max-width: 768px) {
  body #main-header .container .logo {
    min-width: 72px;
    width: 72px;
  }
}
body #main-header .container .logo.mobile-logo {
  min-width: 42px !important;
  width: 42px !important;
}
body #main-header .container #et-top-navigation {
  padding: 0px !important;
}
body #main-header .container #et-top-navigation #top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 99;
  gap: 32px;
}
body #main-header .container #et-top-navigation #top-menu li {
  padding: 0px;
  padding-top: 6px;
  padding-inline: 8px;
  transition: 0.2s all;
}
body #main-header .container #et-top-navigation #top-menu li:hover {
  background-color: #F0C300;
}
body #main-header .container #et-top-navigation #top-menu li:hover a {
  opacity: 1 !important;
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu li:hover {
    background-color: transparent;
  }
}
body #main-header .container #et-top-navigation #top-menu li.current-menu-item, body #main-header .container #et-top-navigation #top-menu li.current-menu-parent {
  background-color: #F0C300;
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu li.current-menu-item, body #main-header .container #et-top-navigation #top-menu li.current-menu-parent {
    background-color: transparent;
  }
}
body #main-header .container #et-top-navigation #top-menu li.menu-item-has-children a::after {
  display: none;
}
body #main-header .container #et-top-navigation #top-menu li a {
  padding: 0px;
  color: #50555B;
  text-align: right;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu {
  width: 100%;
  border-top: 0px;
  background-color: transparent;
  padding: 12px 0;
  left: 0;
  box-shadow: none;
}
body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li {
  width: 100%;
  transition: 0.2s all ease;
  background-color: #50555B;
  margin-bottom: 4px;
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li {
    background-color: transparent;
  }
}
body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li a {
  width: 100%;
  text-align: center;
  color: #FFFFFF !important;
  transition: 0.2s all ease;
}
body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li:hover {
  background-color: #B8BBBD;
}
body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li:hover a {
  color: #50555B;
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li:hover {
    background-color: transparent;
  }
}
body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li.current-menu-item, body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li.current-menu-parent {
  background-color: #F0C300;
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li.current-menu-item, body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li.current-menu-parent {
    background-color: transparent;
  }
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  body #main-header .container #et-top-navigation #top-menu li:not(.wpml-ls-item) .sub-menu li a {
    max-width: 60%;
    margin-inline: auto;
    color: #B8BBBD !important;
  }
}
body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children {
  display: flex;
  gap: 15px;
  padding-inline: 0px;
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children {
    justify-content: center;
    gap: 31px;
  }
  body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children a {
    border: 0px !important;
  }
  body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children .sub-menu a {
    color: #B8BBBD;
  }
}
body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children:hover {
  background-color: transparent;
}
body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children > a {
  font-weight: bold;
}
body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children .sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children .sub-menu li {
  padding: 0px;
}
body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children .sub-menu li:hover {
  background-color: transparent;
}
body #main-header .container #et-top-navigation #top-menu li.wpml-ls-item.menu-item-has-children::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #50555B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-0.06turn, 18deg);
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu {
    transform: translateY(calc(-100% - 82px));
    transition: all 1s;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    position: fixed;
    top: 82px;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 82px);
    background-color: black;
  }
  body #main-header .container #et-top-navigation #top-menu li {
    width: 100%;
  }
  body #main-header .container #et-top-navigation #top-menu li a {
    text-align: center;
    border-bottom: 1px solid #94989B;
    padding-block: 21px;
    font-size: 36px;
    color: #F0C300;
  }
  body #main-header .container #et-top-navigation #top-menu li a li a {
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 5%;
    color: #94989B;
  }
  body #main-header .container #et-top-navigation #top-menu li a li a::after {
    content: "";
    display: block;
    width: 50%;
    min-width: 210px;
    height: 1px;
    background-color: #94989B;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 1px);
  }
}
@media (max-width: 980px) and (max-width: 768px) {
  body #main-header .container #et-top-navigation #top-menu li a {
    font-size: 24px;
  }
}
@media (max-width: 980px) and (max-width: 768px) {
  body #main-header .container #et-top-navigation #top-menu {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #top-menu.active {
    transform: translateY(0);
  }
}
body #main-header .container #et-top-navigation #hamburgesa {
  display: none;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body #main-header .container #et-top-navigation #hamburgesa span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #50555B;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 980px) {
  body #main-header .container #et-top-navigation #hamburgesa {
    display: flex;
  }
}
body #main-header.menu-open {
  background-color: black !important;
}
body #main-header.menu-open .container {
  border-bottom: 0px;
}
body #main-header.menu-open .desktop-logo {
  opacity: 0;
}
body #main-header.menu-open .mobile-logo {
  opacity: 1;
}
body #main-header.menu-open #hamburgesa span {
  background-color: #F0C300 !important;
}
body #main-header.menu-open #hamburgesa span:first-child {
  transform: rotate(45deg) translateY(6px) translateX(7px);
}
body #main-header.menu-open #hamburgesa span:nth-child(2) {
  opacity: 0;
}
body #main-header.menu-open #hamburgesa span:last-child {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
@media (max-width: 980px) {
  body #main-header {
    position: sticky;
    background-color: rgba(184, 187, 189, 0.5);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    transition: background-color 0.4s, -webkit-backdrop-filter 0.4s;
    transition: background-color 0.4s, backdrop-filter 0.4s;
    transition: background-color 0.4s, backdrop-filter 0.4s, -webkit-backdrop-filter 0.4s;
    box-shadow: 0 4px 24px 0 rgba(80, 85, 91, 0.1);
  }
  body #main-header .container {
    border-color: #B8BBBD;
    padding-top: 16px;
  }
}
body .simple-clair-pattern {
  background-image: linear-gradient(90deg, rgba(220, 221, 223, 0.6) 0%, #DCDDDF 78%), linear-gradient(180deg, rgba(220, 221, 223, 0) 0%, rgba(220, 221, 223, 0.8549019608) 96%), url("/wp-content/uploads/2025/09/trama-clair-7.png");
  background-size: cover, cover, auto;
  background-position: right, right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
body .simple-obscure-pattern {
  background-image: linear-gradient(90deg, rgba(80, 85, 91, 0) 0%, #50555B 78%), linear-gradient(180deg, rgba(80, 85, 91, 0.22) 0%, rgb(80, 85, 91) 96%), url("/wp-content/uploads/2025/09/trama-obscure.png");
  background-size: cover, cover, auto;
  background-position: right, right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
body .et_pb_column:has(.fake-section-pattern) {
  position: static !important;
}
body .fake-section-pattern {
  position: absolute;
  width: 120vw;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-20%);
}
body #corporate-affairs-services {
  background-image: linear-gradient(90deg, rgba(80, 85, 91, 0) 0%, #50555B 78%), linear-gradient(180deg, rgba(80, 85, 91, 0.22) 0%, rgb(80, 85, 91) 96%), url("/wp-content/uploads/2025/09/corporate-affairs.png"), url("/wp-content/uploads/2025/09/trama-obscure.png");
  background-size: cover, cover, cover, auto;
  background-position: right, right, top left, top left;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}
body #comunication-services {
  background-image: linear-gradient(90deg, rgba(80, 85, 91, 0) 0%, #50555B 78%), linear-gradient(180deg, rgba(80, 85, 91, 0.22) 0%, rgb(80, 85, 91) 96%), url("/wp-content/uploads/2025/09/comunication.png"), url("/wp-content/uploads/2025/09/trama-obscure.png");
  background-size: cover, cover, cover, auto;
  background-position: right, right, top left, top left;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}
body.home #home-gap {
  padding-block: 210px;
}
@media (max-width: 1200px) {
  body.home #home-gap {
    padding-block: 80px;
  }
}
@media (max-width: 768px) {
  body.home #home-gap {
    padding-block: 36px;
  }
}
@media (max-width: 980px) {
  body.home #main-header {
    position: fixed;
  }
  body.home #main-header.transparent {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    box-shadow: 0px;
  }
  body.home #main-header.transparent:not(.menu-open) {
    background-color: transparent !important;
  }
  body.home #main-header.transparent .container {
    border: 0px;
  }
  body.home .section-tag {
    display: none;
  }
  body.home .thin-top-border::before {
    display: none;
  }
  body.home .et_pb_section {
    padding-top: 24px;
  }
  body.home .et_pb_section#about-us {
    padding-bottom: 98px;
  }
  body.home .et_pb_section#about-us::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F0C300;
  }
}
body #home-intro {
  height: 100vh;
  position: relative;
}
body #home-intro > .et_pb_row {
  max-width: 100%;
}
body #home-intro > .et_pb_row:first-child {
  height: 100%;
}
body #home-intro > .et_pb_row:first-child .et_pb_column {
  height: 100%;
}
body #home-intro > .et_pb_row:first-child .et_pb_column .et_pb_module {
  height: 100%;
}
body #home-intro > .et_pb_row:first-child .et_pb_column .et_pb_module .et_pb_code_inner {
  height: 100%;
}
body #home-intro > .et_pb_row:first-child .et_pb_column .et_pb_module .et_pb_code_inner video {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 980px) {
  body #home-intro > .et_pb_row:first-child {
    height: 28%;
  }
}
body #home-intro #intro-menu {
  position: absolute;
  top: calc(35% - 70px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  z-index: 4;
}
@media (max-width: 980px) {
  body #home-intro #intro-menu {
    padding-top: 0px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    background-color: #50555B;
    padding-bottom: 0px;
    height: 72%;
  }
  body #home-intro #intro-menu .et_pb_column {
    height: 100%;
  }
  body #home-intro #intro-menu .et_pb_column .et_pb_module {
    height: 100%;
  }
  body #home-intro #intro-menu .et_pb_column .et_pb_module .et_pb_code_inner {
    height: 100%;
  }
}
body #home-intro #intro-menu .home-menu {
  display: flex;
  flex-direction: column;
}
body #home-intro #intro-menu .home-menu .desktop {
  display: block;
}
@media (max-width: 1024px) {
  body #home-intro #intro-menu .home-menu .desktop > div:nth-child(2) {
    display: none !important;
  }
}
body #home-intro #intro-menu .home-menu .mobile {
  display: none;
}
@media (max-width: 980px) {
  body #home-intro #intro-menu .home-menu {
    height: 100%;
  }
  body #home-intro #intro-menu .home-menu > a {
    height: calc(25% - 2.5px);
  }
  body #home-intro #intro-menu .home-menu .desktop {
    display: none;
  }
  body #home-intro #intro-menu .home-menu .mobile {
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
body #home-intro #intro-menu .home-menu .et_pb_row {
  flex-direction: column;
}
body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-block: 30px;
}
body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child .menu-number {
  width: 30%;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child .menu-number.hidden {
  visibility: hidden;
}
@media (max-width: 1440px) {
  body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child .menu-number {
    font-size: 24px;
  }
}
body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child .menu-icon {
  flex-grow: 1;
  width: auto;
  max-width: 100%;
  min-width: 0;
  height: 52px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child .menu-icon {
    height: 40px;
  }
}
@media (max-width: 980px) {
  body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child .menu-icon svg {
    margin-right: 0;
    margin-left: auto;
  }
}
body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child h2 {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 32px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 0px;
}
@media (max-width: 1440px) {
  body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child {
    padding-block: 21px;
  }
  body #home-intro #intro-menu .home-menu .et_pb_row > div:first-child h2 {
    font-size: 24px;
  }
}
body #home-intro #intro-menu .home-menu .et_pb_row > div:nth-child(2) {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.6s;
  width: 60%;
  max-width: 60%;
  min-width: 60%;
  margin-left: auto;
  display: flex;
  gap: 4;
  padding-bottom: 0px;
}
body #home-intro #intro-menu .home-menu .et_pb_row > div:nth-child(2) p {
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  body #home-intro #intro-menu .home-menu .et_pb_row > div:nth-child(2) p {
    font-size: 17px;
  }
}
body #home-intro #intro-menu .home-menu .et_pb_row > div:nth-child(2) svg {
  margin-top: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transform: translateY(80%);
}
body #home-intro #intro-menu .home-menu a.has-hover:hover .et_pb_row > div:nth-child(2) {
  max-height: 180px;
  padding-bottom: 64px;
}
body #home-intro #intro-menu .home-menu a:not(.has-hover) {
  margin-top: 11px;
}
body #home-intro #intro-menu .home-menu a:not(.has-hover) h2 {
  font-weight: 700 !important;
}
@media (max-width: 980px) {
  body #home-intro #intro-menu .home-menu a:not(.has-hover) {
    margin-top: 10px;
  }
}
body .home-menu-section-intro {
  padding-bottom: 60px;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 20px;
}
body .home-menu-section-intro::after {
  display: none;
}
body .home-menu-section-intro .et_pb_column {
  margin: 0px;
}
body .home-menu-section-intro .et_pb_column:first-child {
  width: 30%;
}
body .home-menu-section-intro .et_pb_column:first-child p {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 980px) {
  body .home-menu-section-intro .et_pb_column:first-child p {
    font-size: 24px;
  }
}
body .home-menu-section-intro .et_pb_column:first-child ul li {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 24px !important;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
body .home-menu-section-intro .et_pb_column:first-child ul li b, body .home-menu-section-intro .et_pb_column:first-child ul li strong {
  font-weight: 700;
}
body .home-menu-section-intro .et_pb_column:nth-child(2) {
  flex-grow: 1;
  width: auto;
  max-width: 100%;
  min-width: 0;
}
body .home-menu-section-intro .et_pb_column:nth-child(2) .et_pb_code_inner {
  height: 57px;
  display: flex;
  align-items: center;
}
body .home-menu-section-intro .et_pb_column:last-child {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}
body .home-menu-section-intro .et_pb_column:last-child h2 {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 68px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  padding-bottom: 37px;
}
@media (max-width: 980px) {
  body .home-menu-section-intro .et_pb_column:last-child h2 {
    font-size: 48px;
  }
}
body .home-menu-section-intro .et_pb_column:last-child p {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body .home-menu-section-intro .et_pb_column:last-child p b, body .home-menu-section-intro .et_pb_column:last-child p strong {
  font-weight: 700;
}
@media (max-width: 1200px) {
  body .home-menu-section-intro {
    flex-direction: column;
  }
  body .home-menu-section-intro .et_pb_column:nth-child(2) {
    display: none;
  }
}
body .home-services-vertical {
  padding-block: 0px;
}
body .home-services-vertical .et_pb_row {
  padding-top: 186px;
  padding-bottom: 274px !important;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 20px;
}
body .home-services-vertical .et_pb_row::after {
  display: none;
}
body .home-services-vertical .et_pb_row .et_pb_column {
  margin: 0px;
}
body .home-services-vertical .et_pb_row .et_pb_column:first-child {
  flex-grow: 0;
  width: 30%;
}
body .home-services-vertical .et_pb_row .et_pb_column:last-child {
  flex-grow: 1;
  width: auto;
  max-width: 100%;
  min-width: 0;
}
body .home-services-vertical .et_pb_row h4 {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 32px;
  line-height: 0.7;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 0;
  padding-left: 5px;
}
body .home-services-vertical .et_pb_row h4::before {
  content: "";
  display: block;
  width: 1px;
  height: 240px;
  background-color: #94989B;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .home-services-vertical .et_pb_row p {
  display: flex;
  align-items: baseline;
  gap: 17px;
}
body .home-services-vertical .et_pb_row p span.big {
  color: #F0C300;
  font-family: Helvetica;
  font-size: 127px;
  font-style: normal;
  font-weight: 300;
  line-height: 0.5;
  text-decoration: none !important;
}
body .home-services-vertical .et_pb_row p span:not(.big) {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 16.5%;
  text-underline-position: from-font;
  margin-bottom: 18px;
}
body .home-services-vertical .et_pb_row ul {
  padding-left: 180px;
}
body .home-services-vertical .et_pb_row ul li {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 2px;
}
body .home-services-vertical .et_pb_row ul li ul {
  padding-left: 72px;
  padding-top: 4px;
  padding-bottom: 8px;
}
@media (max-width: 1200px) {
  body .home-services-vertical .et_pb_row {
    padding-top: 91px;
    padding-bottom: 110px !important;
    flex-direction: column;
  }
  body .home-services-vertical .et_pb_row .et_pb_column:last-child p {
    flex-direction: column;
    gap: 0;
  }
  body .home-services-vertical .et_pb_row .et_pb_column:last-child p .big {
    line-height: 1 !important;
  }
  body .home-services-vertical .et_pb_row .et_pb_column:last-child ul {
    padding-left: 48px;
  }
}
body .home-services-horizontal {
  padding-block: 0px;
}
body .home-services-horizontal .et_pb_row {
  padding-top: 186px;
  padding-bottom: 274px !important;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 14px;
}
body .home-services-horizontal .et_pb_row::after {
  display: none;
}
body .home-services-horizontal .et_pb_row .et_pb_column {
  margin: 0px;
}
body .home-services-horizontal .et_pb_row .et_pb_column:first-of-type {
  flex-grow: 0;
  width: auto;
}
body .home-services-horizontal .et_pb_row .et_pb_column:last-of-type {
  flex-grow: 1;
  width: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
body .home-services-horizontal .et_pb_row .et_pb_column:last-of-type .et_pb_module {
  margin: 0px;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
body .home-services-horizontal .et_pb_row h4 {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 32px;
  line-height: 0.7;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 0;
  padding-left: 5px;
}
body .home-services-horizontal .et_pb_row h4::before {
  content: "";
  display: block;
  width: 1px;
  height: 240px;
  background-color: #94989B;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .home-services-horizontal .et_pb_row p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body .home-services-horizontal .et_pb_row p span.big {
  color: #F0C300;
  font-family: Helvetica;
  font-size: 127px;
  font-style: normal;
  font-weight: 300;
  line-height: 0.5;
  text-decoration: none !important;
  padding-bottom: 24px;
}
body .home-services-horizontal .et_pb_row p span:not(.big) {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 16.5%;
  text-underline-position: from-font;
  padding-left: 83px;
}
body .home-services-horizontal .et_pb_row ul {
  padding-left: 180px;
}
body .home-services-horizontal .et_pb_row ul li {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 2px;
}
body .home-services-horizontal .et_pb_row ul li ul {
  padding-left: 72px;
  padding-top: 4px;
  padding-bottom: 8px;
}
@media (max-width: 1200px) {
  body .home-services-horizontal .et_pb_row {
    padding-top: 91px;
    padding-bottom: 110px !important;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 980px) {
  body .home-services-horizontal .et_pb_row .et_pb_column:last-child {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  body .home-services-horizontal .et_pb_row .et_pb_column:last-child p {
    flex-direction: column;
    gap: 0;
  }
  body .home-services-horizontal .et_pb_row .et_pb_column:last-child p span {
    padding: 0px;
  }
  body .home-services-horizontal .et_pb_row .et_pb_column:last-child p .big {
    line-height: 1 !important;
  }
  body .home-services-horizontal .et_pb_row .et_pb_column:last-child ul {
    padding-left: 48px;
  }
}
@media (max-width: 980px) {
  body .home-services-vertical, body .home-services-horizontal {
    max-height: 0px !important;
    padding-top: 0px !important;
  }
  body .home-services-vertical::after, body .home-services-horizontal::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F0C300;
  }
  body .home-services-vertical.open, body .home-services-horizontal.open {
    max-height: 9999px !important;
    padding-top: 24px !important;
  }
}
body .mobile-btn-section {
  background-color: #F0C300;
  padding-block: 24px;
  cursor: pointer;
}
body .mobile-btn-section .et_pb_text_inner {
  text-align: center;
}
body .mobile-btn-section p {
  color: #000;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-inline: auto;
  padding-right: 16px;
}
body .mobile-btn-section p::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #000;
  position: absolute;
  right: -10.5px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
body .mobile-btn-section p::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  transform: translate(100%, -50%);
}
body .mobile-btn-section.open p::before {
  display: none;
}
body .home-image-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 0px !important;
}
body .home-image-section::after {
  display: none;
}
body .home-image-section .et_pb_column {
  margin: 0px;
}
body .home-image-section .et_pb_column:first-child {
  flex-grow: 0;
  width: auto;
  margin-right: 76px;
}
body .home-image-section .et_pb_column:first-child p {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  padding-top: 34px;
}
body .home-image-section .et_pb_column:last-of-type {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}
body .home-image-section .et_pb_column:last-of-type h2 {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 74px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 34px;
}
body .home-image-section .et_pb_column:last-of-type p {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 21px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  padding-top: 46px;
  padding-bottom: 94px;
}
body .home-image-section .et_pb_column:last-of-type p b {
  font-weight: 700;
}
body .home-image-section-with-background .et_parallax_bg_wrap {
  transform: translateX(-22%);
  width: 120vw;
  max-width: 100vw;
}
@media (max-width: 1200px) {
  body .home-image-section {
    flex-direction: column;
    gap: 40px;
  }
  body .home-image-section .et_pb_column:first-child {
    margin-right: 0;
  }
  body .home-image-section .et_pb_column:nth-child(2) {
    display: none;
  }
  body .home-image-section .et_pb_column:last-of-type {
    width: auto;
    max-width: 100%;
    min-width: 0;
  }
  body .home-image-section .et_pb_column:last-of-type h2 {
    font-size: 48px;
    padding-top: 0;
  }
  body .home-image-section .et_pb_column:last-of-type p {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
body #verticals {
  position: relative;
  padding-block: 148px;
}
@media (max-width: 980px) {
  body #verticals {
    padding-block: 0px;
  }
}
body #verticals .verticals-bg {
  position: absolute;
  top: 148px;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: calc(100% - 148px - 148px);
  background-color: rgba(80, 85, 91, 0.8);
}
@media (max-width: 980px) {
  body #verticals .verticals-bg {
    top: 0;
    height: 100%;
  }
}
body #verticals .verticals-cols {
  padding-bottom: 148px;
}
@media (max-width: 980px) {
  body #verticals .verticals-cols {
    padding-block: 0px;
  }
}
body #verticals .verticals-cols .et_pb_column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
body #verticals .verticals-cols .et_pb_column h5 {
  color: #F0C300;
  text-align: right;
  font-family: Helvetica;
  font-size: 36px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  min-height: 82px;
}
@media (max-width: 1200px) {
  body #verticals .verticals-cols .et_pb_column h5 {
    min-height: 0;
  }
}
body #verticals .verticals-cols .et_pb_column p {
  color: #DCDDDE;
  text-align: right;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body #verticals .verticals-cols .et_pb_column .et_pb_module {
  margin: 0px;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
body #verticals .verticals-cols .et_pb_column .et_pb_module::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 148px);
  background-color: #DCDDDE;
  position: absolute;
  top: 0;
  right: -14px;
}
@media (max-width: 980px) {
  body #verticals .verticals-cols .et_pb_column .et_pb_module:last-of-type::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  body #verticals .verticals-cols .et_pb_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body #verticals .verticals-cols .et_pb_column {
    grid-template-columns: repeat(1, 1fr);
  }
  body #verticals .verticals-cols .et_pb_column h5 {
    text-align: left;
    font-size: 32px;
  }
  body #verticals .verticals-cols .et_pb_column h5 br {
    display: none;
  }
  body #verticals .verticals-cols .et_pb_column p {
    text-align: left;
    font-size: 17px;
  }
  body #verticals .verticals-cols .et_pb_column .et_pb_module {
    padding-bottom: 35px;
  }
  body #verticals .verticals-cols .et_pb_column .et_pb_module::after {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 768px) {
  body #verticals .home-menu-section-intro {
    padding-bottom: 0;
  }
}
body #us-intro {
  padding-top: 146px !important;
  padding-bottom: 121px !important;
}
body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
  margin-left: auto;
  float: none;
}
body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column h4 {
  color: #50555B;
  font-family: Helvetica;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 96px;
}
body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column h4 b {
  font-weight: 700;
}
@media (max-width: 1440px) {
  body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column h4 {
    font-size: 24px;
  }
}
body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column h6 {
  color: #50555B;
  font-family: Helvetica;
  font-size: 32px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1440px) {
  body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column h6 {
    font-size: 27px;
  }
}
body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column p {
  color: #50555B;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column p {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  body #us-intro .et_pb_row:not(.row-fullwidth) .et_pb_column p {
    font-size: 17px;
  }
}
body #us-intro .et_pb_row:first-of-type {
  margin-bottom: 96px;
}
body #us-intro .et_pb_row:last-of-type {
  margin-top: 54px;
}
body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type {
  margin-top: 78px;
}
body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  row-gap: 0px;
  padding-left: 0px;
  list-style: none;
}
body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul li {
  color: #50555B;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}
body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul li::after {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #50555B;
}
body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul li:last-of-type::after {
  display: none;
}
@media (max-width: 1440px) {
  body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul li {
    font-size: 19px;
  }
  body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul li::after {
    height: 27px;
  }
}
@media (max-width: 768px) {
  body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul li {
    font-size: 17px;
  }
  body #us-intro .et_pb_row:last-of-type .et_pb_module:last-of-type ul li::after {
    display: none;
  }
}
body #us-talent {
  height: 100vh;
  padding-top: 112px !important;
  padding-bottom: 256px !important;
  display: flex;
  flex-direction: column;
  gap: 74px;
}
body #us-talent .et_pb_row {
  padding: 0px;
}
body #us-talent .et_pb_row .et_pb_column {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
  margin-left: auto;
  float: none;
}
body #us-talent .et_pb_row .thin-top-border {
  padding-top: 37px;
}
body #us-talent .et_pb_row h2 {
  color: #94989B;
  font-family: Helvetica;
  font-size: 74px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  text-transform: capitalize;
}
body #us-talent .et_pb_row p {
  color: #94989B;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  body #us-talent .et_pb_row p {
    font-size: 21px;
  }
}
body #us-talent .et_pb_row h5 {
  color: #F0C300;
  font-family: Baskerville;
  font-size: 44px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}
body .universe {
  height: 728px;
  max-height: 100vh;
  margin-top: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
}
@media (max-width: 980px) {
  body .universe {
    margin-top: 0px;
  }
}
body .universe .et_pb_row {
  padding-block: 0px;
  margin-block: 0px;
}
body .universe .et_pb_row:last-of-type .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
body .universe .et_pb_row:last-of-type .et_pb_column .et_pb_module {
  margin: 0px;
}
@media (max-width: 768px) {
  body .universe .et_pb_row:last-of-type .et_pb_column {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .universe .et_pb_row:last-of-type.universe-links .et_pb_text_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #50555B;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.04px;
  text-transform: uppercase;
  transition: all 0.1s;
}
body .universe .et_pb_row:last-of-type.universe-links .et_pb_text_inner svg path {
  transition: all 0.1s;
}
body .universe .et_pb_row:last-of-type.universe-links .et_pb_text_inner:hover {
  background-color: #50555B;
  color: #F0C300;
}
body .universe .et_pb_row:last-of-type.universe-links .et_pb_text_inner:hover svg path {
  fill: #F0C300 !important;
}
body .universe .et_pb_column {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
  margin-left: auto;
  float: none;
}
body .universe .et_pb_column p {
  color: #FFFFFF;
  text-align: right;
  font-family: Helvetica;
  font-size: 37px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
}
body .universe .et_pb_column p b {
  font-weight: 700;
}
@media (max-width: 1440px) {
  body .universe .et_pb_column p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body .universe .et_pb_column p {
    font-size: 24px;
    text-align: left;
  }
}
body.blog {
  background-color: #50555B;
}
body.blog .et_pb_section:first-of-type {
  padding-top: 88px !important;
  min-height: calc(100vh - 82px);
}
@media (max-width: 768px) {
  body.blog .et_pb_section:first-of-type {
    min-height: calc(100vh - 70px);
  }
}
body.blog .et_pb_section {
  background-color: #50555B;
}
body.blog .blog-last {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
body.blog .blog-last article {
  padding-block: 27px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body.blog .blog-last article::before {
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: #B8BBBD;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
body.blog .blog-last article:last-of-type::after {
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: #B8BBBD;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}
body.blog .blog-last article > div .blog-archive__item-date_tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
  max-width: 400px;
}
body.blog .blog-last article > div .blog-archive__item-date_tag p, body.blog .blog-last article > div .blog-archive__item-date_tag p a {
  padding: 0px;
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body.blog .blog-last article > div .blog-archive__item-date_tag p strong, body.blog .blog-last article > div .blog-archive__item-date_tag p a strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  body.blog .blog-last article > div .blog-archive__item-date_tag p, body.blog .blog-last article > div .blog-archive__item-date_tag p a {
    font-size: 16px !important;
  }
}
body.blog .blog-last article > div .blog-archive__item-date_tag p a:hover, body.blog .blog-last article > div .blog-archive__item-date_tag p a a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.blog .blog-last article > div .author {
  color: #F0C300;
  font-family: Baskerville;
  font-size: 21px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 9px;
}
body.blog .blog-last article > div .author a {
  color: #F0C300;
  text-decoration: underline;
}
body.blog .blog-last article > div > a > h2 {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 32px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 154px;
}
@media (max-width: 1440px) {
  body.blog .blog-last article > div > a > h2 {
    font-size: 28px;
    padding-bottom: 112px;
  }
}
body.blog .blog-last article > div > a > p {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  body.blog .blog-last article > div > a > p {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  body.blog .blog-last article > div > a > p {
    font-size: 17px;
  }
}
body.blog .blog-last article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 173/93;
}
@media (max-width: 980px) {
  body.blog .blog-last article {
    display: flex;
    flex-direction: column;
  }
  body.blog .blog-last article h2 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  body.blog .blog-last article .blog-archive__item-date_tag p {
    font-size: 17px !important;
  }
}
body ul.blog-grid-text {
  list-style-type: disc;
  padding: 0 0 23px 1em;
}
body .blog-grid-text li {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  body .blog-grid-text li {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  body .blog-grid-text li {
    font-size: 19px;
  }
}
body .blog-archive {
  padding-bottom: 80px;
}
body .blog-archive > p {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 18px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
body .blog-archive .blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 26px;
       column-gap: 26px;
  row-gap: 54px;
}
body .blog-archive .blog-grid article {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
}
body .blog-archive .blog-grid article > div .blog-archive__item-date_tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 32px;
  max-width: 400px;
}
body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p, body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p a {
  padding: 0px;
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p strong, body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p a strong {
  font-weight: 700;
}
@media (max-width: 1440px) {
  body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p, body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p a {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p, body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p a {
    font-size: 16px !important;
  }
}
body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p a:hover, body .blog-archive .blog-grid article > div .blog-archive__item-date_tag p a a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
body .blog-archive .blog-grid article > div .author {
  color: #F0C300;
  font-family: Baskerville;
  font-size: 21px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 9px;
}
body .blog-archive .blog-grid article > div .author a {
  color: #F0C300;
  text-decoration: underline;
}
body .blog-archive .blog-grid article > div > a > h2 {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 32px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 1440px) {
  body .blog-archive .blog-grid article > div > a > h2 {
    font-size: 28px;
  }
}
body .blog-archive .blog-grid article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 52/37;
}
@media (max-width: 768px) {
  body .blog-archive .blog-grid article .blog-archive__item-date_tag p {
    font-size: 17px !important;
  }
}
@media (max-width: 980px) {
  body .blog-archive .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  body .blog-archive .blog-grid {
    grid-template-columns: 1fr;
  }
  body .blog-archive .blog-grid .blog-archive__item {
    padding-bottom: 26px;
  }
  body .blog-archive .blog-grid .blog-archive__item:not(body .blog-archive .blog-grid .blog-archive__item:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B8BBBD;
  }
}
body.single-post article {
  background-color: #50555B;
}
body.single-post article .et_pb_section {
  background-color: #50555B;
}
body.single-post article .et_pb_section:first-child {
  padding-top: 40px !important;
}
body.single-post article .et_pb_section:first-child .go_back {
  color: #F0C300;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.single-post article .et_pb_section:first-child .go_back svg {
  width: 16px;
  max-width: 16px;
}
body.single-post article .et_pb_section:first-child .blog-single-date_tag {
  display: flex;
  gap: 100px;
  padding-top: 160px;
  padding-bottom: 41px;
}
body.single-post article .et_pb_section:first-child .blog-single-date_tag p, body.single-post article .et_pb_section:first-child .blog-single-date_tag p a {
  padding: 0px;
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body.single-post article .et_pb_section:first-child .blog-single-date_tag p strong, body.single-post article .et_pb_section:first-child .blog-single-date_tag p a strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  body.single-post article .et_pb_section:first-child .blog-single-date_tag p, body.single-post article .et_pb_section:first-child .blog-single-date_tag p a {
    font-size: 16px;
  }
}
body.single-post article .et_pb_section:first-child .blog-single-date_tag p a:hover, body.single-post article .et_pb_section:first-child .blog-single-date_tag p a a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.single-post article .et_pb_section:first-child .author {
  color: #F0C300;
  font-family: Baskerville;
  font-size: 24px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 16px;
}
body.single-post article .et_pb_section:first-child .author a {
  color: #F0C300;
  text-decoration: underline;
}
@media (max-width: 768px) {
  body.single-post article .et_pb_section:first-child .author {
    font-size: 21px;
  }
}
body.single-post article .et_pb_section:first-child h1 {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 44px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  body.single-post article .et_pb_section:first-child h1 {
    font-size: 32px;
  }
}
body.single-post article .et_pb_section:first-child .row-fullwidth {
  padding-bottom: 0px !important;
}
body.single-post article .et_pb_section:first-child .row-fullwidth .thumbnail {
  display: block;
  width: 100%;
}
body.single-post article .et_pb_section:first-child .content {
  margin-top: 60px !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
  padding: 0px;
}
body.single-post article .et_pb_section:first-child .content::before {
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: #B8BBBD;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
body.single-post article .et_pb_section:first-child .content::after {
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: #B8BBBD;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}
body.single-post article .et_pb_section:first-child .content > div {
  padding-block: 100px;
  color: #94989B;
  font-family: Helvetica;
  max-width: 1024px;
  margin-inline: auto;
}
body.single-post article .et_pb_section:first-child .content > div p {
  font-size: 21px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.single-post article .et_pb_section:first-child .content > div p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  body.single-post article .et_pb_section:first-child .content {
    display: flex;
  }
  body.single-post article .et_pb_section:first-child .content > div:first-of-type {
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 140px;
  }
}
@media (max-width: 768px) {
  body.single-post article .et_pb_section:first-child .content {
    flex-direction: column;
    gap: 0px;
  }
  body.single-post article .et_pb_section:first-child .content > div:first-of-type {
    width: auto;
    padding-right: 0;
    position: relative;
  }
  body.single-post article .et_pb_section:first-child .content > div:first-of-type::after {
    content: "";
    display: block;
    width: 150vw;
    height: 1px;
    background-color: #B8BBBD;
    position: absolute;
    bottom: 0;
    top: unset;
    right: 0;
    transform: translateY(-100%);
  }
  body.single-post article .et_pb_section:first-child .content > div:last-of-type {
    padding-block: 40px;
  }
}
body.single-post article .et_pb_section:first-child .share {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-block: 49px;
}
body.single-post article .et_pb_section:first-child .share #copy-link {
  cursor: pointer;
}
body.single-post article .et_pb_section:first-child .share::after {
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: #B8BBBD;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}
@media (max-width: 980px) {
  body.single-post article .et_pb_section:first-child .share {
    flex-direction: column;
  }
}
body.single-post article .et_pb_section:first-child .share p {
  color: #F0C300;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
body.single-post article .et_pb_section:first-child .share ul {
  display: flex;
  gap: 50px;
}
body.single-post article .et_pb_section:first-child .share ul li, body.single-post article .et_pb_section:first-child .share ul li a {
  color: var(--20, #DCDDDE);
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.single-post article .et_pb_section:first-child .share ul {
    flex-direction: column;
    gap: 8px;
  }
}
body.single-post .related-posts {
  padding-top: 84px;
  background-color: #50555B;
}
body.single-post .related-posts article {
  background-color: transparent;
}
body.single-post .related-posts .blog-grid-text {
  margin-bottom: 18px;
}
body.author .et_pb_section:first-child, body.tag .et_pb_section:first-child {
  padding-top: 90px !important;
}
@media (max-width: 980px) {
  body.author .et_pb_section:first-child, body.tag .et_pb_section:first-child {
    padding-top: 20px !important;
  }
}
body.author #main-content, body.tag #main-content {
  background-color: #50555B;
}
body.author #main-content .thin-top-border, body.tag #main-content .thin-top-border {
  padding-top: 16px;
}
body.author #main-content .author-profile .et_pb_row:first-of-type, body.tag #main-content .author-profile .et_pb_row:first-of-type {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 140px;
       column-gap: 140px;
  row-gap: 58px;
  padding-bottom: 180px;
}
@media (max-width: 980px) {
  body.author #main-content .author-profile .et_pb_row:first-of-type, body.tag #main-content .author-profile .et_pb_row:first-of-type {
    flex-direction: column;
  }
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column:first-child, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column:first-child {
  min-width: 28%;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column:first-child img, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column:first-child img {
  width: 100%;
  display: block;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details h1, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details h1 {
  color: #F0C300;
  font-family: Helvetica;
  font-size: 67px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 32px;
}
@media (max-width: 980px) {
  body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details h1, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details h1 {
    font-size: 54px;
  }
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-work, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-work {
  display: flex;
  align-items: stretch;
  gap: 22px;
  padding-bottom: 20px;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-work p, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-work p {
  color: #B8BBBD;
  font-family: Baskerville;
  font-size: 21px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 400;
  padding: 0px;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-work p.company, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-work p.company {
  text-transform: uppercase;
  position: relative;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-work p.company::before, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-work p.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 1px;
  height: 100%;
  background-color: #B8BBBD;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-bio, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-bio {
  color: #FFF;
  font-family: Helvetica;
  font-size: 19px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 54px;
}
@media (max-width: 980px) {
  body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-bio, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-bio {
    font-size: 17px;
  }
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-material, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-material {
  margin-bottom: 54px;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-material h4, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-material h4 {
  color: #FFF;
  font-family: Helvetica;
  font-size: 27px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-material ul, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-material ul {
  list-style: disc;
  padding-left: 24px;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-material ul li, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-material ul li {
  color: #FFF;
  font-family: Baskerville;
  font-size: 21px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 400;
}
body.author #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-social ul li a, body.tag #main-content .author-profile .et_pb_row:first-of-type .et_pb_column .author-details .author-social ul li a {
  color: #94989B;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
body.author #main-content .author-profile .et_pb_row.share, body.tag #main-content .author-profile .et_pb_row.share {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-block: 49px;
}
body.author #main-content .author-profile .et_pb_row.share #copy-link, body.tag #main-content .author-profile .et_pb_row.share #copy-link {
  cursor: pointer;
}
body.author #main-content .author-profile .et_pb_row.share::before, body.tag #main-content .author-profile .et_pb_row.share::before {
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: #B8BBBD;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
body.author #main-content .author-profile .et_pb_row.share::after, body.tag #main-content .author-profile .et_pb_row.share::after {
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: #B8BBBD;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}
@media (max-width: 980px) {
  body.author #main-content .author-profile .et_pb_row.share, body.tag #main-content .author-profile .et_pb_row.share {
    flex-direction: column;
  }
}
body.author #main-content .author-profile .et_pb_row.share p, body.tag #main-content .author-profile .et_pb_row.share p {
  color: #F0C300;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
body.author #main-content .author-profile .et_pb_row.share ul, body.tag #main-content .author-profile .et_pb_row.share ul {
  display: flex;
  gap: 50px;
}
body.author #main-content .author-profile .et_pb_row.share ul li, body.author #main-content .author-profile .et_pb_row.share ul li a, body.tag #main-content .author-profile .et_pb_row.share ul li, body.tag #main-content .author-profile .et_pb_row.share ul li a {
  color: var(--20, #DCDDDE);
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.author #main-content .author-profile .et_pb_row.share ul, body.tag #main-content .author-profile .et_pb_row.share ul {
    flex-direction: column;
    gap: 8px;
  }
}
body.author .et_pb_section_author_posts, body.tag .et_pb_section_author_posts {
  padding-top: 45px;
}
body.author .et_pb_section_author_posts ul, body.tag .et_pb_section_author_posts ul {
  list-style: disc;
  padding-left: 16px;
}
body.author .et_pb_section_author_posts ul li, body.tag .et_pb_section_author_posts ul li {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
body .blog-pagination {
  padding-block: 24px;
  background-color: #50555B;
}
body .blog-pagination ul.pagination {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
  list-style: none;
}
body .blog-pagination ul.pagination li svg {
  display: block;
}
body .blog-pagination ul.pagination li a, body .blog-pagination ul.pagination li span {
  background-color: #50555B;
  color: #B8BBBD;
  padding: 4px;
  display: block;
  font-size: 16px;
  line-height: 1;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
}
body .blog-pagination ul.pagination li a.prev, body .blog-pagination ul.pagination li a.next, body .blog-pagination ul.pagination li span.prev, body .blog-pagination ul.pagination li span.next {
  width: 28px;
  margin-top: 3px;
}
body .blog-pagination ul.pagination li span {
  color: #94989B;
  cursor: default;
}
body.podcasts .et_pb_section {
  background-color: #50555B;
}
body.podcasts .et_pb_section:first-of-type {
  padding-top: 88px !important;
  min-height: calc(100vh - 82px);
}
@media (max-width: 768px) {
  body.podcasts .et_pb_section:first-of-type {
    min-height: calc(100vh - 70px);
  }
}
body.podcasts .podcast-archive {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
body.podcasts .podcast-archive article {
  background-color: #94989B;
}
body.podcasts .podcast-archive article:first-of-type {
  background-color: #F0C300;
}
body.podcasts .podcast-archive article .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 140px;
  max-width: 1300px;
  margin-inline: auto;
  padding-block: 38px !important;
  width: 100%;
}
@media (max-width: 1440px) {
  body.podcasts .podcast-archive article .container {
    max-width: 1140px;
  }
}
@media (max-width: 1240px) {
  body.podcasts .podcast-archive article .container {
    max-width: 90%;
    gap: 54px;
  }
}
@media (max-width: 980px) {
  body.podcasts .podcast-archive article .container {
    flex-direction: column-reverse;
  }
}
body.podcasts .podcast-archive article .podcast-archive_thumb_container {
  position: relative;
  min-width: 29%;
}
@media (max-width: 980px) {
  body.podcasts .podcast-archive article .podcast-archive_thumb_container {
    display: none;
  }
}
body.podcasts .podcast-archive article .podcast-archive__thumb {
  border-radius: 6%;
  display: block;
}
body.podcasts .podcast-archive article .podcast-archive__index {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #50555B;
  text-align: center;
  font-family: Helvetica;
  font-size: 114px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  border: 3px solid #50555B;
  border-radius: 100%;
  display: flex;
  width: 50%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
}
body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__date_ep {
  color: #50555B;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
}
body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__date_ep strong {
  font-weight: 700;
}
@media (max-width: 1440px) {
  body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__date_ep {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__title {
  color: #50555B;
  font-family: Helvetica;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 35px;
}
@media (max-width: 1440px) {
  body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__title {
    font-size: 29px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__title {
    font-size: 26px;
    padding-bottom: 24px;
  }
}
body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__desc {
  color: #50555B;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 62px;
}
@media (max-width: 1440px) {
  body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__desc {
    font-size: 19px;
    padding-bottom: 58px;
  }
}
@media (max-width: 768px) {
  body.podcasts .podcast-archive article .podcast-archive__meta .podcast-archive__desc {
    font-size: 17px;
    padding-bottom: 48px;
  }
}
body.podcasts .podcast-archive article .podcast-archive__author {
  display: flex;
  align-items: center;
  gap: 11px;
}
body.podcasts .podcast-archive article .podcast-archive__author img {
  width: 82px;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  body.podcasts .podcast-archive article .podcast-archive__author img {
    width: 64px;
  }
}
body.podcasts .podcast-archive article .podcast-archive__author .podcast-archive__author a {
  color: #50555B;
}
body.podcasts .podcast-archive article .podcast-archive__author .play {
  margin-left: auto;
}
body.podcasts .podcast-archive article .podcast-archive__author .play svg {
  display: block;
}
body.podcasts #podcast-gap {
  height: 360px;
  background-color: #50555B;
}
@media (max-width: 980px) {
  body.podcasts #podcast-gap {
    height: 145px;
  }
}
body.meetings .et_pb_section:first-of-type {
  padding-top: 88px !important;
  min-height: calc(100vh - 82px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}
@media (max-width: 768px) {
  body.meetings .et_pb_section:first-of-type {
    min-height: calc(100vh - 70px);
  }
}
body.meetings .meetings-archive {
  display: flex;
  flex-direction: column;
}
body.meetings .meetings-archive article {
  height: 100vh;
  position: relative;
}
body.meetings .meetings-archive article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.meetings .meetings-archive article .home-menu-section-intro {
  height: 100%;
  padding-top: 240px;
  padding-bottom: 0px;
}
body.meetings .meetings-archive article .home-menu-section-intro h2 {
  color: #B8BBBD;
  font-family: Helvetica;
  font-size: 74px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 56px;
}
body.meetings .meetings-archive article .home-menu-section-intro h3 {
  padding-top: 42px;
  color: #F0C300;
  font-family: Baskerville;
  font-size: 126px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}
body.meetings .meetings-archive article .home-menu-section-intro .date {
  height: 100%;
  display: flex;
  align-items: end;
}
body.meetings .meetings-archive article .home-menu-section-intro .date .et_pb_text {
  border: 1px solid #B8BBBD;
  border-bottom: 0px;
  padding: 27px 15px 140px 15px;
  width: 100%;
}
body.meetings .meetings-archive article .home-menu-section-intro .date .et_pb_text p {
  color: #94989B;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body.meetings .meetings-archive article .home-menu-section-intro .date .et_pb_text p strong {
  font-weight: 700;
}
@media (max-width: 1440px) {
  body.meetings .meetings-archive article .home-menu-section-intro .date .et_pb_text {
    padding-bottom: 124px;
  }
  body.meetings .meetings-archive article .home-menu-section-intro .date .et_pb_text p {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  body.meetings .meetings-archive article .home-menu-section-intro h2 {
    font-size: 57px;
    padding-bottom: 32px;
  }
  body.meetings .meetings-archive article .home-menu-section-intro h3 {
    font-size: 72px;
    padding-top: 28px;
  }
}
@media (max-width: 1200px) {
  body.meetings .meetings-archive article .home-menu-section-intro {
    padding-top: 320px;
  }
  body.meetings .meetings-archive article .home-menu-section-intro .date {
    display: none;
  }
  body.meetings .meetings-archive article .home-menu-section-intro .et_pb_column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  body.meetings .meetings-archive article .home-menu-section-intro h2 {
    font-size: 40px;
    padding-bottom: 32px;
  }
  body.meetings .meetings-archive article .home-menu-section-intro h3 {
    font-size: 57px;
    padding-top: 21px;
  }
}
body.meetings #meetings-gap {
  height: 180px;
  background-color: #50555B;
}
body.contact .tg-footer__newsletter {
  display: none;
}
body.contact .et_pb_section {
  min-height: 100vh;
  display: flex;
  padding-top: 82px !important;
}
@media (max-width: 768px) {
  body.contact .et_pb_section {
    padding-top: 70px !important;
  }
}
@media (max-width: 1200px) {
  body.contact .et_pb_section {
    height: auto;
  }
}
body.contact .et_pb_section .et_pb_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 201px;
}
body.contact .et_pb_section .et_pb_row::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #94989B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}
body.contact .et_pb_section .et_pb_row .et_pb_column {
  margin: 0px;
}
body.contact .et_pb_section .et_pb_row .et_pb_column:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 49px;
}
body.contact .et_pb_section .et_pb_row .et_pb_column:first-of-type .et_pb_text {
  margin: 0px;
}
body.contact .et_pb_section .et_pb_row .et_pb_column:first-of-type p {
  font-family: Helvetica;
  font-size: 37px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 300;
}
body.contact .et_pb_section .et_pb_row .et_pb_column:first-of-type p a {
  color: #50555B;
}
@media (max-width: 1440px) {
  body.contact .et_pb_section .et_pb_row .et_pb_column:first-of-type p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body.contact .et_pb_section .et_pb_row .et_pb_column:first-of-type p {
    font-size: 24px;
  }
}
body.contact .et_pb_section .et_pb_row .et_pb_column .et_pb_text:last-of-type a {
  font-weight: 400;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form label {
  color: #50555B;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form input, body.contact .et_pb_section .et_pb_row .et_pb_column form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #50555B;
  resize: none;
  border-radius: 0px;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-field-checkbox {
  padding-block: 0px !important;
  padding-top: 8px !important;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form li {
  position: relative;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form li input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form li label {
  color: #50555B;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  position: relative;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form li label a {
  color: #50555B;
  text-decoration: underline;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form li label::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 1px solid #50555B;
  box-sizing: border-box;
  min-width: 17px;
  min-height: 17px;
  flex: 0 0 17px;
  overflow: hidden;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form li label::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 13px;
  border-right: 2px solid #F0C300;
  border-bottom: 2px solid #F0C300;
  top: 50%;
  left: 8.5px;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form li input:checked + label::after {
  opacity: 1;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form label.wpforms-error {
  font-size: 13px !important;
  margin-top: 5px !important;
  color: #b11919 !important;
  font-family: Helvetica !important;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  margin-left: auto;
  color: #50555B;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.04px;
  text-transform: uppercase;
  padding-inline: 0px !important;
  padding-block: 0px !important;
  border: 0px !important;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit span {
  color: #50555B;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.04px;
  text-transform: uppercase;
  padding-inline: 40px;
  padding-top: 17px;
  padding-bottom: 13px;
  position: relative;
  background-color: #F0C300;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit span::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #50555B;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit span::after {
    display: none;
  }
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit svg {
  background-color: #F0C300;
  padding-inline: 40px;
  padding-top: 17px;
  padding-bottom: 13px;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit svg path {
  fill: #50555B;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit:hover {
  background-color: #50555B;
  color: #F0C300;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit:hover span {
  color: #F0C300;
  background-color: #50555B;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit:hover span::after {
  background-color: #F0C300;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit:hover svg {
  background-color: #50555B;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit:hover svg path {
  fill: #F0C300;
}
body.contact .et_pb_section .et_pb_row .et_pb_column form .wpforms-submit-container > button.wpforms-submit:not(.wpforms-submit--custom) {
  display: none;
}
@media (max-width: 1200px) {
  body.contact .et_pb_section .et_pb_row {
    gap: 78px;
  }
  body.contact .et_pb_section .et_pb_row .et_pb_column:first-of-type {
    width: -moz-fit-content;
    width: fit-content;
  }
  body.contact .et_pb_section .et_pb_row .et_pb_column:last-of-type {
    flex: 1;
  }
  body.contact .et_pb_section .et_pb_row::after {
    display: none;
  }
}
@media (max-width: 980px) {
  body.contact .et_pb_section .et_pb_row {
    flex-direction: column;
    gap: 60px;
  }
}
body .tg-footer {
  /* Responsive: Main footer */
}
body .tg-footer__newsletter {
  background-color: var(--20, #DCDDDE);
  padding: 40px 0;
  padding-bottom: 8px;
}
body .tg-footer__newsletter .container {
  max-width: 1300px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1300px;
  margin-inline: auto;
}
@media (max-width: 1440px) {
  body .tg-footer__newsletter .container {
    max-width: 1140px;
  }
}
@media (max-width: 1240px) {
  body .tg-footer__newsletter .container {
    max-width: 90%;
  }
}
@media (max-width: 1200px) {
  body .tg-footer__newsletter .container {
    flex-direction: column;
  }
}
body .tg-footer__newsletter .container > p {
  color: #50555B;
  font-family: Helvetica;
  font-size: 24px;
  line-height: 1.08;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  body .tg-footer__newsletter .container > p {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  body .tg-footer__newsletter .container > p {
    font-size: 17px;
  }
}
body .tg-footer__newsletter .container form {
  position: relative;
  display: flex;
  flex-direction: column;
}
body .tg-footer__newsletter .container form .wpforms-field-container .wpforms-field:first-of-type label {
  color: #50555B;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
body .tg-footer__newsletter .container form .wpforms-field-container .wpforms-field:first-of-type input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #50555B;
  border-radius: 0px;
}
body .tg-footer__newsletter .container form .wpforms-field-container .wpforms-field-checkbox {
  padding-block: 0px !important;
  padding-top: 8px !important;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
body .tg-footer__newsletter .container form .wpforms-field-container li {
  position: relative;
}
body .tg-footer__newsletter .container form .wpforms-field-container li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .tg-footer__newsletter .container form .wpforms-field-container li label {
  color: #50555B;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  position: relative;
}
body .tg-footer__newsletter .container form .wpforms-field-container li label a {
  color: #50555B;
  text-decoration: underline;
}
body .tg-footer__newsletter .container form .wpforms-field-container li label::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 1px solid #50555B;
  box-sizing: border-box;
  min-width: 17px;
  min-height: 17px;
  flex: 0 0 17px;
  overflow: hidden;
}
body .tg-footer__newsletter .container form .wpforms-field-container li label::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 13px;
  border-right: 2px solid #F0C300;
  border-bottom: 2px solid #F0C300;
  top: 50%;
  left: 8.5px;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
body .tg-footer__newsletter .container form .wpforms-field-container li input:checked + label::after {
  opacity: 1;
}
body .tg-footer__newsletter .container form label.wpforms-error {
  font-size: 13px !important;
  margin-top: 5px !important;
  color: #b11919 !important;
  font-family: Helvetica !important;
}
body .tg-footer__newsletter .wpforms-container, body .tg-footer__newsletter .wpforms-form {
  width: 100%;
}
body .tg-footer__newsletter .wpforms-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
@media (max-width: 768px) {
  body .tg-footer__newsletter .wpforms-form {
    grid-template-columns: 1fr;
  }
}
body .tg-footer__newsletter .wpforms-field {
  margin: 0;
}
body .tg-footer__newsletter .wpforms-submit {
  margin: 0;
  margin-left: auto !important;
  display: flex !important;
  align-items: stretch;
  color: #50555B;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.04px;
  text-transform: uppercase;
  padding-inline: 0px !important;
  padding-block: 0px !important;
  padding-top: 0px !important;
  border: 0px !important;
}
body .tg-footer__newsletter .wpforms-submit span {
  color: #50555B;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.04px;
  text-transform: uppercase;
  padding-inline: 40px;
  padding-top: 17px;
  padding-bottom: 13px;
  position: relative;
  background-color: #F0C300;
}
body .tg-footer__newsletter .wpforms-submit span::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #50555B;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body .tg-footer__newsletter .wpforms-submit span::after {
    display: none;
  }
}
body .tg-footer__newsletter .wpforms-submit svg {
  background-color: #F0C300;
  padding-inline: 40px;
  padding-top: 17px;
  padding-bottom: 13px;
}
body .tg-footer__newsletter .wpforms-submit svg path {
  fill: #50555B;
}
body .tg-footer__newsletter .wpforms-submit:hover {
  background-color: #50555B;
  color: #F0C300;
}
body .tg-footer__newsletter .wpforms-submit:hover span {
  color: #F0C300;
  background-color: #50555B;
}
body .tg-footer__newsletter .wpforms-submit:hover span::after {
  background-color: #F0C300;
}
body .tg-footer__newsletter .wpforms-submit:hover svg {
  background-color: #50555B;
}
body .tg-footer__newsletter .wpforms-submit:hover svg path {
  fill: #F0C300;
}
body .tg-footer__newsletter .wpforms-submit-container > button.wpforms-submit:not(.wpforms-submit--custom) {
  display: none !important;
}
body .tg-footer__main {
  background-color: #F0C300;
  overflow: hidden;
}
@media (max-width: 768px) {
  body .tg-footer__main {
    padding-bottom: 36px;
  }
}
body .tg-footer__main .container {
  max-width: 1300px;
  width: 90%;
  margin-inline: auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1300px;
  margin-inline: auto;
}
@media (max-width: 1440px) {
  body .tg-footer__main .container {
    max-width: 1140px;
  }
}
@media (max-width: 1240px) {
  body .tg-footer__main .container {
    max-width: 90%;
  }
}
body .tg-footer__main .container::after {
  display: none;
}
body .tg-footer__main a {
  color: #50555B;
  text-decoration: none;
}
body .tg-footer__main a:hover {
  text-decoration: underline;
}
body .tg-footer__left {
  display: flex;
  align-items: center;
  gap: 24px;
}
body .tg-footer__logo img {
  max-height: 36px;
  width: auto;
}
body .tg-footer__main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body .tg-footer__main-menu li {
  padding: 0;
  margin: 0px;
}
body .tg-footer__main-menu a {
  display: block;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}
body .tg-footer__main-menu .wpml-ls-item {
  display: none;
}
body .tg-footer__legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
body .tg-footer__legal-menu li {
  padding: 0;
  max-width: 113px;
}
body .tg-footer__legal-menu a {
  display: block;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}
body .tg-footer__right {
  display: flex;
  align-items: baseline;
  gap: 24px;
}
body .tg-footer__legal-menu a {
  font-size: 14px;
}
body .tg-footer__legal-menu li {
  position: relative;
}
body .tg-footer__legal-menu li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 110px;
  background: #50555B;
}
body .tg-footer__credits {
  color: #50555B;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1100px) {
  body .tg-footer__main .container {
    align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 1100px) {
  body .tg-footer__main .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  body .tg-footer__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  body .tg-footer__main-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  body .tg-footer__right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body .tg-footer__legal-menu {
    flex-direction: column;
    gap: 10px;
  }
  body .tg-footer__legal-menu li {
    max-width: 100%;
  }
  body .tg-footer__legal-menu li::before {
    display: none;
  }
  body .tg-footer__credits {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  body .tg-footer__main-menu {
    flex-direction: column;
    margin-block: 32px;
    gap: 9px;
  }
  body .tg-footer__main-menu a {
    color: #50555B;
    font-family: Helvetica;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
  }
  body .tg-footer__right {
    gap: 8px;
  }
}
body.error404 .container {
  width: 100% !important;
  padding-inline: 0px;
  max-width: 1300px;
  margin-inline: auto;
}
body.error404 .container::before, body.error404 .container::after {
  display: none !important;
}
@media (max-width: 1440px) {
  body.error404 .container {
    max-width: 1140px;
  }
}
@media (max-width: 1240px) {
  body.error404 .container {
    max-width: 90%;
  }
}
body.error404 .container #content-area {
  padding-block: 56px;
}
body.error404 .container #content-area #left-area {
  padding-right: 0px;
  display: block;
  float: none;
}
body.error404 .container #content-area #left-area article {
  margin-bottom: 0px !important;
}
body.error404 .container #content-area::before, body.error404 .container #content-area::after {
  display: none !important;
}

/* COOKIES */
/* cookies bar */
#cookie-law-info-bar {
  z-index: 99999 !important;
}
#cookie-law-info-bar .cli-bar-message p {
  padding: 0px !important;
  font-size: 15px !important;
}
#cookie-law-info-bar .cli-bar-btn_container {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    width: 100%;
  }
}

/* cookie popup */
#cliSettingsPopup {
  color: #50555B;
}
#cliSettingsPopup a, #cliSettingsPopup .cli-privacy-content-text, #cliSettingsPopup #wt-cli-tab-link-necesarias, #cliSettingsPopup .wt-cli-cookie-description, #cliSettingsPopup .cli-nav-link::before, #cliSettingsPopup .cli-slider::after {
  color: #50555B;
  border-color: #50555B;
}
#cliSettingsPopup h4 {
  font-weight: 700;
}
#cliSettingsPopup .cli-tab-header {
  background-color: #B8BBBD;
}
#cliSettingsPopup #wt-cli-privacy-save-btn {
  background-color: #50555B;
  color: #FFFFFF;
}

#cookie-law-info-bar {
  width: 900px !important;
  max-width: 900px !important;
  padding: 24px !important;
}
#cookie-law-info-bar .cli-bar-btn_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px !important;
  gap: 8px;
}
@media (max-width: 768px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    display: flex;
    flex-direction: column-reverse;
  }
}
#cookie-law-info-bar .cli-bar-btn_container a {
  background-color: #50555B !important;
  color: #FFFFFF !important;
  font-weight: 700;
  margin: 0px !important;
  padding: 16px !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
}
@media (max-width: 1440px) {
  #cookie-law-info-bar {
    width: 90% !important;
  }
}
#cookie-law-info-bar .cli-bar-message {
  color: #50555B;
  font-size: 16px;
}
#cookie-law-info-bar .cli-bar-message a {
  color: #F0C300 !important;
  text-decoration: underline !important;
}
#cookie-law-info-bar .cli-bar-message p {
  color: #94989B !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}
#cookie-law-info-bar .cli-bar-message p.title {
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 8px !important;
  color: #50555B !important;
}
@media (max-width: 768px) {
  #cookie-law-info-bar .cli-bar-message p.title {
    font-size: 18px !important;
  }
}

#wt-cli-privacy-title {
  color: #50555B;
  font-weight: 700;
  font-size: 24px !important;
}
@media (max-width: 768px) {
  #wt-cli-privacy-title {
    font-size: 18px !important;
  }
}

.cli-privacy-content-text {
  color: #94989B !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

#wt-cli-privacy-save-btn {
  background-color: #50555B !important;
  color: #FFFFFF !important;
  font-weight: 700;
  margin: 0px !important;
  padding: 16px !important;
  text-align: center !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  #wt-cli-privacy-save-btn {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */