body {
  font-family: Poppins, sans-serif;
  color: #2d454e;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 120%;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  line-height: 175%;
  font-weight: 300;
}

a {
  transition: all 500ms ease;
  text-decoration: none;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  margin-left: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 14px;
}

.all {
  overflow: hidden;
  margin-left: 80px;
}

.sticky-left-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 160px;
  height: 100vh;
}

.logo-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  height: 100%;
  max-height: 160px;
  padding: 10px 40px 10px 20px;
  border-bottom-right-radius: 100%;
  background-color: #fff;
}

.banner-img {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img.home {
  background-image: url('../images/home-banner-012x.jpg');
}

.banner-img.registration {
  background-image: url('../images/registion-banner2x.jpg');
}

.banner-img.contact {
  background-image: url('../images/contact-us-banner2x.jpg');
}

.banner-img.discounted-countries {
  background-image: url('../images/discounted-countries-banner2x.jpg');
}

.banner-img.programme-agenda {
  background-image: url('../images/programme-agenda-banner2x.jpg');
}

.banner-img.sponsors-exhibitors-opportunities {
  background-image: url('../images/sponsors-exhibitors-opportunities-banner2x.jpg');
}

.banner-img.current-sponsorship-partners {
  background-image: url('../images/current-sponsorship-partners-banner2x.jpg');
}

.banner-img.what-is-icca {
  background-image: url('../images/about-ICCA-banner2x.jpg');
}

.banner-img.arbitration-in-hong-kong {
  background-image: url('../images/arbitration-in-hk-banner2x.jpg');
}

.banner-img.supporting-organisations {
  background-image: url('../images/supporting-organisations-banner2x.jpg');
}

.banner-img.travelling-to-hong-kong {
  background-image: url('../images/traveling-to-hk-banner2x.jpg');
}

.banner-img.the-icca-congress-venue-and-neighborhood {
  background-image: url('../images/the-ICCA-congress-venue-and-neighborhood-banner2x.jpg');
}

.banner-img.exploring-hong-kong {
  background-image: url('../images/exploring-hk-banner2x.jpg');
}

.img-full {
  width: 100%;
}

.sticky-counter {
  width: 100%;
  height: 100%;
  max-width: 80px;
  background-color: #fff;
}

.logo-link-b {
  display: block;
  width: 100px;
}

.home-banner-slider {
  height: 100vh;
  background-color: transparent;
}

.slider-mask-common {
  height: auto;
}

.home-banner-slide {
  width: 100%;
  height: 100vh;
}

.home-banner-slide-nav {
  z-index: 1;
  margin-bottom: 40px;
}

.display-none {
  display: none;
}

.banner-content-b {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}

.banner-content-b.inner {
  min-height: 70vh;
}

.banner-content {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 55px;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.8);
}

.banner-content.home {
  padding-bottom: 100px;
}

.banner-content-row {
  display: flex;
  margin-right: -50px;
  margin-left: -50px;
  flex-wrap: wrap;
  align-items: center;
}

.banner-content-row.bottom {
  align-items: flex-end;
}

.banner-content-col-l {
  padding-right: 50px;
  padding-left: 50px;
  flex: 1;
}

.banner-content-col-r {
  max-width: 500px;
  padding-right: 50px;
  padding-left: 50px;
  border-left: 2px solid #ff9335;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding: 140px 100px;
  background-image: linear-gradient(90deg, #f6851f, #ca3a7b 76%, #bb218f);
}

.nav-link {
  display: block;
  width: 100%;
  padding: 15px 0px;
  transition: all 500ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: normal;
}

.nav-link:hover {
  transform: translate(0px, -3px);
  color: #2d454e;
}

.header-dropdown-txt-wrap {
  position: relative;
  display: block;
  padding-right: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header-dropdown {
  display: block;
  width: 100%;
}

.header-dropdown-icon-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 25px;
  transform: translate(0px, -50%);
}

.header-dropdown-icon-img {
  display: block;
  width: 100%;
}

.header-dropdown-icon-img-black {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  transform: translate(0px, -50%);
}

.header-dropdown-list {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

.header-dropdown-link {
  padding: 15px 25px;
  border-bottom: 1px solid #e6e6e6;
  transition: all 500ms ease;
  color: #000;
  font-size: 20px;
  line-height: 140%;
}

.header-dropdown-link:hover {
  color: #f6851f;
}

.header-dropdown-link.w--current {
  color: #f6851f;
}

.header-dropdown-link.last {
  border-bottom-style: none;
}

.white-text {
  color: #fff;
}

.gradient-btn {
  position: relative;
  padding: 15px 30px 15px 20px;
  transition: all 500ms ease;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
}

.banner-button-b {
  margin-top: 15px;
}

.gradient-btn-arrow {
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
}

.gradient-btn-txt-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff9335, rgba(202, 58, 123, 0.73) 54%, rgba(187, 33, 143, 0));
  opacity: 0.8;
}

.btn-bg-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.btn-bg-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.nav-menu-row {
  display: block;
  align-items: center;
}

.nav-link-col {
  width: 100%;
}

.nav-link-row {
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

.nav-menu-col-l {
  width: 100%;
  padding-left: 60px;
  flex: 1;
}

.nav-menu-col-r {
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 60px;
}

.social-icon-link-b {
  position: relative;
  display: block;
}

.social-icon-link-col {
  padding-right: 10px;
  padding-left: 10px;
}

.social-icon-link-row {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.social-icon-img-orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.social-icon-img-white {
  display: block;
}

.linear-gradient {
  z-index: 0;
  background-image: linear-gradient(90deg, #ff9335, #bb218f);
}

.footer-row {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.white-tetx-link {
  transition: all 500ms ease;
  color: #fff;
}

.white-tetx-link:hover {
  color: #000;
}

.footer-col-l-content {
  display: block;
}

.footer-col-r {
  width: 100%;
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.footer-col-l-tnc {
  display: flex;
  margin-top: 5px;
  flex-wrap: wrap;
}

.footer-col-l-tnc-col {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}

.footer-col-l {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  flex: 0 0 auto;
}

.line-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.line-title-line-col {
  width: 100px;
  padding-right: 25px;
}

.hr-line {
  width: 100%;
  height: 1px;
  background-color: #f05023;
}

.f05023-bg {
  background-color: #f05023;
}

.f05023-text {
  color: #f05023;
}

.margin-top-30 {
  margin-top: 30px;
}

.title-graphic {
  margin-top: 10px;
}

.content-b {
  margin-top: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.orange-text-link {
  transition: all 500ms ease;
  color: #ff9335;
  text-decoration: underline;
}

.orange-text-link:hover {
  color: #bb218f;
}

.header-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #fff;
}

.icca-logo {
  display: block;
  width: 100%;
}

.blur-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.04));
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.banner-black-fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), transparent 25%);
}

.payment-tba-row {
  display: flex;
  align-items: center;
}

.payment-tba-col-l {
  width: 50%;
}

.payment-tba-col-r {
  width: 50%;
  padding-left: 100px;
}

.payment-b {
  margin-top: 10px;
}

.payment-row {
  display: flex;
  margin-top: -10px;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

.payment-col {
  width: 20%;
  margin-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.payment-img-b {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 8px;
}

.black-text-link {
  transition: all 500ms ease;
  color: #2d454e;
}

.black-text-link:hover {
  color: #f6851f;
}

.registration-faq-tab-menu {
  z-index: 1;
  width: 54%;
  padding-top: 35px;
}

.registration-faq-tab {
  display: flex;
}

.registration-faq-tab-content {
  z-index: 0;
  width: 50%;
  margin-left: -3%;
  padding: 40px 70px;
  border-radius: 16px;
  background-color: #fafafa;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.registration-faq-tab-link {
  display: block;
  width: 100%;
  padding: 24px 30px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #2d454e;
}

.registration-faq-tab-link:hover {
  background-color: rgba(45, 69, 78, 0.1);
  color: #bb218f;
}

.registration-faq-tab-link:focus {
  background-color: rgba(45, 69, 78, 0.1);
  color: #bb218f;
}

.registration-faq-tab-link.w--current {
  background-color: #fafafa;
}

.registration-faq-tab-link-text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.registration-faq-tab-link-icon {
  margin-left: 10px;
  opacity: 0.8;
  transform: rotate(0deg);
}

.registration-faq-tab-content-text-b {
  margin-top: 30px;
}

.overflow-auto {
  overflow: auto;
}

.registration-fees-table {
  color: #000;
  font-weight: 300;
}

.registration-fees-table-col-56 {
  width: 56%;
  padding: 10px;
}

.registration-fees-table-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #bbb;
}

.registration-fees-table-row.title {
  border-top: 1px solid #bbb;
}

.registration-fees-table-row.title.no-border {
  border-bottom-style: none;
}

.registration-fees-table-col-22 {
  width: 22%;
  padding: 10px;
}

.purple-text {
  color: #bb218f;
}

.menu-button {
  position: relative;
  z-index: 100;
  width: 35px;
  margin-right: -50px;
  padding: 0px;
}

.menu-button-line {
  width: 100%;
  height: 3px;
  padding: 0px;
  border-radius: 50px;
  background-color: #fff;
}

.menu-button-line.menu-button-line-02 {
  margin-top: 8px;
}

.menu-button-line.menu-button-line-03 {
  margin-top: 8px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.supporter-logo-col {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
}

.supporter-logo-row {
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  flex-wrap: wrap;
}

.icca-logo-col {
  position: relative;
  width: 220px;
}

.show-biggest-only {
  display: none;
}

.discounted-countries-table {
  border-top: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
}

.discounted-countries-table-row {
  display: flex;
  flex-wrap: wrap;
}

.discounted-countries-table-col {
  width: 25%;
  padding: 15px 20px;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

.discounted-countries-table-col.show-smallest {
  display: none;
}

.icca-logo-col-b {
  position: relative;
  z-index: 1;
}

.show-tablet {
  display: none;
}

.sticky-button-b {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  margin-right: 20px;
  margin-bottom: 20px;
}

.sticky-button {
  z-index: 0;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-image: linear-gradient(90deg, #ff9335, #bb218f);
}

.sticky-button:hover {
  transform: scale(0.9);
}

.icca-logo-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
}

.home-presidency-row {
  display: flex;
  margin-right: -50px;
  margin-left: -100px;
  flex-wrap: wrap;
  align-items: center;
}

.home-presidency-col-r {
  padding-right: 50px;
  padding-left: 50px;
  flex: 1;
}

.home-presidency-col-l {
  max-width: 450px;
  padding-right: 100px;
  padding-left: 100px;
}

.home-co-chairs-row {
  display: flex;
  margin-right: -100px;
  margin-left: -50px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
}

.home-co-chairs-col-l {
  width: 60%;
  padding-right: 50px;
  padding-left: 50px;
}

.home-co-chairs-col-r {
  width: 40%;
  padding-right: 100px;
  padding-left: 100px;
}

.home-presidency-img-b {
  border: 8px solid #000;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.home-co-chairs-col-r-content-row {
  margin-top: -25px;
}

.home-co-chairs-col-r-content-col {
  margin-top: 25px;
}

.common-button-text-wrap {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

.common-button-icon {
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2d454e;
  border-radius: 50px;
}

.common-button {
  padding-bottom: 15px;
  color: #2d454e;
  letter-spacing: 1px;
}

.common-button-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(45, 69, 78, 0.2);
}

.common-button-line-orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #f6851f;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 140px 140px 80px;
}

.popup-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.popup-content-b {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.popup-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.popup-content-text-p {
  padding-right: 20px;
}

.blue-text-link {
  color: #2d454e;
}

.blue-text-link:hover {
  color: #f6851f;
}

.link-block {
  display: block;
  width: 100%;
}

.registration-faq-tab-content-b {
  z-index: 0;
  width: 100%;
  padding: 30px;
  background-color: #fafafa;
  box-shadow: none;
}

.registration-faq-content-b {
  overflow: hidden;
}

.registration-fees-table-col-44 {
  width: 44%;
  padding: 10px;
}

.align-center {
  text-align: center;
}

.margin-top-10 {
  margin-top: 10px;
}

.div-block-2 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="fade-from-left"] {
  opacity: 0;
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="fade-from-right"] {
  opacity: 0;
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="height-0"] {
  height: 0px;
}

@media screen and (min-width: 1440px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: visible;
    height: auto;
    padding: 0px;
    background-image: none;
  }

  .nav-link {
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
  }

  .header-dropdown-txt-wrap {
    padding-right: 20px;
  }

  .header-dropdown-icon-b {
    width: auto;
  }

  .header-dropdown-icon-img-black {
    display: block;
  }

  .header-dropdown-list {
    position: absolute;
    left: 50%;
    margin-top: 45px;
    transform: translate(-50%, 0px);
  }

  .header-dropdown-link {
    font-size: 16px;
    line-height: 120%;
  }

  .btn-bg-b {
    padding: 2px;
    background-image: linear-gradient(90deg, #f6851f, rgba(187, 33, 143, 0));
  }

  .nav-menu-row {
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    align-items: center;
  }

  .nav-link-col {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link-row {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-menu-col-l {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    flex: 1;
  }

  .nav-menu-col-r {
    width: auto;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-icon-link-b:hover {
    transform: scale(1.1);
  }

  .social-icon-link-col {
    padding-right: 5px;
    padding-left: 5px;
  }

  .social-icon-link-row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .footer-row {
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
  }

  .footer-col-l-content {
    display: flex;
  }

  .footer-col-r {
    width: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
  }

  .footer-col-l-tnc {
    margin-top: 0px;
    margin-left: 40px;
  }

  .footer-col-l {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    flex: 1;
  }

  .payment-col {
    width: 16.666666666666668%;
  }

  .menu-button {
    display: none;
  }

  .supporter-logo-col {
    width: 20%;
  }

  .icca-logo-col {
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .show-biggest-only {
    display: block;
  }

  .icca-logo-col-b {
    display: none;
  }

  .hidden-biggest {
    display: none;
  }

  .home-presidency-row {
    justify-content: center;
  }

  .home-presidency-col-r {
    width: auto;
    flex: 1;
  }

  .home-presidency-col-l {
    width: auto;
    max-width: 500px;
    flex: 0 0 auto;
  }

  .home-co-chairs-row {
    justify-content: center;
  }

  .home-co-chairs-col-l {
    width: auto;
    flex: 1;
  }

  .home-co-chairs-col-r {
    width: auto;
    max-width: 500px;
  }

  .div-block {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .header {
    margin-left: 0px;
    border-bottom-style: none;
  }

  .all {
    margin-left: 0px;
  }

  .sticky-left-bar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 60px;
  }

  .logo-b {
    z-index: 4;
    max-height: 135px;
    padding-left: 12px;
  }

  .sticky-counter {
    max-width: none;
  }

  .logo-link-b {
    display: block;
    width: 90px;
  }

  .banner-content-b.inner {
    min-height: 680px;
  }

  .banner-content-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .banner-content-col-l {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    flex: 0 0 auto;
  }

  .banner-content-col-r {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 5%;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    height: 100vh;
    padding-right: 80px;
    padding-bottom: 160px;
    padding-left: 5%;
    background-image: linear-gradient(90deg, #ff9335, #ca3a7b 78%, #bb218f);
  }

  .nav-link {
    display: block;
    width: 100%;
  }

  .header-dropdown-list {
    display: block;
  }

  .nav-menu-row {
    display: block;
  }

  .nav-link-col {
    width: 100%;
  }

  .nav-link-row {
    display: block;
  }

  .nav-menu-col-l {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu-col-r {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-col-l-tnc-col {
    margin-left: 2%;
    padding-left: 2%;
  }

  .banner-black-fade {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  }

  .payment-tba-row {
    display: block;
  }

  .payment-tba-col-l {
    width: 100%;
  }

  .payment-tba-col-r {
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
  }

  .menu-button {
    z-index: 100;
    margin-right: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .supporter-logo-col {
    width: 33.33%;
  }

  .discounted-countries-table-col {
    width: 33.33%;
  }

  .icca-logo-col-b {
    margin-left: 140px;
  }

  .show-tablet {
    display: block;
  }

  .hidden-tablet {
    display: none;
  }

  .icca-logo-white {
    display: none;
  }

  .home-presidency-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .home-presidency-col-r {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-presidency-col-l {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-co-chairs-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .home-co-chairs-col-l {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-co-chairs-col-r {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .popup {
    padding-right: 5%;
    padding-left: 5%;
  }

  .popup-content-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .popup-content-text-p {
    padding-right: 5%;
  }

  .orange-bg {
    background-color: #f6851f;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  p {
    line-height: 145%;
  }

  .nav-menu {
    padding-right: 70px;
  }

  .header-dropdown-link {
    padding-right: 5%;
    padding-left: 5%;
    white-space: normal;
  }

  .gradient-btn {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .content-b {
    margin-top: 30px;
  }

  .registration-faq-tab-menu {
    width: 100%;
    padding-top: 0px;
  }

  .registration-faq-tab {
    display: block;
  }

  .registration-faq-tab-content {
    width: 100%;
    margin-left: 0%;
    padding: 30px 5%;
  }

  .registration-faq-tab-link {
    padding-right: 5%;
    padding-left: 5%;
  }

  .registration-faq-tab-content-text-b {
    margin-top: 20px;
  }

  .registration-fees-table {
    width: 767px;
  }

  .registration-fees-table-col-56 {
    width: 37.333333333333336%;
  }

  .registration-fees-table-col-22 {
    width: 31.33%;
  }

  .supporter-logo-col {
    width: 50%;
  }

  .popup-content-b {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .registration-faq-tab-content-b {
    width: 100%;
    padding: 20px 5%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-b {
    max-height: 90px;
    padding-right: 25px;
  }

  .logo-link-b {
    width: 55px;
  }

  .banner-content-col-r {
    margin-top: 20px;
    padding-top: 20px;
  }

  .nav-menu {
    padding-top: 100px;
    padding-right: 50px;
  }

  .nav-link {
    font-size: 22px;
  }

  .header-dropdown-link {
    font-size: 18px;
    line-height: 120%;
  }

  .gradient-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .gradient-btn-arrow {
    width: 25px;
    height: 25px;
  }

  .nav-menu-col-r {
    margin-top: 10px;
  }

  .line-title-line-col {
    width: 50px;
    padding-right: 15px;
  }

  .margin-top-30 {
    margin-top: 30px;
  }

  .content-b {
    margin-top: 30px;
  }

  .margin-top-50 {
    margin-top: 30px;
  }

  .icca-logo {
    max-height: 30px;
  }

  .payment-col {
    width: 33.33%;
  }

  .registration-faq-tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .registration-fees-table {
    width: 600px;
  }

  .supporter-logo-col {
    padding: 0px 10px;
  }

  .supporter-logo-row {
    margin: 0px -10px;
  }

  .icca-logo-col {
    width: 140px;
  }

  .discounted-countries-table-col {
    width: 50%;
  }

  .discounted-countries-table-col.show-smallest {
    display: block;
  }

  .hidden-smallest {
    display: none;
  }

  .icca-logo-col-b {
    margin-left: 85px;
  }

  .icca-logo-white {
    max-height: 30px;
  }

  .home-presidency-col-r {
    margin-top: 30px;
  }

  .home-co-chairs-col-l {
    margin-top: 30px;
  }

  .margin-bottom-30 {
    margin-bottom: 30px;
  }

  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}