@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: inherit;
  }
  .btn-small {
    font-size: 0.75rem;
    height: 32px;
  }
  .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
  .col-0 {
    display: none;
    width: 0;
  }
  .box-search,
  .lang {
    display: none;
  }
  header {
    position: relative;
    padding: 32px 0 0 0;
  }
  header .row-flex .box-left {
    display: flex;
  }
  header .row-flex .box-top {
    padding-left: 24px;
    right: 0;
    top: -32px;
    height: 32px;
    border-radius: 0px 0px 0px 20px;
    background: #f3f3f3;
    border-bottom: 0;
  }
  header .row-flex .box-top .box-top-contact {
    gap: 16px;
    margin-right: 16px;
  }
  header .row-flex .box-top .box-top-contact li a {
    font-size: 0.75rem;
  }
  header .row-flex .box-left {
    padding: 37px 0;
  }
  .container,
  .is-style-container {
    max-width: 100%;
    padding-left: 34px;
    padding-right: 34px;
  }
  .grid-container {
    max-width: 380px;
    grid-template-columns: 34px 146px 20px 146px 34px;
    column-gap: 0;
  }
  .breadcrumbs-wrapper {
    margin-top: auto;
  }
  .main-nav {
    display: none;
  }
  .mobile-header-bar {
    display: block;
    position: relative;
    z-index: 100;
    border-top: 1px solid #dedede;
  }
  .mobile-header-bar .container {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-header-bar .lang,
  .mobile-header-bar .box-search {
    display: block;
    position: absolute;
  }
  .mobile-header-bar .lang {
    left: 20px;
  }
  .mobile-header-bar .box-search {
    right: 30px;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-header-bar .mobile-btn {
    color: var(--Text-Colours-body-body, #5d5d5d);
    font-family: "ff-din-paneuropean", sans-serif;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .mobile-menu .menu li {
    position: relative;
  }
  .mobile-menu .menu li a {
    text-transform: lowercase;
    line-height: 52px;
    display: flex;
    gap: 64px;
    align-items: center;
    font-family: "ff-din-paneuropean", sans-serif;
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    border-top: 1px solid var(--Borders-colours-light, #e1e1e1);
    padding: 0 60px;
  }
  .mobile-menu .menu li ul {
    display: none;
    transition: all 0.5s ease-in-out;
  }
  .mobile-menu .menu li.menu-item-has-children .submenu-toggle {
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/mobile-menu-icon-arrow.svg);
    position: absolute;
    top: 8px;
    right: 25px;
    transition: all 0.5s ease-in-out;
  }
  .mobile-menu .menu li.menu-item-has-children.active .submenu-toggle {
    background-image: url(../../assets/img/mobile-menu-icon-arrow-down.svg);
  }
  .mobile-menu .menu li.menu-item-has-children.active .sub-menu {
    display: block;
    background: var(--Colours-Brand-gray-neutral-almost-white, #f2f2f2);
  }
  .mobile-menu .menu li.menu-item-has-children.active .sub-menu li a {
    padding-left: 80px;
  }
  .mobile-menu .menu li.menu-item-has-children.active > a {
    color: var(--color1);
  }
  .close-btn {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-header-bar.active {
    background-color: var(--color1);
  }
  .mobile-header-bar.active .mobile-btn {
    color: #fff;
  }
  .mobile-header-bar.active .container {
    justify-content: space-between;
    padding-left: 56px;
  }
  .mobile-header-bar.active .lang,
  .mobile-header-bar.active .box-search {
    display: none;
  }
  .additional-content-mobile {
    padding-left: 60px;
    padding-right: 40px;
    padding-bottom: 48px;
  }
  .additional-content-mobile .btns-nav-mobile {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .additional-content-mobile .box-menu-mobile-contact {
    display: flex;
    flex-flow: column;
    row-gap: 12px;
  }
  .additional-content-mobile .box-menu-mobile-contact li a {
    color: var(--Colours-Brand-Pures-ID-unilogo-pure, #00b2a9);
    font-family: "Open Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .additional-content-mobile .mobile-menu-socials {
    padding-top: 24px;
  }
  .additional-content-mobile .mobile-menu-socials ul {
    display: flex;
    column-gap: 24px;
  }
  .is-style-heading-14 {
    font-size: 0.75rem;
  }
  .is-style-paragraph-22 {
    font-size: 1rem;
  }
  .is-style-heading-46,
  .is-style-heading-56-middle {
    font-size: 2rem;
  }
  .page-lead {
    text-align: center;
  }
  footer .row-set-1 .wp-block-jetpack-layout-grid-column:nth-of-type(1) {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  footer .row-set-1 .wp-block-jetpack-layout-grid-column:nth-of-type(1) br {
    display: none;
  }

  .wp-block-jetpack-layout-grid.mobile-layout-grid {
    grid-gap: 0;
  }
  .mobile-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-scroll-wrapper .wp-block-list {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-scroll-wrapper .wp-block-list li {
    flex: 0 0 auto;
  }
  .mobile-scroll-wrapper .wp-block-list li a {
    font-size: 0.75rem;
    margin-right: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
