.grw-row {
  display: flex !important;
  justify-content: center !important;
}

.grw-slider-dots {
  display: none !important;
}

.wp-gr .grw-slider .grw-slider-btns svg path {
  fill: #3273dc !important;
}

.wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border {
  background: transparent !important;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1) !important;
}

.wp-star svg path {
  fill: #000000 !important;
}

.wp-gr.wpac a.wp-google-name,
.wp-gr .wp-google-rating {
  color: #000000 !important;
}

.wp-gr .wp-google-wr a {
  background: black !important;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  z-index: 9999;
  display: none;
}

.popup--active {
  display: flex;
}

.popup__exit {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  text-align: left;
}

.popup__exit i {
  color: black;
}

.popup__exit i:hover {
  color: grey;
}

.popup__container {
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 96%;
  max-width: 800px;
  height: fit-content;
  border-radius: 18px;
}

.popup__title {
  color: #222;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  text-align: left;
}

.popup__text {
  margin-bottom: 10px;
  width: 100%;
  padding: 0px 20px;
}

.popup__text p {
  color: #222;
  font-size: 16px;
  text-align: left;
}

.site-header {
  position: relative;
}
.nav-popup-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: fit-content;
  width: max-content;
  margin-left: 10px;
  display: none;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 50;
}

.nav-popup-btn-container--active {
  display: flex;
}

@media (max-width: 1088px) {
  .navbar-menu.is-active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 136px;
    width: 100%;
    left: 0px;
    opacity: 1;
    background: var(--white) !important;
  }
}

.nav-popup-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  width: max-content;
  background-color: var(--blue-one);
  color: var(--white);
  padding-bottom: calc(1.4em - 1px);
  padding-left: 2em;
  padding-right: 2em;
  padding-top: calc(1.4em - 1px);
  border: 2px solid var(--blue-one);
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 0.9rem;
  height: 1px;
  transition: 0.3s;
}

.nav-popup-btn-container--active {
  display: flex;
}
.nav-popup-btn:hover {
  background-color: var(--red);
  border: 2px solid var(--red);
  color: var(--white);
  transition: 0.3s;
}

.navbar-end .nav-popup-btn-container {
  position: unset;
  bottom: unset;
  right: unset;
  display: flex;
}

@media (min-width: 1088px) {
  .navbar-end .nav-popup-btn-container {
    display: none;
  }
}

.popup-form {
  width: 100%;
  z-index: 3;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.popup-form .wpcf7 {
  width: 100%;
}

.popup-form-input {
  width: 100%;
  margin-bottom: 20px;
}

.popup-form-input {
  width: 100%;
}

.popup-form-input span {
  width: 100%;
}

.popup-form-input span input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #222;
  background-color: transparent;
  padding: 10px;
  outline: none;
}

.popup-form-input span input::placeholder {
  color: #222;
}

.popup-form-submit {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup-form-submit input {
  width: fit-content;
  border: #222;
  background-color: black;
  padding: 10px 20px;
  color: #222;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  background-color: black;
  color: white;
  padding-bottom: calc(1.4em - 1px);
  padding-left: 2em;
  padding-right: 2em;
  padding-top: calc(1.4em - 1px);
  border: 2px solid black;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 14.4px;
  text-transform: uppercase;
  height: 1px;
}

.popup-form-submit input:focus {
  outline: none;
}

.popup-form-submit input:hover {
  color: black;
  background-color: white;
  transition: 0.3s;
}

.popup-form-submit .wpcf7-spinner {
  display: none;
}

.popup-form__checkboxes {
  width: fit-content;
}

.wpcf7-form-control {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.wpcf7-list-item label span {
  color: #222;
  font-size: 16px;
  margin-left: 0.5rem;
}

.wpcf7-not-valid-tip {
  color: white;
}

.about {
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}

.about__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  margin: 100px 0;
}
@media (min-width: 1088px) {
  .about__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

.about__image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 500px;
  padding: 0 20px;
}

@media (min-width: 1088px) {
  .about__image-container {
    padding: 0;
  }
}

.about__text-box {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 1088px) {
  .about__text-box {
    padding: 0;
  }
}

.about__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.05rem;
  margin-bottom: 15px;
  line-height: 1.125;
}

.about__text {
  margin-bottom: 15px;
}

.about__text p {
  color: #222;
  line-height: 1.8rem;
  font-size: 16px;
}

.about__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  background-color: white;
  color: black;
  padding-bottom: calc(1.4em - 1px);
  padding-left: 2em;
  padding-right: 2em;
  padding-top: calc(1.4em - 1px);
  border: 2px solid black;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 14.4px;
  text-transform: uppercase;
  height: 1px;
}

.about_btn:hover {
  background-color: black;
  color: white;
  transition: 0.3s;
}

.tws-text-area.acs .tws-post-blocks {
  justify-content: center;
}

.tws-text-area.acs .tws-post-blocks .tws-p-block {
  width: unset;
}

.tws-text-area.acs .tws-post-blocks img {
  height: 110px;
}

.tws-posts-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.navbar .navbar-menu .navbar-start .navbar-item .navbar-link {
  font-size: 1rem;
}

.tws-post-panel {
}
.tws-post-panel img {
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}

.tws-post-panel--position {
  color: #007dff;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.2;
  font-size: 15px;
}
.tws-post-panel--title {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1.4;
}
.tws-post-panel--name {
  margin-bottom: 10px;
}

.tiers-title-grid,
.tiers-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.tiers-title-grid {
  border-bottom: 1px solid #000;
}

.tiers-grid__content-box {
  padding: 15px;
}

.tws-text-area .tiers-grid .tiers-grid__content-box {
}

.tws-text-area .tiers-grid:first-child .tiers-grid__content-box {
}

.tiers-grid {
  /* border: 1px solid #000; */
}

.navbar .navbar-menu .navbar-start {
  justify-content: flex-end;
  -webkit-box-pack: end;
}

.tws-content {
}
.tws-content .wysiwyg {
  border-bottom: 2px solid lightgray;
  padding-bottom: 50px;
  padding-top: 50px;
}

.tws-members {
  columns: 1;
}

.banner {
  position: relative;
  margin-top: 136px;
}

.banner,
.twsbanner .slick-list,
.banner img {
  height: 600px;
}

.tws-boi-block .grey-block {
  padding: 30px;
}

.banner__content-box {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner__content-box--inner {
  text-align: center;
  color: var(--white) !important;
  width: 90%;
  margin: 0 auto;
}

.banner__content-box--inner h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  background-color: var(--blue-one);
  color: var(--yellow) !important;
  margin: 0 auto;
  /* width: max-content; */
  margin-bottom: 10px;
  padding: 5px 8px 8px !important;
}

.banner--pre-title {
  color: var(--black) !important;
  font-size: 20px;
  font-weight: 400;
  background-color: var(--white);
  margin: 0 auto;
  width: max-content;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
  padding: 5px 8px 8px !important;
  line-height: 1.2;
}

.banner--text {
  color: var(--white) !important;
  font-size: 20px;
  margin: 0 auto;
  font-weight: 400;
  background-color: var(--red);
  padding: 5px 8px 8px !important;
  line-height: 1.2;
}

.tws-post-panel-bottom {
  text-align: center;
}

.image-shape img,
.image-shape iframe,
.image-shape video {
  /* filter: brightness(0.5); */
}

.slick-track .tws-banner {
  height: 700px;
}

table td,
table th {
  border: 1px solid var(--black);
  padding: 5px;
}

.single-post-grid {
  max-width: 80%;
  margin: 110px auto 0;
}

.tws-grid img {
  display: block;
  aspect-ratio: 1 / 1;
  max-height: 250px;
  object-fit: contain;
}

.tws-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers logos horizontally */
  gap: 20px;
  margin-top: 20px;
}

.partners-section .tws-text-area {
  border-bottom: 2px solid lightgray;
  padding-bottom: 50px;
  margin-top: 50px;
}

.partners-section .tws-text-area:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
}



@media (min-width: 1088px) {
  .banner {
    margin-top: 156px;
  }
}
@media (min-width: 600px) {
  .tws-members {
    columns: 2;
  }
}

@media (min-width: 768px) {
  .single-post-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
  }

  .banner,
  .twsbanner .slick-list,
  .banner img {
    height: 700px;
  }

  .banner__content-box--inner {
    width: 75%;
  }

  .banner__content-box--inner h1 {
    font-size: 45px;
  }

  .banner--pre-title {
    font-size: 40px;
  }

  .banner--text {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .tws-members {
    columns: 3;
  }

  .single-post-grid {
    grid-template-columns: 1fr 400px;
  }
}

.tws-content .wysiwyg:first-child {
  padding-top: 0px;
}

.tiers-grid .tiers-grid__content-box:first-child {
  border-left: 1px solid #000;
}
.tiers-grid .tiers-grid__content-box {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.tws-post-blocks.our-partners {
/*   display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)); */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;

}

.partners-section .tws-text-area:nth-of-type(3) .tws-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
	align-items: center;
}

.partners-section .tws-text-area:nth-of-type(3) .tws-grid a {
  flex: 0 1 calc(30% - 20px);
  height: auto;
}

.partners-section .tws-text-area:nth-of-type(3) .tws-grid a img {
	aspect-ratio: unset;
}

.tws-footer {
  background-color: var(--blue-one);
}

.tws-footer .nav-logo {
  height: 180px;
  object-fit: contain;
  display: block;
  max-width: 320px;
  width: 100%;
}

.tws-post-blocks.our-partners a {
  display: block;
  flex: 0 1 calc(20% - 20px); /* 5 images per row, minus the gap */
  height: auto;
}
.tws-post-blocks.our-partners img {
  object-fit: contain;
  display: block;
  height: 80px !important;
  min-height: 80px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .tws-post-blocks.our-partners a {
    flex: 0 1 calc(33.33% - 20px); /* 3 per row on smaller screens */
  }
	
	.partners-section .tws-text-area:nth-of-type(3) .tws-grid a {
  flex: 0 1 calc(50% - 20px);
  height: auto;
}

}

@media (min-width: 540px) {
  .tiers-title-grid,
  .tiers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

/*   .tws-post-blocks.our-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  } */
}

.nav-container {
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  min-height: 4.2rem;
  width: 100%;
  padding: 0px 20px;
}

.navbar-brand {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.navbar-item img {
  height: 120px;
  max-height: unset;
}

.navbar.is-fixed-top .navbar-item > img {
  height: 120px;
}

@media (min-width: 600px) {
  .tws-posts-panel.leaders {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
  }

  .tws-post-blocks.our-partners {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tws-posts-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }
}

@media (min-width: 768px) {
  .tws-posts-panel.leaders {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 50px;
  }

  .nav-container {
    padding: 0px 40px;
  }
}
@media (min-width: 1024px) {
  .tws-posts-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tws-posts-panel.leaders {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1088px) {
  .navbar-brand {
    width: unset;
  }

  .navbar.is-fixed-top .navbar-item > img {
    height: 140px;
    max-height: unset;
  }

  .nav-popup-btn-container {
    height: 100%;
    display: none;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .tws-posts-panel.leaders {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1230px) {
  .nav-popup-btn-container {
    display: flex;
  }
}

.tws-padding {
  padding: 50px 20px;
}

.content-switch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 64rem) {
  .content-switch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tws-padding {
    padding: 50px 0px;
  }
}
.content-switch--title {
  color: var(--blue-one);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.content-switch--title br {
  display: none;
}
@media (min-width: 64rem) {
  .content-switch--title br {
    display: inline-block;
  }
}
.content-switch--text {
  color: var(--black);
  font-weight: 500;
  margin-top: 20px;
  font-size: 16px;
}
.content-switch--text p {
  font-weight: 500;
}
.content-switch__content-box,
.content-switch__image-box {
  width: 100%;
}
@media (min-width: 64rem) {
  .content-switch__content-box,
  .content-switch__image-box {
    width: 50%;
  }
}
.content-switch__image-box img {
  aspect-ratio: 1/ 1;
  border-radius: 0;
  display: block;
  /* height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.content-switch__content-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 64rem) {
  /* .content-switch__content-box--content {
    padding: 50px 0;
  } */
}
.content-switch__button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.content-switch:nth-of-type(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tws-top-footer {
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 600px) {
  .tws-top-footer {
    flex-direction: row;
    gap: 20px;
  }
}

@media (min-width: 64rem) {
  .content-switch:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.content-switch:last-child {
  margin-bottom: 0;
}

.slick-prev {
  left: 50px;
}
.slick-next {
  right: 50px;
}

.slick-arrow:before {
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  width: 30px;
  height: 30px;
  opacity: 1;
}

.slick-prev,
.slick-next {
  z-index: 99;
}

.page-id-9312 .content-switch__image-box img {
  object-fit: contain;
  -o-object-fit: contain;
}

@media (min-width: 1024px) {
  .page-id-9312 .content-switch__image-box {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-id-9312 .content-switch__content-box {
    width: 75%;
  }
}
