html {
  font-size: 16px;
  font-family: "Yu Gothic Medium", sans-serif;
}

.yuGothic {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 600;
}

.engText {
  font-family: 'Futura medium', sans-serif;
}

body {
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 2em;
  color: var(--dl-color-scheme-darkblue);
  background-color: white;

}

/* slide*/
.slideshow-container {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slideshow-container::-webkit-scrollbar {
  display: none;
}

.slider-nav {
  display: flex;
  column-gap: 1rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider-nav a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.75;
  transition: opacity ease 250ms;
}

.slider-nav a:hover {
  opacity: 1;
}
#backtotopbutton {
display: inline-block;
background-color: rgb(30, 71, 148);
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s, 
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 110;
}
#backtotopbutton::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}
#backtotopbutton:hover {
cursor: pointer;
}
#backtotopbutton:active {
}
#backtotopbutton.show {
opacity: 1;
visibility: visible;
}

@media (min-width: 500px) {
#backtotopbutton {
margin: 30px;
}
}
html {
  scroll-behavior: smooth;
}

.councilmembercard1-speaker-card {
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-color: white;
}

.councilmembercard1-speaker-card:hover {
  color: var(--dl-color-scheme-bluelight);
  cursor: pointer;
  transform: scale(1.03);
  transition: all 1s ease;
}
.councilmembercard1-speaker-card1 {
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-color: white;
  /* filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3)); */

}

.councilmembercard1-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  min-width: 255px;
  min-height: 255px;
  align-items: flex-end;
  margin-bottom: 1.5em;
  flex-direction: column;
  justify-content: flex-end;
}

.councilmembercard1-image {
  left: 0px;
  width: 100%;
  bottom: 0px;
  /* filter: grayscale(); */
  height: 100%;
  display: flex;
  position: absolute;
  align-self: center;
  object-fit: cover;
}

.councilmembercard1-first-name {
  font-size: 30px;
  align-self: center;
  font-style: normal;
  text-align: center;
  
  font-weight: 600;
  line-height: 0.8em;
  font-kerning: initial;
  letter-spacing: 10%;
}

.councilmembercard1-last-name {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  
  font-weight: 400;
  line-height: 2em;
  margin-bottom: var(--dl-space-space-halfunit);
  letter-spacing: 10%;
  text-transform: capitalize;
}
.councilmembercard1-last-name1 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 10%;
  text-transform: capitalize;
  margin:0.2rem 0.2rem;
}
.councilmembercard1-last-name2 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: var(--dl-space-space-halfunit);
  letter-spacing: 10%;
  text-transform: capitalize;
}
.councilmembercard1-last-name3 {
  font-size: 14px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  
  font-weight: 400;
  line-height: 2.6em;
  margin-bottom: var(--dl-space-space-halfunit);
  letter-spacing: 10%;
  text-transform: capitalize;
}
.singleName{
  margin-bottom:2.3rem;

}
.councilmembercard1-text {
  font-size: 13px;
  align-self: center;
  font-style: normal;
  text-align: center;
  
  font-weight: 400;
  line-height: 1.12em;
  font-kerning: initial;
  letter-spacing: 10%;
}
.councilmembercard1-text1{
  font-size: 10px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 1.12em;
  font-kerning: initial;
  letter-spacing: 10%;
  margin: 0 2px;
}
.councilmembercard1-text2{
  font-size: 11px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 1.12em;
  font-kerning: initial;
  letter-spacing: 10%;
  margin: 0 2px;
}

.councilmembercard1-root-class-name {
  width: var(--dl-size-size-xxlarge);
}

.councilmembercard1-root-class-name1 {
  width: 100%;
}

.councilmembercard1-root-class-name2 {
  width: 100%;
}

.councilmembercard1-root-class-name3 {
  width: 100%;
}

.councilmembercard1-root-class-name4 {
  width: var(--dl-size-size-xxlarge);
}

.councilmembercard1-root-class-name6 {
  left: 493px;
  bottom: -589px;
  position: absolute;
}

.councilmembercard1-root-class-name7 {
  width: var(--dl-size-size-xxlarge);
}

.councilmembercard1-root-class-name9 {
  left: 493px;
  bottom: -589px;
  position: absolute;
}

.councilmembercard1-root-class-name10 {
  width: 100%;
}

.councilmembercard1-root-class-name11 {
  width: auto;
}

.councilmembercard1-root-class-name12 {
  width: 100%;
}

.councilmembercard1-root-class-name13 {
  width: 100%;
}

.councilmembercard1-root-class-name14 {
  width: 100%;
}

.councilmembercard1-root-class-name15 {
  width: 100%;
}

.councilmembercard1-root-class-name16 {
  width: 100%;
}

.councilmembercard1-root-class-name17 {
  width: 100%;
}

.councilmembercard1-root-class-name18 {
  width: auto;
}

.councilmembercard1-root-class-name19 {
  width: 100%;
}

.councilmembercard1-root-class-name20 {
  width: 100%;
}

.councilmembercard1-root-class-name21 {
  width: 100%;
}

.councilmembercard1-root-class-name22 {
  width: 100%;
}

@media(max-width: 1200px) {
  .councilmembercard1-text {
    font-size: 14px;
  }
  .singleName{
    margin-bottom: 2.5rem;
  }

  .councilmembercard1-root-class-name1 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name2 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name3 {
    width: auto;
  }

  .councilmembercard1-root-class-name10 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name11 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name12 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name13 {
    width: 100%;
    height: auto;
  }

  .councilmembercard1-root-class-name14 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name15 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name16 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name17 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name18 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name19 {
    width: 100%;
    height: auto;
  }

  .councilmembercard1-root-class-name20 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name21 {
    width: auto;
  }

  .councilmembercard1-root-class-name22 {
    width: auto;
    height: auto;
  }
}

@media(max-width: 479px) {
  .councilmembercard1-image {
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .councilmembercard1-first-name {
    font-size: 26px;
  }

  .councilmembercard1-last-name {
    font-size: 14px;
  }
  .councilmembercard1-last-name1 {
    font-size: 14px;
  }


  .councilmembercard1-text {
    font-size: 12px;
  }
  .councilmembercard1-text1 {
    font-size: 12px;
  }
  .councilmembercard1-text2 {
    font-size: 12px;
  }

  .councilmembercard1-root-class-name {
    width: 100%;
  }

  .councilmembercard1-root-class-name1 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name2 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name3 {
    width: auto;
    height: auto;
    max-width: auto;
    margin-top: 0vh;
    max-height: auto;
    min-height: auto;
    margin-left: 0px;
  }

  .councilmembercard1-root-class-name4 {
    width: 100%;
  }

  .councilmembercard1-root-class-name5 {
    width: auto;
  }

  .councilmembercard1-root-class-name7 {
    width: 100%;
  }

  .councilmembercard1-root-class-name8 {
    width: auto;
  }

  .councilmembercard1-root-class-name10 {
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    position: static;
    max-width: var(--dl-size-size-maxwidth);
    min-height: auto;
  }

  .councilmembercard1-root-class-name11 {
    width: auto;
    height: auto;
    position: 0px;
  }

  .councilmembercard1-root-class-name12 {
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    position: static;
    max-width: var(--dl-size-size-maxwidth);
    min-height: auto;
  }

  .councilmembercard1-root-class-name13 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name14 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name15 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name16 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name17 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name18 {
    width: auto;
    height: auto;
    position: 0px;
  }

  .councilmembercard1-root-class-name19 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name20 {
    width: auto;
    height: auto;
  }

  .councilmembercard1-root-class-name21 {
    width: auto;
    height: auto;
    max-width: auto;
    margin-top: 0vh;
    max-height: auto;
    min-height: auto;
    margin-left: 0px;
  }

  .councilmembercard1-root-class-name22 {
    width: auto;
    height: auto;
  }
}

.test-container {
  width: 100%;
  display: flex;
  overflow: auto;
  overflow-x: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}

.test-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6%;
}

.test-navbar-interactivex {
  width: 100%;
  height: 5vw;
  display: flex;
  z-index: 1000;
  position: fixed;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  background-size: cover;
  justify-content: space-between;
  background: rgb(18, 27, 69);
  background: linear-gradient(90deg, rgba(18, 27, 69, 1) 0%, rgba(33, 58, 113, 1) 35%, rgb(44, 82, 139) 50%, rgba(37, 66, 124, 1) 65%, rgba(18, 27, 69, 1) 100%);

  background-repeat: no-repeat;
  background-position: center;
}

.test-image {
  width: 9.5%;
  height: auto;
  text-decoration: none;
}

.test-container01 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}

.test-desktop-menu {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.test-links {
  flex: 1;
  color: var(--dl-color-scheme-white);
  display: flex;
  font-size: 12pt;
  align-self: center;
  align-items: center;
  font-weight: 500;
  margin-left: 4vw;
  flex-direction: row;
  justify-content: flex-end;
}

.test-links:hover {
  transition: 0.3s;
}

.test-link {
  display: contents;
}

.test-image01 {
  width: 10%;
  height: auto;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
}

.test-link01 {
  font-size: 0.9vw;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
  text-transform: capitalize;
  text-decoration: none;
  padding-bottom: 5px;
}

.test-link01 .engText{
  font-size: 1.45vw;
  font-weight: 300;
}

.test-link01 .towa {
  margin-left: -3px;
}

.test-link01:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
  transform: scale(1.03);
}

.test-container10 .test-link01 {
  font-size: 16px;
  margin-left: 0;
}

.test-container10 .test-link01 .engText {
  font-size: 21px;
}

.test-container10 .test-link01 .towa {
  font-size: 13px;
}

.test-link02 {
  font-size: 0.9vw;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}

.test-link02:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
}

.test-text {
  font-size: 1vw;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
}

.test-text:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
}

.test-text001 {
  font-size: 1vw;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
}

.test-text001:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
}

.test-text002 {
  font-size: 0.9vw;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
}

.test-text002:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
}

.test-text003 {
  font-size: 1vw;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
}

.test-text003:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
}

.test-link03 {
  font-size: 1vw;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}

.test-link03:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
}

.test-text004 {
  font-size: 1vw;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
}

.test-text004:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
  transform: scale(1.03);
}

.test-burger-menu {
  display: none;
}

.test-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.test-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  backdrop-filter: saturate(200%) blur(30px);
  justify-content: space-between;
  background-color: var(--dl-color-scheme-darkblue);
}

.test-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.test-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
  padding-bottom: 20px;
}

.test-logo {
  height: 2rem;
}

.test-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-icon02 {
  fill: var(--dl-color-scheme-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.test-links1 {
  flex: 0 0 auto;
  color: var(--dl-color-scheme-white);
  display: flex;
  font-size: 5vw;
  align-self: flex-start;
  align-items: flex-start;
  font-weight: 500;
  flex-direction: column;
}

.test-container02 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.test-link04 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}

.test-link04 .engText {
  font-weight: 300;
  font-size: 6.7vw;
}

.test-link04 .towa {
  font-size: 3.8vw;
  margin-left: -5px;

}

.test-link05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}

.test-text005 {
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}

.test-text006 {
  margin-bottom: var(--dl-space-space-unit);
}

.test-text007 {
  margin-bottom: var(--dl-space-space-unit);
}

.test-text008 {
  margin-bottom: var(--dl-space-space-unit);
}

.test-link06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}

.test-text009 {
  margin-bottom: var(--dl-space-space-unit);
}

.test-image02 {
  align-self: center;
  width: 200px;
  object-fit: cover;
}

.test-icon04 {
  color: var(--dl-color-scheme-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}

.test-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.test-headerbackground {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.test-container03 {
  width: 100%;
  height: auto;
  display: flex;
  z-index: 100;
  overflow: auto;
  align-self: center;
  margin-top: 0vh;
  min-height: 100%;
  align-items: center;
  margin-bottom: 0vh;
  flex-direction: column;
  backdrop-filter: saturate(400%) blur(30px);
  background-size: cover;
  background-image: url("public/5percent_darker_bg-1500w.png");
  background-position: center;
  font-size: 2.1vw;
  line-height: 1.1;
}
.bannerImg{
  margin-top: 5vw;
}
.test-xplorers {
  width: 8%;
  align-self: center;
  margin-top: 15vw;
  object-fit: cover;
}

.test-transformationleaders {
  color: rgb(241, 241, 241);
  width: 30%;
  height: 60px;
  padding: var(--dl-space-space-halfunit);
  z-index: 100;
  font-size: 1.5rem;
  align-self: center;
  margin-top: 1vw;
  text-align: center;
  text-transform: capitalize;
  background-size: cover;
  background-image: url("public/obi-200h.png");
  background-repeat: no-repeat;
  background-position: center;
}

.test-subtitle {
  color: rgb(241, 241, 241);
  width: 609px;
  height: 65px;
  z-index: 100;
  font-size: 1.5rem;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  background-size: cover;
  background-image: url("public/obi-200h.png");
  background-repeat: no-repeat;
  background-position: center;
}

.test-link07 {
  display: contents;
}

.container03Logo{
  width: 20%;
  margin-top: 10.5%;
}
.container03Eng{
  color: white;
  padding: 3px 40px;
  letter-spacing: 1.1px;
  background: rgb(18, 27, 69);
  background: linear-gradient(90deg, rgba(18, 27, 69, 1) 0%, rgba(33, 58, 113, 1) 35%, rgb(44, 82, 139) 50%, rgba(37, 66, 124, 1) 65%, rgba(18, 27, 69, 1) 100%);
}
.container03Jpn{
  color: white;
  padding: 3px 40px;
  background: rgb(18, 27, 69);
  margin-top: 12px;
  font-size: 1.3vw;
  line-height: 1.5;
  letter-spacing: 0.7px;
  font-weight: 600;
    background: linear-gradient(90deg, rgba(18, 27, 69, 1) 0%, rgba(33, 58, 113, 1) 35%, rgb(44, 82, 139) 50%, rgba(37, 66, 124, 1) 65%, rgba(18, 27, 69, 1) 100%);

}

.test-sanka {
  width: 10%;
  height: auto;
  align-self: center;
  object-fit: cover;
  transition: 0.3s;
  margin-bottom: 8vw;
  text-decoration: none;
  margin-top: 1vw;
}

.speLi{
  height:22px;
}
.headerBanner{
  width: 100%;
  margin-top: 5%;
}
.end{
  background-color: black;
  color: white;
  padding: 10px 20px;
  line-height: 2;
  height: 115px;
  top: -1px;
    position: relative;

}
.endX{
  display: flex;
    float: right;
}
@media (max-width: 1200px) {
  .headerBanner{
    margin-top: 7%;
  }
  }
  @media (max-width: 800px) {
    .headerBanner{
      margin-top: 8%;
    }
    }
  
    @media (max-width: 600px) {
      .headerBanner{
        margin-top: 10%;
      }
      }
      @media (max-width: 550px) {
        .headerBanner{
          margin-top: 11%;
        }
        }
        @media (max-width: 479px) {
          .headerBanner{
            margin-top: 40px;
          }
          .speLi{
            height:0px;
          }          
          }
  


.test-whatisxplorers {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.test-container04 {
  width: 100%;
  display: flex;
  z-index: 100;
  position: relative;
  align-items: stretch;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
}

.test-xplorerslogo {
  width: 430px;
  align-self: center;
  margin-top: var(--dl-space-space-threeunits);
  object-fit: cover;
}

.test-subtitle1 {
  color: rgb(18, 27, 69);
  height: 113px;
  align-self: center;
  text-align: center;
  line-height: 2;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1;
}

.test-subtitle1 .test-text013 {
  font-size: 0.6em;
  line-height: 2;
  font-weight: 600;
}

.test-text014 {
  margin: var(--dl-space-space-twounits);
  flex-wrap: wrap;
  font-size: 18px;
  align-self: left;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: left;
  font-weight: 500;
  line-height: 1.7;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  padding:  0 130px;
  margin-bottom: var(--dl-space-space-unit);
  display: inline-block; 
  text-align: center;
}
.text014Big{
   font-size: 30px;
   text-decoration-line: underline;
   line-height:2;
}

.test-statement {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.test-statementsub {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  max-width: var(--dl-size-size-maxwidth);
  transform: scale(1.03);
  transition: 0.3s;
  align-items: center;
  margin-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}

.test-program {
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  justify-content: space-between;
}

.test-blog-post-card-x {
  width: 100%;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(47, 32, 12, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.test-blog-post-card-x:hover {
  transform: scale(1.02);
}

.test-image03 {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius2);
}

.test-container05 {
  height: 25vw;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: 38px;
  border-radius: var(--dl-radius-radius-radius2);
  padding-right: 38px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-size: cover;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #121b45;
}

.test-text034 {
  color: var(--dl-color-scheme-white);
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
  margin-top: 1.3vw;
}

.test-text035 {
  color: rgb(255, 211, 129);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.test-text036 {
  color: var(--dl-color-scheme-white);
  font-size: 0.85rem;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  line-height: 2.5em;
  padding-top: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  letter-spacing: 10%;
}

.test-discussions {
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  justify-content: space-between;
}

.test-blog-post-card-x1 {
  width: 100%;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-size-size-maxwidth);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.test-blog-post-card-x1:hover {
  transform: scale(1.02);
}

.test-container06 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.test-image04 {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius2);
}

.test-container07 {
  height: 25vw;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius2);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-size: cover;
  justify-content: flex-start;
  background-image: url('https://images.unsplash.com/photo-1557319966-7fa81f1fb87b?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDIyNHx8Ymx1ZXxlbnwwfHx8fDE2ODc5NjkyODh8MA&ixlib=rb-4.0.3&w=1400');
  background-repeat: no-repeat;
  background-position: center;
}

.test-text037 {
  color: var(--dl-color-scheme-white);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid white;
  margin-bottom: var(--dl-space-space-unit);
}

.test-text038 {
  color: var(--dl-color-scheme-white);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: var(--dl-space-space-twounits);
}

.test-text039 {
  color: var(--dl-color-scheme-white);
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  line-height: 2em;
  padding-top: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  letter-spacing: 10%;
}

.test-networking {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.test-blog-post-card-x2 {
  width: 100%;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(47, 32, 12, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.test-blog-post-card-x2:hover {
  transform: scale(1.02);
}

.whyImg{
  width: 90%;
  margin: 0 auto 2%;
}

.test-image05 {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius2);
}

.test-container08 {
  height: 25vw;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius2);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-size: cover;
  justify-content: flex-start;
  background-image: url('https://images.unsplash.com/photo-1557319966-7fa81f1fb87b?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDIyNHx8Ymx1ZXxlbnwwfHx8fDE2ODc5NjkyODh8MA&ixlib=rb-4.0.3&w=1400');
  background-repeat: no-repeat;
  background-position: center;
}

.test-text040 {
  color: var(--dl-color-scheme-white);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid white;
  margin-bottom: var(--dl-space-space-unit);
}

.test-text041 {
  color: var(--dl-color-scheme-white);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: var(--dl-space-space-twounits);
}

.test-text042 {
  color: var(--dl-color-scheme-white);
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  line-height: 2em;
  padding-top: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  letter-spacing: 10%;
}

.test-council-member {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #EBECF0;
}

.test-council-member1 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 0px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  margin-bottom: 0px;
  flex-direction: row;
  padding-bottom: 0px;
  justify-content: center;
  background-blend-mode: overlay;
}

.test-max-width {
  width: 100%;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}

.test-heading-container {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}

.test-statement .test-heading-container {
  padding: 65px 0;
  margin: 0;
}

.test-statement .test-text043 {
  text-transform: none;
  font-size: 48px;
  letter-spacing: 2px;
}

.test-text043 {
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
}
.smallText23{
  font-size: 32px;
}
.test-text044 {
  color: rgb(38, 79, 126);
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 2em;
}
.whyattendsub{
  color: #3473BA;
  font-size: 13px;
}
.test-councilmember-conta-xiner {
  width: 100%;
  display: grid;
  position: relative;
  align-self: center;
  grid-row-gap: var(--dl-space-space-fourunits);
  grid-column-gap: 30px;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.test-councilmember1x {
  text-decoration: none;
}

.test-councilmember2x {
  text-decoration: none;
}

.test-councilmember4x {
  text-decoration: none;
}

.test-councilmember5x {
  text-decoration: none;
}

.test-councilmember6x {
  text-decoration: none;
}

.test-councilmember7x {
  text-decoration: none;
}

.test-councilmember8x {
  text-decoration: none;
}

.test-founder {
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 0px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  margin-bottom: 0px;
  flex-direction: row;
  padding-bottom: 0px;
  justify-content: center;
  background-blend-mode: overlay;
}

.test-max-width1 {
  width: 100%;
  align-items: center;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}

.test-heading-container1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}

.test-text045 {
  width: 100%;
  font-size: 42px;
  align-self: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
}

.test-councilmember-container {
  width: 300px;
  display: grid;
  position: relative;
  align-self: center;
  grid-row-gap: var(--dl-space-space-fourunits);
  grid-column-gap: 30px;
  justify-content: center;
  grid-template-columns: 1fr;
}

.test-councilmembermori {
  border: 1px solid grey;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}

.test-councilmembermori:hover {
  color: var(--dl-color-scheme-bluelight);
  cursor: pointer;
  transform: scale(1.03);
  transition: all 1s ease;
}

.test-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  min-width: 255px;
  align-self: center;
  min-height: 255px;
  align-items: center;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: flex-end;
}

.test-image06 {
  left: 0px;
  width: 100%;
  bottom: 0px;
  filter: grayscale();
  height: 100%;
  display: flex;
  position: absolute;
  align-self: center;
  object-fit: cover;
}

.test-first-name {
  width: 100%;
  font-size: 30px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 1.12em;
  font-kerning: initial;
  letter-spacing: 10%;
}

.test-last-name {
  width: 100%;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: var(--dl-space-space-halfunit);
  letter-spacing: 10%;
}

.test-text046 {
  width: 100%;
  font-size: 13px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
  font-kerning: initial;
  letter-spacing: 10%;
}

.test-schedule{
  display: block;
  width:100%;
}
.test-schedule b{
font-weight: 600;
}
.scheduleTitle{
  background-color: #121b45;
  color: white;
  font-size: 18px;
  width: 100%;
  line-height: 3;
  padding: 0 5%;
  text-align: center;
}
.scheduleTitle .engText{
  font-size: 42px;
}
.scheduleTable{
  margin: 2% 3%;
  color: #121b45;
  font-size: 20px;
}
.scheduleTable table,tr,th,td, thead,tbody{
  text-indent: initial;
    border-spacing: 0px;
    border-color: #121b45;
    border: 0.3px solid #121b45;
}
.scheduleTable .th2{
  width:35%;
  background-color:white;
  color: #121b45;
}

.scheduleTable  thead{
  background-color: #121b45;
  color: white;
  line-height: 5;
}
.scheduleTable tbody{
  line-height: 3;
  font-weight: 600;
  text-align: center;
}
.scheduleTable tbody td{
  padding: 0 1%;
  background-color: #121b45;
  color: white;

}
.scheduleTable .th1{
  width: 10%;
  background-color: #121b45;
  color: white;
}

tbody .th2{
  text-align: left;
}
.oneLists{
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 33% 33% 33%;
  grid-template-areas: "l1 l2 l3";
}
/* .threeLists{
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 33% 33% 33%;
  grid-template-areas: "l1 l2 l3"
  "l4";
} */

.oneList{
  grid-area: l1, l2, l3;
}


.scheduleSpeakers{
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 50% 50%;
  grid-template-areas: "s1 s2 s3" 
   "s4";
}
.double{
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}
.twoSpe{
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 100%;
  grid-template-areas: "s1 s2 s3" 
}
.sponsorLogo{
  display: flex;
}
.fourSpeaker{
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 50% 50%;
  grid-template-areas: "s1 s2 s3" 
   "s4";
}
.scheduleSpeaker{
  grid-area: s1, s2, s3, s4;
  display: flex;
  border: 0.7px solid rgb(199, 199, 199);
  margin: 5px 1px;
  height: 105px;
  background-color: white;
}
.scheduleSpeakerImg{
  width: 105px;
  height: auto;
  object-fit: contain;
}
.scheduleLogoImg{
  height: 104px;
  width: auto;
  object-fit: contain;
  margin: auto;
}
.scheduleSpeakerText{
  font-size: 14px;
  font-weight: 500;
  margin: 5px 3px 3px 5px;
  line-height: 1.5;
}
.longText{
  font-size: 9px;
  /* line-height: 1.5; */
}

.mediumText{
  font-size: 10px;
}
.scheduleTitleText{
  width: 92%;
  line-height: 1.5;
  margin-bottom: 2%;
}
.test-attendees{
  display: block;
  width:100%;
  background-color: #EBECF0;
}
.attendeesTitle{
  background-color: #121b45;
  color: white;
  font-size: 30px;
  width: 100%;
  line-height: 3;
  padding: 0 5%;
  text-align: center;
}
.attendeesTitle .attendeesTitleBig{
  font-size: 42px;
}
.attendeesTextFooter{
  display: block;
  margin-left: 3%;
}
.attendeesTextGrid{
  display: block;
}
.attendeesText{
  line-height: 2;
}
.attendeesGrid{
  margin: 2% 15%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 100%;
  grid-template-areas: "t1 t2";
}
.attendeesTextSection{
  grid-area: t1;
}
.attendeesTextSection1{
  grid-area: t2;
}
.test-location-x {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.attendeesFooter{
  margin-left:3%;
  padding:2%;
  background-color: rgb(160, 197, 240);
  width: 90%;
}

.test-heading-container2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #121b45;
}

.overview{
  display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 45% 55%;
    /* grid-template-rows: 60% 40%; */
    grid-template-areas: "locationText"
        "overviewImgs";
    background-color: #121b45;
}
.locationText{
  grid-area: locationText;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 35% 65%;
  grid-template-areas: "logo texts";
  /* margin: 25px 0; */
}

.test-title {
  grid-area: logo;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  grid-template-areas: "logoText";
}

.test-title .overLogo{
  grid-area: logoText;
  width: 50%;
  margin: 0% 25%;
  opacity: 0.1;
  top: 6%;
  position: relative;
}
.test-title .overLogoText{
  grid-area: logoText;
  color: white;
  font-size: 40px;
  font-weight: 600;
text-align: center;
position: relative;
  top: 42%;
}

.test-location-container-x {
  grid-area: texts;
  padding: 8% 5% 4% 0;
}


.overviewImgs{
  grid-area: overviewImgs;
  /* display: grid; */
    /* grid-template-columns: 33.4% 33.3% 33.3%; */
    /* grid-template-rows: 100%;
    grid-template-areas: "img1 img2 img3"; */

    /* grid-template-rows: 50% 50%;
    grid-template-areas: "img1 img2 img3"
    "img4 img5 img6"; */
    overflow: hidden;
    display: block;
}

.overImg{
  /* grid-area: img1 img2 img3 img4 img5 img6; */
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
  position: relative;
}

.test-text051 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 42px;
  margin-top: var(--dl-space-space-fourunits);
  margin-bottom: var(--dl-space-space-halfunit);
}

.test-text052 {
  color: RGB(38 79 126);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 2em;
  margin-bottom: var(--dl-space-space-threeunits);
}

.test-text053 {
  color: var(--dl-color-scheme-white);
  font-size: 54px;
  margin-bottom: var(--dl-space-space-halfunit);
  text-transform: capitalize;
}

.test-text054 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  margin-bottom: var(--dl-space-space-halfunit);
  text-transform: capitalize;
}

.test-text055 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  margin-bottom: var(--dl-space-space-fourunits);
}

.test-location-text-container-x {
  font-weight: 500;
  width: 100%;
  padding-right: 100px;
}

.test-text056 {
  font-size: 22px;
  text-align: center;
  line-height: 2;
}

.test-text057 {
  font-size: 25px;
  text-align: left;
  line-height: 1;
}

.test-text058 {
  font-size: 18px;
  line-height: 2.5;
}

.test-text059 {
  font-size: 23px;
  line-height: 2;
}

.test-text060 {
  font-size: 15px;
  text-align: center;
}
.num{
  font-size: 35px;
  font-weight: 800;
}


.test-text077 {
  flex-wrap: wrap;
}

.test-text083 {
  text-align: center;

}

.test-text087 {
  text-align: left;
}

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


.test-map {
  width: 80%;
  height: 450px;
  margin-left: var(--dl-space-space-twounits);
  margin-bottom: 0px;
}

.test-iframe {
  width: 80%;
  height: 100%;
  margin-top: var(--dl-space-space-unit);
  margin-left: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-unit);
}

.test-link08 {
  display: contents;
}

.test-image07 {
  width: 12%;
  align-self: center;
  object-fit: cover;
  margin-bottom: 4vw;
  text-decoration: none;
}

.test-waytoparticipate-x {
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #121b45;
  padding-top: 5%;
}

.test-max-width2 {
  width: 100%;
  height: 8vw;
  align-self: center;
  margin-top: 3vw;
  margin-bottom: 3vw;
  align-items: center;
  flex-direction: column;
  padding-bottom: 19px;
  justify-content: center;
}

.test-heading-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}

.test-text099 {
  color: var(--dl-color-scheme-white);
  width: 100%;
  height: 5vw;
  font-size: 42px;
  align-self: center;
  margin-top: 0px;
  text-align: center;
  padding-top: 2vw;
}

.test-text103 {
  color: orange;
  font-size: 24px;
  align-self: center;
  font-style: normal;
  margin-top: 2rem;
  text-align: center;
  font-weight: 500;
}

.test-container-x {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: stretch;
  background-size: cover;
}

.test-waytoparticipate {
  width: 100%;
  display: grid;
  padding: 0.5rem 4rem;
  grid-gap: var(--dl-space-space-unit);
  position: relative;
  max-width: 100%;
  margin-bottom: var(--dl-space-space-fiveunits);
  grid-template-columns: 1fr 1fr;
}

.test-xleader {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-scheme-darkgray);
  border-width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #FFFFFF;
}

.test-image08 {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.test-link09 {
  display: contents;
}

.test-xleadersub {
  width: 100%;
  display: grid;
  align-self: flex-start;
  transition: 0.3s;
  align-items: flex-start;
  background-size: cover;
  justify-content: center;
  text-decoration: none;
  /* background-color: #22B4BC; */
  background-color: gray;
  background-repeat: no-repeat;
  background-position: center;
  grid-template-columns: 95% 5%;
  line-height: 1;
}

/* .test-xleadersub:hover {
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
} */

.test-text104 {
  color: var(--dl-color-scheme-white);
  width: 100%;
  font-size: 1.5rem;
  align-self: center;
  text-align: center;
  font-weight: 400;
  margin-top: var(--dl-space-space-halfunit);
  padding-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
}

.test-icon08 {
  fill: var(--dl-color-scheme-white);
  width: 20px;
  height: 50%;
  align-self: flex-end;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5vw;
}

.test-text108 {
  color: #22B4BC;
  font-size: 26px;
  align-self: flex-start;
  font-style: normal;
  margin-top: 2vw;
  font-weight: 700;
  padding-left: var(--dl-space-space-twounits);
}

.test-text111 {
  color: var(--dl-color-scheme-black);
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 2rem;
  padding-top: 0px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: 0px;
  list-style-type: disc;
}

.test-premiumxleader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-scheme-darkgray);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #FFFFFF;
  line-height: 1;
}

.test-image09 {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.test-link10 {
  display: contents;
}

.test-premiumxsub {
  width: 100%;
  display: grid;
  align-self: flex-start;
  transition: 0.3s;
  align-items: flex-start;
  background-size: cover;
  justify-content: center;
  text-decoration: none;
  background-color: #2472B4;
  background-repeat: no-repeat;
  background-position: center;
  grid-template-columns: 95% 5%;
}

.test-premiumxsub:hover {
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
}

.test-text150 {
  color: var(--dl-color-scheme-white);
  width: 100%;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 400;
  padding-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
}

.test-icon10 {
  fill: var(--dl-color-scheme-white);
  width: 20px;
  height: 50%;
  align-self: flex-end;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5vw;
}

.test-text155 {
  color: #2472B4;
  font-size: 26px;
  align-self: flex-start;
  font-style: normal;
  margin-top: 2vw;
  font-weight: 700;
  padding-left: var(--dl-space-space-twounits);
}

.test-text160 {
  color: var(--dl-color-scheme-black);
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 2rem;
  padding-top: 0px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: 0px;
}

.test-xpartner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-scheme-darkgray);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #FFFFFF;
  line-height: 1;
}

.test-image10 {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.test-xpartnersub {
  width: 100%;
  display: grid;
  align-self: flex-start;
  transition: 0.3s;
  align-items: flex-start;
  background-size: cover;
  justify-content: center;
  /* background-color: #373A57; */
  background-color: gray;
  background-repeat: no-repeat;
  background-position: center;
  grid-template-columns: 95% 5%;
}

/* .test-xpartnersub:hover {
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.3s;
} */

.test-text182 {
  color: var(--dl-color-scheme-white);
  width: 100%;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 400;
  padding-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}

.test-icon12 {
  fill: var(--dl-color-scheme-white);
  width: 20px;
  height: 50%;
  align-self: flex-end;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5vw;
}

.test-text187 {
  color: #373A57;
  font-size: 20px;
  align-self: flex-start;
  font-style: normal;
  margin-top: 2vw;
  font-weight: 700;
  padding-left: var(--dl-space-space-twounits);
}

.test-text192 {
  color: var(--dl-color-scheme-black);
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  padding-top: 0px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: 0px;
}

.footerLogo {
  width: 300px;
  align-self: center;
  object-fit: cover;
}

.footer-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: white;
}

.test-footer {
  height: auto;
  z-index: 101;
  padding-bottom: 0px;
  background-color: #121b45;
}

.test-max-width3 {
  height: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.test-banner {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: 134px;
  flex-direction: column;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center;
  background-color: rgb(18, 27, 69);
}

.test-heading {
  color: var(--dl-color-scheme-white);
  height: auto;
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
}

.test-text206 {
  text-transform: capitalize;
}

.test-text207 {
  text-transform: capitalize;
}

.test-text211 {
  color: var(--dl-color-scheme-white);
  font-style: normal;
  font-size: 0.85em;
  font-weight: 600;
}

.test-btns-container-x {
  flex: 0 0 auto;
  width: 160px;
  height: 100px;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  margin-top: -3%;
}

.test-link12 {
  display: contents;
}

.test-image11 {
  position: absolute;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}

.test-bottom-container-x {
  width: 100%;
  display: flex;
  margin-bottom: var(--dl-space-space-sixunits);
  justify-content: space-between;
}

.test-left-side {
  flex: 0 0 auto;
  width: 33%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.test-image12 {
  height: 92px;
  margin-bottom: var(--dl-space-space-twounits);
}

.test-text212 {
  color: var(--dl-color-scheme-gold);
  margin-top: 3px;
}


.test-social-media-x {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.test-text213 {
  color: var(--dl-color-scheme-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}

.test-social-container-x {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.test-icon14 {
  fill: var(--dl-color-scheme-white);
  width: 30px;
  height: 20px;
  transition: 0.3s;
}
.line{
  line-height: 1.5;
  margin: 2% auto;
}

.test-icon14:hover {
  fill: var(--dl-color-scheme-gold);
  cursor: pointer;
}

.test-icon16 {
  fill: #D9D9D9;
  width: 24px;
  height: 24px;
  margin-left: var(--dl-space-space-unit);
}
.test-icon16:hover {
  fill: var(--dl-color-scheme-gold);
  cursor: pointer;
}

.test-link13 {
  display: contents;
}

.test-footer-links-sitemap-x {
  flex: 0 0 auto;
  width: 33%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  text-decoration: none;
}

.test-container09 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.test-link14 {
  color: var(--dl-color-scheme-gold);
  cursor: default;
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-units);
}

.test-link14:hover {
  color: var(--dl-color-scheme-gold);
  cursor: pointer;
}

.test-text214 {
  font-size: 18px;
  text-transform: capitalize;
}

.test-text219 {
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}

.test-text220 {
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}

.test-text221 {
  margin-bottom: var(--dl-space-space-twounits);
}

.test-top {
  border-color: var(--dl-color-scheme-gold);
  border-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.test-top-x {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  z-index: 50;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}

.test-link15 {
  display: contents;
}

.test-image13 {
  right: 50px;
  width: 80px;
  bottom: 80px;
  cursor: pointer;
  z-index: 1;
  overflow: clip;
  object-fit: cover;
  margin-right: 4vw;
  margin-bottom: 2vw;
  justify-content: flex-end;
  text-decoration: none;
  overflow-clip-margin: content-box;
}

.test-copyright-x {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: rgb(18, 27, 69);
}

.test-text222 {
  color: var(--dl-color-scheme-white80);
  font-size: 14px;
  align-self: center;
  text-transform: none;
}
.br{
  display: none;
}

@media(max-width: 1600px) {
  .test-location-text-container-x{
    padding-right: 105px;
  }
  .test-links {
    justify-content: center;
    margin-right: 0%;
    margin-left: 10vw;
  }

  .test-link04 {
    width: 100%;
    text-align: center;
  }

  .test-icon-group {
    width: 100%;
    display: flex;
  }

  .test-xplorers {
    width: 12%;
    margin-top: 10%;
    margin-bottom: 20px;
  }

  .test-transformationleaders {
    margin-top: 1vw;
  }

  .test-sanka {
    width: 10%;
    margin-top: 1vw;
    margin-bottom: 8vw;
  }

  .test-container05 {
    height: 32vw;
  }

  .test-container07 {
    height: 32vw;
  }

  .test-container08 {
    height: 32vw;
  }

  .test-councilmembermori {
    align-items: center;
  }

  .test-first-name {
    align-self: center;
    text-align: center;
    line-height: 1.12em;
  }

  .test-last-name {
    align-self: center;
  }

  .test-text046 {
    align-self: center;
  }

  .test-location-x {
    min-height: auto;
  }

  .test-image07 {
    margin-bottom: 4vw;
  }

  .test-waytoparticipate-x {
    height: auto;
  }

  .test-max-width2 {
    top: 5657px;
    left: 56px;
    width: 100%;
    padding: var(--dl-space-space-unit);
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .test-xleader {
    border-color: var(--dl-color-scheme-darkgray);
    border-width: 1px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .test-image08 {
    height: 270px;
  }

  .test-xleadersub {
    background-size: cover;
  }

  .test-container-x .engText {
    font-weight: 500;
    font-size: 2.5rem;
  }

  .test-text104 {
    color: var(--dl-color-scheme-white);
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .test-text105 {
    font-weight: 700;
  }

  .test-icon08 {
    fill: var(--dl-color-scheme-white);
    width: 10px;
    margin-bottom: 2vw;
  }

  .test-text108 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }

  .test-text111 {
    color: var(--dl-color-scheme-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .test-text149 {
    color: var(--dl-color-scheme-black);
  }

  .test-premiumxleader {
    border-color: var(--dl-color-scheme-darkgray);
    border-width: 1px;
  }

  .test-image09 {
    height: 270px;
  }

  .test-text150 {
    color: var(--dl-color-scheme-white);
  }

  .test-text151 {
    font-weight: 700;
  }

  .test-icon10 {
    fill: var(--dl-color-scheme-white);
    width: 10px;
    margin-bottom: 2vw;
  }

  .test-text155 {
    font-size: 16px;  }

  .test-text160 {
    color: var(--dl-color-scheme-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .test-xpartner {
    border-color: var(--dl-color-scheme-darkgray);
    border-width: 1px;
  }

  .test-image10 {
    height: 270px;
  }

  .test-text182 {
    color: var(--dl-color-scheme-white);
    font-style: normal;
  }

  .test-text183 {
    font-weight: 700;
  }

  .test-icon12 {
    fill: var(--dl-color-scheme-white);
    width: 10px;
    margin-bottom: 2vw;
  }

  .test-text187 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }

  .test-text192 {
    color: var(--dl-color-scheme-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .test-left-side {
    position: relative;
  }

  .test-footer-links-sitemap-x {
    position: relative;
  }


  .test-top-x {
    justify-content: flex-end;
  }

  .test-image13 {
    width: 80px;
    margin-right: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }
}
@media(max-width: 1500px) {
  .test-links{
    margin-left: 7vw;
  }
}

@media(max-width: 1400px) {
  .test-links{
    margin-left: 3vw;
  }
}
@media(max-width: 1300px) {
  .test-links{
    margin-left: 1vw;
  }
  .councilmembercard1-last-name3 {
    font-size: 12.5px;
    line-height: 2.8em
  }
}

@media(max-width: 1200px) {

  .test-links {
    font-size: 13;
    justify-content: flex-start;
    margin-left: 4vw;
  }

  .test-image01 {
    align-self: center;
  }

  .test-text004 {
    margin-left: var(--dl-space-space-twounits);
  }

  .test-xplorers {
    width: 15%;
    align-self: center;
    margin-top: 23vw;
  }

  .test-transformationleaders {
    width: 40%;
    height: 62px;
    font-size: 1.4rem;
  }

  .test-subtitle {
    font-size: 1.4rem;
  }

  .test-sanka {
    align-self: center;
  }

  .test-program {
    width: 100%;
  }

  .test-image03 {
    height: 20vw;
  }

  .test-container05 {
    width: 100%;
    height: 40vw;
  }

  .test-discussions {
    width: 100%;
  }

  .test-image04 {
    height: 20vw;
  }

  .test-container07 {
    width: 100%;
    height: 40vw;
  }

  .test-text039 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .test-networking {
    width: 100%;
  }

  .test-image05 {
    height: 20vw;
    padding-top: 0px;
  }

  .test-container08 {
    height: 40vw;
  }

  .test-council-member1 {
    height: auto;
    position: relative;
    margin-bottom: 0px;
    padding-top: 70px
  }

  .test-founder {
    height: auto;
    position: relative;
    margin-bottom: 0px;
  }

  .test-first-name {
    font-size: 30px;
    align-self: center;
    font-style: normal;
    
    font-weight: 700;
    line-height: 1.12em;
  }

  .test-text046 {
    font-size: 14px;
    align-self: center;
  }

  .test-location-x {
    background-size: cover;
    background-image: 2724ac74-ead8-48bb-957e-1f830a7ed001;
    background-position: center;
  }

  .test-heading-container2 {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
  }

  .test-text051 {
    margin-top: var(--dl-space-space-fourunits);
  }

  .test-text052 {
    margin-bottom: var(--dl-space-space-twounits);
  }

  .test-text053 {
    align-self: center;
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .test-location-container-x {
    align-self: center;
  }

  .test-location-text-container-x {
    width: 100%;

    margin-left: 1vw;
    padding-right: 70px;
  }

  .test-text056 {
    font-size: 18px;
  }

  .test-text057 {
    font-size: 21px;

  }
.test-text058{
  font-size: 14px;
  line-height: 2.8;
}
.test-text059{
  font-size: 19px;
}
.test-text060{
  font-size: 11px;
}
.num{
  font-size: 31px;
}
  .test-text062 {
    font-size: 16px;
  }

  .test-text066 {
    font-size: 16px;
  }

  .test-text073 {
    font-size: 16px;
  }

  .test-text077 {
    font-size: 16px;
  }

  .test-text083 {
    font-size: 16px;
  }

  .test-text087 {
    font-size: 16px;
  }

  .test-text091 {
    font-size: 16px;
  }

  .test-text095 {
    font-size: 16px;
  }

  .test-map {
    height: 100%;
    margin-left: 0px;
  }

  .test-iframe {
    width: 100%;
    height: 100%;
  }

  .test-image07 {
    width: 15%;
    margin-bottom: var(--dl-space-space-threeunits);
  }

  .test-waytoparticipate-x {
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }

  .test-max-width2 {
    width: 100%;
    height: auto;
    position: static;
  }

  .test-heading-container3 {
    margin-bottom: var(--dl-space-space-twounits);
  }

  .test-text099 {
    width: 100%;
    margin-top: 40px;
  }

  .test-text100 {
    width: 100%;
    height: 100%;
    margin-top: var(--dl-space-space-sixunits);
  }

  .test-text102 {
    width: 100%;
    height: 100%;
    margin-top: var(--dl-space-space-sixunits);
  }

  .test-container-x {
    width: 1200px;
    height: auto;
    margin-top: ０;
    padding-top: ０;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: ０;
  }

  .test-text104 {
    color: var(--dl-color-scheme-white);
  }

  .test-text105 {
    font-weight: 700;
  }

  .test-text106 {
    font-size: 30px;
    font-style: normal;
  }

  .test-text107 {
    font-size: 16px;
    font-style: normal;
  }

  .test-icon08 {
    margin-bottom: 2.45vw;
  }

  .test-text111 {
    color: var(--dl-color-scheme-black);
    width: 100%;
    height: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text114 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text116 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text117 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text120 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text121 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text123 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text124 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text127 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text133 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text134 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text138 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text139 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text142 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text143 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text146 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text147 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text148 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text149 {
    color: var(--dl-color-scheme-black);
  }

  .test-premiumxleader {
    height: auto;
  }

  .test-text150 {
    color: var(--dl-color-scheme-white);
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .test-text151 {
    font-weight: 700;
  }

  .test-text153 {
    font-size: 16px;
    font-style: normal;
  }

  .test-icon10 {
    margin-bottom: 2.45vw;
  }

  .test-text160 {
    color: var(--dl-color-scheme-black);
    width: 100%;
    height: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-premiumxleader .test-text160 {
    padding-top: 34px;
  }

  .test-text165 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text169 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text176 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text180 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text182 {
    color: var(--dl-color-scheme-white);
  }

  .test-text183 {
    font-weight: 700;
  }

  .test-text185 {
    font-size: 16px;
  }

  .test-icon12 {
    margin-bottom: 2.45vw;
  }

  .test-text192 {
    color: var(--dl-color-scheme-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text204 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-image11 {
    left: 0px;
    right: 0px;
    margin: auto;
    width: 80%;
  }

  .test-link14 {
    color: var(--dl-color-scheme-gold);
  }

  .test-text214 {
    font-size: 18px;
    text-transform: capitalize;
  }
  .councilmembercard1-last-name3 {
    font-size: 12px;
    line-height: 3em;
  }
}
@media(max-width: 1100px){
  .test-links{
    margin-left: 2vw;
  }
  .councilmembercard1-last-name3 {
    font-size: 11px;
    line-height: 3.2em;
  }
}
@media(max-width: 1050px){
  .test-links{
    margin-left:2vw;
    margin-right: 10%;
  }
}
@media(max-width: 1100px){
  .bannerImg{
    margin-top: 6vw;
  }
  
  .test-links{
    margin-left:2vw;
    margin-right: 15%;
  }
}

@media(max-width: 991px) {
  .bannerImg{
    margin-top: 7vw;
  }
    
  .councilmembercard1-last-name1 {
    font-size: 15px;
    margin: 0.4rem 0.3rem;
  }

  .test-image {
    width: 12vw;
    margin-right: 2vw;
  }

  .test-desktop-menu {
    display: none;
  }

  .test-burger-menu {
    display: flex;
  }

  .test-button {
    width: 65px;
    height: 57px;
    background-color: transparent;
  }

  .test-icon {
    fill: #D9D9D9;
    width: 44px;
    height: 44px;
    border-radius: var(--dl-radius-radius-round);
  }

  .test-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 32px;
    z-index: 100;
    position: absolute;
    transform: translateX(100%);
    transition: 0.5s;
    flex-direction: column;
    backdrop-filter: saturate(200%) blur(30px);
    justify-content: space-between;
    background-color: var(--dl-color-scheme-darkblue);
  }

  .test-logo {
    width: 20%;
    height: auto;
    margin-top: var(--dl-space-space-unit);
    margin-left: var(--dl-space-space-fourunits);
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-links1 {
    width: 100%;
    align-self: center;
    text-align: center;
    align-items: flex-start;
    border-color: var(--dl-color-scheme-darkblue);
    border-width: 1px;
    padding-left: 0px;
    line-height: 1;
    font-size: 3.5vw;
  }

  .test-container02 {
    align-self: center;
  }

  .test-link04 {
    margin-top: var(--dl-space-space-unit);
    border-color: var(--dl-color-scheme-darkblue);
    border-width: 1px;
    text-transform: capitalize;
  }

  .test-icon-group {
    margin-bottom: var(--dl-space-space-fourunits);
    display: flex;

  }

  .test-xplorers {
    width: 18%;
    align-self: center;
  }

  .test-transformationleaders {
    width: 50%;
    height: 53px;
    font-size: 1.2rem;
    align-self: center;
    padding-top: var(--dl-space-space-halfunit);
  }

  .test-subtitle {
    color: rgb(241, 241, 241);
    height: 61px;
    font-size: 1.2rem;
    align-self: center;
    text-transform: capitalize;
    background-image: url("public/obi-200h.png");
  }

  .test-sanka {
    width: 18%;
    height: auto;
  }

  .test-whatisxplorers {
    width: 100%;
  }
.text014Big{
  font-size: 16px;
}
  .test-text014 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2;
    padding: 0 45px;
    left: 10px;
    position: relative;    
  }

  .test-statement {
    width: 80%;
  }
  .test-statement .whyImg{
    width: 100%;
  }

  .test-statementsub {
    flex-direction: column;
  }

  .test-program {
    width: 80%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }

  .test-image03 {
    width: 100%;
    height: 250px;
  }

  .test-container05 {
    height: 35vw;
  }

  .test-text034 {
    font-size: 1.4rem;
  }

  .test-text035 {
    font-size: 1rem;
  }

  .test-text036 {
    font-size: 14px;
  }

  .test-discussions {
    width: 80%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }

  .test-image04 {
    height: 250px;
  }

  .test-container07 {
    height: 35vw;
  }

  .test-networking {
    width: 80%;
  }

  .test-image05 {
    height: 250px;
  }

  .test-container08 {
    height: 35vw;
  }

  .test-council-member1 {
    height: auto;
  }

  .test-councilmember-conta-xiner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .test-founder {
    height: auto;
  }

  .test-councilmember-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .test-councilmembermori {
    align-items: center;
    margin-left: var(--dl-space-space-fourunits);
  }

  .test-first-name {
    align-self: center;
    line-height: 1.12em;
  }

  .test-last-name {
    align-self: center;
  }

  .test-text046 {
    font-size: 13px;
    align-self: center;
  }

  .test-location-container-x {
    grid-template-columns: 1fr;
    height: auto;
  }

  .test-map {
    width: 100%;
    height: 500px;
    margin-top: var(--dl-space-space-threeunits);
    margin-right: var(--dl-space-space-twounits);
  }

  .test-iframe {
    width: 90%;
  }

  .test-location-text-container-x {
    width: 100%;
    margin-left: 1vw;
    padding-right: 40px;
  }

  .test-text056 {
    font-size: 16px;
  }

  .test-text057 {
    font-size: 19px;
  }
  .test-text058 {
    font-size: 12px;
    line-height: 3;
 }

  .test-text059 {
    font-size: 17px;
 }

  .test-text060 {
    font-size: 9px;
 }

  .num {
    font-size: 29px;
  }


  .test-text062 {
    font-size: 18px;
    line-height: 2rem;
  }

  .test-text066 {
    font-size: 18px;
    line-height: 2rem;
  }

  .test-text073 {
    font-size: 18px;
    line-height: 2rem;
  }

  .test-text077 {
    font-size: 18px;
    line-height: 2rem;
  }

  .test-text083 {
    font-size: 18px;
    line-height: 2rem;
  }

  .test-text087 {
    font-size: 18px;
    line-height: 2rem;
  }

  .test-text091 {
    font-size: 18px;
    line-height: 2rem;
  }

  .test-text095 {
    font-size: 18px;
    line-height: 2rem;
  }

  .test-image07 {
    width: 18%;
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
  }

  .test-waytoparticipate-x {
    height: auto;
    padding-top: 0;
    margin-top: -40px;
  }

  .test-max-width2 {
    height: 163px;
    margin: var(--dl-space-space-threeunits);
    position: 0px;
    align-self: center;
    justify-content: center;
  }

  .test-text099 {
    margin-top: var(--dl-space-space-twounits);
  }

  .test-text100 {
    margin-top: var(--dl-space-space-twounits);
  }

  .test-text102 {
    margin-top: var(--dl-space-space-twounits);
  }

  .test-container-x {
    width: 100%;
    height: auto;
    max-width: auto;
  }

  .test-waytoparticipate {
    align-self: flex-start;
  }

  .test-xleader {
    width: 100%;
    align-items: center;
    margin-left: 0px;
  }

  .test-image08 {
    height: 200px;
  }

  .test-text104 {
    color: var(--dl-color-scheme-white);
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .test-text105 {
    font-weight: 700;
  }

  .test-text106 {
    font-size: 30px;
    font-style: normal;
  }

  .test-text107 {
    font-size: 16px;
    font-style: normal;
  }

  .test-icon08 {
    margin: 3vw 0;
  }

  .test-image09 {
    height: 200px;
  }

  .test-text150 {
    color: var(--dl-color-scheme-white);
    font-style: normal;
  }

  .test-text151 {
    font-weight: 700;
  }

  .test-text152 {
    font-size: 2rem;
  }

  .test-text153 {
    font-size: 16px;
  }

  .test-icon10 {
    margin: 3vw 0;
  }

  .test-text160 {
    color: var(--dl-color-scheme-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text165 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text169 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text176 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text180 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-image10 {
    height: 200px;
  }

  .test-text182 {
    color: var(--dl-color-scheme-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
  }

  .test-text183 {
    font-weight: 700;
  }

  .test-text185 {
    font-size: 16px;
  }

  .test-icon12 {
    margin: 3vw 0;
  }

  .test-text192 {
    color: var(--dl-color-scheme-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .test-text204 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-bottom-container-x {
    flex-direction: column;
  }

  .test-left-side {
    width: 100%;
  }

  .test-footer-links-sitemap-x {
    width: 100%;
    margin-bottom: 10px;
  }

  .test-image13 {
    margin-bottom: 2vw;
  }
}

@media(max-width: 767px) {
.br{
  display: block;
}
.bannerImg{
  margin-top: 9vw;
}
  .councilmembercard1-last-name2 {
    font-size: 15px;
    margin: 0.6rem 0.3rem;
  }
  .councilmembercard1-last-name3 {
    font-size: 12px;
    line-height: 3em;
  }
  .test-navbar-interactivex {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .test-image {
    width: 22%;
  }

  .test-burger-menu {
    align-items: center;
    justify-content: center;
  }

  .test-logo {
    width: 30%;
  }

  .test-links1 {
    width: 100%;
    align-self: center;
    text-align: center;
    align-items: flex-start;
    border-color: var(--dl-color-scheme-darkblue);
    border-width: 1px;
    padding-left: 0px;
  }

  .test-container02 {
    align-self: center;
  }

  .test-link04 {
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-link05 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-text005 {
    align-self: center;
    text-align: center;
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-text006 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-text007 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-text008 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-link06 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-text009 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-icon04 {
    fill: var(--dl-color-scheme-white);
    width: 55px;
    height: 40px;
  }
  .test-icon05 {
    fill: var(--dl-color-scheme-white);
    width: 40px;
    height:  40px;
  }

  .test-icon06 {
    fill: var(--dl-color-scheme-white);
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }

  .test-xplorers {
    width: 20%;
    margin-top: 26vw;
  }

  .test-transformationleaders {
    top: 536px;
    left: 0px;
    color: rgb(241, 241, 241);
    right: 0px;
    width: 55%;
    font-size: 3.5vw;
    margin-top: var(--dl-space-space-halfunit);
    line-height: 6vw;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    background-image: url("public/obi-200h.png");
  }

  .test-sanka {
    top: 706px;
    left: 0px;
    right: 0px;
    width: 20%;
    align-self: center;
    margin-top: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-sixunits);
    margin-right: var(--dl-space-space-sixunits);
    margin-bottom: var(--dl-space-space-fiveunits);
  }

  .test-subtitle1 {
    font-size: 3rem;
  }

  .test-text014 {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2;
    padding: 10px 45px;
    margin:10px;
    left: 0;
  }

  .test-text017 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2;
  }

  .test-text024 {
    font-size: 18px;
    font-style: normal;
  
    font-weight: 500;
    line-height: 2.2;
  }

  .test-text028 {
    font-size: 18px;
    font-style: normal;
  
    font-weight: 500;
    line-height: 2.2;
  }

  .test-text033 {
    font-size: 18px;
    font-style: normal;
  
    font-weight: 500;
    line-height: 2.2;
  }

  .test-statementsub {
    padding-left: 0;
    padding-right: 0;
  }
  .test-program {
    width: 90%;
  }
  .test-discussions{
    width:90%;
  }
  .test-networking{
    width:90%;
  }

  .test-image03 {
    height: 300px;
  }

  .test-container05 {
    height: 30%;
  }

  .test-text034 {
    margin-top: var(--dl-space-space-unit);
  }

  .test-container07 {
    height: 50%;
  }

  .test-text037 {
    font-size: 1.4rem;
    margin-top: var(--dl-space-space-unit);
  }

  .test-text038 {
    font-size: 1rem;
  }

  .test-text039 {
    font-size: 14px;
  }

  .test-container08 {
    height: 30%;
  }

  .test-text040 {
    font-size: 1.4rem;
    margin-top: var(--dl-space-space-unit);
  }

  .test-text041 {
    font-size: 1rem;
  }

  .test-text042 {
    font-size: 14px;
  }
  .test-text043{
    font-size: 24px;
  }
  .Headline2{
    font-size: 26px;

  }
  .scheduleTitle .engText {
    font-size: 25px;
}
.smallText23{
  font-size: 14px;
}

  .test-council-member {
    height: auto;
    position: relative;
  }

  .test-council-member1 {
    width: 100%;
    height: auto;
  }

  .test-councilmember-conta-xiner {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .test-founder {
    width: auto;
    height: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
  }

  .test-councilmembermori {
    width: 90%;
    position: 0px;
    align-items: center;
    margin-left: 0 21vw;
    justify-content: center;
  }

  .test-first-name {
    align-self: center;
    line-height: 1.12em;
  }

  .test-last-name {
    font-size: 18px;
    align-self: center;
    font-style: normal;
    
    font-weight: 400;
    line-height: 2em;
  }

  .test-text046 {
    align-self: center;
  }

  .test-text056 {
    font-size: 10px;

  }

  .test-text057 {
    font-size: 13px;

  }
  .test-text058 {
    font-size: 8px;
    line-height: 3;
 }

  .test-text059 {
    font-size: 11px;
 }

  .test-text060 {
    font-size: 5px;
 }

  .num {
    font-size: 20px;
  }

  .test-image07 {
    width: 25%;
  }

  .test-waytoparticipate-x {
    height: auto;
    margin-top: -25px;
  }

  .test-max-width2 {
    height: auto;
    margin: var(--dl-space-space-unit);
    max-width: 100%;
  }

  .test-text099 {
    color: var(--dl-color-scheme-white);
    height: 7vw;
    font-size: 42px;
  }

  .test-text100 {
    height: 47px;
  }

  .test-text102 {
    height: 47px;
  }

  .test-text103 {
    width: 100%;
  }

  .test-container-x {
    width: 100%;
    height: auto;
    flex-flow: column;
    max-width: 100%;
    align-self: center;
    padding-left: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-twounits);
  }

  .test-waytoparticipate {
    padding-left: 0px;
    padding-right: 0px;
    grid-template-columns: 1fr;
  }

  .test-xleader {
    flex-direction: column;
  }

  .test-icon08 {
    margin-bottom: 3.8vw;
  }

  .test-premiumxleader {
    flex-direction: column;
  }

  .test-image09 {
    height: 200px;
  }

  .test-icon10 {
    margin-bottom: 3.8vw;
  }

  .test-xpartner {
    flex-direction: column;
  }

  .test-icon12 {
    margin-bottom: 3.8vw;
  }

  .test-text192 {
    color: var(--dl-color-scheme-black);
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-footer {
    height: auto;
  }

  .test-max-width3 {
    height: auto;
    padding-top: 0;

  }

  .test-banner {
    height: auto;
  }

  .test-btns-container-x {
    width: 25%;
    height: auto;
    justify-content: center;
    margin-top: 1%;
  }

  .test-text219 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}

@media(max-width: 479px) {
.bannerImg{
  margin-top: 40px;
}
  .test-navbar-interactivex {
    height: 70px;
    padding: var(--dl-space-space-unit);
    padding-right: 8px;
  }

  .test-image {
    width: 25%;
  }

  .test-burger-menu {
    z-index: 100;
  }

  .test-button {
    display: flex;
    flex-direction: row;
  }

  .test-icon {
    margin-left: 8vw;
  }

  .test-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 32px;
    z-index: 102;
    position: absolute;
    transform: translateX(100%);
    transition: 0.5s;
    flex-direction: column;
    backdrop-filter: saturate(200%) blur(30px);
    justify-content: space-between;
    background-color: var(--dl-color-scheme-darkblue);
  }

  .test-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 32px;
    z-index: 102;
    position: absolute;
    transform: translateX(100%);
    transition: 0.5s;
    flex-direction: column;
    backdrop-filter: saturate(200%) blur(30px);
    justify-content: space-between;
    background-color: var(--dl-color-scheme-darkblue);
  }


  .test-logo {
    width: 35%;
    margin: 0;
  }

  .test-icon02 {
    fill: var(--dl-color-scheme-white);
    width: var(--dl-size-size-small);
  }

  .test-links1 {
    width: 100%;
    align-self: center;
    text-align: center;
    align-items: flex-start;
    border-color: var(--dl-color-scheme-darkblue);
    border-width: 1px;
    padding-left: 0px;
  }

  .test-container02 {
    align-self: center;
  }

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

  .test-link05 {
    align-self: center;
    text-align: center;
  }

  .test-text005 {
    align-self: center;
    text-align: center;
  }

  .test-text006 {
    align-self: center;
    text-align: center;
  }

  .test-text007 {
    align-self: center;
    text-align: center;
  }

  .test-text008 {
    align-self: center;
  }

  .test-link06 {
    align-self: center;
  }

  .test-text009 {
    align-self: center;
  }

  .test-image02 {
    align-self: center;
    width: 130px;
  }

  .test-icon04 {
    fill: var(--dl-color-scheme-white);
  }

  .test-icon06 {
    fill: var(--dl-color-scheme-white);
  }

  .test-headerbackground {
    padding-top: 20px;
    height: auto;
  }

  .test-container03 {
    height: auto;
    min-height: auto;
    font-size:1.5rem;
  }
  .container03Jpn{
    font-size: 1rem;
    font-weight: 500;

    margin-top: 8px;
  }

  .test-xplorers {
    width: 30%;
    margin-top: var(--dl-space-space-sixunits);
    margin-bottom: 10%;
  }

  .test-transformationleaders {
    color: rgb(241, 241, 241);
    width: 70%;
    height: auto;
    font-size: 1.0rem;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: var(--dl-space-space-unit);
    text-transform: capitalize;
    background-image: url("public/obi-200h.png");
  }

  .test-subtitle {
    padding-top: 6px;
    font-size: 1.1rem;
  }

  .test-sanka {
    width: 30%;
    height: auto;
  }

  .test-container04 {
    height: auto;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .test-banner .test-container04{
    padding: 0;
  }

  .test-xplorerslogo {
    width: 50%;
    margin-top: var(--dl-space-space-twounits);
  }

  .test-subtitle1 {
    left: 0px;
    color: rgb(18, 27, 69);
    right: 0px;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    margin-top: var(--dl-space-space-unit);
    
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-text012 {
    font-size: 0.8rem;
  }

  .test-text013 {
    font-size: 0.8rem;
  }
  .text014Big{
    font-size: 1.1rem;
  }

  .test-text014 {
    width: auto;
    font-size: 1.1rem;
    font-style: normal;
    margin-top: var(--dl-space-space-unit);
    font-weight: 500;
    line-height: 2.2;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-oneandhalfunits);
    text-transform: capitalize;
  }

  .test-text017 {
    font-style: normal;
    font-weight: 500;
    line-height: 2.2;
  }

  .test-text024 {
    font-style: normal;
  
    font-weight: 500;
    line-height: 2.2;
  }

  .test-text028 {
    font-style: normal;
  
    font-weight: 500;
    line-height: 2.2;
  }

  .test-text033 {
    font-style: normal;
  
    font-weight: 500;
    line-height: 2.2;
  }

  .test-statementsub {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }

  .test-program {
    width: 100%;
  }

  .test-image03 {
    height: 40vw;
  }

  .test-container05 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }

  .test-text034 {
    font-size: 15pt;
  }

  .test-text035 {
    font-size: 10pt;
  }

  .test-text036 {
    font-size: 8.5pt;
  }

  .test-discussions {
    width: 100%;
  }

  .test-image04 {
    width: 100%;
    height: 40vw;
  }

  .test-container07 {
    height: 50%;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }

  .test-text037 {
    font-size: 15pt;
  }

  .test-text038 {
    font-size: 10pt;
  }

  .test-text039 {
    font-size: 8.5pt;
  }

  .test-networking {
    width: 100%;
  }

  .test-image05 {
    height: 40vw;
  }

  .test-container08 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }

  .test-text040 {
    font-size: 15pt;
  }

  .test-text041 {
    font-size: 10pt;
  }

  .test-text042 {
    font-size: 8.5pt;
  }

  .test-council-member {
    height: auto;
  }

  .test-council-member1 {
    height: auto;
    position: static;
    align-self: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .test-max-width {
    position: relative;
    align-self: center;
    align-items: center;
  }

  .test-heading-container {
    width: 100%;
  }

  .test-statement .test-text043 {
    width: 100%;
    font-size: 20pt;
    align-self: center;
    margin-top: 8vw;
  }

  .test-text044 {
    font-size: 15pt;
    font-style: normal;
    margin-top: var(--dl-space-space-halfunit);
    line-height: 2em;
  }

  .test-councilmember-conta-xiner {
    width: 80%;
    height: auto;
    margin-left: 0px;
    grid-template-columns: 1fr;
  }
  .locationText{
    margin: 25px 0;

  }
  .test-founder {
    width: 100%;
    height: auto;
    align-self: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .test-max-width1 {
    height: auto;
    position: relative;
    align-self: center;
    align-items: center;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .test-heading-container1 {
    width: 100%;
  }

  .test-text045 {
    width: 100%;
    font-size: 36px;
    align-self: center;
    margin-top: 4vh;
  }

  .test-councilmember-container {
    width: 80%;
    height: auto;
    margin-left: 0px;
    margin-bottom: var(--dl-space-space-sixunits);
    grid-template-columns: 1fr;
  }

  .test-councilmembermori {
    width: 100%;
    margin-left: 0px;
  }

  .test-image06 {
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .test-first-name {
    width: auto;
    font-size: 26px;
    align-self: center;
    font-style: normal;
    
    font-weight: 700;
    line-height: 1.12em;
  }

  .test-last-name {
    font-size: 14px;
    align-self: center;
    font-style: normal;
    
    font-weight: 400;
    line-height: 2em;
  }

  .test-text046 {
    font-size: 12px;
    align-self: center;
  }

  .test-text051 {
    font-size: 20pt;
  }

  .test-text052 {
    font-size: 15pt;
  }

  .test-title {
    width: 100%;
  }

  .test-text053 {
    font-size: 28pt;
  }

  .test-text054 {
    font-size: 15pt;
  }

  .test-text055 {
    font-size: 13px;
  }

  .test-location-text-container-x {
    width: 100%;
    margin-left: 0vw;
    padding-right: 6px;
  }

  .test-text056 {
    font-size: 8px;
  }
  .line56{
    line-height: 3;
  }
  .test-text057 {
    font-size: 9px;
  }
  .test-text058 {
    font-size: 7px;
    line-height: 2.5;
  }
  .test-text059 {
    font-size: 7px;
  }
  .test-text060 {
    font-size: 5px;
  }
  .num {
    font-size: 14px;
  }

  .test-text062 {
    font-size: 13px;
  }

  .test-text066 {
    font-size: 13px;
    line-height: 1.5rem;
  }

  .test-text069 {
    font-size: 15px;
  }

  .test-text070 {
    font-size: 15px;
  }

  .test-text071 {
    font-size: 15px;
  }

  .test-text072 {
    font-size: 15px;
  }

  .test-text073 {
    font-size: 13px;
    margin-right: 0px;
  }

  .test-text077 {
    font-size: 13px;
    line-height: 2rem;
  }

  .test-text083 {
    font-size: 13px;
  }

  .test-text087 {
    font-size: 13px;
  }

  .test-text091 {
    font-size: 13px;
  }

  .test-text095 {
    font-size: 13px;
  }

  .test-iframe {
    width: 80%;
    margin-left: var(--dl-space-space-twounits);
  }

  .test-image07 {
    width: 40%;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-twounits);
  }

  .test-waytoparticipate-x {
    height: auto;
    margin-top: auto;

  }

  .test-max-width2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .test-text099 {
    height: 10vw;
    font-size: 20pt;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }

  .test-text100 {
    height: auto;
    font-size: 20pt;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }

  .test-text102 {
    height: auto;
    font-size: 20pt;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }

  .test-text103 {
    font-size: 15pt;
    margin-top: var(--dl-space-space-halfunit);
  }

  .test-container-x {
    padding-top: 0px;
    padding-left: var(--dl-space-space-unit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }

  .test-waytoparticipate {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .test-image08 {
    height: 10rem;
  }

  .test-text104 {
    color: var(--dl-color-scheme-white);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-transform: capitalize;
  }

  .test-text105 {
    font-weight: 700;
  }

  .test-text106 {
    font-size: 30px;
  }

  .test-text107 {
    font-size: 0.8rem;
  }

  .test-icon08 {
    margin-bottom: 6vw;
  }

  .test-text108 {
    color: rgb(30, 143, 168);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
  }

  .test-text109 {
    font-size: 24px;
  }

  .test-text110 {
    font-size: 28px;
  }

  .test-text111 {
    color: var(--dl-color-scheme-black);
  }

  .test-text114 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text116 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text117 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text120 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text121 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }


  .test-text123 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text124 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text127 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text133 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text134 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text138 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text139 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text142 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text143 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text146 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text147 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text148 {
    color: var(--dl-color-scheme-black);
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text149 {
    color: var(--dl-color-scheme-black);
  }

  .test-image09 {
    height: 10rem;
  }

  .test-text150 {
    color: var(--dl-color-scheme-white);
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
  }

  .test-text151 {
    font-weight: 700;
  }

  .test-text152 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
  }

  .test-text153 {
    font-size: 0.8rem;
  }

  .test-icon10 {
    margin-bottom: 6vw;
  }

  .test-text155 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
  }


  .test-text157 {
    font-size: 28px;
  }

  .test-text158 {
    font-size: 28px;
  }

  .test-text160 {
    color: var(--dl-color-scheme-black);
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text165 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text169 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text176 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-text180 {
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .test-image10 {
    height: 10rem;
  }

  .test-text182 {
    color: var(--dl-color-scheme-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
  }

  .test-text183 {
    font-weight: 700;
  }

  .test-text185 {
    font-size: 0.8rem;
  }

  .test-icon12 {
    margin-bottom: 6vw;
  }

  .test-text189 {
    font-size: 28px;
  }

  .test-text190 {
    font-size: 28px;
  }

  .test-text192 {
    font-size: 14px;
  }

  .test-footer {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0;

  }

  .test-max-width3 {
    height: auto;
  }

  .test-banner {
    height: auto;
    /* margin-top: -8%; */
    padding-top: 65px;
    margin-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }

  .test-heading {
    color: var(--dl-color-scheme-white);
    font-size: 1.2em;
    margin-top: var(--dl-space-space-unit);
    line-height: 2;
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .test-text206 {
    text-transform: capitalize;
  }

  .test-text207 {
    font-size: 1.3em;
    text-transform: capitalize;
  }

  .test-text211 {
    color: var(--dl-color-scheme-white);
    font-size: 0.8em;
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }

  .test-btns-container-x {
    height: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .test-image11 {
    left: 0px;
    right: 0px;
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }

  .test-bottom-container-x {
    height: auto;
    margin-bottom: 0px;
  }

  .test-left-side {
    margin-bottom: 15px;
  }

  .test-image12 {
    width: 50%;
    height: auto;
    margin-bottom: 0px;
  }

  .test-text212 {
    width: auto;
    font-size: 20pt;
    margin-bottom: 0px;
  }

  .test-footer-links-sitemap-x {
    flex-wrap: wrap;
  }

  .test-container09 {
    width: 100%;
    margin-bottom: var(--dl-space-space-unit);
  }

  .test-link14 {
    margin-bottom: var(--dl-space-space-twounits);
  }

  .test-text219 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    text-decoration: none;
  }

  .test-text220 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    text-decoration: none;
  }

  .test-text221 {
    text-decoration: none;
  }

  .test-image13 {
    width: 15%;
    margin-top: 4vw;
    margin-right: 6vw;
    margin-bottom: 4vw;
  }

  .test-copyright-x {
    z-index: 1000;
  }

  .test-text222 {
    color: var(--dl-color-scheme-white);
  }
}

.participate-title {
  margin-top: var(--dl-space-space-halfunit);
  padding-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-unit);
  font-size: 1.5rem;

}

.participate-subtitle {
  font-size: 24px;
}

.participate-price {
  font-size: 1.7rem;
  line-height: 1.5;
  padding-left: 30px;

}
.paddingLeft{
  padding-left: 20px;
}

.participate-price .test-text109 {
  font-size: 1.3rem;
}

.participate-link {
  margin: 20px;
  /* background-color: gray;
  line-height: 2;
  color: white;
  padding: auto 10px; */
}


.participate-text {
  font-size: 1rem;
}


.big-title {
  height: 65px;
}

@media(max-width: 1600px) {
  .participate-subtitle {
    font-size: 16px;
  }
}

@media(max-width: 1200px) {
  .test-header{
    margin-bottom: 0;
  }
  .test-container-x .engText {
    font-size: 2rem;
    font-weight: 500;
  }

  .participate-title {
    font-size: 1.2rem;
  }

  .participate-price {
    font-size: 1.8rem;
  }
}

@media(max-width: 991px) {
  .test-container-x .engText {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .participate-title {
    font-size: 0.9rem;
  }
}

@media(max-width: 767px) {
  .test-container-x .engText {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .participate-title {
    font-size: 0.9rem;
  }

  .participate-subtitle {
    font-size: 24px;
  }

}

@media(max-width: 479px) {
  .big-title {
    height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

}


.navi-disable {
  color: gray;
  cursor: not-allowed;
}

.navi-disable:hover {
  color: gray;
  cursor: not-allowed;
  transform: scale(1.00);
  transition: 0.3s;
}

.councilmembercard1-first-name .shi {
  font-size: 20px;
}

/* .testBrDesktop{
  display: none;
}
@media(max-width: 1200px) {
  .textBrLaptop{
  display: none;
}
} */
.smallText {
  font-size: 12px;
}
.test-text156{
  font-size: 20px;
}
.SpeMode{
  display: grid;
  grid-template-columns:  33% 33% 33%;
  grid-template-rows: 100%;
  grid-template-areas: "spe spe1 spe2";
}
.spe{
  grid-area: spe, spe1, spe2;
}
.mode1{
  display:none;
}
.fiveLogos{
  width: 100%;
  display: grid;
grid-template-columns:  20% 20% 20% 20% 20%;
grid-template-rows: 100%;
grid-template-areas: "spe spe1 spe2 spe3 spe4";
}

@media(max-width: 1400px){
  .test-text156{
    font-size: 16px;
  }
  .test-text034 {
    font-size: 1.8rem;
  }

  .test-text035 {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0px 41px 0 0;
  }

  .test-text036 {
    font-size: 0.8rem;
  }
  .scheduleSpeaker{
    margin: 5px 1px;
  }
  .speakersLong{
    width: 65%;
  }
  .sponsorLogo {
    display: flex;
  }
  .scheduleSpeakerImg{
    width: 100px;
  }
  .scheduleLogoImg{

    height: 94px;
  }
  .scheduleSpeakerText{
    font-size: 13px;
    line-height: 1.5;
  }
  .longText{
    font-size: 9px;
  }
  

}
@media(max-width: 1200px) {
  .test-xplorerslogo {
    width: 300px;
  }

  .test-subtitle1 {
    font-size: 1.4em;
    height: 80px;
  }
.text014Big{
  font-size:20px;
}
  .test-text014 {
    font-size: 11px;
    line-height: 1.5;
  }

  .test-text034 {
    font-size: 1.4rem;
  }

  .test-text035 {
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding: 0px 41px 0 0;
  }

  .test-text036 {
    font-size: 0.75rem;
  }

  .test-statement .test-text043 {
    font-size: 42px;
  }
  .test-text044{
    font-size: 21px;
  }

  .test-text045 {
    font-size: 38px;
  }

  .test-text051 {
    font-size: 38px;
  }

  .test-text052 {
    font-size: 18px;
  }

  .footerLogo {
    width: 230px;
  }

  .footer-text {
    font-size: 1.5rem;
  }

  .test-text211 {
    font-size: 0.8em;
  }

  .test-text099 {
    font-size: 38px;
  }

  .test-text107 {
    font-size: 14px;
  }

  .participate-price .test-text109 {
    font-size: 1.2rem;
  }

  .participate-price {
    font-size: 1.5rem;
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .test-title .overLogoText{
    font-size: 32px;
    top: 34%;
  }
  .scheduleSpeaker{
    margin: 5px 1px;
  }
  .speakersLong{
    width: 70%;
  }
  .scheduleSpeakerImg{
    width: 105px;
  }
  .scheduleSpeakerText{
    font-size: 13px;
    line-height: 1.5;
  }
  .longText{
    font-size: 8px;
  }
  .oneLine{
    grid-template-columns: 100%;
  }
  .fiveLogos{
  width: 100%;
  display: grid;
  grid-template-columns:  25% 25% 25% 25%;
  grid-template-rows: 50% 50%;
  grid-template-areas:
  inherit;
  }

}

@media(max-width: 991px) {
  .text014Big{
    font-size: 15px;
  }
  .test-navbar-interactivex {
    padding: 35px;
  }
  .logoHead {
    margin-top: 14%;
  }
  .container03Logo {
    margin-top: 11.8%;
  }
  .test-container03 {
    font-size:1.8rem;
  }
  .container03Jpn{
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .test-sanka {
    margin-bottom: 4%;
    width: 18%;
    margin-top: 1vw;
  }

  .participate-subtitle {
    font-size: 16px;
  }

  .participate-price .test-text109 {
    font-size: 1rem;
  }

  .participate-price {
    font-size: 1.3rem;
    padding-left: 25px;
  }
  .paddingLeft{
    padding-left: 18px;
  }

  .test-text160 {
    font-size: 0.8rem;
  }

  .test-premiumxleader .test-text160 {
    padding-top: 29px;
  }

  .smallText {
    font-size: 10px;
  }


  .test-statement .test-heading-container {
    padding: 40px 0;
    margin: 0;
  }
  .test-title .overLogoText{
    font-size: 28px;
    top: 28%;
  }

  .scheduleTable{
    font-size: 16px;
  }
  .attendeesTitle{
    font-size:26px;
  }
  .attendeesTitle .attendeesTitleBig{
    font-size: 38px;
  }
  .attendeesTextGrid{
    font-size: 18px;
  }
  .oneLists{
    display: grid;
    grid-template-columns:  50% 50%;
    grid-template-rows: 100%;
    grid-template-areas: "l1 l2 l3";
  }
  .tree{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows:  50% 50%;
    grid-template-areas: "l1 l2"
    "l3 l4";
  }
  
  .scheduleSpeakers{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "s1 s2" 
     "s3 s4";
  }
  .double{
    grid-template-columns: 100%;

  }

  .scheduleSpeaker{
    margin: 5px 1px;
    height: 95px;
  }
  .speakersLong{
    width: 75%;
  }
  .scheduleSpeakerImg{
    width: 95px;
  }
  
  .scheduleSpeakerText{
    font-size: 14px;
    line-height: 1.5;
  }
  .longText{
    font-size: 8px;
  }
  .sponsorLogo {
    display: flex;
  }
  .test-waytoparticipate {
    padding: 0.2rem 1.5rem;
}
.oneLine{
  grid-template-columns: 100%;
}
.fiveLogos{
  width: 100%;
  display: grid;
grid-template-columns:  33% 33% 33%;
grid-template-rows: 50% 50%;
grid-template-areas: "spe spe1 spe2"
"spe3 spe4";
}
}

@media (max-width: 767px) {
  .test-navbar-interactivex {
    padding: 35px;
  }

  .test-image {
    width: 15%;
    margin-right: 2vw;
  }

  .test-text107 {
    font-size: 14px;
  }

  .logoHead {
    margin-top: 14%;
  }
  .container03Logo {
    margin-top: 12.8%;
  }
  .test-container03 {
    font-size:1.25rem;
  }
  .container03Jpn{
    font-size: 0.95rem;
    margin-top: 8px;
  }

  .test-sanka {
    margin-bottom: 2%;
  }

.test-statement .test-text043 {
    font-size: 38px;
  }
  .whyattendsub{
    font-size: 11px;
  }

  .test-text044 {
    font-size: 18px;
  }
  .test-title .overLogoText{
    font-size: 16px;
    top: 36%;
  }
  .scheduleTable{
    font-size: 14px;
  }
  .attendeesTitle{
    font-size:16px;
  }
  .attendeesTitle .attendeesTitleBig{
    font-size: 24px;
  }
  .attendeesTextGrid{
    font-size: 12px;
  }
  .attendeesFooter{
    font-size: 12px;
    padding: 3% 5%;
  }
  .fourSpeaker{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "s1 s2" 
     "s3 s4";
  }

  .scheduleSpeaker{
    margin: 3px 1px;
    grid-area: s1 s2 s3 s4;
  }
  .scheduleSpeakerImg{
    width: 95px;
  }

  .speakersLong{
    width: 100%;
  }
 
  .scheduleSpeakerText{
    font-size: 13px;
    line-height: 1.4;
  }
  .sponsorLogo {
    display: grid;
    width: 191px;
  }
  .test-waytoparticipate {
    padding: 0.2rem 0.5rem;
}
.oneLine{
  grid-template-columns: 100%;
}
.fiveLogos{
  width: 100%;
  display: grid;
grid-template-columns:  50% 50%;
grid-template-rows:33% 33% 33%;
grid-template-areas: "spe spe1"
"spe2 spe3 "
"spe4";
}
}

@media (max-width: 650px) {
  .test-navbar-interactivex {
    padding: 30px;
  }

  .test-image {
    width: 17%;
    margin-right: 2vw;
  }

  .button {
    padding: 0;
  }
  .scheduleSpeakerText{
    font-size: 10px;
    line-height: 1.5;
  }
  .mediumText {
    font-size: 7px;
  }
  .longText{
    font-size: 7px;
    line-height: 1.3;
  }
  .speakersLong{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "s1" 
     "s2";
  }

  .scheduleSpeaker{
    width: 99%;
    margin: 3px 1px;
    grid-area: s1 s2 s3 s4;
  }
 
}
@media (max-width: 514px) {
  .two1{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "s1" 
     "s2"
     "s3"
     "s4";
  }
  .oneLine{
    grid-template-columns: 100%;
  }
  .fiveLogos{
    width: 100%;
    display: grid;
  grid-template-columns:  50% 50%;
  grid-template-rows:33% 33% 33%;
  grid-template-areas: "spe spe1"
  "spe2 spe3 "
  "spe4";
  }
}
@media (max-width: 479px) {
  .mode{
    display:none;
  }
  .scheduleTable{
    font-size: 13px;
    line-height: 1.5;
  }
  .oneLists{
    grid-template-columns: 100%;
    display: block;
  }
  .scheduleSpeakers{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 25% 25% 25% 25%;
    grid-template-areas: "s1" 
     "s2"
     "s3"
     "s4";
  }
  .threeSpe{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "s1" 
     "s2"
     "s3"
     "s4";
  }
  .scheduleSpeaker{
    height: 90px;
  }
  .scheduleSpeakerImg{
    width: 90px;
  }
  .sponsorLogo {
    display: flex;
    width: 181px;
}
  .two{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-template-areas: "s1" 
     "s2"
     "s3"
     "s4";
  }
  .scheduleSpeakerText{
    font-size: 12px;
    line-height: 1.5;
  }
  .longText{
    font-size: 9px;
  }
  .mediumText {
    font-size: 11px;
  }
  .mode1{
    display: block;
  }
  
  .scheduleLogoImg {
    height: 89px;
}
  .attendeesTextGrid{
    font-size: 8px;
  }
  .attendeesFooter{
    font-size: 8px;
    padding: 2% 5%;
  }

  .container03Logo{
    margin-top:14.2%;
  }

  .logoHead {
    width: 40%;
  }

  .test-navbar-interactivex {
    height: 65px;
    padding: 1rem;
  }

  .button {
    padding: 0.7rem 0;
  }

  .test-icon {
    width: 8.5vw;
    height: 8.5vw;
    ;
  }

  .test-image {
    width: 23%;
    margin-right: 1vw;
  }

  .test-sanka {
    margin-bottom: 2%;
    width:16%;
  }

  .test-xplorerslogo {
    width: 60%;
    margin-top: 35px;
  }

  .test-subtitle1 {
    height: auto;
    font-size: 1rem;
    margin: 0;
    line-height: 1.3;
  }
  .text014Big{
    font-size: 0.7rem;

   }

  .test-text014 {
    font-size: 10px;
    margin: 2rem 1.5rem 1rem;
    padding:0 20px;
  }

  .test-heading-container {
    margin: 10%;
  }

.test-statement .test-text043 {
    margin-top: 0vw;
  }

  .test-text044 {
    font-size: 13pt;
  }

  .test-text051 {
    font-size: 34px;
  }

  .test-text052 {
    font-size: 13pt;
  }

  .footerLogo {
    width: 55%;
    margin: 0 22.5%;
  }

  .footer-text {
    font-size: 1.05rem;
    line-height: 1;

  }

  .test-heading {
    margin-bottom: 0;
  }

  .test-text211 {
    font-size: 0.48em;
    font-weight: 600;
  }

  .test-title .overLogoText {
    font-size: 11px;
    top: 40%;
}

  .test-map {
    height: 300px;
    margin-top: 30px;
  }

  .test-heading-container3 {
    margin: 20px;
  }

  .test-text099 {
    margin-top: 10px;
    height: 15vw;
  }

  .test-text100 {
    font-size: 34px;
  }

  .test-text103 {
    font-size: 13pt;
  }

  .test-iframe {
    margin-left: 2.5rem;
  }


  .test-banner {
    padding-top: 20px;
    padding-bottom: 45px;
    margin-bottom: 0;
  }

  .test-btns-container-x {
    width: 45%;
    margin-top: 8%;
  }

  .test-link14 {
    margin-bottom: 0px;
  }

  .test-copyright-x {
    padding-bottom: 15px;
  }

  .test-statement .test-heading-container {
    padding: 20px 0;
    margin: 0;
  }

  .test-statement .test-text043 {
    text-transform: none;
    font-size: 33px;
  }

  .test-statement .test-text044 {
    font-size: 12pt;
  }
  .whyattendsub{
    font-size: 9.5px;
  }

}

@media (max-width: 385px) {
  .scheduleSpeakerText{
    font-size: 11px;
    line-height: 1.5;
  }

}
@media (max-width: 330px) {
  .scheduleSpeakerText{
    font-size: 10px;
    line-height: 1.5;
  }

}


@media (min-width: 1200px) {
  .test-premiumxleader .test-text160 {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .test-premiumxleader .test-text160 {
    padding-top: 0;
  }
}
@media (max-width:461px){
  .container03Jpn{
    font-size: 10px;
    padding: 3px 20px;
    letter-spacing: 0.5px;
  }
  .container03Eng{
    font-size: 14px;
    padding: 3px 20px;
    letter-spacing: 0.7px;
  }
}
.testimonial-card3-testimonial-card {
  display: flex;
  padding: var(--dl-space-space-twounits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.testimonial-card3-icon {
  width: 25px;
  margin-bottom: var(--dl-space-space-twounits);
}
.testimonial-card3-testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonial-card3-text {
  color: var(--dl-color-gray-500);
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: var(--dl-space-space-threeunits);
}
.testimonial-card3-image {
  width:105px;
  filter: grayscale();
  height:105px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-round);
  margin-bottom: var(--dl-space-space-halfunit);
}
.testimonial-card3-text1 {
  font-size: 1.5rem;
  font-weight: 300;
}
@media(max-width: 767px) {
  .testimonial-card3-icon {
    height: 25px;
  }
  .testimonial-card3-text {
    font-size: 16px;
  }
  .testimonial-card3-image {
    width:95px;
    height:95px;
  }
  

}
@media(max-width: 479px) {
  .testimonial-card3-testimonial-card {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .testimonial-card3-text {
    font-size: 12px;
  }
  .testimonial-card3-image {
    width:95px;
    height:95px;
  }
}
.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  align-items: center;
  flex-direction: column;
  margin: 80px 0 0px;
  background-color: white;
}
.home-testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgb(18 27 69);
}
.home-text {
  color: var(--dl-color-gray-white);
  font-size: 50px;

  margin-bottom: 45px;
  font-weight: 400;
}
.home-testimonial1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  background-color: white;
}
.home-text1 {
  color: var(--dl-color-gray-black);
  font-size: 3rem;
  font-weight: 400;
  margin-top: 4rem;

}
.home-container3 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
@media(max-width: 1600px) {
  .home-text {
    color: var(--dl-color-gray-white);
    font-size: 4em;
  }
  .home-text1 {
    color: var(--dl-color-gray-black);
    font-size: 42px;
    line-height: 1.1;
  }
}
@media(max-width: 991px) {
  .home-text {
    text-align: center;
  }
  .home-text1 {
    text-align: center;
  }
  .home-container3 {
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .home-testimonial1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  
  .home-testimonial1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

/* sponsors */
.sponsorsTable table,tr,th,td, thead,tbody{
  text-indent: initial;
    border-spacing: 0px;
    border-color: white;
    /* border: none; */
    border: 0.3px solid;
    color: #121b45;
    background-color: #EBECF0;
    padding: 0;
}
.sponsorsTable .sponsorsTableTag{
  border: none;
  border-color: white;

}
.sponsorsTable{
  /* width: 100%; */
  padding: 2% 3%;
  border: none;
  background-color: white;
}
.home-features {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-doubleunit);
  z-index: 100;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-sponsor {
  width: 100%;
  display: flex;
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text01 {
  color: var(--dl-color-primary-300);
  font-size: 24px;
  max-width: 600px;
  color: rgb(38, 79, 126);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
.home-platinum-title {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url('https://images.unsplash.com/photo-1600172454132-ada7faa101cf?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDU1fHx3aGl0ZXxlbnwwfHx8fDE2OTEwMzg5MDB8MA&ixlib=rb-4.0.3&w=200');
  background-position: center;            
}
.home-text02 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  text-transform: uppercase;
  /* color: white; */
}
.home-platinum-logo {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  margin: 5% auto;
}
.home-image {
  width: 30%;
  margin: 0 auto;
  object-fit: cover;
}
/* .home-image:hover {
  color: var(--dl-color-scheme-bluelight);
  cursor: pointer;
  transform: scale(1.03);
  transition: all 1s ease;
} */
.home-text03 {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin: 1%;
  width: 100%;
  margin-top: 3%;
}
.home-gold-title {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url(./public/128492280_l_normal_none.jpg);
  background-position: center;
  /* background-color: grey;
  -webkit-text-stroke: 0.2px #121b45;
            background-repeat: repeat;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            font-weight: bold;
            text-transform: uppercase;
            -webkit-font-smoothing: antialiased; */

}
.goldenLogos{
  display: grid;
  grid-template-columns:2fr 2fr;
  width: 70%;
  margin: 5% auto;
}
.home-gold-logo {
  margin: auto;
  width: 70%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  margin-bottom: 8%;
}
.home-image1 {
  width: 100%;
    margin: 0 auto;
  object-fit: cover;
  margin-bottom: 6%;
}

.home-image1:hover {
  color: var(--dl-color-scheme-bluelight);
  cursor: pointer;
  transform: scale(1.03);
  transition: all 1s ease;
}
.home-features1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url('https://images.unsplash.com/photo-1634648852208-fc7e55a15751?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDJ8fHNpbHZlcnxlbnwwfHx8fDE2OTEwMjg4NjR8MA&ixlib=rb-4.0.3&w=200');
  background-position: center;
}
.silverlogos{
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  /* grid-template-columns: 2fr 2fr 2fr; */
  width: 90%;
  margin: 3% auto 5%;
}
.home-think-cell {
  width: 90%;
  margin: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10%;
}
.sony img{
  width: 45%;
  margin: 3% auto;
}
.home-image3 {
  object-fit: cover;
  width: 80%;
  margin: auto;
}
.home-image3:hover {
  color: var(--dl-color-scheme-bluelight);
  cursor: pointer;
  transform: scale(1.03);
  transition: all 1s ease;
}
.home-bronze-title {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url(./public/36100929_xl_normal_none.jpg);
}
.bronzerLogos{
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  width: 95%;
  margin: 3% auto 5%;

}
.home-co-nnect {
  width: 96%;
  margin: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}

.home-image4 {
  width: 70%;
  object-fit: cover;
  margin: auto;
}
.home-image4:hover {
  color: var(--dl-color-scheme-bluelight);
  cursor: pointer;
  transform: scale(1.03);
  transition: all 1s ease;
}
.home-supporter {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  border-top: #121b45 solid 1px;
  border-bottom: #121b45 solid 1px;

}
.home-text12 {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 0.5rem;

}
.home-text13 {
  color: rgb(38, 79, 126);
  font-size: 20px;
  max-width: 600px;
  font-weight: 600;
  align-self: center;
  text-align: center;
  margin-bottom: 12px;
}
.home-supporter1 {
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
  width: 100%;
  margin: 3% auto 5%;
}
.home-container5 {
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10%;
}
/* .home-container5 a{
  height: 104px;
  margin: auto;
} */
.home-image6 {
  width: 80%;
  margin: auto;
  object-fit: cover;
  margin-bottom: 0%;
  /* height: 150px; */

}
/* .sony .squareImg{
  margin:0 auto;
}
.sony .home-image6{
  width: 50%;
  margin-bottom: 5%;
} */
.home-image6:hover {
  color: var(--dl-color-scheme-bluelight);
  cursor: pointer;
  transform: scale(1.03);
  transition: all 1s ease;
}
.home-text14 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10%;
  margin-top: 8%;
}
.sony .home-text14{
  /* margin-bottom: 0%; */
  margin-top: 1%;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .sponsorTitle {
  margin-top: 0;
  color:black;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.popup .close:hover {
  color: #2472B4;
}
.popup .content {

  overflow: auto;
  height: 450px;
  display: flex;
  padding: 10px;
}
.SponsorLogoMore{
  width: 30%;
  height: 50%;
  object-fit: contain;
}

.SponsorMoreText{
  font-size: 16px;
    padding: 20px  20px 20px 0;
}
.popup .bigLogo{
  display: inline-block;
  width: 100%;
  height: 470px;
}
.popup .bigLogo .sponsorTitle{
  text-align: center;
  background-color: #121b45;
  border-radius: 10px;
  color:white;
  font-weight: 500;
  line-height: 2;
}
.popup .bigLogo .SponsorLogoMore{
  width: 40%;
  margin: 0 30%;
  height: auto;
  object-fit: contain;
}
.popup .bigLogo .SponsorMoreText{
  text-align: center;
}
 @media only screen and (min-width: 1600px) {
  .sony .home-image6{
    width: 45%;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 1800px) {
  .sony .home-image6{
    margin-bottom: 15%;
  }
}
@media only screen and (min-width: 2000px) {
  .sony .home-image6{
    margin-bottom: 20%;
  }
}
@media only screen and (max-width: 1400px) {
  /* .home-supporter1 {
    width: 35%;
  }
.home-image6 {
  width: 70%;
  object-fit: cover;

}
.sony .squareImg{
  margin:  auto 0;
} */
.sony .home-image6{
  width: 40%;
  margin: auto;
  margin-bottom: 2%;
}
} 


@media only screen and (max-width: 1200px) {
  .home-features {
    padding: 0px;
    padding-left: HalfUnit;
  }
  .home-text02 {
    width: 100%;
    text-align: center;
  }
  .SponsorMoreText{
    font-size: 14px;
    padding: 15px 15px 15px 0;
  }
  .home-text03 {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    width: 100%;
  }
  .home-text14{
    font-size: 10px;
  }
  .sony .home-image6{
    width: 37%;
    margin: 2% auto 3%;
  }
  
}

@media only screen and (max-width: 991px) {
  .SponsorLogoMore{
    width: 30%;
    height: 50%;
    object-fit: contain;
  }
  .test-sponsors .sponsorTitle{
    font-size: 18px;
    padding-left: 2PX;
  }
  .SponsorMoreText{
    font-size: 13px;
    padding: 15px 15px 15px 2px;
    line-height: 2;
  }
  .home-image {
    width: 50%;}
  .home-text02{
    font-size: 24px;
  }
  .home-gold-logo {
    width: 70%;
  }
  .silverlogos{
    grid-template-columns: 2fr 2fr 2fr;
    width: 95%;
  }
  .bronzerLogos{
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }  
  .home-supporter1 {
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    
     width: 100%;
  }
  .home-text14{
    font-size: 10px;
    line-height: 1.5;
    margin: 1%;
  }
  .goldenLogos{
    grid-template-columns: 2fr 2fr;
    width: 100%;
  }
  .home-gold-logo{
    margin-bottom:3%;
  }
  .home-image1{
    margin-bottom: 1%;
  }
  .home-think-cell{
    margin-bottom: 13%;
  }
  .home-container5{
    margin-bottom: 13%;
  }
  /* .home-container5 a{
    height: 95px;
    margin: auto;
} */


}
@media only screen and (max-width: 767px) {
  .home-text02{
    font-size: 20px;
    font-weight: 500;
  }
  .home-text03 {
    font-size: 8px;
  }
  .popup{
    background-color: white;
    width: 80%;
    padding: 0;
  }
  .SponsorLogoMore{
    width: 35%;
    height: 50%;
    object-fit: contain;
  }
  .test-sponsors .sponsorTitle{
    font-size: 16px;
    line-height: 2.5;
  }
  .SponsorMoreText{
    font-size: 11px;
    line-height: 2;
  }
  .home-text12{
    font-size: 20px;
    margin: 0;
  }
  .home-text13{
    font-size: 12px;
    margin: 0;
  }
  /* .home-container5 a{
    height: 80px;
    margin: auto;
} */
.home-supporter1 {
   width: 90%;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    

}
.home-image6 {
  width: 60%;
  /* margin: 8% auto; */
  object-fit: cover;

}
/* .sony .squareImg{
  margin:  auto 0;
} */
.sony .home-image6{
  width: 30%;
  margin: 5% auto;
}
.home-text14{
  font-size: 7px;
}
}
@media only screen and (max-width: 479px) {
  .home-features {
    margin-bottom: 10%;
  }
  .home-text {
    text-align: center;
  }
  .home-text01 {
    text-align: center;
  }
  .home-platinum-title {
    padding: 0.3rem;
  }
  .home-text02 {
    text-align: center;
    font-size: 18px;
  }
  .home-image {
    width: 70%;
    margin: 0 auto;
  }
  .home-text03 {
    font-size: 10px;
  }
  .home-gold-title {
    padding: 0.3rem;
  }
  .home-gold-logo {
    width: 80%;
  }
  .home-image1 {
    width: 100%;
  }
  .home-features1 {
    padding: 0.3rem;
  }
  .silverlogos {
    width: 100%;
  }
  .home-think-cell{
    width: 100%;
  }
  .home-image3{
    width: 85%;
  }
  .home-bronze-title {
    padding: 0.3rem;
  }
  /* .home-co-nnect{
    width: 100%;
  } */
  .home-image4{
    width: 85%;
  }
  .bronzerLogos .home-text03{
    font-size: 8px;
  }
  .home-text12{
    font-size: 16px;
    line-height: 1.5;
  }
  .home-text13{
    font-size: 10px;
    padding: 0;
    margin: 0;
    line-height: 1.5;
  }
  .home-image6{
    width: 90%;
    margin-bottom: 3%;
  }
.home-supporter1 {
  width: 100%;
}
/* .sony .squareImg{
 margin:  auto 0;
} */
.sony .home-image6{
 width: 40%;
 margin: 4% auto;
}

 .home-text14{
  font-size: 6px;
 }
  .popup .content {
    padding: 20px 10px;
}
.test-sponsors .sponsorTitle{
  font-size: 14px;
  line-height: 2.3;
}
.SponsorMoreText{
  font-size: 9.5px;
  line-height: 1.8;
}
.popup .close {
  top: 10px;
  right: 15px;
  font-size: 20px;
}
.popup .bigLogo {
  height: 300px;
}
.popup .bigLogo .SponsorLogoMore{
  width: 90%;
  margin: 0 5%;
  height: auto;
  object-fit: contain;
}
}
/*slides*/
.mySlides {
  display: none;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: auto;
  position: relative;
}
/* The dots/bullets/indicators */
.dot {

  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;

}
@media(max-width: 767px) {
  .dot{
    display: none;
  }
  .end{
    font-size: 14px;
    line-height: 1.7;
  }
}
@media(max-width: 479px) {
  .dot {
    height: 7px;
    width: 7px;
    display: none;
  }
  .end{
    font-size: 12px;
    line-height: 2;

  }
  
}
.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
      opacity: .4
  }

  to {
      opacity: 1
  }
}

@keyframes fade {
  from {
      opacity: .4
  }

  to {
      opacity: 1
  }
}
@media(max-width: 360px){
  .scheduleTitle .engText {
    font-size: 20px;
}
.scheduleTitle {
  font-size: 14px;

}

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
      font-size: 11px
  }
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.backgroundNone{
  background-color: transparent;
  border: none;
}
