:root {
  --black: black;
  --white: white;
  --orange: #f26522;
  --green: #339c76;
  --light-blue: #58d5e5;
  --grey: #949493;
}

body {
  color: var(--black);
  background-color: #f7f7f5;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

h1 {
  color: var(--theme-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--theme-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--theme-color);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.header {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.header-left-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header-right-wrapper {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.section {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.section.section-home-banner {
  z-index: 1;
}

.section.section-home-leadin {
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.section-home-news {
  z-index: 1;
}

.section.section-home-links {
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.section-home-donation {
  z-index: 0;
}

.section.content-breadcrumb {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 0;
}

.section.section-content-title {
  z-index: 0;
  margin-top: 10px;
}

.section.section-content-banner, .section.section-content-2-col-image, .section.section-content-freetext, .section.section-news-highlight, .section.section-news-listing, .section.section-news-highlight {
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 40px;
}

.section.first-section {
  margin-top: var(--header-height, 100px);
}

.footer {
  z-index: 1;
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.logo-pair-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 58px;
  display: flex;
}

.logo-pair-wrapper.footer-scope {
  justify-content: flex-start;
  align-items: center;
}

.logo-divider {
  background-color: #dcdcda;
  width: 1px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.logo-eduhk {
  width: auto;
  height: 100%;
  margin-right: 6%;
}

.logo-site {
  width: auto;
  height: 100%;
}

.header-menu-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.body {
  color: var(--black);
  background-color: #f7f7f5;
}

.styled-button {
  background-color: var(--orange);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: inline-flex;
  color: #fff !important;
}

.styled-button.green {
  background-color: var(--green);
}

.styled-button.light-blue {
  background-color: var(--light-blue);
}

.styled-button.header-cta.side-menu-scope {
  display: none;
}

.header-button {
  z-index: 101;
  margin-left: 20px;
  position: relative;
}

.swiper-container {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide.home-slider-scope, .swiper-slide.content-slider-scope {
  aspect-ratio: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.image-background {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-slider-text-wrapper {
  z-index: 1;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 60px;
}

.home-slider-text-large {
  text-align: center;
  letter-spacing: .1em;
  font-size: 3rem;
}

.home-slider-text {
  text-align: center;
  font-size: 1.2rem;
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.content-wrapper.narrow {
  max-width: 1100px;
}

.section-title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.colored-text {
  color: var(--orange);
  font-size: 2.4rem;
  font-weight: 300;
}

.button-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.body-2 {
  background-color: #f7f7f5;
}

.leadin-floating-image {
  z-index: -1;
  width: 45%;
  height: auto;
  position: absolute;
  top: 26%;
  right: -5%;
  transform: translate(0, -50%);
}

.button-icon-right {
  width: 17px;
  margin-left: 15px;
}

.home-news-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.news-card {
  width: 100%;
  max-width: calc(33.3333% - 6.66667px);
  margin-bottom: 20px;
}

.news-card.highlight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.news-card-image {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.news-card-title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.news-card-date {
  color: var(--grey);
  font-size: .9rem;
}

.home-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.link-card {
  background-color: var(--white);
  border-radius: 30px;
  width: 100%;
  max-width: 25%;
  padding: 30px;
}

.link-card-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 30px;
}

.link-card-subtitle {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.link-card-title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.link-card-description {
  color: var(--black);
  margin-top: 5px;
  font-size: .9rem;
}

.link-card-arrow {
  width: 75px;
  height: auto;
  margin-top: 30px;
}

.home-donation-text-wrapper.align-center {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px 130px;
  display: flex;
  position: relative;
}

.home-donation-text {
  font-size: .9rem;
}

.home-donation-float-wrapper {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-donation-float-image {
  z-index: -1;
  width: auto;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
}

.home-donation-float-image.img-1 {
  width: 7%;
  top: 30%;
  left: 10%;
}

.home-donation-float-image.img-2 {
  width: 3%;
  top: 2%;
  right: 6%;
}

.home-donation-float-image.img-3 {
  width: 12%;
  top: 93%;
  left: 18%;
}

.home-donation-float-image.img-4 {
  width: 4%;
  top: 40%;
  left: 88%;
}

.home-donation-float-image.img-5 {
  width: 8%;
  top: 0%;
  left: 79%;
}

.home-donation-float-image.img-6 {
  z-index: -2;
  width: 84%;
  top: 40%;
  left: 23%;
}

.home-donation-float-image.img-7 {
  width: max(6%, 90px);
  top: 20%;
  left: 25%;
}

.home-donation-float-image.img-8 {
  width: max(6%, 90px);
  top: 79%;
  left: 76%;
}

.header-menu-main-item {
  font-size: 1rem;
}

.content-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.social-group {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.social-button {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.social-button.green {
  background-color: var(--green);
}

.social-button.light-blue {
  background-color: var(--light-blue);
}

.social-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.copyright {
  margin-top: 30px;
  font-size: .8rem;
}

.footer-nav {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-main-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.footer-link-nav {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .8rem;
  list-style: none;
  display: flex;
}

.footer-nav-divider {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-main-nav-item, .footer-link-nav-item {
  font-size: 1rem;
}

.footer-link-nav-link {
  color: var(--orange);
}

.footer-disclaimer-nav {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .8rem;
  list-style: none;
  display: flex;
}

.footer-disclaimer-nav-item {
  font-size: 1rem;
}

.footer-disclaimer-nav-link {
  font-size: .85rem;
}

.bread-crumb {
  text-align: center;
  font-size: .9rem;
}

.content-title {
  text-align: center;
  color: var(--theme-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.content-paragraph {
  text-align: justify;
  color: var(--theme-color);
  font-size: 1.5rem;
  font-weight: 300;
}

.content-banner-wrapper {
  border-radius: 30px;
  overflow: hidden;
}

.content-floating-image {
  z-index: -1;
  width: 50%;
  height: auto;
  position: fixed;
  top: 37%;
  left: -20%;
  transform: translate(-50%, -50%);
}

.image-row-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion-wrapper {
  border-top: 1px solid #000;
  border-color: var(--theme-color);
}

.accordion-row {
  border-bottom: 1px solid #000;
  border-color: var(--theme-color);
}

.accordion-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.accodion-drawer {
  height: 0;
  overflow: hidden;
}

.accodion-drawer.active {
  height: auto;
}

.spacer-50 {
  height: 50px;
}

.header-wrapper {
  z-index: 101;
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 30px;
  display: flex;
  position: relative;
}

.header-sub-menu {
  z-index: 0;
  background-color: var(--white);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 50px;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.header-sub-menu-content {
  max-width: 400px;
}

.sub-menu-title {
  color: var(--orange);
  font-size: 2rem;
}

.sub-menu-list {
  margin-bottom: 0;
  padding-left: 0;
}

.sub-menu-image {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  max-width: 360px;
  overflow: hidden;
}

.text-block {
  margin-bottom: 20px;
}

.header-sub-menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 350px) repeat(auto-fit, minmax(500px, 1fr)) minmax(300px, 360px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sub-menu-list-item {
  margin-bottom: 20px;
}

.sub-menu-list-item:hover, .sub-menu-list-item.active {
  color: var(--orange);
}

.hamburger {
  z-index: 101;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
  position: relative;
}

.hamburger-top {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.hamburger-middle {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.hamburger-middle-inner {
  width: 4px;
  height: 0;
}

.hamburger-bottom {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.mobile-submenu-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.side-menu-list-wrapper-2 {
  padding: 30px;
}

.side-menu-list-wrapper-2.sub-menu {
  padding-left: 0;
}

.rl_navbar3_logo-link-3 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.rl_navbar3_logo-link-3.w--current {
  align-self: flex-start;
  margin-right: 5vw;
  padding-top: 5px;
  padding-bottom: .5vw;
}

.side-menu-wrapper {
  align-items: flex-start;
  display: flex;
}

.mobile-menu-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.wb_language-list_item-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.side-menu {
  z-index: 100;
  height: calc(var(--vh, 1vh) * 100);
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0%, -100%);
}

.side-menu.active {
  background-color: var(--white);
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 30px;
  transform: none;
}

.social-link-2 {
  height: 100%;
  margin-left: 20px;
}

.rl_navbar3_logo-3 {
  height: 10vw;
  max-height: 80px;
  margin-top: auto;
  margin-bottom: 10px;
}

.wb_lanaguage-option-3 {
  color: #4d474a;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

.mobile-menu-item {
  letter-spacing: .05em;
  text-transform: none;
  font-size: 1.3rem;
}

.mobile-menu-item.w--current {
  color: #cd552c;
}

.social-list {
  height: 20px;
  display: flex;
}

.social-list.side-menu-scope {
  display: none;
}

.wb_language-list-3 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.icon {
  height: 100%;
  display: block;
}

.spacer-100.mobile-only {
  display: none;
}

.accordion-indicator {
  background-color: var(--theme-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.plus-vertical {
  background-color: var(--white);
  width: 1px;
  height: 16px;
  position: absolute;
}

.plus-horizontal {
  background-color: var(--white);
  width: 1px;
  height: 16px;
  position: absolute;
  transform: rotate(90deg);
}

.news-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.new-highlieght-wrapper {
  display: flex;
}

.news-highlight-detail-wrapper {
  background-color: #e2f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 50px;
  display: flex;
}

.logo-site-pair {
  width: auto;
  height: 100%;
}

.side-menu-row {
  overscroll-behavior: contain;
  flex: 1;
  margin-top: 100px;
  overflow: auto;
}

.logo-site-copy {
  width: auto;
  height: 100%;
}

.logo-eduhk-image, .logo-site-image {
  object-fit: contain;
}

.mobile-menu-toggle {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .section.section-home-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.section-home-leadin {
    overflow: hidden;
  }

  .header-menu-main {
    display: none;
  }

  .styled-button {
    font-size: .8rem;
  }

  .styled-button.header-cta.side-menu-scope {
    display: none;
  }

  .swiper-slide.home-slider-scope, .swiper-slide.content-slider-scope {
    aspect-ratio: 3 / 2;
  }

  .home-slider-text-wrapper {
    bottom: 40px;
  }

  .home-slider-text-large {
    font-size: 2rem;
  }

  .home-slider-text {
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .colored-text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .home-donation-text-wrapper.align-center {
    z-index: 1;
    position: relative;
  }

  .home-donation-float-wrapper {
    pointer-events: none;
  }

  .home-donation-float-image.img-7 {
    top: 13%;
  }

  .content-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }

  .social-group {
    justify-content: center;
    align-items: center;
  }

  .copyright {
    text-align: center;
  }

  .content-title {
    font-size: 2.6rem;
  }

  .hamburger {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .hamburger-top {
    background-color: #4d474a;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-middle {
    background-color: #4d474a;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hamburger-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-bottom {
    background-color: #4d474a;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-submenu-list {
    height: 0;
    overflow: hidden;
  }

  .side-menu-list-wrapper-2.sub-menu {
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .mobile-menu-list-item {
    flex-flow: column;
    display: flex;
  }

  .mobile-menu-list-item.sub {
    margin-top: 10px;
    padding-left: 20px;
  }

  .rl_navbar3_logo-link-3 {
    z-index: 11;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_navbar3_logo-link-3.w--current {
    z-index: 60;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .rl_navbar3_logo-link-3.sidemenu.w--current {
    z-index: 200;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 10%;
  }

  .side-menu-wrapper {
    max-width: 100%;
  }

  .mobile-menu-nav {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .wb_language-list_item-3.side-menu-scope {
    margin-left: 0;
    margin-right: 20px;
  }

  .side-menu {
    background-color: var(--white);
    justify-content: space-between;
    padding: 100px 30px 30px;
    transition: transform .3s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    transform: translate(0%, -100%);
  }

  .side-menu.active {
    transform: none;
  }

  .social-link-2 {
    margin-left: 0;
    margin-right: 20px;
  }

  .rl_navbar3_logo-3 {
    object-fit: contain;
    width: auto;
    max-height: 100px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .rl_navbar3_logo-3.sidemenu {
    filter: brightness(0%) invert();
    max-width: none;
    height: 20vw;
    max-height: none;
  }

  .wb_lanaguage-option-3.side-menu-scope {
    color: #fff;
  }

  .mobile-menu-item {
    color: var(--black);
  }

  .social-list {
    display: none;
  }

  .social-list.side-menu-scope {
    display: flex;
  }

  .wb_language-list-3.header-nav-language {
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .wb_language-list-3.header-nav-language.side-menu-scope {
    flex-direction: row;
    margin-top: 20px;
    display: flex;
  }

  .side-menu-row {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .cta-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h3, p {
    font-size: 1rem;
  }

  .section.section-home-banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-pair-wrapper {
    height: 50px;
  }

  .swiper-slide.home-slider-scope {
    aspect-ratio: 1;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .button-group {
    flex-flow: wrap;
  }

  .leadin-floating-image {
    top: 7%;
  }

  .home-links-wrapper {
    flex-flow: wrap;
  }

  .link-card {
    max-width: calc(50% - 10px);
  }

  .content-title {
    font-size: 2rem;
  }

  .content-paragraph {
    font-size: 1.2rem;
  }

  .header-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamburger {
    align-self: center;
    margin-top: 0;
    margin-right: 0;
  }

  .side-menu-list-wrapper-2 {
    background-color: #0000;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .side-menu-list-wrapper-2.sub-menu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .side-menu-wrapper {
    margin-bottom: 30px;
  }

  .side-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wb_lanaguage-option-3 {
    font-size: 1.2rem;
  }

  .social-list {
    display: none;
  }

  .social-list.side-menu-scope {
    display: flex;
  }

  .spacer-100 {
    height: 150px;
  }

  .spacer-100.mobile-only {
    height: 100px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section.section-home-leadin, .section.section-home-news {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-pair-wrapper {
    height: 40px;
  }

  .logo-pair-wrapper.footer-scope {
    height: 50px;
  }

  .styled-button.header-cta {
    display: none;
  }

  .styled-button.header-cta.side-menu-scope {
    display: block;
  }

  .content-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .colored-text {
    font-size: 6vw;
  }

  .home-news-wrapper {
    flex-flow: wrap;
  }

  .news-card {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .news-card.highlight {
    flex-flow: column;
    display: flex;
  }

  .link-card {
    max-width: 100%;
  }

  .footer-nav {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rl_navbar3_logo-link-3.sidemenu.w--current {
    bottom: 12%;
  }

  .wb_language-list_item-3 {
    font-size: 1.2rem;
  }

  .side-menu {
    width: 100vw;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl_navbar3_logo-3 {
    height: 10vw;
  }

  .wb_lanaguage-option-3 {
    font-size: 1.2rem;
  }

  .mobile-menu-item {
    font-size: 1rem;
  }

  .news-highlight-detail-wrapper {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .side-menu-row {
    flex-flow: column;
    justify-content: flex-start;
  }

  .cta-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }
}

#w-node-_31e9f7ce-9767-34cb-f317-64138efce4ce-03eab14e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_96ba6ce5-7860-05e7-5a48-02266e66a919-03eab14e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}


