:root {
  --theme-main-container-width: 1360px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
body header#masthead .ast-container {
  width: 90%;
  max-width: var(--theme-main-container-width);
  padding-left: 0;
  padding-right: 0;
}
body header#masthead #ast-mobile-header .ast-primary-header-bar {
  padding-left: 0;
  padding-right: 0;
}
body header#masthead #ast-mobile-header .ast-primary-header-bar > .ast-builder-grid-row {
  width: 90%;
  max-width: var(--theme-main-container-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  body header#masthead #ast-mobile-header .ast-primary-header-bar > .ast-builder-grid-row {
    grid-template-columns: 74% auto;
  }
}
body.ast-no-sidebar #content > .ast-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.ast-no-sidebar #content > .ast-container > #primary {
  margin: 0;
  padding: 0;
}
body.ast-no-sidebar #content .uagb-is-root-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
body.ast-no-sidebar #content .uagb-is-root-container > .uagb-container-inner-blocks-wrap {
  width: 90%;
  max-width: var(--theme-main-container-width);
  margin: 0 auto;
  padding: 0;
}
body.ast-no-sidebar #content .uagb-is-root-container > .uagb-container-inner-blocks-wrap .uagb-is-root-container > .uagb-container-inner-blocks-wrap {
  width: 100%;
  max-width: 100%;
}
body.ast-left-sidebar #content > .ast-container, body.ast-right-sidebar #content > .ast-container {
  width: 90%;
  max-width: var(--theme-main-container-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
body.ast-left-sidebar #content > .ast-container #primary, body.ast-right-sidebar #content > .ast-container #primary {
  width: 71% !important;
  margin: 0;
}
@media (max-width: 767px) {
  body.ast-left-sidebar #content > .ast-container #primary, body.ast-right-sidebar #content > .ast-container #primary {
    width: 100% !important;
  }
}
body.ast-left-sidebar #content > .ast-container #secondary, body.ast-right-sidebar #content > .ast-container #secondary {
  width: 29% !important;
  margin: 0;
}
@media (max-width: 767px) {
  body.ast-left-sidebar #content > .ast-container #secondary, body.ast-right-sidebar #content > .ast-container #secondary {
    width: 100% !important;
    margin: 40px 0 0;
    padding: 30px 0 0 !important;
  }
}
@media (max-width: 767px) {
  body.ast-left-sidebar #content > .ast-container {
    flex-direction: column-reverse;
  }
}
body.ast-left-sidebar #content > .ast-container #primary {
  padding-left: 78px;
}
@media (max-width: 1439px) {
  body.ast-left-sidebar #content > .ast-container #primary {
    padding-left: calc(30px + 48 * ((100vw - 767px) / 672));
  }
}
@media (max-width: 767px) {
  body.ast-left-sidebar #content > .ast-container #primary {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  body.ast-left-sidebar #content > .ast-container #primary {
    padding-left: 0;
  }
}
body.ast-left-sidebar #content > .ast-container #secondary {
  padding: 0 30px 0 0;
  border-right: 2px solid rgba(5, 5, 5, 0.15) !important;
}
@media (max-width: 767px) {
  body.ast-left-sidebar #content > .ast-container #secondary {
    border-right: none !important;
    border-top: 2px solid rgba(5, 5, 5, 0.15);
  }
}
@media (max-width: 767px) {
  body.ast-right-sidebar #content > .ast-container {
    flex-direction: column;
  }
}
body.ast-right-sidebar #content > .ast-container #primary {
  padding-right: 78px;
}
@media (max-width: 1439px) {
  body.ast-right-sidebar #content > .ast-container #primary {
    padding-right: calc(30px + 48 * ((100vw - 767px) / 672));
  }
}
@media (max-width: 767px) {
  body.ast-right-sidebar #content > .ast-container #primary {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  body.ast-right-sidebar #content > .ast-container #primary {
    padding-right: 0;
  }
}
body.ast-right-sidebar #content > .ast-container #secondary {
  padding: 0 0 0 30px;
  border-left: 2px solid rgba(5, 5, 5, 0.15) !important;
}
@media (max-width: 767px) {
  body.ast-right-sidebar #content > .ast-container #secondary {
    border-left: none !important;
    border-top: 2px solid rgba(5, 5, 5, 0.15);
  }
}
body footer.site-footer .site-above-footer-wrap .ast-builder-grid-row, body footer.site-footer .site-primary-footer-wrap .ast-builder-grid-row, body footer.site-footer .site-below-footer-wrap .ast-builder-grid-row {
  width: 90%;
  max-width: var(--theme-main-container-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 981px) {
  body #page .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  body #page .hidden-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body #page .hidden-mob {
    display: none !important;
  }
}
@media only screen and (max-width: 781px) {
  body #page .hidden-781 {
    display: none;
  }
}
body #page .wp-block-uagb-buttons:last-child {
  margin-bottom: 0;
}
body #page .wp-block-button__link {
  transition: all 0.3s ease-out 0s;
  border-color: rgba(29, 29, 29, 0.6);
  background-color: transparent;
  font-weight: 500;
}
body #page .wp-block-button__link:hover {
  background-color: #27b8ac;
  border-color: #27b8ac;
  color: #fff;
}
body #page .wp-block-button__link:hover .uagb-button__link {
  color: #fff;
}
body #page .wp-block-button__link:hover .uagb-button__icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
body #page .wp-block-button__link .uagb-button__link {
  transition: all 0.3s ease-out 0s;
  color: #1d1d1d;
}
body #page .wp-block-button__link.with-icon {
  border-radius: 28px;
}
body #page .wp-block-button__link .uagb-button__icon {
  font-weight: 100;
  transition: all 0.3s ease-out 0s;
  filter: brightness(0) saturate(100%) invert(10%) sepia(41%) saturate(3%) hue-rotate(82deg) brightness(96%) contrast(99%);
}
body #page .wp-block-button.fill .wp-block-button__link {
  background-color: #27b8ac;
  border-color: #27b8ac;
}
body #page .wp-block-button.fill .wp-block-button__link .uagb-button__link {
  color: #fff;
}
body #page .wp-block-button.fill .wp-block-button__link:hover {
  border-color: rgba(29, 29, 29, 0.6);
  background-color: transparent;
}
body #page .wp-block-button.fill .wp-block-button__link:hover .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button.fill-bordered .wp-block-button__link {
  background-color: #27b8ac;
  border-color: #fff;
}
body #page .wp-block-button.fill-bordered .wp-block-button__link .uagb-button__link {
  color: #fff;
}
body #page .wp-block-button.fill-bordered .wp-block-button__link:hover {
  border-color: #fff;
  background-color: #fff;
}
body #page .wp-block-button.fill-bordered .wp-block-button__link:hover .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button.white .wp-block-button__link {
  border-color: #fff;
  background-color: #fff;
  color: #1d1d1d;
}
body #page .wp-block-button.white .wp-block-button__link:hover {
  border-color: #27b8ac;
  background-color: #27b8ac;
}
body #page .wp-block-button.white .wp-block-button__link:hover .uagb-button__link {
  color: #fff;
}
body #page .wp-block-button.white .wp-block-button__link.with-icon:hover .uagb-button__icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(218deg) brightness(102%) contrast(103%);
}
body #page .wp-block-button.white .wp-block-button__link.with-icon .uagb-button__icon {
  margin-left: 17px;
  margin-right: -12px;
}
body #page .wp-block-button.white.no-hover .wp-block-button__link:hover {
  border-color: #fff;
  background-color: #fff;
  color: #1d1d1d;
}
body #page .wp-block-button.white.no-hover .wp-block-button__link:hover .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button.white.no-hover .with-icon.wp-block-button__link:hover .uagb-button__icon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(35%) saturate(0%) hue-rotate(125deg) brightness(96%) contrast(91%);
}
body #page .wp-block-button.white.border-hover-white .wp-block-button__link:hover {
  border-color: #fff;
}
body #page .wp-block-button.white-outline .wp-block-button__link {
  border-color: #fff;
  background-color: 1440px;
}
body #page .wp-block-button.white-outline .wp-block-button__link .uagb-button__link {
  color: #fff;
}
body #page .wp-block-button.white-outline .wp-block-button__link:hover {
  border-color: #fff;
  background-color: #fff;
  color: #1d1d1d;
}
body #page .wp-block-button.white-outline .wp-block-button__link:hover .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button.minimal .wp-block-button__link {
  border: none;
  padding: 0;
  line-height: 26px;
}
@media (max-width: 479px) {
  body #page .wp-block-button.minimal .wp-block-button__link {
    line-height: 25px;
  }
}
body #page .wp-block-button.minimal .wp-block-button__link .uagb-button__link {
  position: relative;
  display: inline-block;
}
body #page .wp-block-button.minimal .wp-block-button__link .uagb-button__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1d1d1d;
  transition: all 0.3s ease-out 0s;
}
body #page .wp-block-button.minimal .wp-block-button__link:hover {
  background-color: transparent;
}
body #page .wp-block-button.minimal .wp-block-button__link:hover .uagb-button__link {
  color: #27b8ac;
}
body #page .wp-block-button.minimal .wp-block-button__link:hover .uagb-button__link::after {
  background-color: #27b8ac;
}
body #page .wp-block-button.minimal.white .wp-block-button__link {
  background-color: transparent;
}
body #page .wp-block-button.minimal.white .wp-block-button__link .uagb-button__link {
  color: #fff;
}
body #page .wp-block-button.minimal.white .wp-block-button__link .uagb-button__link::after {
  background-color: #fff;
}
body #page .wp-block-button.minimal.white:hover .wp-block-button__link .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button.minimal.white:hover .wp-block-button__link .uagb-button__link::after {
  background-color: #1d1d1d;
}
body #page .wp-block-button.minimal.primary .wp-block-button__link .uagb-button__link {
  color: #27b8ac;
}
body #page .wp-block-button.minimal.primary .wp-block-button__link .uagb-button__link::after {
  background-color: #27b8ac;
}
body #page .wp-block-button.minimal.primary:hover .wp-block-button__link .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button.minimal.primary:hover .wp-block-button__link .uagb-button__link::after {
  background-color: #1d1d1d;
}
@media (min-width: 1440px) {
  body #page .wp-block-button.minimal.arrowed {
    margin-right: 14px;
  }
}
body #page .wp-block-button.minimal.arrowed .wp-block-button__link .uagb-button__link::after {
  display: none;
}
body #page .wp-block-button.minimal.arrowed .uagb-button__icon {
  content: "";
  width: 36px;
  height: 14px;
  margin-left: 28px;
  margin-right: -13px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="14" fill="none"><path stroke="%231D1D1D" stroke-width="1.3" d="M0 7h24M24 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.084 12.084 0 0 0-2.383 3.88M24 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88M64 7h24M88 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.083 12.083 0 0 0-2.383 3.88M88 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  transition: filter 0.3s ease;
}
@media (max-width: 767px) {
  body #page .wp-block-button.minimal.arrowed .uagb-button__icon {
    margin-left: 12px;
  }
}
body #page .wp-block-button.minimal.arrowed .uagb-button__icon svg {
  display: none;
}
body #page .wp-block-button.minimal.arrowed:hover .wp-block-button__link .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button.minimal.arrowed:hover .uagb-button__icon {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: 0 center;
  transition: all 0.8s ease;
}
body #page .wp-block-button.minimal.arrowed-left .wp-block-button__link .uagb-button__link::after {
  display: none;
}
body #page .wp-block-button.minimal.arrowed-left .uagb-button__icon {
  content: "";
  width: 36px;
  height: 14px;
  margin-left: 0;
  margin-right: 28px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="16" fill="none"><path stroke="%231D1D1D" stroke-width="1.3" d="M88 7.885H64M64 7.885c1.443 0 2.872.31 4.206.91a10.98 10.98 0 0 1 3.565 2.593c1.02 1.111 1.83 2.43 2.383 3.881M64 7.885c1.443 0 2.872-.31 4.206-.911a10.98 10.98 0 0 0 3.565-2.593c1.02-1.11 1.83-2.43 2.383-3.881M24 7.885H0M0 7.885c1.443 0 2.872.309 4.206.91a10.979 10.979 0 0 1 3.565 2.593c1.02 1.111 1.83 2.43 2.383 3.881M0 7.885c1.443 0 2.872-.31 4.206-.911A10.979 10.979 0 0 0 7.77 4.381C8.791 3.27 9.601 1.95 10.154.5"/></svg>');
  background-repeat: no-repeat;
  background-position: 13px center;
  transition: filter 0.3s ease;
}
@media (max-width: 767px) {
  body #page .wp-block-button.minimal.arrowed-left .uagb-button__icon {
    margin-right: 12px;
  }
}
body #page .wp-block-button.minimal.arrowed-left .uagb-button__icon svg {
  display: none;
}
body #page .wp-block-button.minimal.arrowed-left:hover .wp-block-button__link .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button.minimal.arrowed-left:hover .uagb-button__icon {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: calc(100% + 1px) center;
  transition: all 0.8s ease;
}
@media (min-width: 1440px) {
  body #page .wp-block-button:not(.minimal) .with-icon {
    margin-right: 20px;
  }
}
body #page .wp-block-button:not(.minimal) .with-icon:hover .wp-block-button__link .uagb-button__link {
  color: #1d1d1d;
}
body #page .wp-block-button:not(.minimal) .with-icon:hover .uagb-button__icon {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: 0 center;
  transition: all 0.5s ease;
}
body #page .wp-block-button:not(.minimal) .with-icon .wp-block-button__link .uagb-button__link::after {
  display: none;
}
body #page .wp-block-button:not(.minimal) .with-icon .uagb-button__icon {
  content: "";
  width: 36px;
  height: 14px;
  margin-left: 28px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="14" fill="none"><path stroke="%231D1D1D" stroke-width="1.3" d="M0 7h24M24 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.084 12.084 0 0 0-2.383 3.88M24 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88M64 7h24M88 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.083 12.083 0 0 0-2.383 3.88M88 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  transition: filter 0.3s ease;
}
@media (max-width: 767px) {
  body #page .wp-block-button:not(.minimal) .with-icon .uagb-button__icon {
    margin-left: 12px;
  }
}
body #page .wp-block-button:not(.minimal) .with-icon .uagb-button__icon svg {
  display: none;
}
body #page .wp-block-button.arrow-only .wp-block-button__link.with-icon {
  margin: 0;
  padding: 0;
  border: none;
}
body #page .wp-block-button.arrow-only .wp-block-button__link.with-icon .uagb-button__link {
  display: none;
}
body #page .wp-block-button.arrow-only .wp-block-button__link.with-icon .uagb-button__icon {
  margin-left: 0;
}
body #page .wp-element-button {
  padding: 17px 28px;
  font-weight: 500;
}
body #page .is-style-outline .wp-element-button {
  border-color: rgba(29, 29, 29, 0.6);
  color: #1d1d1d;
}
body #page .is-style-outline .wp-element-button:hover {
  border-color: #27b8ac;
  background-color: #27b8ac;
  border-color: #27b8ac;
  color: #fff !important;
}
body #page .is-style-fill .wp-element-button {
  background-color: #27b8ac;
  border-color: #27b8ac;
  color: #fff !important;
}
body #page .is-style-fill .wp-element-button:hover {
  color: #1d1d1d !important;
  border-color: rgba(29, 29, 29, 0.6) !important;
  border-color: #27b8ac;
  background-color: transparent;
}
body #page .block-wrap {
  position: relative;
  z-index: 1;
}
body #page .block-wrap .block-wrap-link {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  text-decoration: none !important;
  opacity: 0;
  cursor: pointer;
}
body #page .logos {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 1439px) {
  body #page .logos {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
@media (max-width: 479px) {
  body #page .logos {
    gap: 20px 30px;
  }
}
body #page .logos .wp-block-image {
  width: auto !important;
  height: auto;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
}
@media (max-width: 1439px) {
  body #page .logos .wp-block-image {
    width: calc(33.33% - 20px * 2 / 3) !important;
  }
}
@media (max-width: 767px) {
  body #page .logos .wp-block-image {
    width: calc(50% - 10px) !important;
  }
}
@media (max-width: 479px) {
  body #page .logos .wp-block-image {
    width: calc(50% - 15px) !important;
  }
  body #page .logos .wp-block-image.ani img {
    max-height: 40px;
  }
}
body #page .logos .wp-block-image img {
  width: unset;
  height: unset;
}
@media (max-width: 479px) {
  body #page .logos .wp-block-image img {
    max-height: 60px;
  }
}
body #page .wp-block-social-links {
  gap: 16px;
}
body #page .wp-block-social-links .wp-social-link {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #f0f3f4;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
  /* @include phone {
					width: 50px;
					height: 50px;
				} */
}
body #page .wp-block-social-links .wp-social-link a {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #page .wp-block-social-links .wp-social-link a svg {
  width: 32px;
  height: 32px;
  filter: invert(1);
  /* @media only screen and (min-width: 768px) {
							width: 32px;
							height: 32px;
						} */
}
body #page .wp-block-social-links .wp-social-link.wp-social-link-facebook a {
  position: relative;
}
body #page .wp-block-social-links .wp-social-link.wp-social-link-facebook a::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 25px;
  background: url(../img/facebook.svg) no-repeat center / 100% 100%;
  filter: brightness(0);
  /* @include phone {
								background-size: 12px 22px;
							} */
}
body #page .wp-block-social-links .wp-social-link.wp-social-link-facebook svg {
  display: none;
}
body #page .wp-block-social-links .wp-social-link.wp-social-link-instagram a svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  body #page .site-footer .wp-block-social-links {
    justify-content: center;
  }
}
body #content h1, body #content h2, body #content h3, body #content h4 {
  letter-spacing: -0.03em;
}
body #content h1 {
  font-size: 64px;
}
@media (max-width: 1439px) {
  body #content h1 {
    font-size: calc(40px + 24 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content h1 {
    font-size: 40px;
  }
}
body #content h2 {
  font-size: 58px;
}
@media (max-width: 1439px) {
  body #content h2 {
    font-size: calc(36px + 22 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content h2 {
    font-size: 36px;
  }
}
body #content h3 {
  font-size: 40px;
}
@media (max-width: 1439px) {
  body #content h3 {
    font-size: calc(30px + 10 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content h3 {
    font-size: 30px;
  }
}
body #content h4 {
  font-size: 32px;
}
@media (max-width: 1439px) {
  body #content h4 {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content h4 {
    font-size: 24px;
  }
}
body #content h5, body #content h6 {
  font-size: 24px;
}
@media (max-width: 1439px) {
  body #content h5, body #content h6 {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content h5, body #content h6 {
    font-size: 22px;
  }
}
body #content .title-96.wp-block-heading, body #content .title-96 .uagb-heading-text {
  font-size: 96px!important;
}
@media (max-width: 1439px) {
  body #content .title-96.wp-block-heading, body #content .title-96 .uagb-heading-text {
    font-size: calc(70px + 26 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #content .title-96.wp-block-heading, body #content .title-96 .uagb-heading-text {
    font-size: 70px!important;
  }
}
body #content .title-82.wp-block-heading, body #content .title-82 .uagb-heading-text {
  font-size: 82px!important;
}
@media (max-width: 1439px) {
  body #content .title-82.wp-block-heading, body #content .title-82 .uagb-heading-text {
    font-size: calc(46px + 36 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #content .title-82.wp-block-heading, body #content .title-82 .uagb-heading-text {
    font-size: 46px!important;
  }
}
body #content .title-64.wp-block-heading, body #content .title-64 .uagb-heading-text {
  font-size: 64px!important;
}
@media (max-width: 1439px) {
  body #content .title-64.wp-block-heading, body #content .title-64 .uagb-heading-text {
    font-size: calc(40px + 24 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #content .title-64.wp-block-heading, body #content .title-64 .uagb-heading-text {
    font-size: 40px!important;
  }
}
body #content .title-58.wp-block-heading, body #content .title-58 .uagb-heading-text {
  font-size: 58px!important;
}
@media (max-width: 1439px) {
  body #content .title-58.wp-block-heading, body #content .title-58 .uagb-heading-text {
    font-size: calc(36px + 22 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #content .title-58.wp-block-heading, body #content .title-58 .uagb-heading-text {
    font-size: 36px!important;
  }
}
body #content .title-40.wp-block-heading, body #content .title-40 .uagb-heading-text {
  font-size: 40px!important;
}
@media (max-width: 1439px) {
  body #content .title-40.wp-block-heading, body #content .title-40 .uagb-heading-text {
    font-size: calc(30px + 10 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #content .title-40.wp-block-heading, body #content .title-40 .uagb-heading-text {
    font-size: 30px!important;
  }
}
body #content .title-32.wp-block-heading, body #content .title-32 .uagb-heading-text {
  font-size: 32px!important;
}
@media (max-width: 1439px) {
  body #content .title-32.wp-block-heading, body #content .title-32 .uagb-heading-text {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #content .title-32.wp-block-heading, body #content .title-32 .uagb-heading-text {
    font-size: 24px!important;
  }
}
body #content .title-22.wp-block-heading, body #content .title-22 .uagb-heading-text {
  font-size: 22px!important;
}
@media (max-width: 1439px) {
  body #content .title-22.wp-block-heading, body #content .title-22 .uagb-heading-text {
    font-size: calc(18px + 4 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #content .title-22.wp-block-heading, body #content .title-22 .uagb-heading-text {
    font-size: 18px!important;
  }
}
body #content p, body #content ul, body #content ol {
  font-size: 18px;
}
@media (max-width: 980px) {
  body #content p, body #content ul, body #content ol {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body #content p, body #content ul, body #content ol {
    font-size: 16px;
  }
}
body #content p:last-child, body #content ul:last-child, body #content ol:last-child {
  margin-bottom: 0;
}
body #content strong {
  font-weight: 500;
}
body #content .rem p {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  max-width: 1080px;
}
@media (max-width: 479px) {
  body #content .rem p {
    font-size: 16px;
    line-height: 1.7;
  }
}
body #content .rem.mw-890 p {
  max-width: 890px;
}
body #content .pretty-text {
  position: relative;
  color: #27b8ac;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 500;
  padding-left: 32px;
}
body #content .pretty-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #27b8ac;
  left: 0;
  top: 0.4em;
}
@media (min-width: 1024px) {
  a:focus, button:focus, input:focus, select:focus, textarea:focus, [tabindex]:not(.popmake-content):focus, .pum-close:focus {
    outline: unset !important;
  }
}
@media (min-width: 1024px) {
  a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:not(.popmake-content):focus-visible, .pum-close:focus-visible {
    outline: 2px dashed #27b8ac !important;
    outline-offset: 2px;
  }
}
.menu-item-has-children:focus-within > .sub-menu {
  display: block;
}
label[for^="facetwp-dropdown-"] {
  display: none !important;
}
#wpfront-scroll-top-container {
  z-index: 99 !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0 !important;
}
.error404 .ast-primary-header-bar {
  border: 1px solid rgba(29, 29, 29, 0.1) !important;
}
.popmake-content .post-content a:focus {
  color: inherit !important;
}
#popmake-1176 {
  border: none;
}
.message-confirmation {
  margin-top: 50px;
}
.message-confirmation, #gform_confirmation_message_2 {
  color: #fff;
  font-size: 26px;
}
body .gform_ajax_spinner {
  display: none !important;
}
#page .ast-above-header-wrap {
  line-height: 23px;
}
#page .ast-above-header-wrap .site-above-header-wrap {
  min-height: 3px;
}
#page .ast-above-header-wrap nav.site-navigation ul.main-header-menu > li {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(24 / 15);
  position: relative;
  padding: 0 25px;
}
#page .ast-above-header-wrap nav.site-navigation ul.main-header-menu > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.5);
}
#page .ast-above-header-wrap nav.site-navigation ul.main-header-menu > li > a {
  color: #bdbdbd;
  padding: 0;
}
#page .ast-above-header-wrap nav.site-navigation ul.main-header-menu > li > a:hover {
  color: #fff;
}
#page .ast-above-header-wrap nav.site-navigation ul.main-header-menu > li:last-child {
  padding-right: 0;
}
#page .ast-above-header-wrap nav.site-navigation ul.main-header-menu > li:last-child::after {
  display: none;
}
@media (max-width: 980px) {
  #page .site-primary-header-wrap {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
#page .site-primary-header-wrap .ast-primary-header-bar {
  line-height: 30px !important;
}
#page .site-primary-header-wrap .site-branding {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 981px) and (max-width: 1249px) {
  #page .site-primary-header-wrap .site-branding {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  #page .site-primary-header-wrap .site-branding {
    width: 225px;
  }
}
#page .site-primary-header-wrap .site-branding .site-logo-img {
  padding: 0;
}
#page .site-primary-header-wrap nav.site-navigation {
  line-height: 30px;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu {
  gap: 31px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1300px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu {
    gap: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu {
    gap: 15px;
  }
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
@media only screen and (min-width: 981px) and (max-width: 1249px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1025px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li {
    font-size: 14px;
  }
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > a {
  padding: 0;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > a .dropdown-menu-toggle .ast-arrow-svg {
  width: 16px;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.menu-button > a {
  display: block;
  padding: 12px 22.5px;
  border: 1px solid rgba(29, 29, 29, 0.6);
  border-radius: 31px;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.menu-button > a:hover {
  background-color: #27b8ac;
  color: #fff;
  border-color: #27b8ac;
}
@media only screen and (min-width: 981px) and (max-width: 1249px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.menu-button > a {
    padding: 5px 12px;
  }
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.top-menu {
  display: none;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 980px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.top-menu {
    display: block;
  }
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.top-menu:nth-child(6) {
  padding-top: 20px;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.top-menu > a, #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.top-menu span {
  color: #666 !important;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: unset;
  width: auto;
  min-width: 100%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1439px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu {
    gap: 16px;
    padding: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1249px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu {
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu {
    padding: 12px;
    gap: 14px;
  }
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu > li {
  line-height: calc(27 / 18);
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu > li:hover > a > .menu-text::after {
  width: 100%;
  left: 0;
  right: auto;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu > li:not(:hover) > a > .menu-text::after {
  width: 0;
  left: auto;
  right: 0;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu > li > a {
  white-space: nowrap;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu > li > a > .menu-text {
  position: relative;
}
#page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu > li > a > .menu-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #27b8ac;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  #page .site-primary-header-wrap nav.site-navigation .ast-icon.icon-arrow svg {
    margin-left: 5px;
  }
}
#page .menu-toggle {
  padding: 0;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}
#page .menu-toggle .mobile-menu-toggle-icon {
  display: block;
  top: 50%;
  margin-top: -2px;
}
#page .menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset {
  display: none;
}
#page .menu-toggle .mobile-menu-toggle-icon, #page .menu-toggle .mobile-menu-toggle-icon::before, #page .menu-toggle .mobile-menu-toggle-icon::after {
  width: 28px;
  height: 3px;
  background-color: #27b8ac;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  transition-timing-function: ease;
}
#page .menu-toggle .mobile-menu-toggle-icon::before, #page .menu-toggle .mobile-menu-toggle-icon::after {
  content: "";
  display: block;
}
#page .menu-toggle .mobile-menu-toggle-icon::before {
  top: -10px;
}
#page .menu-toggle .mobile-menu-toggle-icon::after {
  bottom: -10px;
}
#page .menu-toggle .mobile-menu-toggle-icon {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#page .menu-toggle .mobile-menu-toggle-icon::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
#page .menu-toggle .mobile-menu-toggle-icon::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#page .menu-toggle.toggled .mobile-menu-toggle-icon {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#page .menu-toggle.toggled .mobile-menu-toggle-icon::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
#page .menu-toggle.toggled .mobile-menu-toggle-icon::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ast-primary-sticky-header-active #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li.menu-button > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
#ast-fixed-header .main-header-bar {
  line-height: 30px;
  box-shadow: none;
}
@media (max-width: 980px) {
  #ast-fixed-header .site-primary-header-wrap {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
body.ast-main-header-nav-open {
  overflow: hidden;
}
body.ast-main-header-nav-open #page .site-primary-header-wrap {
  background-color: #f0f3f4;
  border-color: transparent;
  box-shadow: unset;
}
body:not(.ast-primary-sticky-header-active) .ast-main-header-wrap .ast-primary-header-bar {
  border-color: transparent;
}
@media (max-width: 980px) {
  body:not(.ast-primary-sticky-header-active) .main-header-bar-navigation {
    position: absolute !important;
  }
  body:not(.ast-primary-sticky-header-active) .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
    right: -14px;
  }
  body:not(.ast-primary-sticky-header-active) .site-navigation {
    max-height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
  }
  body:not(.ast-primary-sticky-header-active) .site-navigation::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 100%;
    left: 0;
    background-color: #f0f3f4;
  }
}
@media (max-width: 980px) {
  body.ast-primary-sticky-header-active #ast-fixed-header {
    max-height: 100vh !important;
    overflow: hidden;
    overflow-y: auto;
  }
  body.ast-primary-sticky-header-active #ast-mobile-header .content-align-flex-start {
    max-height: unset;
  }
  body.ast-primary-sticky-header-active #ast-hf-mobile-menu {
    height: calc(100vh - 60px);
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-y: auto;
  }
}
body.ast-primary-sticky-header-active #page .site-primary-header-wrap nav.site-navigation ul.main-header-menu > li > .sub-menu {
  border-top-width: 0;
}
@media screen and (max-width: 782px) {
  body.admin-bar:not(.ast-primary-sticky-header-active) .site-navigation {
    max-height: calc(100vh - 126px);
  }
}
@media (min-width: 981px) {
  body.home:not(.ast-primary-sticky-header-active) .site-logo-img {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1440px) {
  body.home:not(.ast-primary-sticky-header-active) .ast-primary-header-bar.main-header-bar, body.home:not(.ast-primary-sticky-header-active) #masthead .ast-primary-header-bar.main-header-bar {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 980px) {
  .ast-primary-sticky-header-active.ast-main-header-nav-open nav {
    max-height: unset !important;
  }
  .ast-header-break-point .main-header-menu {
    background: #f0f3f4;
    padding: 20px 4.3% 25px !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ast-header-break-point .main-header-menu li {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
  }
  .ast-header-break-point .main-header-menu li > a {
    color: #000;
    display: inline !important;
    padding: 0 !important;
  }
  .ast-header-break-point .main-header-menu li > a:hover {
    color: #27b8ac;
  }
  .ast-header-break-point .main-header-menu li.current-menu-parent > a, .ast-header-break-point .main-header-menu li.current-menu-item > a {
    color: #27b8ac;
  }
  .ast-header-break-point .main-header-menu li.small {
    font-size: 16px;
    line-height: 18px;
  }
  .ast-header-break-point .main-header-menu li.small > a {
    color: #666;
  }
  .ast-header-break-point .main-header-menu li.small > a:hover {
    color: #27b8ac;
  }
  .ast-header-break-point .main-header-menu li.small-first {
    margin-top: 18px;
  }
  .ast-header-break-point .main-header-menu li.menu-button {
    margin-top: 27px;
  }
  .ast-header-break-point .main-header-menu li.menu-button > a {
    display: block !important;
    padding: 17px 23px !important;
    border: 1px solid rgba(29, 29, 29, 0.6) !important;
    border-radius: 31px !important;
    width: 340px !important;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
  .ast-header-break-point .main-header-menu li.menu-button > a:hover {
    background-color: #27b8ac !important;
    color: #fff !important;
    border-color: #27b8ac !important;
  }
  .ast-header-break-point .main-header-menu li.ast-submenu-expanded .ast-menu-toggle svg {
    transform: scale(-1);
  }
  .ast-header-break-point .main-header-menu li .ast-menu-toggle {
    outline: none !important;
    border: none !important;
  }
  .ast-header-break-point .main-header-menu li .ast-menu-toggle svg {
    width: 18px;
    height: 16px;
    margin: 0 !important;
  }
  .ast-header-break-point .main-header-menu li.top-menu {
    display: none;
    color: #666;
    font-size: 16px;
    font-weight: 500;
  }
  .ast-header-break-point .main-header-menu li.top-menu:nth-child(5) {
    padding-top: 20px;
  }
  .ast-header-break-point .main-header-menu li .sub-menu {
    background: #f0f3f4;
    padding: 10px 4.3% !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ast-header-break-point .main-header-menu li .sub-menu .ast-icon {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) and (min-width: 981px) and (max-width: 1249px) {
  .ast-header-break-point .main-header-menu li.menu-button > a {
    padding: 0;
    border: none;
    background: none !important;
  }
}
@media (max-width: 980px) and (max-width: 479px) {
  .ast-header-break-point .main-header-menu li.menu-button > a {
    width: 100% !important;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .ast-header-break-point .main-header-menu li.top-menu {
    display: block;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .ast-header-break-point .main-header-menu li .sub-menu {
    padding-left: 0 !important;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .ast-header-break-point .main-header-menu li .sub-menu .menu-item {
    padding: 10px 0;
  }
  .ast-header-break-point .main-header-menu li .sub-menu .menu-item a {
    font-size: 16px;
  }
}
.top-menu > a span {
  color: #666 !important;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link .menu-text {
  color: #000000 !important;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link:hover .menu-text {
  color: #fff !important;
}
.site-footer {
  background-color: #f0f3f4;
  padding-top: clamp(80px, 11.4285714286vw, 160px);
  padding-bottom: clamp(74px, 7.2857142857vw, 102px);
}
@media (max-width: 767px) {
  .site-footer .site-footer-section {
    margin-bottom: 0 !important;
  }
}
.site-footer .site-above-footer-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer .site-primary-footer-wrap {
  padding-top: clamp(56px, 6.8571428571vw, 96px);
  padding-bottom: clamp(56px, 9.8571428571vw, 138px);
}
.site-footer .site-primary-footer-wrap h6.wp-block-heading {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .site-footer .site-primary-footer-wrap h6.wp-block-heading {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .site-footer .site-primary-footer-wrap h6.wp-block-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
  }
}
.site-footer .site-primary-footer-wrap h6.wp-block-heading a {
  color: #1d1d1d;
}
.site-footer .site-primary-footer-wrap h6.wp-block-heading a:hover {
  color: #27b8ac;
}
.site-footer .site-primary-footer-inner-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .site-footer .site-primary-footer-inner-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.site-footer .site-footer-primary-section-1 {
  width: auto;
}
@media (max-width: 980px) {
  .site-footer .site-footer-primary-section-1 {
    order: unset;
    padding-bottom: 0;
  }
}
.site-footer .site-footer-primary-section-2 {
  width: 437px;
  max-width: 48%;
  padding-top: 10px;
}
@media (max-width: 1450px) {
  .site-footer .site-footer-primary-section-2 {
    padding-top: 0;
  }
}
@media (max-width: 980px) {
  .site-footer .site-footer-primary-section-2 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .site-footer .site-footer-primary-section-2 .wp-block-social-links {
    justify-content: center;
  }
}
.site-footer .site-footer-primary-section-2 .wp-block-social-links .wp-block-social-link a {
  transition-duration: 0.3s;
}
.site-footer .site-footer-primary-section-2 .wp-block-social-links .wp-block-social-link:hover {
  transform: scale(1);
  background-color: #27b8ac !important;
}
.site-footer .site-footer-primary-section-2 .wp-block-social-links .wp-block-social-link:hover a {
  filter: invert(1);
}
.site-footer .site-footer-primary-section-2 p {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: clamp(32px, 6.9285714286vw, 97px);
}
@media (max-width: 767px) {
  .site-footer .site-footer-primary-section-2 p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) and (max-width: 980px) {
  .site-footer .site-footer-primary-section-2 p {
    margin-bottom: 47px;
  }
}
.site-footer .site-footer-primary-section-2 p a {
  color: #666;
}
.site-footer .site-footer-primary-section-2 p a:hover {
  color: #27b8ac;
}
.site-footer .site-below-footer-wrap {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: calc(23 / 15);
}
.site-footer .site-below-footer-wrap a {
  color: #666;
}
.site-footer .site-below-footer-wrap a:hover {
  color: #27b8ac;
}
.site-footer .site-below-footer-wrap .site-below-footer-inner-wrap {
  padding-top: 40px;
  border-top: 1px solid #c4c4c4;
}
@media (max-width: 980px) {
  .site-footer .site-below-footer-wrap .site-below-footer-inner-wrap {
    border: none;
    padding-top: 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .site-footer .site-below-footer-wrap .site-below-footer-inner-wrap {
    gap: 48px !important;
  }
}
@media (max-width: 767px) {
  .site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns {
    gap: 40px;
    margin-top: 10px;
  }
}
.site-footer .site-below-footer-wrap .site-footer-section {
  width: auto;
}
@media (max-width: 767px) {
  .site-footer .site-below-footer-wrap .site-footer-section-1 {
    order: 2;
  }
}
.site-footer .site-below-footer-wrap .site-footer-section-1 .ast-builder-html-element {
  text-align: left;
}
@media (min-width: 981px) {
  .site-footer .site-below-footer-wrap .site-footer-section-1 .ast-builder-html-element p span.fix2 {
    padding-left: 6px;
  }
}
@media (max-width: 980px) {
  .site-footer .site-below-footer-wrap .site-footer-section-1 .ast-builder-html-element {
    text-align: center;
  }
  .site-footer .site-below-footer-wrap .site-footer-section-1 .ast-builder-html-element span.fix1 {
    display: block;
    margin-top: 9px;
    margin-bottom: 55px;
  }
  .site-footer .site-below-footer-wrap .site-footer-section-1 .ast-builder-html-element span.fix2 {
    display: block;
  }
}
.site-footer .site-below-footer-wrap .site-footer-section-1 .ast-builder-html-element img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  padding-bottom: 3px;
}
.site-footer .site-below-footer-wrap .site-footer-section-2 .ast-builder-html-element {
  text-align: right;
}
.site-footer .site-below-footer-wrap .site-footer-section-2 .ast-builder-html-element ul {
  display: flex;
  gap: 34px;
  margin: 0;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .site-footer .site-below-footer-wrap .site-footer-section-2 .ast-builder-html-element ul {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .site-footer .site-below-footer-wrap .site-footer-section-2 .ast-builder-html-element ul {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}
.site-footer .site-below-footer-wrap .site-footer-section-2 .ast-builder-html-element ul li {
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .site-footer .site-below-footer-wrap .site-footer-section-2 .ast-builder-html-element ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-nav-wrap {
    margin-bottom: 56px;
  }
}
.site-footer .footer-nav-wrap .ast-nav-menu {
  gap: 8px;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-wrap .ast-nav-menu {
    gap: 15px;
  }
}
.site-footer .footer-nav-wrap .ast-nav-menu li {
  font-size: clamp(22px, 2.2857142857vw, 32px);
  line-height: calc(48 / 32);
  align-items: flex-start !important;
}
.site-footer .footer-nav-wrap .ast-nav-menu li a {
  color: #1d1d1d;
  padding: 0 !important;
}
.site-footer .footer-nav-wrap .ast-nav-menu li a:hover {
  color: #27b8ac;
}
.site-footer .widget {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .site-footer .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
    text-align: inherit;
  }
}
#content .gform_wrapper.gform-theme .gform_required_legend {
  display: none;
}
#content .gform_wrapper.gform-theme .gform_body .gform_fields {
  row-gap: 19px;
}
#content .gform_wrapper.gform-theme .gform_body .gfield_label {
  margin-bottom: 7px;
}
#content .gform_wrapper.gform-theme .gform_body input[type="text"], #content .gform_wrapper.gform-theme .gform_body input[type="tel"], #content .gform_wrapper.gform-theme .gform_body input[type="email"] {
  width: 100%;
  height: 48px;
}
#content .gform_wrapper.gform-theme .gform_body input[type="text"], #content .gform_wrapper.gform-theme .gform_body input[type="tel"], #content .gform_wrapper.gform-theme .gform_body input[type="email"], #content .gform_wrapper.gform-theme .gform_body select {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#content .gform_wrapper.gform-theme .gform_body input, #content .gform_wrapper.gform-theme .gform_body select, #content .gform_wrapper.gform-theme .gform_body textarea {
  padding-left: 16px;
  padding-right: 16px;
  color: #666;
  font-size: 18px;
  line-height: 120%;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}
@media (max-width: 980px) {
  #content .gform_wrapper.gform-theme .gform_body input, #content .gform_wrapper.gform-theme .gform_body select, #content .gform_wrapper.gform-theme .gform_body textarea {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #content .gform_wrapper.gform-theme .gform_body input, #content .gform_wrapper.gform-theme .gform_body select, #content .gform_wrapper.gform-theme .gform_body textarea {
    font-size: 16px;
  }
}
#content .gform_wrapper.gform-theme .gform_body input::placeholder, #content .gform_wrapper.gform-theme .gform_body select::placeholder, #content .gform_wrapper.gform-theme .gform_body textarea::placeholder {
  opacity: 1;
}
#content .gform_wrapper.gform-theme .gform_body input:focus::placeholder, #content .gform_wrapper.gform-theme .gform_body select:focus::placeholder, #content .gform_wrapper.gform-theme .gform_body textarea:focus::placeholder {
  opacity: 0;
}
#content .gform_wrapper.gform-theme .gform_body .gfield--type-select .ginput_container_select {
  position: relative;
}
#content .gform_wrapper.gform-theme .gform_body .gfield--type-select .ginput_container_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 18px;
  height: 27px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" fill="none"><path fill="%23666" d="m8 9.445-.598-.597-6.75-6.75L.055 1.5 1.25.305l.598.597L8 7.09 14.152.938 14.75.34l1.195 1.16-.597.598-6.75 6.75L8 9.445Z"/></svg>') no-repeat center / contain;
}
#content .gform_wrapper.gform-theme .gform_body select {
  padding-right: 45px;
  background: #fff;
}
#content .gform_wrapper.gform-theme .gform_body textarea {
  min-height: 171px;
  padding-top: 9px;
  padding-bottom: 9px;
}
#content .gform_wrapper.gform-theme .gform_footer {
  margin-top: 20px;
}
#content .gform_wrapper.gform-theme .gform_footer input[type="submit"] {
  margin-left: auto;
  padding: 14px 27px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #27b8ac;
  background: #27b8ac;
  box-shadow: none;
  transition: all 0.3s ease-out 0s;
}
#content .gform_wrapper.gform-theme .gform_footer input[type="submit"]:hover {
  background-color: #fff;
  border-color: rgba(29, 29, 29, 0.6);
  color: #1d1d1d;
}
#content .page-contact-us .gform_wrapper.gform-theme .gform_validation_errors {
  display: none;
}
#content .page-contact-us .gform_wrapper.gform-theme .gform_body .gform_fields {
  column-gap: 26px;
}
@media (max-width: 1199px) {
  #content .page-contact-us .gform_wrapper.gform-theme .gform_body .gform_fields {
    column-gap: var(--gf-form-gap-x);
  }
}
@media (max-width: 1199px) {
  #content .page-contact-us .gform_wrapper.gform-theme .gform_body .gfield--width-half {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  #content .page-contact-us .gform_wrapper.gform-theme .gform_body .gfield--width-half {
    grid-column: span 6;
  }
}
@media (max-width: 479px) {
  #content .page-contact-us .gform_wrapper.gform-theme .gform_body .gfield--width-half {
    grid-column: 1/-1;
  }
}
#content .research-report-single-page .gform_wrapper.gform-theme .gform_validation_errors {
  display: none;
}
#content .research-report-single-page .gform_wrapper.gform-theme .gform_body .gform_fields {
  column-gap: 50px;
}
@media (max-width: 1199px) {
  #content .research-report-single-page .gform_wrapper.gform-theme .gform_body .gform_fields {
    column-gap: var(--gf-form-gap-x);
  }
}
#content .research-report-single-page .gform_wrapper.gform-theme .gform_body .gform_fields .gfield_label {
  color: #fff;
}
@media (max-width: 1199px) {
  #content .research-report-single-page .gform_wrapper.gform-theme .gform_body .gfield--width-half {
    grid-column: 1/-1;
  }
}
@media (max-width: 980px) {
  #content .research-report-single-page .gform_wrapper.gform-theme .gform_body .gfield--width-half {
    grid-column: span 6;
  }
}
@media (max-width: 479px) {
  #content .research-report-single-page .gform_wrapper.gform-theme .gform_body .gfield--width-half {
    grid-column: 1/-1;
  }
}
#content .research-report-single-page .gform_wrapper.gform-theme .gform_footer input[type="submit"] {
  color: #1d1d1d;
  border: 1px solid #27b8ac;
  background: #fff;
}
#content .research-report-single-page .gform_wrapper.gform-theme .gform_footer input[type="submit"]:hover {
  background-color: #27b8ac;
  border-color: #fff;
  color: #fff;
}
#content .hero-research-sector .gform_wrapper.gform-theme .gform_validation_errors {
  display: none;
}
#content .hero-research-sector .gform_wrapper.gform-theme form {
  margin: 0;
  padding: 10px 10px 10px 19px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  border-radius: 73px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
#content .hero-research-sector .gform_wrapper.gform-theme form * {
  width: 100%;
  max-width: 100%;
}
#content .hero-research-sector .gform_wrapper.gform-theme .gform_body input[type="email"] {
  padding-left: 5px;
  border: none;
}
#content .hero-research-sector .gform_wrapper.gform-theme .gform_footer {
  margin: 0;
  padding: 0;
}
#content .hero-research-sector .gform_wrapper.gform-theme .gform_footer input[type="submit"] {
  max-width: 125px;
  color: #fff;
  border: 1px solid #27b8ac;
  background: #27b8ac;
}
#content .hero-research-sector .gform_wrapper.gform-theme .gform_footer input[type="submit"]:hover {
  background-color: #fff;
  border-color: rgba(29, 29, 29, 0.6);
  color: #1d1d1d;
}
body #content {
  overflow-x: hidden;
}
body #content .page-hero {
  overflow: hidden !important;
}
@media (max-width: 767px) {
  body #content .page-hero .hero-col-img {
    display: none;
  }
}
body #content .page-hero .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 50px;
  row-gap: 50px;
}
@media (max-width: 767px) {
  body #content .page-hero .uagb-container-inner-blocks-wrap {
    flex-wrap: wrap;
  }
}
body #content .page-hero .uagb-container-inner-blocks-wrap .image-mobile {
  display: none;
}
@media (max-width: 767px) {
  body #content .page-hero .uagb-container-inner-blocks-wrap .image-mobile {
    display: flex;
    max-width: 340px;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
    max-height: 400px;
  }
}
@media (max-width: 980px) {
  body #content .page-hero .hero-col-img {
    margin-bottom: auto !important;
    margin-top: auto !important;
    min-width: 200px !important;
  }
}
@media (max-width: 767px) {
  body #content .page-hero .hero-col-img {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body #content .page-hero .hero-col-img .wp-block-uagb-image {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #content .page-hero .wp-block-uagb-advanced-heading .uagb-desc-text {
  margin: 0 0 7px;
  color: #1d1d1d;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1439px) {
  body #content .page-hero .wp-block-uagb-advanced-heading .uagb-desc-text {
    font-size: calc(20px + 4 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .page-hero .wp-block-uagb-advanced-heading .uagb-desc-text {
    font-size: 20px;
  }
}
body #content .page-hero .wp-block-uagb-advanced-heading .uagb-heading-text {
  margin: 0 0 41px;
  color: #1d1d1d;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.92px;
}
@media (max-width: 1439px) {
  body #content .page-hero .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: calc(30px + 34 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .page-hero .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body #content .page-hero .wp-block-uagb-advanced-heading .uagb-heading-text {
    margin: 0 0 30px;
  }
}
body #content .page-hero p {
  margin-bottom: 41px;
  line-height: 172%;
}
@media (max-width: 767px) {
  body #content .page-hero p {
    margin-bottom: 30px;
  }
}
body #content .page-hero p:last-child {
  margin-bottom: 0;
}
body #content .page-hero.hero-venture .uagb-container-inner-blocks-wrap {
  column-gap: 50px;
  row-gap: 20px;
}
body #content .page-hero.hero-venture .hero-col-img {
  --img-hero-research-max-width: 100%;
  width: var(--img-hero-research-max-width) !important;
  max-width: var(--img-hero-research-max-width);
  margin-top: -53px !important;
  margin-left: -162px !important;
}
@media (max-width: 1439px) {
  body #content .page-hero.hero-venture .hero-col-img {
    max-width: 50%;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 980px) {
  body #content .page-hero.hero-venture .hero-col-img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body #content .page-hero.hero-venture .hero-col-img {
    display: none;
  }
}
body #content .page-hero.hero-venture .hero-col-content {
  width: 100%;
  max-width: 57.4%;
}
@media (max-width: 1439px) {
  body #content .page-hero.hero-venture .hero-col-content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  body #content .page-hero.hero-venture .hero-col-content {
    max-width: 100%;
  }
}
body #content .page-hero.hero-venture .hero-col-content .wp-block-uagb-advanced-heading + .wp-block-uagb-image {
  display: none;
}
@media (max-width: 767px) {
  body #content .page-hero.hero-venture .hero-col-content .wp-block-uagb-advanced-heading + .wp-block-uagb-image {
    display: block;
  }
}
body #content .page-hero.hero-venture .hero-col-content .image-mobile {
  display: none;
}
@media (max-width: 767px) {
  body #content .page-hero.hero-venture .hero-col-content .image-mobile {
    display: flex;
    max-width: 340px;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }
}
body #content .page-hero.hero-research .uagb-container-inner-blocks-wrap {
  column-gap: 50px;
  row-gap: 20px;
  padding-bottom: 80px;
}
@media (max-width: 1439px) {
  body #content .page-hero.hero-research .uagb-container-inner-blocks-wrap {
    padding-bottom: 0;
  }
}
body #content .page-hero.hero-research .hero-col-img {
  --img-hero-research-max-width: 100%;
  width: var(--img-hero-research-max-width) !important;
  max-width: var(--img-hero-research-max-width);
  margin: -55px -202px 0 -51px !important;
  margin: auto 0 !important;
}
@media (max-width: 980px) {
  body #content .page-hero.hero-research .hero-col-img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body #content .page-hero.hero-research .hero-col-img {
    display: none;
  }
}
body #content .page-hero.hero-research .hero-col-img img {
  width: 100% !important;
  height: auto !important;
  max-width: 790px;
  max-height: 810px;
}
body #content .page-hero.hero-research .hero-col-content {
  width: 100%;
  max-width: 57.4%;
}
@media (max-width: 767px) {
  body #content .page-hero.hero-research .hero-col-content {
    max-width: 100%;
  }
}
body #content .page-hero.hero-research .hero-col-img {
  padding-left: 60px;
}
@media (max-width: 980px) {
  body #content .page-hero.hero-research .hero-col-img {
    margin-bottom: auto !important;
    margin-top: auto !important;
    min-width: 200px !important;
  }
}
@media (max-width: 767px) {
  body #content .page-hero.hero-research .hero-col-img {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body #content .page-hero.hero-research .hero-col-img .wp-block-uagb-image {
    max-width: 400px;
    margin-left: 0;
    margin-right: auto;
  }
}
body #content .page-hero.hero-research .hero-col-img .wp-block-uagb-image img {
  min-height: 115%;
}
body #content .page-hero.hero-research-sector .uagb-container-inner-blocks-wrap {
  align-items: center;
  column-gap: 50px;
  row-gap: 50px;
}
body #content .page-hero.hero-research-sector .hero-col-img {
  --img-hero-research-max-width: 100%;
  width: var(--img-hero-research-max-width) !important;
  max-width: var(--img-hero-research-max-width);
  margin-right: -7px !important;
  margin-top: 10px !important;
}
@media (max-width: 1439px) {
  body #content .page-hero.hero-research-sector .hero-col-img {
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 980px) {
  body #content .page-hero.hero-research-sector .hero-col-img {
    max-width: 100%;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
body #content .page-hero.hero-research-sector .hero-col-img * {
  width: var(--img-hero-research-max-width) !important;
  max-width: var(--img-hero-research-max-width);
}
@media (max-width: 980px) {
  body #content .page-hero.hero-research-sector .hero-col-img .wp-block-uagb-image {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 981px) {
  body #content .page-hero.hero-research-sector .hero-col-img .wp-block-uagb-image__figure {
    max-width: 460px !important;
    margin-left: auto;
  }
}
body #content .page-hero.hero-research-sector .hero-col-img .wp-block-uagb-image__figure img {
  aspect-ratio: 1;
  object-fit: contain;
  max-height: 60vw;
}
body #content .page-hero.hero-research-sector .hero-col-content {
  width: 100%;
  max-width: 56.7%;
}
@media (max-width: 767px) {
  body #content .page-hero.hero-research-sector .hero-col-content {
    max-width: 100%;
  }
}
body #content .page-hero.hero-research-sector .wp-block-uagb-advanced-heading h6 {
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
}
body #content .page-hero.hero-research-sector p {
  margin-bottom: 33px;
}
body #content .page-hero.hero-transaction-advisory .uagb-container-inner-blocks-wrap {
  align-items: center;
  column-gap: 50px;
  row-gap: 20px;
}
body #content .page-hero.hero-transaction-advisory .hero-col-img {
  --img-hero-research-max-width: 100%;
  width: var(--img-hero-research-max-width) !important;
  max-width: var(--img-hero-research-max-width);
  margin-top: 66px !important;
  margin-right: -16px !important;
  margin-left: -278px !important;
}
@media (max-width: 1439px) {
  body #content .page-hero.hero-transaction-advisory .hero-col-img {
    max-width: 50%;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 980px) {
  body #content .page-hero.hero-transaction-advisory .hero-col-img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body #content .page-hero.hero-transaction-advisory .hero-col-img {
    display: none;
  }
}
body #content .page-hero.hero-transaction-advisory .hero-col-img img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  aspect-ratio: 1.7777777778;
}
body #content .page-hero.hero-transaction-advisory .hero-col-content {
  width: 100%;
  max-width: 57.4%;
}
@media (max-width: 1439px) {
  body #content .page-hero.hero-transaction-advisory .hero-col-content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  body #content .page-hero.hero-transaction-advisory .hero-col-content {
    max-width: 100%;
  }
}
body #content .page-hero.hero-transaction-advisory .hero-col-content .wp-block-uagb-advanced-heading + .wp-block-uagb-image {
  display: none;
}
@media (max-width: 767px) {
  body #content .page-hero.hero-transaction-advisory .hero-col-content .wp-block-uagb-advanced-heading + .wp-block-uagb-image {
    display: flex;
  }
}
body #content .page-hero.hero-transaction-advisory .hero-col-content .wp-block-uagb-advanced-heading + .wp-block-uagb-image img {
  min-width: 100%;
  object-fit: cover;
  aspect-ratio: 1.7777777778;
}
body #content .page-hero.hero-transaction-advisory p {
  margin-bottom: 12px;
}
body #content .page-hero.hero-transaction-advisory .wp-block-uagb-buttons {
  margin-top: 29px;
}
body #content .page-hero.hero-about .uagb-container-inner-blocks-wrap {
  column-gap: 50px;
  row-gap: 20px;
}
body #content .page-hero.hero-about .hero-col-img {
  --img-hero-research-max-width: 100%;
  width: var(--img-hero-research-max-width) !important;
  max-width: var(--img-hero-research-max-width);
  margin: 30px -152px 0 -74px !important;
}
@media (max-width: 1439px) {
  body #content .page-hero.hero-about .hero-col-img {
    margin: 30px -152px 0 0 !important;
  }
}
@media (max-width: 980px) {
  body #content .page-hero.hero-about .hero-col-img {
    max-width: 100%;
    margin: 0 0 -30px !important;
  }
}
@media (max-width: 767px) {
  body #content .page-hero.hero-about .hero-col-img {
    display: none;
  }
}
body #content .page-hero.hero-about .hero-col-img img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 479px) {
  body #content .page-hero.hero-about .hero-col-img img {
    min-width: 90vw;
    height: auto;
  }
}
body #content .page-hero.hero-about .hero-col-content {
  width: 100%;
  max-width: 57.4%;
}
@media (max-width: 767px) {
  body #content .page-hero.hero-about .hero-col-content {
    max-width: 100%;
  }
}
body #content .page-hero.hero-about .hero-col-content .wp-block-uagb-advanced-heading + .wp-block-uagb-image {
  display: none;
}
@media (max-width: 767px) {
  body #content .page-hero.hero-about .hero-col-content .wp-block-uagb-advanced-heading + .wp-block-uagb-image {
    display: flex;
  }
}
body #content .page-hero.hero-about .hero-col-content .wp-block-uagb-advanced-heading + .wp-block-uagb-image img {
  min-width: 100%;
}
body #content .page-hero.hero-about .hero-logo {
  width: 100%;
}
body #content .our-focus-sectors > .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 479px) {
  body #content .our-focus-sectors > .uagb-container-inner-blocks-wrap {
    gap: 16px 8px;
  }
}
body #content .our-focus-sectors > .uagb-container-inner-blocks-wrap > .wp-block-uagb-advanced-heading {
  width: 100%;
}
body #content .our-focus-sectors h2 {
  margin-bottom: 42px;
}
@media (max-width: 1199px) {
  body #content .our-focus-sectors h2 {
    margin-bottom: 26px;
  }
}
body #content .our-focus-sectors-item {
  flex: none;
  width: calc(100% / 6 - 20px * 5 / 6);
  background-color: #fff;
  padding: 57px 30px 45px;
  transition-duration: 0.3s;
  height: 230px;
  border: 1px solid transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  body #content .our-focus-sectors-item {
    padding: 44px 24px 40px;
  }
}
@media (max-width: 1199px) {
  body #content .our-focus-sectors-item {
    width: calc(100% / 4 - 20px * 3 / 4);
  }
}
@media (max-width: 980px) {
  body #content .our-focus-sectors-item {
    padding: 47px 22px 35px;
  }
}
@media (max-width: 767px) {
  body #content .our-focus-sectors-item {
    width: calc(100% / 3 - 20px * 2 / 3);
  }
}
@media only screen and (max-width: 579px) {
  body #content .our-focus-sectors-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  body #content .our-focus-sectors-item {
    width: calc(50% - 4px);
    order: 11;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 22px;
  }
  body #content .our-focus-sectors-item:nth-child(2) {
    order: 1;
  }
  body #content .our-focus-sectors-item:nth-child(8) {
    order: 2;
  }
  body #content .our-focus-sectors-item:nth-child(3) {
    order: 3;
  }
  body #content .our-focus-sectors-item:nth-child(9) {
    order: 4;
  }
  body #content .our-focus-sectors-item:nth-child(4) {
    order: 5;
  }
  body #content .our-focus-sectors-item:nth-child(10) {
    order: 6;
  }
  body #content .our-focus-sectors-item:nth-child(5) {
    order: 7;
  }
  body #content .our-focus-sectors-item:nth-child(11) {
    order: 8;
  }
  body #content .our-focus-sectors-item:nth-child(6) {
    order: 9;
  }
  body #content .our-focus-sectors-item:nth-child(12) {
    order: 10;
  }
  body #content .our-focus-sectors-item:nth-child(7) br {
    display: block;
  }
  body #content .our-focus-sectors-item:nth-child(7) .wp-block-uagb-image img {
    height: 28px;
  }
}
body #content .our-focus-sectors-item .wp-block-uagb-image {
  float: unset;
  height: 74px;
  margin: 0;
  transition-duration: height 0.1s;
}
@media (max-width: 980px) {
  body #content .our-focus-sectors-item .wp-block-uagb-image {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  body #content .our-focus-sectors-item .wp-block-uagb-image {
    align-self: center;
  }
}
@media (max-width: 479px) {
  body #content .our-focus-sectors-item .wp-block-uagb-image {
    height: 50px;
    padding-bottom: 16px;
  }
  body #content .our-focus-sectors-item .wp-block-uagb-image img {
    height: 33px;
  }
}
body #content .our-focus-sectors-item .wp-block-uagb-buttons {
  opacity: 0;
  height: 0;
  transition: opacity 0.3s margin-bottom 0.3s;
}
body #content .our-focus-sectors-item .wp-block-button__link.with-icon .uagb-button__icon {
  background-position: 0 center;
  transition: all 0.5s ease;
}
body #content .our-focus-sectors-item p {
  float: unset;
  font-size: 20px;
  line-height: 1.3;
  color: #1d1d1d;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  body #content .our-focus-sectors-item p {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  body #content .our-focus-sectors-item p {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 424px) {
  body #content .our-focus-sectors-item p br {
    display: none;
  }
}
body #content .our-focus-sectors-item p a {
  color: #1d1d1d !important;
  text-decoration: none;
}
body #content .our-focus-sectors-item:hover {
  border: 1px solid #000;
}
body #content .our-focus-sectors-item.accent {
  background-color: #27b8ac;
  padding-top: 61px;
  padding-bottom: 26px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  body #content .our-focus-sectors-item.accent {
    padding: 44px 22px 30px;
  }
}
@media (max-width: 980px) {
  body #content .our-focus-sectors-item.accent {
    padding: 47px 24px 30px;
  }
}
@media (max-width: 479px) {
  body #content .our-focus-sectors-item.accent {
    padding: 30px 30px 20px 20px;
    display: block;
  }
}
body #content .our-focus-sectors-item.accent .wp-block-uagb-buttons {
  opacity: 1;
  height: auto;
}
body #content .our-focus-sectors-item.accent .wp-block-button__link.with-icon .uagb-button__icon {
  display: block;
}
body #content .our-focus-sectors-item.accent .wp-block-uagb-image {
  height: 0;
  opacity: 0;
}
body #content .our-focus-sectors-item.accent .block-wrap-link, body #content .our-focus-sectors-item.accent p a {
  color: #fff !important;
}
body #content .our-focus-sectors-item.accent p {
  color: #fff;
  margin-bottom: 35px;
  height: 74px;
  margin-left: 0 !important;
}
@media (max-width: 980px) {
  body #content .our-focus-sectors-item.accent p {
    text-align: left;
    max-width: 100px;
  }
}
@media (max-width: 479px) {
  body #content .our-focus-sectors-item.accent p {
    margin-bottom: 5px;
  }
}
body #content .our-focus-sectors-item.accent .wp-block-uagb-buttons {
  margin: 0 0 45px 11px !important;
}
@media (max-width: 980px) {
  body #content .our-focus-sectors-item.accent .wp-block-uagb-buttons {
    margin-left: 5px !important;
  }
}
body #content .our-focus-sectors-item.accent .wp-block-uagb-buttons .wp-block-button__link.with-icon {
  margin-bottom: 0;
  pointer-events: none;
}
body #content .our-focus-sectors-item.accent .wp-block-uagb-buttons .wp-block-button__link.with-icon .uagb-button__icon {
  background-position: calc(100% - 12px) center;
  transition: filter 0.3s ease;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(218deg) brightness(102%) contrast(103%) !important;
}
body #content .our-focus-sectors-item.accent:hover {
  border-color: transparent;
}
body #content .our-focus-sectors-item.accent:hover .wp-block-button__link.with-icon .uagb-button__icon {
  background-position: 0 center;
  transition: all 0.5s ease;
}
body #content .our-focus-sectors-item.accent .wp-block-button__link:focus {
  padding: 5px;
}
body #content .transforming-header .wp-block-uagb-advanced-heading {
  max-width: 600px;
}
body #content .transforming-header p {
  max-width: 600px;
}
body #content .transforming-header p:first-child {
  margin-top: 0;
}
body #content .transforming-header p:last-child {
  margin-bottom: 0;
}
body #content .transforming-tabs .wp-block-uagb-tabs {
  border: none;
  display: flex;
  gap: 40px;
}
@media (max-width: 1439px) {
  body #content .transforming-tabs .wp-block-uagb-tabs {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .wp-block-uagb-tabs {
    gap: 20px;
  }
}
@media (max-width: 980px) {
  body #content .transforming-tabs .wp-block-uagb-tabs {
    display: block;
  }
}
body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left {
  width: 100%;
  min-width: unset;
  max-width: unset;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 980px) {
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left {
    gap: 34px;
  }
}
body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li {
  text-align: left;
  margin: 0;
  font-size: 26px;
  line-height: calc(34 / 26);
  border: none;
}
@media (max-width: 1439px) {
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li {
    font-size: 19px;
  }
}
@media (max-width: 980px) {
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li {
    font-size: 20px;
  }
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li .wp-block-uagb-tabs-child {
    padding-top: 17px;
    padding-bottom: 0;
  }
}
body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li a {
  color: #666;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0;
}
body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li a:hover {
  color: #1d1d1d;
  /* padding-left: 20px;
						&::after {
							opacity: 1;
						} */
}
body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #27b8ac;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
@media (max-width: 1439px) {
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li a::after {
    width: 2px;
  }
}
@media (max-width: 980px) {
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li a {
    color: #1d1d1d;
    display: block;
  }
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li a:hover {
    color: #1d1d1d;
  }
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li a::after {
    width: 14px;
    height: 14px;
    background: url(../img/plus.svg) no-repeat center;
    left: auto;
    right: 0;
    top: 50%;
    opacity: 1;
    transform: translate(0, -50%);
  }
}
body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li.uagb-tabs__active a {
  padding-left: 20px;
  color: #1d1d1d;
}
@media (max-width: 1439px) {
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li.uagb-tabs__active a {
    padding-left: 12px;
  }
}
body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li.uagb-tabs__active a::after {
  opacity: 1;
}
@media (max-width: 980px) {
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li.uagb-tabs__active a {
    color: #27b8ac;
    padding-left: 0;
  }
  body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li.uagb-tabs__active a::after {
    filter: brightness(0) saturate(100%) invert(55%) sepia(76%) saturate(395%) hue-rotate(126deg) brightness(95%) contrast(94%);
    height: 2px;
  }
}
body #content .transforming-tabs .uagb-tabs__panel.uagb-tabs__align-left > li:last-child a:after {
  display: none;
}
body #content .transforming-tabs .uagb-tabs__body-wrap {
  flex: 0 0 840px;
  min-width: unset;
  max-width: unset;
  padding: 0;
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .uagb-tabs__body-wrap {
    flex: 0 0 70%;
  }
}
body #content .transforming-tabs .uagb-tabs__body-wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 980px) {
  body #content .transforming-tabs .uagb-tabs__body-wrap {
    margin-top: 0;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}
@media (max-width: 980px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child {
    transition: all 0s ease-out 0s;
    flex-direction: column;
    gap: 20px;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child.uagb-tabs-body__active {
  opacity: 1;
  min-height: 100%;
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child {
    gap: 10px;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group {
  background-color: #f0f3f4;
  padding: 30px;
  width: calc(50% - 10px);
  display: grid;
  grid-template-areas: "a b" "c c";
  grid-template-columns: 52px auto;
  grid-template-rows: 52px auto;
  align-items: start;
  justify-items: stretch;
  gap: 22px 14px;
}
@media (min-width: 1440px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group {
    min-height: 240px;
  }
}
@media (max-width: 1439px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group {
    gap: 20px 10px;
    grid-template-columns: 40px auto;
  }
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group {
    padding: 20px;
    width: calc(50% - 5px);
  }
}
@media (max-width: 980px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group {
    width: 100% !important;
    padding: 36px 21px 44px;
    grid-template-rows: 34px auto;
    grid-template-columns: 37px auto;
    gap: 20px 5px;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group .wp-block-uagb-image {
  grid-area: a;
  align-self: center;
}
@media (max-width: 767px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group .wp-block-uagb-image {
    margin-left: -5px !important;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group .wp-block-uagb-advanced-heading {
  grid-area: b;
  margin: 0;
  align-self: center;
  width: 100%;
}
body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group .wp-block-uagb-advanced-heading .uagb-heading-text {
  font-size: 20px;
  line-height: calc(26 / 20);
  width: 100%;
  text-transform: lowercase;
  letter-spacing: normal;
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: 17px;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group .wp-block-uagb-advanced-heading .uagb-heading-text::first-letter {
  text-transform: uppercase;
}
@media (max-width: 980px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: 20px;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group > p {
  grid-area: c;
  align-self: start;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  margin: 0;
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group > p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child .wp-block-group > p {
    font-size: 16px;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child:last-child {
  padding-bottom: 12px;
}
@media (min-width: 1440px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child:last-child {
    padding-bottom: 40px;
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child.tab-five .wp-block-group:nth-child(3) {
  width: calc(33.33% - 20px * 2 / 3);
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child.tab-five .wp-block-group:nth-child(3) {
    width: calc(33.33% - 10px * 2 / 3);
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child.tab-five .wp-block-group:nth-child(4) {
  width: calc(33.33% - 20px * 2 / 3);
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child.tab-five .wp-block-group:nth-child(4) {
    width: calc(33.33% - 10px * 2 / 3);
  }
}
body #content .transforming-tabs .wp-block-uagb-tabs-child.tab-five .wp-block-group:nth-child(5) {
  width: calc(33.33% - 20px * 2 / 3);
}
@media (max-width: 1199px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child.tab-five .wp-block-group:nth-child(5) {
    width: calc(33.33% - 10px * 2 / 3);
  }
}
@media (max-width: 980px) {
  body #content .transforming-tabs .wp-block-uagb-tabs-child.tab-five .wp-block-group {
    width: 100% !important;
  }
}
body #content .our-core {
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
  position: relative;
  background: url(../img/research-bg-flatten.svg) no-repeat center;
  background-size: cover;
}
body #content .our-core:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 4%;
  content: "";
  background: url(../img/bg-research-image.png) no-repeat center;
  background-size: auto 1176px;
  background-position: left top;
}
@media (min-width: 2100px) {
  body #content .our-core:before {
    left: 14vw;
  }
}
@media (max-width: 1700px) {
  body #content .our-core:before {
    left: -5%;
    background-size: auto 1150px;
  }
}
@media (max-width: 1100px) {
  body #content .our-core:before {
    left: -16%;
    background-size: auto 1200px;
  }
}
@media (max-width: 980px) {
  body #content .our-core:before {
    top: 25%;
    background-size: auto 950px;
  }
}
@media (max-width: 850px) {
  body #content .our-core:before {
    top: 30%;
  }
}
@media (max-width: 767px) {
  body #content .our-core:before {
    top: 22%;
    left: auto;
    right: -56%;
  }
}
@media (max-width: 550px) {
  body #content .our-core:before {
    top: 25%;
    right: -40%;
  }
}
@media (max-width: 450px) {
  body #content .our-core:before {
    top: 27%;
    right: -18%;
  }
}
body #content .our-core > .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
}
@media (max-width: 1439px) {
  body #content .our-core > .uagb-container-inner-blocks-wrap {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  body #content .our-core > .uagb-container-inner-blocks-wrap {
    gap: 30px;
  }
}
@media (max-width: 980px) {
  body #content .our-core > .uagb-container-inner-blocks-wrap {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  body #content .our-core > .uagb-container-inner-blocks-wrap {
    gap: 31px;
  }
}
body #content .our-core > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
  margin: 0;
  width: auto;
  max-width: unset;
}
body #content .our-core > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container.our-core-col1 {
  width: 100%;
}
@media (max-width: 980px) {
  body #content .our-core > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container.our-core-col1 {
    flex: none;
  }
}
body #content .our-core > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container.our-core-col2 {
  flex: 0 0 460px;
}
@media (max-width: 1199px) {
  body #content .our-core > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container.our-core-col2 {
    flex: 0 0 42%;
  }
}
@media (max-width: 980px) {
  body #content .our-core > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container.our-core-col2 {
    flex: none;
  }
}
body #content .our-core h3 {
  line-height: 1.3;
}
body #content .our-core-col1 {
  gap: 40px;
}
@media (max-width: 1439px) {
  body #content .our-core-col1 {
    gap: 30px;
  }
}
@media (max-width: 980px) {
  body #content .our-core-col1 {
    order: 2;
    gap: 50px;
  }
}
@media (max-width: 479px) {
  body #content .our-core-col1 {
    gap: 40px;
  }
}
body #content .our-core-col1 .wp-block-group {
  position: relative;
  padding: 50px 50px 43px 50px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  font-size: 17px;
  line-height: 1.6;
}
@media (max-width: 1439px) {
  body #content .our-core-col1 .wp-block-group {
    padding: 40px 34px;
  }
}
@media (max-width: 479px) {
  body #content .our-core-col1 .wp-block-group {
    padding: 40px;
    font-size: 16px;
    line-height: 1.7;
  }
}
body #content .our-core-col1 .wp-block-group .wp-block-uagb-buttons {
  position: absolute;
  top: 50px;
  right: 49px;
  margin: 0;
}
@media (max-width: 1439px) {
  body #content .our-core-col1 .wp-block-group .wp-block-uagb-buttons {
    right: 40px;
  }
}
@media (max-width: 1199px) {
  body #content .our-core-col1 .wp-block-group .wp-block-uagb-buttons {
    top: 40px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  body #content .our-core-col1 .wp-block-group .wp-block-uagb-buttons {
    position: static;
    order: 9;
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 479px) {
  body #content .our-core-col1 .wp-block-group .wp-block-uagb-buttons {
    margin-top: 12px;
  }
}
body #content .our-core-col1 .wp-block-group .wp-block-uagb-advanced-heading {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 23px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 980px) {
  body #content .our-core-col1 .wp-block-group .wp-block-uagb-advanced-heading .uagb-heading-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  body #content .our-core-col1 .wp-block-group .wp-block-uagb-advanced-heading {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  body #content .our-core-col1 .wp-block-group .wp-block-uagb-advanced-heading {
    margin-bottom: 14px;
  }
}
body #content .our-core-col1 .wp-block-group p {
  margin-top: 0;
  margin-bottom: 17px;
  margin-left: 0 !important;
  margin-right: auto !important;
  line-height: 157%;
}
body #content .our-core-col1 .wp-block-group p:last-child {
  margin-bottom: 0;
}
body #content .our-core-col1 .wp-block-group p, body #content .our-core-col1 .wp-block-group ul, body #content .our-core-col1 .wp-block-group ol {
  font-size: 17px;
}
@media (max-width: 767px) {
  body #content .our-core-col1 .wp-block-group p, body #content .our-core-col1 .wp-block-group ul, body #content .our-core-col1 .wp-block-group ol {
    font-size: 16px;
  }
}
body #content .our-core-col1 .wp-block-group .wp-block-columns {
  margin: 0 0 30px;
}
body #content .our-core-col1 .wp-block-group .wp-block-columns:last-child {
  margin-bottom: 0;
}
body #content .our-core-col2 p {
  line-height: 172%;
}
body #content .our-core-col2 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  body #content .our-core-col2 .wp-block-uagb-advanced-heading {
    margin-bottom: 10px;
  }
  body #content .our-core-col2 .wp-block-uagb-advanced-heading br {
    display: none;
  }
}
body #content .expand {
  display: inline-block;
  padding-right: 27px;
  position: relative;
  color: #1d1d1d;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 479px) {
  body #content .expand {
    font-weight: 500;
    margin-top: -5px;
  }
}
body #content .expand::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 9px;
  background: url(../img/chevron-down.svg) no-repeat center / 100% 100%;
  transition: all 0.2s ease-out 0s;
}
body #content .expand.open::after {
  transform: scaleY(-1) translate(0, 50%);
}
@media (any-hover: hover) {
  body #content .expand:hover {
    color: #27b8ac;
  }
  body #content .expand:hover::after {
    filter: brightness(0) saturate(100%) invert(68%) sepia(26%) saturate(1309%) hue-rotate(125deg) brightness(89%) contrast(73%);
  }
}
body #content .expand-content {
  display: none;
}
body #content .expand-content .growth, body #content .expand-content.growth {
  background-color: #f0f3f4;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 1439px) {
  body #content .expand-content .growth, body #content .expand-content.growth {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 479px) {
  body #content .expand-content .growth, body #content .expand-content.growth {
    gap: 10px;
    background: none;
    padding: 0;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  body #content .expand-content .growth, body #content .expand-content.growth {
    flex-direction: column;
    gap: 40px;
  }
}
body #content .expand-content .growth .wp-block-uagb-advanced-heading, body #content .expand-content.growth .wp-block-uagb-advanced-heading {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  body #content .expand-content .growth .wp-block-uagb-advanced-heading, body #content .expand-content.growth .wp-block-uagb-advanced-heading {
    margin-bottom: 16px;
  }
}
body #content .expand-content .growth .uagb-heading-text, body #content .expand-content.growth .uagb-heading-text {
  font-size: 20px;
  line-height: 1.3;
}
body #content .expand-content .growth p, body #content .expand-content.growth p {
  font-size: 16px;
}
body #content .expand-content .growth p strong, body #content .expand-content.growth p strong {
  color: #1d1d1d;
}
body #content .partnerships {
  overflow: hidden;
}
@media only screen and (max-width: 781px) {
  body #content .partnerships .logos {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  body #content .partnerships .logos {
    margin-bottom: 40px;
  }
}
body #content .partnerships .partnerships-view-more-mobile {
  display: none;
}
@media only screen and (max-width: 781px) {
  body #content .partnerships .partnerships-view-more-mobile {
    display: block;
  }
  body #content .partnerships .partnerships-view-more-mobile .uagb-buttons__wrap {
    justify-content: flex-end;
    padding-right: 22px;
  }
}
@media only screen and (max-width: 781px) and (max-width: 479px) {
  body #content .partnerships .partnerships-view-more-mobile .uagb-buttons__wrap {
    padding-right: 11px;
  }
}
body #content .partnerships-header {
  margin-bottom: clamp(34px, 7.3571428571vw, 103px);
  max-width: 728px;
}
body #content .partnerships-header .uagb-heading-text {
  line-height: 1.3;
}
body #content .partnerships-subheader {
  margin-bottom: clamp(34px, 5.8571428571vw, 82px);
}
body #content .partnerships-subheader .wp-block-column {
  margin-bottom: 0;
}
body #content .partnerships-subheader .pretty-text {
  max-width: 540px;
}
@media only screen and (max-width: 781px) {
  body #content .partnerships-subheader .pretty-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.2px;
  }
  body #content .partnerships-subheader .pretty-text::before {
    top: 0.3em;
  }
}
body #content .partnerships-subheader .uagb-buttons__wrap {
  justify-content: flex-end;
}
body #content .carousel {
  display: block;
}
@media (max-width: 479px) {
  body #content .carousel {
    max-width: 92%;
    transition: all 0.3s ease-out 0s;
  }
  body #content .carousel.finish {
    margin-left: 8%;
  }
  body #content .carousel.finish .swiper-buttons {
    left: auto;
    right: 3.3vw;
  }
}
body #content .carousel .swiper-buttons {
  position: relative;
  width: 132px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-top: 50px;
  margin-right: 40px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  body #content .carousel .swiper-buttons {
    margin-top: 35px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body #content .carousel .swiper-buttons {
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  body #content .carousel .swiper-buttons {
    margin-top: 20px;
    left: 3.3vw;
  }
}
body #content .carousel .swiper-buttons .swiper-button-prev, body #content .carousel .swiper-buttons .swiper-button-next {
  position: relative;
  transform: translate(0, 0);
  transition: all 0.3s ease-out 0s;
  width: 56px;
  height: 56px;
  margin: 0;
  background-color: #f0f3f4;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
body #content .carousel .swiper-buttons .swiper-button-prev.swiper-button-disabled, body #content .carousel .swiper-buttons .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
}
body #content .carousel .swiper-buttons .swiper-button-prev::after, body #content .carousel .swiper-buttons .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 17px;
  background: url(../img/angle-left.svg) no-repeat center / 100% 100%;
  transition: all 0.3s ease-out 0s;
}
@media (any-hover: hover) {
  body #content .carousel .swiper-buttons .swiper-button-prev:hover, body #content .carousel .swiper-buttons .swiper-button-next:hover {
    background-color: #27b8ac;
  }
  body #content .carousel .swiper-buttons .swiper-button-prev:hover::after, body #content .carousel .swiper-buttons .swiper-button-next:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%) hue-rotate(52deg) brightness(105%) contrast(101%);
  }
}
body #content .carousel .swiper-buttons .swiper-button-prev {
  left: 0;
}
body #content .carousel .swiper-buttons .swiper-button-next {
  transform: scaleX(-1);
  right: 0;
}
body #content .carousel-item {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  body #content .carousel-item {
    padding: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  body #content .carousel-item {
    padding: 28px;
  }
}
@media (max-width: 479px) {
  body #content .carousel-item {
    padding: 40px;
  }
}
body #content .carousel-item p {
  flex: 2;
  line-height: 1.7;
  margin-bottom: 40px;
}
body #content .carousel-item .wp-block-uagb-advanced-heading {
  margin: 0;
}
body #content .carousel-item h5 {
  font-size: 22px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767px) {
  body #content .carousel-item h5 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
body #content .carousel-item h6 {
  font-size: 17px;
  line-height: 1.6;
  color: #666;
  font-weight: 400;
}
@media (max-width: 767px) {
  body #content .carousel-item h6 {
    font-size: 16px;
  }
}
body #content .cta-section .uagb-container-inner-blocks-wrap {
  width: 90% !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body #content .cta-section h1, body #content .cta-section h2, body #content .cta-section h3, body #content .cta-section h4 {
  margin: 0 !important;
  font-size: 58px!important;
  letter-spacing: -0.03em !important;
  line-height: 130% !important;
}
@media (max-width: 1439px) {
  body #content .cta-section h1, body #content .cta-section h2, body #content .cta-section h3, body #content .cta-section h4 {
    font-size: calc(36px + 22 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #content .cta-section h1, body #content .cta-section h2, body #content .cta-section h3, body #content .cta-section h4 {
    font-size: 36px!important;
  }
}
body #content .cta-section .wp-block-uagb-buttons:last-child {
  margin-bottom: 0;
}
body #content .cta-section .wp-block-uagb-buttons .wp-block-button__link:last-child {
  margin-right: 0;
}
body #content .counter-slider-section + .portfolio-section {
  background-color: #f0f3f4;
}
@media (max-width: 991px) {
  body #content .counter-slider-section .uagb-container-inner-blocks-wrap {
    max-width: 500px !important;
  }
}
body #content .counter-slider-section .swiper-slide .swiper-slide {
  opacity: 0.5;
}
@media (max-width: 799px) {
  body #content .counter-slider-section .swiper-slide .swiper-slide {
    opacity: 1;
  }
}
body #content .counter-slider-section .swiper-slide {
  transition: opacity 0.5s ease;
}
body #content .counter-slider-section .swiper-slide-next + .swiper-slide + .swiper-slide .swiper-slide, body #content .counter-slider-section .swiper-slide.swiper-slide-prev .swiper-slide {
  opacity: 0;
}
body #content .counter-slider-section .swiper.counter-slider {
  padding: 0 102px !important;
}
@media (max-width: 980px) {
  body #content .counter-slider-section .swiper.counter-slider {
    padding: 0 70px !important;
  }
}
@media (max-width: 479px) {
  body #content .counter-slider-section .swiper.counter-slider {
    padding: 0 50px !important;
  }
}
@media (max-width: 1439px) {
  body #content .counter-slider-section.no-padding .swiper.counter-slider {
    padding: 0 !important;
  }
}
@media (max-width: 479px) {
  body #content .counter-slider-section.no-padding .swiper.counter-slider {
    padding: 0 50px !important;
  }
}
@media (min-width: 800px) {
  body #content .counter-slider-section .swiper-slide-active .swiper-slide, body #content .counter-slider-section .swiper-slide-next .swiper-slide, body #content .counter-slider-section .swiper-slide-next + .swiper-slide .swiper-slide {
    opacity: 1;
  }
}
@media (max-width: 799px) {
  body #content .counter-slider-section .swiper-slide-next + .swiper-slide .swiper-slide {
    opacity: 0;
  }
}
@media (max-width: 799px) {
  body #content .counter-slider-section .swiper-slide-next {
    opacity: 0;
  }
}
body #content .counter-slider-section > .uagb-container-inner-blocks-wrap {
  position: relative;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 53px;
}
body #content .counter-slider-section .wp-block-uagb-counter {
  max-width: 350px;
  margin: 0 auto !important;
  aspect-ratio: 1;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  gap: 0;
  border-radius: 50%;
  background: #f0f3f4;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  body #content .counter-slider-section .wp-block-uagb-counter {
    max-width: 65%;
    min-width: 230px;
  }
}
body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
  color: #1d1d1d;
  font-size: 84px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -2.52px;
}
@media (max-width: 1700px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: calc(46px + 38 * ((100vw - 479px) / 1221));
  }
}
@media (max-width: 479px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 46px;
  }
}
@media (max-width: 1439px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 60px;
  }
}
@media (max-width: 1439px) and (max-width: 1440px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: calc(46px + 14 * ((100vw - 479px) / 961));
  }
}
@media (max-width: 1439px) and (max-width: 479px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 64px;
  }
}
@media (max-width: 1199px) and (max-width: 1700px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: calc(46px + 18 * ((100vw - 479px) / 1221));
  }
}
@media (max-width: 1199px) and (max-width: 479px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 46px;
  }
}
@media (max-width: 980px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 60px;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: calc(36px + 24 * ((100vw - 479px) / 501));
  }
}
@media (max-width: 980px) and (max-width: 479px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-number, body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 36px;
  }
}
body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__number {
  margin-top: auto;
}
body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #1d1d1d;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: auto;
  max-width: 90%;
}
@media (max-width: 1439px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__title {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  body #content .counter-slider-section .wp-block-uagb-counter .wp-block-uagb-counter__title {
    font-size: 16px;
  }
}
body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .uagb-counter-block-prefix, body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .uagb-counter-block-number {
  line-height: 90%;
}
body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .wp-block-uagb-counter__number .uagb-counter-block-suffix {
  width: 100%;
  display: block;
  margin-top: -3px;
  color: #1d1d1d;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  letter-spacing: -1.2px;
}
@media (max-width: 1700px) {
  body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: calc(30px + 10 * ((100vw - 479px) / 1221));
  }
}
@media (max-width: 479px) {
  body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 30px;
  }
}
@media (max-width: 1439px) {
  body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 40px;
  }
}
@media (max-width: 1199px) and (max-width: 1700px) {
  body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: calc(30px + 10 * ((100vw - 479px) / 1221));
  }
}
@media (max-width: 1199px) and (max-width: 479px) {
  body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 30px;
  }
}
body #content .counter-slider-section .wp-block-uagb-counter.suffix-new-line .wp-block-uagb-counter__title {
  margin-top: 16px;
}
body #content .counter-slider-section .wp-block-uagb-counter.diapason .wp-block-uagb-counter__number .uagb-counter-block-number {
  display: none !important;
}
body #content .counter-slider-section .swiper-button-prev, body #content .counter-slider-section .swiper-button-next {
  position: absolute;
  top: calc(50% + 21px);
  transform: translateY(-50%);
  width: 56px !important;
  height: 56px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  border: 1px solid rgba(29, 29, 29, 0.6);
  background-color: #fff;
}
body #content .counter-slider-section .swiper-button-prev:hover, body #content .counter-slider-section .swiper-button-next:hover {
  background-color: #27b8ac;
  border: 1px solid #27b8ac;
}
body #content .counter-slider-section .swiper-button-prev:hover::after, body #content .counter-slider-section .swiper-button-next:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%) hue-rotate(52deg) brightness(105%) contrast(101%);
}
body #content .counter-slider-section .swiper-button-prev.swiper-button-disabled, body #content .counter-slider-section .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  border: 1px solid rgba(29, 29, 29, 0.6);
  background-color: #fff;
  cursor: not-allowed;
}
body #content .counter-slider-section .swiper-button-prev.swiper-button-lock, body #content .counter-slider-section .swiper-button-next.swiper-button-lock {
  display: none;
}
body #content .counter-slider-section .swiper-button-prev::after, body #content .counter-slider-section .swiper-button-next::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 17px;
  transition: all 0.3s ease-out 0s;
  background: url(../img/angle-left.svg) no-repeat center / 100% 100%;
}
body #content .counter-slider-section .swiper-button-prev {
  left: 0;
}
@media (max-width: 479px) {
  body #content .counter-slider-section .swiper-button-prev {
    left: -10px;
  }
}
body #content .counter-slider-section .swiper-button-prev::after {
  left: calc(50% - 2px);
}
body #content .counter-slider-section .swiper-button-next {
  right: 0;
}
@media (max-width: 479px) {
  body #content .counter-slider-section .swiper-button-next {
    right: -10px;
  }
}
body #content .counter-slider-section .swiper-button-next::after {
  left: calc(50% + 1px);
  transform: translate(-50%, -50%) scaleX(-1);
}
body #content .header-btn-section {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
body #content .portfolio-section .archive-post-grid.post-grid-company-portfolio .post-item {
  padding: 29px 30px 30px;
  border: 1px solid #fff;
  background-color: #fff;
  backdrop-filter: blur(16px);
  cursor: pointer;
}
body #content .portfolio-section .archive-post-grid.post-grid-company-portfolio .post-item:hover {
  border: 1px solid #1d1d1d;
}
body #content .portfolio-section .archive-post-grid.post-grid-company-portfolio .post-item .post-website {
  margin: 0 0 19px;
}
body #content .portfolio-section .archive-post-grid.post-grid-company-portfolio .post-item .read-more {
  margin: auto 0 0 auto;
}
body #content .latest-news-section {
  overflow: hidden !important;
}
body #content .latest-news-section > .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  overflow: visible;
}
@media (max-width: 767px) {
  body #content .latest-news-section > .uagb-container-inner-blocks-wrap {
    flex-wrap: wrap;
  }
}
body #content .latest-news-section .header-section {
  position: relative;
  z-index: 10;
  width: 100% !important;
  max-width: 50%;
}
@media (max-width: 767px) {
  body #content .latest-news-section .header-section {
    max-width: 100%;
  }
}
body #content .latest-news-section .header-section .wp-block-uagb-advanced-heading {
  max-width: 500px;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  body #content .latest-news-section .header-section .wp-block-uagb-advanced-heading {
    max-width: 100%;
  }
}
body #content .latest-news-section .header-section .wp-block-uagb-image.oversized {
  position: relative;
}
@media (max-width: 767px) {
  body #content .latest-news-section .header-section .wp-block-uagb-image.oversized {
    display: none;
  }
}
body #content .latest-news-section .header-section .wp-block-uagb-image.oversized * {
  width: 100%;
  height: 100%;
}
body #content .latest-news-section .header-section .wp-block-uagb-image.oversized img {
  --img-over-size-max-width: calc(100% + 174px);
  position: absolute;
  top: 5px;
  right: -5px;
  width: var(--img-over-size-max-width);
  max-width: var(--img-over-size-max-width);
  height: auto;
}
body #content .latest-news-section .content-section {
  position: relative;
  width: 100% !important;
  max-width: 58.845%;
  overflow: visible;
}
@media (max-width: 1023px) {
  body #content .latest-news-section .content-section {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  body #content .latest-news-section .content-section {
    max-width: 100%;
  }
}
body #content .latest-news-section .content-section::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  body #content .latest-news-section .content-section::before {
    display: none;
  }
}
body #content .latest-news-section .post-item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 39px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border: 1px solid #f0f3f4;
  background-color: #f0f3f4;
  transition: all 0.5s ease;
}
@media (max-width: 1439px) {
  body #content .latest-news-section .post-item {
    padding: 29px;
  }
}
body #content .latest-news-section .post-item:hover .read-more::after {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: 0 center;
  transition: all 0.5s ease;
}
body #content .latest-news-section .post-item .terms-block {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 15px;
}
body #content .latest-news-section .post-item .terms-block .terms-categories, body #content .latest-news-section .post-item .terms-block .terms-tags {
  margin: 0 !important;
  padding: 0 !important;
  width: fit-content;
}
body #content .latest-news-section .post-item .terms-block .terms-categories .heading-text, body #content .latest-news-section .post-item .terms-block .terms-tags .heading-text {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 15px;
}
body #content .latest-news-section .post-item .terms-block .terms-categories .heading-text span, body #content .latest-news-section .post-item .terms-block .terms-tags .heading-text span {
  margin: 0 !important;
  padding: 6px 10px 7px !important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 99px;
  overflow: hidden;
}
body #content .latest-news-section .post-item .terms-block .terms-categories .heading-text span {
  background: #666;
}
body #content .latest-news-section .post-item .terms-block .terms-tags .heading-text span {
  background: #27b8ac;
}
body #content .latest-news-section .post-item .post-featured-image {
  width: 100%;
  aspect-ratio: 2;
  max-height: 187px;
  padding: 10px 20px;
  margin: auto 0 0;
}
body #content .latest-news-section .post-item .post-featured-image * {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body #content .latest-news-section .post-item .post-featured-image img {
  object-fit: contain !important;
  object-position: center !important;
}
body #content .latest-news-section .post-item .post-date {
  margin: 0 0 21px;
  padding: 0 16px;
}
@media (max-width: 1439px) {
  body #content .latest-news-section .post-item .post-date {
    padding: 0;
  }
}
body #content .latest-news-section .post-item .post-title {
  margin: 0 0 29px;
  padding: 0 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  letter-spacing: normal;
  min-height: 123px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
@media (max-width: 1439px) {
  body #content .latest-news-section .post-item .post-title {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .latest-news-section .post-item .post-title {
    font-size: 22px;
  }
}
@media (max-width: 1439px) {
  body #content .latest-news-section .post-item .post-title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  body #content .latest-news-section .post-item .post-title {
    min-height: 117px;
  }
}
body #content .latest-news-section .post-item .post-excerpt {
  margin: 0 0 30px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
@media (max-width: 1439px) {
  body #content .latest-news-section .post-item .post-excerpt {
    padding: 0;
  }
}
body #content .latest-news-section .post-item .post-excerpt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
body #content .latest-news-section .post-item .read-more {
  margin: auto -1px 0 auto;
  padding: 0 16px;
  color: #1d1d1d;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none !important;
  font-size: 14px;
}
@media (max-width: 1439px) {
  body #content .latest-news-section .post-item .read-more {
    padding: 0;
  }
}
body #content .latest-news-section .post-item .read-more::after {
  content: "";
  width: 36px;
  height: 14px;
  transform: scale(0.9);
  margin-left: 12px;
  margin-bottom: -3px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="14" fill="none"><path stroke="%231D1D1D" stroke-width="1.3" d="M0 7h24M24 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.084 12.084 0 0 0-2.383 3.88M24 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88M64 7h24M88 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.083 12.083 0 0 0-2.383 3.88M88 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  transition: filter 0.3s ease;
}
body #content .latest-news-section .latest-news-slider {
  padding: 0 0 151px;
  overflow: visible;
}
@media (max-width: 1439px) {
  body #content .latest-news-section .latest-news-slider {
    padding: 0 0 100px;
  }
}
body #content .latest-news-section .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
body #content .latest-news-section .swiper-slide {
  height: 100%;
}
body #content .latest-news-section .swiper-button-prev, body #content .latest-news-section .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  width: 56px !important;
  height: 56px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(29, 29, 29, 0.6);
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}
body #content .latest-news-section .swiper-button-prev:hover, body #content .latest-news-section .swiper-button-next:hover {
  background-color: #27b8ac;
  border: 1px solid #27b8ac;
}
body #content .latest-news-section .swiper-button-prev:hover::after, body #content .latest-news-section .swiper-button-next:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%) hue-rotate(52deg) brightness(105%) contrast(101%);
}
body #content .latest-news-section .swiper-button-prev.swiper-button-disabled, body #content .latest-news-section .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  border: 1px solid rgba(29, 29, 29, 0.6);
  background-color: #fff;
}
body #content .latest-news-section .swiper-button-prev::after, body #content .latest-news-section .swiper-button-next::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 17px;
  transition: all 0.3s ease-out 0s;
  background: url(../img/angle-left.svg) no-repeat center / 100% 100%;
}
body #content .latest-news-section .swiper-button-prev {
  right: 44px;
}
@media (max-width: 1439px) {
  body #content .latest-news-section .swiper-button-prev {
    right: 75px;
  }
}
body #content .latest-news-section .swiper-button-prev::after {
  left: calc(50% - 2px);
}
body #content .latest-news-section .swiper-button-next {
  right: -31px;
}
@media (max-width: 1439px) {
  body #content .latest-news-section .swiper-button-next {
    right: 0;
  }
}
body #content .latest-news-section .swiper-button-next::after {
  left: calc(50% + 1px);
  transform: translate(-50%, -50%) scaleX(-1);
}
body #content .latest-news-section.news-transaction-advisory .header-section .wp-block-uagb-advanced-heading {
  max-width: 470px;
}
@media (max-width: 767px) {
  body #content .latest-news-section.news-transaction-advisory .header-section .wp-block-uagb-advanced-heading {
    max-width: 100%;
  }
}
body #content .latest-news-section.news-transaction-advisory .header-section .wp-block-uagb-image.oversized img {
  --img-over-size-max-width: calc(100% + 58px);
  top: 4px;
  right: 53px;
  width: var(--img-over-size-max-width);
  max-width: var(--img-over-size-max-width);
}
@media (max-width: 1439px) {
  body #content .latest-news-section.news-transaction-advisory .header-section .wp-block-uagb-image.oversized img {
    right: 0;
  }
}
body #content .focus-sectors-section .focus-sectors-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item {
  width: calc(33.333% - 16px);
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  body #content .focus-sectors-section .focus-sectors-grid .card-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  body #content .focus-sectors-section .focus-sectors-grid .card-item {
    width: 100%;
  }
}
body #content .focus-sectors-section .focus-sectors-grid .card-item:hover .wp-block-button .wp-block-button__link::after {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: 0 center;
  transition: all 0.5s ease;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .uagb-infobox-margin-wrapper {
  width: 100%;
  height: 100%;
  padding: 37px 40px 40px !important;
  background: #f0f3f4;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .uagb-ifb-left-title-image {
  min-height: 36px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .uagb-ifb-image-content, body #content .focus-sectors-section .focus-sectors-grid .card-item .uagb-ifb-title-wrap {
  align-self: unset;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .uagb-ifb-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .uagb-ifb-title {
  color: #1d1d1d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: normal;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .uagb-ifb-desc {
  margin-bottom: 32px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
  letter-spacing: normal;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .wp-block-button {
  margin-top: auto;
  text-align: right;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .wp-block-button .wp-block-button__link {
  margin: 0 2px 0 0;
  padding: 0;
  color: #1d1d1d;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none !important;
  background: transparent !important;
}
body #content .focus-sectors-section .focus-sectors-grid .card-item .wp-block-button .wp-block-button__link::after {
  content: "";
  width: 36px;
  height: 14px;
  margin-left: 28px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="14" fill="none"><path stroke="%231D1D1D" stroke-width="1.3" d="M0 7h24M24 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.084 12.084 0 0 0-2.383 3.88M24 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88M64 7h24M88 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.083 12.083 0 0 0-2.383 3.88M88 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  transition: filter 0.3s ease;
}
body #content .section-2col + .portfolio-section {
  background-color: #f0f3f4;
}
body #content .section-2col > .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 29px;
}
body #content .section-2col .section-col {
  width: 100%;
  max-width: calc(50% - 14.5px) !important;
  padding: 50px 50px 44px !important;
  gap: 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(16px);
  background-color: #f0f3f4;
}
@media (max-width: 980px) {
  body #content .section-2col .section-col {
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  body #content .section-2col .section-col {
    max-width: 100% !important;
  }
}
body #content .section-2col p {
  margin-bottom: 13px;
}
body #content .section-2col p:last-child {
  margin-bottom: 0;
}
body #content .section-2col strong, body #content .section-2col b {
  color: #000000;
  font-weight: 600;
}
body #content .section-team {
  background-color: #f0f3f4 !important;
}
body #content .section-team .team-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
body #content .section-team .team-grid .wp-block-uagb-team {
  width: calc(25% - 18px);
  min-height: 494px;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #fff;
  background: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (max-width: 1439px) {
  body #content .section-team .team-grid .wp-block-uagb-team {
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  body #content .section-team .team-grid .wp-block-uagb-team {
    width: calc(33% - 16px);
  }
}
@media (max-width: 980px) {
  body #content .section-team .team-grid .wp-block-uagb-team {
    width: calc(50% - 12px);
  }
}
@media (max-width: 479px) {
  body #content .section-team .team-grid .wp-block-uagb-team {
    width: 100%;
  }
}
body #content .section-team .team-grid .wp-block-uagb-team:hover {
  border: 1px solid #1d1d1d;
}
body #content .section-team .team-grid .wp-block-uagb-team:hover .team-img img {
  transform: translate(-50%, -50%) scale(1.06);
}
body #content .section-team .team-grid .wp-block-uagb-team img {
  margin: 0 0 21px;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 262px;
  aspect-ratio: 0.9739776952;
  object-fit: cover;
  object-position: center;
}
body #content .section-team .team-grid .wp-block-uagb-team .team-img {
  position: relative;
  margin: 0 0 21px;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 262px;
  aspect-ratio: 0.9739776952;
  overflow: hidden;
  border-radius: 50%;
}
body #content .section-team .team-grid .wp-block-uagb-team .team-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: unset;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__title {
  margin-bottom: 6px;
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 140%;
  letter-spacing: normal;
}
@media (max-width: 1439px) {
  body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__title {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__title {
    font-size: 22px;
  }
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__prefix {
  display: block;
  color: #1d1d1d;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 130%;
  letter-spacing: -0.51px;
}
@media (max-width: 980px) {
  body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__prefix {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__prefix {
    font-size: 15px !important;
  }
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__desc {
  display: none;
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list {
  margin-top: 17px;
  display: flex;
  justify-content: flex-start;
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list a, body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list a svg {
  width: 24px;
  height: 24px;
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list svg {
  transition: all 0.3s ease;
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list a:hover {
  color: #27b8ac;
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list a:hover svg {
  fill: #27b8ac;
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"]::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="19" fill="none"><path fill="%231D1D1D" d="M3 2.75c-.422 0-.75.375-.75.75v1.078l8.063 6.61a2.615 2.615 0 0 0 3.328 0l8.109-6.61V3.5c0-.375-.375-.75-.75-.75H3Zm-.75 4.734V15.5c0 .422.328.75.75.75h18c.375 0 .75-.328.75-.75V7.484l-6.656 5.438c-1.828 1.5-4.406 1.5-6.188 0L2.25 7.484ZM0 3.5c0-1.64 1.313-3 3-3h18c1.64 0 3 1.36 3 3v12c0 1.688-1.36 3-3 3H3c-1.688 0-3-1.313-3-3v-12Z"/></svg>');
  position: relative;
  top: 3px;
  left: 3px;
  transition: all 0.3s ease;
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"]:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(85%) saturate(401%) hue-rotate(123deg) brightness(82%) contrast(85%);
}
body #content .section-team .team-grid .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"] svg {
  display: none;
}
body #content .section-resources > .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
body #content .section-resources .resources-header {
  width: 100%;
  max-width: calc(31.5% - 25px);
}
@media (max-width: 1199px) {
  body #content .section-resources .resources-header {
    max-width: 100%;
  }
}
body #content .section-resources .resources-grid {
  width: 100%;
  max-width: calc(67.5% - 25px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 1199px) {
  body #content .section-resources .resources-grid {
    max-width: 100%;
  }
}
body #content .section-resources .resources-grid .wp-block-group {
  width: calc(50% - 12px);
  min-height: 288px;
  padding: 30px 30px 28px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  body #content .section-resources .resources-grid .wp-block-group {
    width: 100%;
    min-height: auto;
  }
}
body #content .section-resources .resources-grid .wp-block-group:hover .wp-block-button.minimal.arrowed .wp-block-button__link .uagb-button__link {
  color: #1d1d1d;
}
body #content .section-resources .resources-grid .wp-block-group:hover .wp-block-button.minimal.arrowed .uagb-button__icon {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: 0 center;
  transition: all 0.8s ease;
}
body #content .section-resources .resources-grid .wp-block-group .wp-block-uagb-advanced-heading {
  margin: 0 0 22px !important;
}
body #content .section-resources .resources-grid .wp-block-group .wp-block-uagb-advanced-heading .uagb-heading-text {
  letter-spacing: normal;
}
body #content .section-resources .resources-grid .wp-block-group p {
  margin: 0 0 21px !important;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
}
body #content .section-resources .resources-grid .wp-block-group .wp-block-uagb-buttons {
  margin: auto 0 0 auto !important;
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .page-hero .hero-col-img.scale-image {
    transform: scale(1.5);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 980px) {
  .page-hero .hero-col-img.scale-image .wp-block-uagb-image img {
    transform: scale(1.3);
  }
}
/* Firefox */
@supports (-moz-appearance: none) {
  .page-hero .hero-col-img.scale-image {
    transform: scale(1.5);
  }
  @media (max-width: 980px) {
    .page-hero .hero-col-img.scale-image .wp-block-uagb-image img {
      transform: scale(1.3);
    }
  }
}
.pum-container.pum-responsive .wp-block-uagb-image__figure {
  width: 100%;
  height: auto;
  overflow: visible;
}
.pum-container.pum-responsive .wp-block-uagb-image__figure img {
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  height: auto;
  object-fit: contain;
}
#news .wp-block-uagb-image__figure img {
  min-height: 48em;
}
@media (max-width: 1439px) {
  #news .wp-block-uagb-image__figure img {
    min-height: 42em;
  }
}
@media (max-width: 980px) {
  #news .wp-block-uagb-image__figure img {
    min-height: 39em;
  }
}
#news .swiper-slide .post-item {
  max-width: 394px;
}
@media (max-width: 980px) {
  #news .swiper-slide .post-item {
    max-width: unset;
  }
}
#content .home-hero {
  overflow: hidden;
}
#content .home-hero .wp-block-uagb-image {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 980px) {
  #content .home-hero .wp-block-uagb-image {
    display: none;
  }
}
#content .home-hero .wp-block-uagb-image + p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media (max-width: 980px) {
  #content .home-hero .wp-block-uagb-image + p {
    font-size: 28px;
    margin-bottom: 29px;
  }
}
#content .home-hero .wp-block-uagb-buttons {
  position: relative;
  z-index: 3;
}
@media (max-width: 980px) {
  #content .home-hero .wp-block-uagb-buttons {
    margin-bottom: 0;
  }
}
#content .home-hero-content {
  position: relative;
  margin-top: clamp(21px, 11.9285714286vw, 167px);
}
@media only screen and (max-width: 1200px) {
  #content .home-hero-content {
    margin-top: clamp(21px, 13.9166666667vw, 167px);
    padding-top: 50px;
  }
}
@media only screen and (max-width: 424px) {
  #content .home-hero-content {
    padding-top: 0;
  }
}
#content .home-hero-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 1667px;
  padding-bottom: 30%;
  background: url(../img/decor-1.svg) no-repeat center / 100% 100%;
  bottom: 100%;
  right: 5%;
  transform: translate(105px, 86px);
  animation: animate-background 5s infinite linear;
}
@media (max-width: 1439px) {
  #content .home-hero-content::before {
    width: 96vw;
    transform: translate(0, 7vw);
    left: -4.4vw;
    right: auto;
  }
}
@media only screen and (max-width: 424px) {
  #content .home-hero-content::before {
    width: calc(100vw + 12vw);
    margin-left: -12vw;
    padding-bottom: 46%;
    position: relative;
    left: 0;
    margin-bottom: 5px;
    transform: unset;
    right: auto !important;
    bottom: 20px;
    background: url(../img/decor-main-mob.svg) no-repeat center / 100% 100%;
  }
}
@media only screen and (min-width: 425px) and (max-width: 479px) {
  #content .home-hero-content {
    margin-top: 110px;
  }
  #content .home-hero-content::before {
    width: 110vw;
    right: -5px;
    left: auto;
    transform: translate(0, 3vw);
  }
}
@media only screen and (max-width: 424px) {
  #content .home-hero-content {
    margin-top: 22px;
  }
}
#content .home-hero-content .wp-block-uagb-advanced-heading {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #content .home-hero-content .wp-block-uagb-advanced-heading {
    margin-bottom: 36px;
  }
}
@media (min-width: 981px) {
  #content .home-hero-content .uagb-heading-text {
    letter-spacing: -1.74px;
  }
}
@media (max-width: 980px) {
  #content .home-hero-content .uagb-heading-text {
    letter-spacing: -1.08px;
  }
}
#content .home-hero-content p {
  max-width: 592px;
}
@keyframes animate-background {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 100% 100%;
  }
}
body #content .page-container > .uagb-container-inner-blocks-wrap {
  max-width: 898px !important;
}
body #content .page-container .uagb-heading-text {
  line-height: 129%;
}
body #content .page-container .wp-block-uagb-separator {
  width: 100% !important;
}
body #content .page-container .entry-content {
  width: 100% !important;
}
body #content .page-container .entry-content h1, body #content .page-container .entry-content h2, body #content .page-container .entry-content h3, body #content .page-container .entry-content h4, body #content .page-container .entry-content h5, body #content .page-container .entry-content h6 {
  margin-bottom: 1.39em;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: normal;
}
body #content .page-container .entry-content h1:first-child, body #content .page-container .entry-content h2:first-child, body #content .page-container .entry-content h3:first-child, body #content .page-container .entry-content h4:first-child, body #content .page-container .entry-content h5:first-child, body #content .page-container .entry-content h6:first-child {
  margin-top: 0;
}
body #content .page-container .entry-content h1, body #content .page-container .entry-content h2 {
  margin-top: 1em;
  margin-bottom: 0.75em;
  font-size: 40px;
}
@media (max-width: 1439px) {
  body #content .page-container .entry-content h1, body #content .page-container .entry-content h2 {
    font-size: calc(30px + 10 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .page-container .entry-content h1, body #content .page-container .entry-content h2 {
    font-size: 30px;
  }
}
body #content .page-container .entry-content h3 {
  margin-top: 1.25em;
  margin-bottom: 1.031em;
  font-size: 32px;
}
@media (max-width: 1439px) {
  body #content .page-container .entry-content h3 {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .page-container .entry-content h3 {
    font-size: 24px;
  }
}
body #content .page-container .entry-content h4, body #content .page-container .entry-content h5, body #content .page-container .entry-content h6 {
  margin-top: 1.667em;
  margin-bottom: 1.375em;
  font-size: 24px;
}
@media (max-width: 1439px) {
  body #content .page-container .entry-content h4, body #content .page-container .entry-content h5, body #content .page-container .entry-content h6 {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .page-container .entry-content h4, body #content .page-container .entry-content h5, body #content .page-container .entry-content h6 {
    font-size: 22px;
  }
}
body #content .page-container .entry-content p, body #content .page-container .entry-content ul, body #content .page-container .entry-content ol {
  margin-top: 0;
  margin-bottom: 0.6em;
}
body #content .page-container .entry-content p:last-child, body #content .page-container .entry-content ul:last-child, body #content .page-container .entry-content ol:last-child {
  margin-bottom: 0;
}
body #content .page-container .entry-content strong, body #content .page-container .entry-content b {
  font-weight: 600;
}
#content .page-contact-us {
  padding-bottom: 130px;
}
#content .page-contact-us h1 {
  white-space: nowrap;
}
#content .page-contact-us .uagb-container-inner-blocks-wrap {
  flex-direction: row;
}
#content .page-contact-us .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
  justify-content: space-between;
}
#content .page-contact-us .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child {
  margin-right: auto;
}
@media (max-width: 980px) {
  #content .page-contact-us .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:first-child {
    margin-bottom: 50px;
  }
}
#content .page-contact-us .contact-info-2col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  #content .page-contact-us .contact-info-2col {
    flex-direction: column;
    gap: 10px;
  }
}
#content .page-contact-us .contact-info-2col > div {
  max-width: 270px;
  font-weight: 400;
  line-height: 170%;
}
#content .page-contact-us .contact-info-2col .wp-block-uagb-icon-list .uagb-icon-list__source-wrap {
  margin-right: 8px;
  margin-top: 7px;
}
#content .page-contact-us .contact-info-2col .contact-info-address .wp-block-uagb-icon-list-child:nth-child(1) {
  margin-bottom: 0;
}
#content .page-contact-us .contact-info-2col .contact-info-address .wp-block-uagb-icon-list-child:nth-child(2) {
  margin-top: 0;
  padding-left: 24px;
}
#content .page-contact-us .contact-info-2col .contact-info-address .wp-block-uagb-icon-list-child:nth-child(2) a:hover ~ .uagb-icon-list__label {
  text-decoration: none;
}
#content .page-contact-us .contact-info-2col .contact-info-address .wp-block-uagb-icon-list-child:nth-child(2) .uagb-icon-list__source-wrap {
  display: none;
}
#content .page-contact-us .contact-info-2col .contact-info-address .wp-block-uagb-icon-list-child:nth-child(2) .uagb-icon-list__label {
  text-decoration: underline;
}
#content .page-contact-us .contact-info-2col .contact-info-phone .wp-block-uagb-icon-list-child a:hover ~ .uagb-icon-list__label {
  text-decoration: none;
}
#content .page-contact-us .contact-info-2col .contact-info-phone .wp-block-uagb-icon-list-child .uagb-icon-list__label {
  text-decoration: underline;
}
body #content .archive-header .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 50px;
}
@media (max-width: 1199px) {
  body #content .archive-header .uagb-container-inner-blocks-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  body #content .archive-header .wp-block-uagb-advanced-heading {
    width: 100% !important;
  }
}
body #content .archive-header .wp-block-uagb-advanced-heading .uagb-heading-text {
  letter-spacing: -1.92px;
}
body #content .archive-header .filter-group {
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 30px;
}
@media (max-width: 1199px) {
  body #content .archive-header .filter-group {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
@media (max-width: 980px) {
  body #content .archive-header .filter-group {
    justify-content: flex-start;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body #content .archive-header .filter-group {
    justify-content: space-between;
  }
}
body #content .archive-header .filter-group p:empty {
  display: none;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-wrap {
  width: 100%;
  border-radius: 40px;
  width: 241px;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap {
  border: 1px solid #27b8ac;
  background-color: #27b8ac;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-wrap.fs-open .fs-label {
  color: #fff;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-wrap.fs-open .fs-arrow::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-label-wrap {
  display: flex;
  width: 241px;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  border: 1px solid rgba(29, 29, 29, 0.6);
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-label-wrap:hover {
  border: 1px solid #27b8ac;
  background-color: #27b8ac;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-label-wrap:hover .fs-label {
  color: #fff;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-label-wrap:hover .fs-arrow::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-label {
  width: 100%;
  padding: 8px 50px 8px 28px;
  color: #1d1d1d;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-arrow {
  top: calc(50% - 1px);
  right: 28px;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: none;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-arrow::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" class="ast-arrow-svg" viewBox="57 35.171 26 16.043"><path d="m57.5 38.193 12.5 12.5 12.5-12.5-2.5-2.5-10 10-10-10-2.5 2.5z"/></svg>');
  width: 18px;
  height: 15px;
  transition: all 0.2s ease-out;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-dropdown {
  width: fit-content;
  min-width: 241px;
  padding: 25px 20px 25px 24px;
  border-radius: 10px;
  border: none;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 980px) {
  body #content .archive-header .filter-group .facetwp-type-fselect .fs-dropdown {
    padding: 25px 20px 25px 10px;
  }
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 4px;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-option {
  padding: 3px 3px 3px 35px;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-option.selected .fs-checkbox i {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" fill="none"><path fill="%231D1D1D" fill-rule="evenodd" d="M17.778.5H2.222C1 .5 0 1.5 0 2.722v15.556C0 19.5 1 20.5 2.222 20.5h15.556C19 20.5 20 19.5 20 18.278V2.722C20 1.5 19 .5 17.778.5ZM8 15.5l-5-4.808 1.4-1.346L8 12.808 15.6 5.5 17 6.846 8 15.5Z" clip-rule="evenodd"/></svg>') no-repeat center / 20px 20px;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-checkbox i {
  width: 20px;
  height: 20px;
  border: 2px solid #1d1d1d;
}
body #content .archive-header .filter-group .facetwp-type-fselect .fs-option-label {
  color: #1d1d1d;
  font-weight: 500;
}
body #content .archive-header .filter-group .facetwp-type-fselect:last-child .fs-dropdown, body #content .archive-header .filter-group .facetwp-type-fselect:has(+ p:empty:last-child) .fs-dropdown {
  left: 0;
  right: auto;
}
body #content .archive-post-grid .post-grid {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 100px 27px;
}
body #content .archive-post-grid .block-post {
  width: calc(33.333% - 18px);
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  body #content .archive-post-grid .block-post {
    width: calc(50% - 13.5px);
  }
}
@media (max-width: 767px) {
  body #content .archive-post-grid .block-post {
    width: 100%;
  }
}
body #content .archive-post-grid .post-item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  border: 1px solid #f0f3f4;
  background-color: #f0f3f4;
  transition: all 0.5s ease;
}
body #content .archive-post-grid .post-item:hover {
  border: 1px solid #1d1d1d;
}
body #content .archive-post-grid .post-item:hover .read-more::after {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: 0 center;
  transition: all 0.5s ease;
}
body #content .archive-post-grid .post-item .terms-block {
  width: 100%;
  margin-bottom: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px 15px;
  height: unset !important;
}
@media (max-width: 479px) {
  body #content .archive-post-grid .post-item .terms-block {
    flex-wrap: wrap;
  }
}
body #content .archive-post-grid .post-item .terms-block .terms-categories, body #content .archive-post-grid .post-item .terms-block .terms-tags {
  margin: 0 !important;
  padding: 0 !important;
  width: fit-content;
  min-height: 30px;
}
body #content .archive-post-grid .post-item .terms-block .terms-categories .heading-text, body #content .archive-post-grid .post-item .terms-block .terms-tags .heading-text {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 15px;
}
body #content .archive-post-grid .post-item .terms-block .terms-categories .heading-text span, body #content .archive-post-grid .post-item .terms-block .terms-tags .heading-text span {
  margin: 0 !important;
  padding: 6px 10px 7px !important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 99px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #27b8ac;
}
body #content .archive-post-grid .post-item .terms-block .terms-categories, body #content .archive-post-grid .post-item .terms-block .terms-tags {
  margin: 0 !important;
  padding: 0 !important;
  width: fit-content;
  min-height: 30px;
}
body #content .archive-post-grid .post-item .terms-block .terms-categories.heading-text, body #content .archive-post-grid .post-item .terms-block .terms-tags.heading-text {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin: 0 !important;
  padding: 6px 10px 7px !important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 99px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
}
body #content .archive-post-grid .post-item .terms-block .terms-categories.heading-text {
  background: #666;
}
body #content .archive-post-grid .post-item .terms-block .terms-tags.heading-text {
  background: #27b8ac;
}
body #content .archive-post-grid .post-item .post-featured-image {
  width: 100%;
  aspect-ratio: 2;
  max-height: 187px;
  padding: 10px 20px;
  margin: auto 0 0;
}
body #content .archive-post-grid .post-item .post-featured-image * {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body #content .archive-post-grid .post-item .post-featured-image img {
  object-fit: contain !important;
  object-position: center !important;
}
body #content .archive-post-grid .post-item .post-date {
  margin: 0 0 15px;
  padding: 0;
}
body #content .archive-post-grid .post-item .business-role {
  margin: 0 0 6px;
  display: inline-block;
  color: #27b8ac !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 980px) {
  body #content .archive-post-grid .post-item .business-role {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body #content .archive-post-grid .post-item .business-role {
    font-size: 15px;
  }
}
body #content .archive-post-grid .post-item .post-title {
  margin: 0 0 23px;
  padding: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  min-height: 70px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media (max-width: 1439px) {
  body #content .archive-post-grid .post-item .post-title {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .archive-post-grid .post-item .post-title {
    font-size: 22px;
  }
}
body #content .archive-post-grid .post-item .post-website {
  margin: 0 0 6px;
  display: inline-block;
  color: #27b8ac !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 980px) {
  body #content .archive-post-grid .post-item .post-website {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body #content .archive-post-grid .post-item .post-website {
    font-size: 15px;
  }
}
body #content .archive-post-grid .post-item .post-tagline, body #content .archive-post-grid .post-item .short-description {
  color: #666;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  min-height: 71px;
}
@media (max-width: 980px) {
  body #content .archive-post-grid .post-item .post-tagline, body #content .archive-post-grid .post-item .short-description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body #content .archive-post-grid .post-item .post-tagline, body #content .archive-post-grid .post-item .short-description {
    font-size: 15px;
  }
}
body #content .archive-post-grid .post-item .post-tagline {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 85px;
}
@media (max-width: 980px) {
  body #content .archive-post-grid .post-item .post-tagline {
    height: 100%;
    overflow: unset;
    -webkit-line-clamp: unset;
  }
}
body #content .archive-post-grid .post-item .post-tagline:last-child {
  margin-bottom: 0;
}
body #content .archive-post-grid .post-item .short-description {
  margin: 0 0 16px;
  line-height: 140%;
}
body #content .archive-post-grid .post-item .transaction-amount {
  margin: 0;
  color: #1d1d1d;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  height: 25px;
  display: flex;
}
@media (max-width: 1439px) {
  body #content .archive-post-grid .post-item .transaction-amount {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .archive-post-grid .post-item .transaction-amount {
    font-size: 22px;
  }
}
body #content .archive-post-grid .post-item .post-excerpt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  min-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
body #content .archive-post-grid .post-item .post-excerpt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
body #content .archive-post-grid .post-item .read-more {
  margin: 20px -1px 0 auto;
  padding: 0;
  color: #1d1d1d;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 14px !important;
  cursor: pointer;
}
body #content .archive-post-grid .post-item .read-more::after {
  content: "";
  width: 36px;
  height: 14px;
  transform: scale(0.9);
  margin-left: 12px;
  margin-bottom: -3px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="14" fill="none"><path stroke="%231D1D1D" stroke-width="1.3" d="M0 7h24M24 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.084 12.084 0 0 0-2.383 3.88M24 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88M64 7h24M88 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.083 12.083 0 0 0-2.383 3.88M88 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  transition: filter 0.3s ease;
}
body #content .archive-post-grid .post-item-popup {
  display: none !important;
}
body #content .archive-post-grid .facetwp-type-pager {
  width: 100%;
  margin: 0;
  padding: 0;
}
body #content .archive-post-grid .facetwp-type-pager .facetwp-pager {
  margin: 100px 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
}
@media (max-width: 980px) {
  body #content .archive-post-grid .facetwp-type-pager .facetwp-pager {
    margin: 80px 0 0;
    gap: 10px 20px;
  }
}
@media (max-width: 767px) {
  body #content .archive-post-grid .facetwp-type-pager .facetwp-pager {
    margin: 60px 0 0;
    gap: 10px;
  }
}
body #content .archive-post-grid .facetwp-type-pager .facetwp-pager:empty {
  margin: 0;
}
body #content .archive-post-grid .facetwp-type-pager .facetwp-page {
  display: flex;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: rgba(29, 29, 29, 0.6);
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  border-radius: 40px;
  border: 1px solid rgba(29, 29, 29, 0.6);
  background: transparent;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  body #content .archive-post-grid .facetwp-type-pager .facetwp-page {
    width: 46px;
    height: 46px;
  }
}
body #content .archive-post-grid .facetwp-type-pager .facetwp-page:hover {
  color: #fff;
  border: 1px solid #27b8ac;
  background: #27b8ac;
}
body #content .archive-post-grid .facetwp-type-pager .facetwp-page:hover svg path {
  fill: #fff;
}
body #content .archive-post-grid .facetwp-type-pager .facetwp-page.active {
  color: #fff;
  border: 1px solid #666;
  background: #666;
}
body #content .archive-post-grid .facetwp-type-pager .facetwp-page.active svg path {
  fill: #fff;
}
body #content .archive-post-grid .facetwp-type-pager .facetwp-page svg path {
  transition: all 0.2s linear;
}
body #content .archive-post-grid p:empty {
  display: none;
}
body #content .archive-post-grid.post-grid-company-portfolio .post-grid {
  gap: 30px 24px;
}
body #content .archive-post-grid.post-grid-company-portfolio .block-post {
  width: calc(25% - 18px);
}
@media (max-width: 1439px) {
  body #content .archive-post-grid.post-grid-company-portfolio .block-post {
    width: calc(33.333% - 16px);
  }
}
@media (max-width: 980px) {
  body #content .archive-post-grid.post-grid-company-portfolio .block-post {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  body #content .archive-post-grid.post-grid-company-portfolio .block-post {
    width: 100%;
  }
}
body #content .archive-post-grid.post-grid-company-portfolio .post-item {
  padding: 29px 30px 30px;
  border: 1px solid #f0f3f4;
  background-color: #f0f3f4;
  cursor: pointer;
}
body #content .archive-post-grid.post-grid-company-portfolio .post-item:hover {
  border: 1px solid #1d1d1d;
  background-color: #fff;
}
body #content .archive-post-grid.post-grid-company-portfolio .post-item .post-featured-image {
  aspect-ratio: 2;
  max-height: 187px;
  padding: 10px 20px;
  margin: auto 0 0;
}
body #content .archive-post-grid.post-grid-company-portfolio .post-item .terms-block .terms-categories .heading-text span, body #content .archive-post-grid.post-grid-company-portfolio .post-item .terms-block .terms-tags .heading-text span {
  padding: 6px 10px 7px !important;
}
body #content .archive-post-grid.post-grid-company-portfolio .post-item .terms-block + .post-featured-image {
  aspect-ratio: 2;
  max-height: 187px;
  padding: 10px 20px;
  margin: auto 0 0;
}
body #content .archive-post-grid.post-grid-company-portfolio .post-item .post-title {
  margin: 0 0 auto;
  padding: 0 0 5px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: normal;
  min-height: 70px;
}
@media (max-width: 1439px) {
  body #content .archive-post-grid.post-grid-company-portfolio .post-item .post-title {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .archive-post-grid.post-grid-company-portfolio .post-item .post-title {
    font-size: 22px;
  }
}
body #content .archive-post-grid.post-grid-transactions .post-grid {
  gap: 30px 24px;
}
body #content .archive-post-grid.post-grid-transactions .block-post {
  width: calc(25% - 18px);
}
@media (max-width: 1439px) {
  body #content .archive-post-grid.post-grid-transactions .block-post {
    width: calc(33.333% - 16px);
  }
}
@media (max-width: 980px) {
  body #content .archive-post-grid.post-grid-transactions .block-post {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  body #content .archive-post-grid.post-grid-transactions .block-post {
    width: 100%;
  }
}
body #content .archive-post-grid.post-grid-transactions .post-item {
  padding: 29px 30px 30px;
  border: 1px solid #f0f3f4;
  background-color: #f0f3f4;
  cursor: pointer;
}
body #content .archive-post-grid.post-grid-transactions .post-item:hover {
  border: 1px solid #1d1d1d;
  background-color: #fff;
}
body #content .archive-post-grid.post-grid-transactions .post-item .terms-block .terms-categories .heading-text span, body #content .archive-post-grid.post-grid-transactions .post-item .terms-block .terms-tags .heading-text span {
  padding: 6px 10px 7px !important;
}
body #content .archive-post-grid.post-grid-transactions .post-item .post-featured-image {
  aspect-ratio: 2;
  max-height: 187px;
  padding: 10px 20px;
  margin: auto 0 0;
}
body #content .archive-post-grid.post-grid-transactions .post-item .post-title {
  margin: 0 0 1px;
  padding: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: normal;
}
@media (max-width: 1439px) {
  body #content .archive-post-grid.post-grid-transactions .post-item .post-title {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .archive-post-grid.post-grid-transactions .post-item .post-title {
    font-size: 22px;
  }
}
body #content .archive-post-grid.post-grid-transactions .post-item .read-more {
  font-size: 14px;
  white-space: nowrap;
}
body #content .archive-post-grid.post-grid-transactions .post-item .read-more::after {
  margin-left: 12px;
  margin-bottom: -3px;
}
body #content .archive-post-grid.post-grid-transactions p.rem {
  max-width: 890px;
  margin: 100px auto 0 !important;
  padding: 0;
}
body #content .archive-post-grid.post-grid-transactions.card-white .post-item {
  border: 1px solid #fff;
  background-color: #fff;
}
body #content .archive-post-grid.post-grid-transactions.card-white .post-item:hover {
  border: 1px solid #1d1d1d;
  background-color: #fff;
}
body #pum-1176 .pum-close, body #pum-1342 .pum-close, body #pum-2890 .pum-close {
  transition: all 0.3s ease;
  padding-bottom: 3px;
  border: none;
  background: none;
  top: -42px;
  font-weight: 400;
  font-size: 40px;
  line-height: 0;
  box-shadow: none;
  left: auto;
  right: -36px;
  bottom: auto;
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  body #pum-1176 .pum-close, body #pum-1342 .pum-close, body #pum-2890 .pum-close {
    right: -10px;
  }
}
body #pum-1176 .pum-close:hover, body #pum-1342 .pum-close:hover, body #pum-2890 .pum-close:hover {
  color: #27b8ac;
}
body #pum-1176 .pum-container, body #pum-1342 .pum-container, body #pum-2890 .pum-container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
}
@media (max-width: 980px) {
  body #pum-1176 .pum-container, body #pum-1342 .pum-container, body #pum-2890 .pum-container {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  body #pum-1176 .pum-container, body #pum-1342 .pum-container, body #pum-2890 .pum-container {
    padding: 40px;
  }
}
body #pum-1176 .portfolio-popup-body {
  display: flex;
  flex-direction: column;
}
body #pum-1176 .portfolio-popup-body .post-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
body #pum-1176 .portfolio-popup-body .post-image {
  width: calc(40% - 15px);
  max-width: 336px;
  max-height: 157px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body #pum-1176 .portfolio-popup-body .post-image {
    width: 100%;
    max-width: 100%;
  }
}
body #pum-1176 .portfolio-popup-body .post-image * {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body #pum-1176 .portfolio-popup-body .post-image a {
  padding: 0 45px;
}
body #pum-1176 .portfolio-popup-body .post-image img {
  object-fit: contain !important;
  object-position: center !important;
}
body #pum-1176 .portfolio-popup-body .post-info {
  width: calc(60% - 15px);
}
@media (max-width: 767px) {
  body #pum-1176 .portfolio-popup-body .post-info {
    width: 100%;
  }
}
body #pum-1176 .portfolio-popup-body .terms-block {
  width: 100%;
  margin: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 13px;
  height: unset !important;
}
body #pum-1176 .portfolio-popup-body .terms-block .terms-categories, body #pum-1176 .portfolio-popup-body .terms-block .terms-tags {
  margin: 0 !important;
  padding: 0 !important;
  width: fit-content;
}
body #pum-1176 .portfolio-popup-body .terms-block .terms-categories .heading-text, body #pum-1176 .portfolio-popup-body .terms-block .terms-tags .heading-text {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 15px;
}
body #pum-1176 .portfolio-popup-body .terms-block .terms-categories .heading-text span, body #pum-1176 .portfolio-popup-body .terms-block .terms-tags .heading-text span {
  margin: 0 !important;
  padding: 7px 11px 6px !important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 99px;
  overflow: hidden;
}
body #pum-1176 .portfolio-popup-body .terms-block .terms-categories .heading-text span {
  background: #666;
}
body #pum-1176 .portfolio-popup-body .terms-block .terms-tags .heading-text span {
  background: #27b8ac;
}
body #pum-1176 .portfolio-popup-body .post-title {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.2px;
}
@media (max-width: 1439px) {
  body #pum-1176 .portfolio-popup-body .post-title {
    font-size: calc(30px + 10 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #pum-1176 .portfolio-popup-body .post-title {
    font-size: 30px;
  }
}
body #pum-1176 .portfolio-popup-body .post-website {
  margin: 0 0 6px;
  display: inline-block;
  color: #27b8ac !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
@media (max-width: 980px) {
  body #pum-1176 .portfolio-popup-body .post-website {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body #pum-1176 .portfolio-popup-body .post-website {
    font-size: 15px;
  }
}
body #pum-1176 .portfolio-popup-body .post-tagline {
  margin: 0;
  color: #666;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 980px) {
  body #pum-1176 .portfolio-popup-body .post-tagline {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body #pum-1176 .portfolio-popup-body .post-tagline {
    font-size: 15px;
  }
}
body #pum-1176 .portfolio-popup-body .post-content {
  margin: 22px 0 0;
  padding: 0;
}
body #pum-1176 .portfolio-popup-body .post-content p {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 172%;
}
@media (max-width: 980px) {
  body #pum-1176 .portfolio-popup-body .post-content p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body #pum-1176 .portfolio-popup-body .post-content p {
    font-size: 16px;
  }
}
body #pum-1176 .portfolio-popup-body .post-content p:last-child {
  margin-bottom: 0;
}
body #pum-1176 .portfolio-popup-body .read-more {
  margin: 21px 0 0 auto;
  padding: 0;
  color: #1d1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 980px) {
  body #pum-1176 .portfolio-popup-body .read-more {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body #pum-1176 .portfolio-popup-body .read-more {
    font-size: 16px;
  }
}
body #pum-1176 .portfolio-popup-body .read-more::after {
  content: "";
  width: 36px;
  height: 14px;
  margin-left: 28px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="14" fill="none"><path stroke="%231D1D1D" stroke-width="1.3" d="M0 7h24M24 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.084 12.084 0 0 0-2.383 3.88M24 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88M64 7h24M88 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.083 12.083 0 0 0-2.383 3.88M88 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  transition: filter 0.3s ease;
}
body #pum-1176 .portfolio-popup-body .read-more:hover::after {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: 0 center;
  transition: all 0.5s ease;
}
body #pum-1342 .transactions-popup-body {
  display: flex;
  flex-direction: column;
}
body #pum-1342 .transactions-popup-body .post-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
}
body #pum-1342 .transactions-popup-body .terms-block {
  width: 100%;
  margin: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 13px;
  height: unset !important;
}
body #pum-1342 .transactions-popup-body .terms-block .terms-categories, body #pum-1342 .transactions-popup-body .terms-block .terms-tags {
  margin: 0 !important;
  padding: 0 !important;
  width: fit-content;
}
body #pum-1342 .transactions-popup-body .terms-block .terms-categories .heading-text, body #pum-1342 .transactions-popup-body .terms-block .terms-tags .heading-text {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 15px;
}
body #pum-1342 .transactions-popup-body .terms-block .terms-categories .heading-text span, body #pum-1342 .transactions-popup-body .terms-block .terms-tags .heading-text span {
  margin: 0 !important;
  padding: 7px 11px 6px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 99px;
  overflow: hidden;
}
body #pum-1342 .transactions-popup-body .terms-block .terms-categories .heading-text span {
  background: #666;
}
body #pum-1342 .transactions-popup-body .terms-block .terms-tags .heading-text span {
  background: #27b8ac;
}
body #pum-1342 .transactions-popup-body .business-role {
  margin: 0;
  display: inline-block;
  color: #27b8ac !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 980px) {
  body #pum-1342 .transactions-popup-body .business-role {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body #pum-1342 .transactions-popup-body .business-role {
    font-size: 15px;
  }
}
body #pum-1342 .transactions-popup-body .post-content {
  margin: 15px 0 0;
  padding: 0;
}
body #pum-1342 .transactions-popup-body .post-content .title {
  margin: 0;
  padding: 0;
}
body #pum-1342 .transactions-popup-body .post-content .title h1, body #pum-1342 .transactions-popup-body .post-content .title h2, body #pum-1342 .transactions-popup-body .post-content .title h3, body #pum-1342 .transactions-popup-body .post-content .title h4, body #pum-1342 .transactions-popup-body .post-content .title h5, body #pum-1342 .transactions-popup-body .post-content .title h6 {
  color: #1d1d1d;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 129.99%;
  letter-spacing: -1.2px;
}
@media (max-width: 1439px) {
  body #pum-1342 .transactions-popup-body .post-content .title h1, body #pum-1342 .transactions-popup-body .post-content .title h2, body #pum-1342 .transactions-popup-body .post-content .title h3, body #pum-1342 .transactions-popup-body .post-content .title h4, body #pum-1342 .transactions-popup-body .post-content .title h5, body #pum-1342 .transactions-popup-body .post-content .title h6 {
    font-size: calc(30px + 10 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #pum-1342 .transactions-popup-body .post-content .title h1, body #pum-1342 .transactions-popup-body .post-content .title h2, body #pum-1342 .transactions-popup-body .post-content .title h3, body #pum-1342 .transactions-popup-body .post-content .title h4, body #pum-1342 .transactions-popup-body .post-content .title h5, body #pum-1342 .transactions-popup-body .post-content .title h6 {
    font-size: 30px;
  }
}
body #pum-1342 .transactions-popup-body .post-content .transaction-amount {
  margin: 0;
  height: 25px;
}
body #pum-1342 .transactions-popup-body .post-content .transaction-amount .uagb-heading-text {
  color: #1d1d1d;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1439px) {
  body #pum-1342 .transactions-popup-body .post-content .transaction-amount .uagb-heading-text {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #pum-1342 .transactions-popup-body .post-content .transaction-amount .uagb-heading-text {
    font-size: 24px;
  }
}
body #pum-1342 .transactions-popup-body .post-content .wp-block-separator {
  max-width: 255px;
  margin: 37px 0 22px !important;
  border-color: #d9d9d9;
}
body #pum-1342 .transactions-popup-body .post-content h1, body #pum-1342 .transactions-popup-body .post-content h2 {
  margin-bottom: 0.5em;
  font-size: 40px;
}
@media (max-width: 1439px) {
  body #pum-1342 .transactions-popup-body .post-content h1, body #pum-1342 .transactions-popup-body .post-content h2 {
    font-size: calc(30px + 10 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #pum-1342 .transactions-popup-body .post-content h1, body #pum-1342 .transactions-popup-body .post-content h2 {
    font-size: 30px;
  }
}
body #pum-1342 .transactions-popup-body .post-content h3 {
  margin-bottom: 0.625em;
  font-size: 32px;
}
@media (max-width: 1439px) {
  body #pum-1342 .transactions-popup-body .post-content h3 {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #pum-1342 .transactions-popup-body .post-content h3 {
    font-size: 24px;
  }
}
body #pum-1342 .transactions-popup-body .post-content h4 {
  margin-bottom: 0.833em;
  font-size: 24px;
}
@media (max-width: 1439px) {
  body #pum-1342 .transactions-popup-body .post-content h4 {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #pum-1342 .transactions-popup-body .post-content h4 {
    font-size: 22px;
  }
}
body #pum-1342 .transactions-popup-body .post-content h5, body #pum-1342 .transactions-popup-body .post-content h6 {
  margin-bottom: 0.91em;
  font-size: 22px;
}
@media (max-width: 1439px) {
  body #pum-1342 .transactions-popup-body .post-content h5, body #pum-1342 .transactions-popup-body .post-content h6 {
    font-size: calc(20px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #pum-1342 .transactions-popup-body .post-content h5, body #pum-1342 .transactions-popup-body .post-content h6 {
    font-size: 20px;
  }
}
body #pum-1342 .transactions-popup-body .post-content p {
  margin-bottom: 0.9em;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 159%;
}
@media (max-width: 980px) {
  body #pum-1342 .transactions-popup-body .post-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body #pum-1342 .transactions-popup-body .post-content p {
    font-size: 15px;
  }
}
body #pum-1342 .transactions-popup-body .post-content p:last-child {
  margin-bottom: 0;
}
body #pum-1342 .transactions-popup-body .post-content a:hover {
  color: #666;
}
body #pum-1342 .transactions-popup-body .post-content .wp-block-uagb-image, body #pum-1342 .transactions-popup-body .post-content .wp-block-image {
  margin-top: 29px;
  margin-bottom: 32px;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body #pum-1342 .transactions-popup-body .read-more {
  margin: 23px 0 0 auto;
  padding: 0;
  color: #1d1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 980px) {
  body #pum-1342 .transactions-popup-body .read-more {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body #pum-1342 .transactions-popup-body .read-more {
    font-size: 16px;
  }
}
body #pum-1342 .transactions-popup-body .read-more::after {
  content: "";
  width: 36px;
  height: 14px;
  margin-left: 28px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="88" height="14" fill="none"><path stroke="%231D1D1D" stroke-width="1.3" d="M0 7h24M24 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.084 12.084 0 0 0-2.383 3.88M24 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88M64 7h24M88 7c-1.443 0-2.872.31-4.206.91a10.98 10.98 0 0 0-3.565 2.594 12.083 12.083 0 0 0-2.383 3.88M88 7a10.22 10.22 0 0 1-4.206-.91 10.98 10.98 0 0 1-3.565-2.594 12.084 12.084 0 0 1-2.383-3.88"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  transition: filter 0.3s ease;
}
body #pum-1342 .transactions-popup-body .read-more:hover::after {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(565%) hue-rotate(126deg) brightness(95%) contrast(97%);
  background-position: 0 center;
  transition: all 0.5s ease;
}
body #pum-2890 .pum-container {
  padding: 60px;
}
@media (max-width: 980px) {
  body #pum-2890 .pum-container {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  body #pum-2890 .pum-container {
    padding: 30px;
  }
}
body #pum-2890 .team-popup-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 60px;
}
body #pum-2890 .team-popup-body img {
  margin: 0 0 21px;
  padding: 0;
  width: calc(45.6% - 30px);
  height: auto;
  max-width: 381px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1439px) {
  body #pum-2890 .team-popup-body img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #pum-2890 .team-popup-body .team-img {
  position: relative;
  margin: 0;
  padding: 0;
  width: calc(45.6% - 30px);
  height: auto;
  max-width: 381px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  body #pum-2890 .team-popup-body .team-img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #pum-2890 .team-popup-body .team-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: unset;
  object-fit: cover;
  object-position: center;
}
body #pum-2890 .team-popup-body .uagb-team__content {
  width: calc(54.4% - 30px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1439px) {
  body #pum-2890 .team-popup-body .uagb-team__content {
    width: 100%;
  }
}
body #pum-2890 .team-popup-body .uagb-team__title {
  margin-bottom: 1px;
  color: #1d1d1d;
  font-size: 40px!important;
  font-style: normal;
  font-weight: 500;
  line-height: 129.99%;
  letter-spacing: -1.2px;
}
@media (max-width: 1439px) {
  body #pum-2890 .team-popup-body .uagb-team__title {
    font-size: calc(30px + 10 * ((100vw - 479px) / 960))!important;
  }
}
@media (max-width: 479px) {
  body #pum-2890 .team-popup-body .uagb-team__title {
    font-size: 30px!important;
  }
}
body #pum-2890 .team-popup-body .uagb-team__prefix {
  display: block;
  color: #666;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1439px) {
  body #pum-2890 .team-popup-body .uagb-team__prefix {
    font-size: calc(18px + 6 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #pum-2890 .team-popup-body .uagb-team__prefix {
    font-size: 18px;
  }
}
body #pum-2890 .team-popup-body .uagb-team__desc {
  order: 1;
  max-height: 390px;
  margin: 24px 0 0;
  padding-right: 35px;
  color: #1d1d1d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  text-overflow: ellipsis;
  overflow-y: auto;
  scrollbar-color: transparent;
}
@media (max-width: 1439px) {
  body #pum-2890 .team-popup-body .uagb-team__desc {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  body #pum-2890 .team-popup-body .uagb-team__desc {
    padding-right: 10px;
  }
}
body #pum-2890 .team-popup-body .uagb-team__desc::-webkit-scrollbar {
  width: 6px;
}
body #pum-2890 .team-popup-body .uagb-team__desc::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
body #pum-2890 .team-popup-body .uagb-team__desc::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #C9C9C9;
  width: 6px;
}
body #pum-2890 .team-popup-body .uagb-team__desc::-webkit-scrollbar-button {
  width: 4px;
  height: 4px;
}
body #pum-2890 .team-popup-body .uagb-team__social-list {
  margin: 23px 0 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  list-style: none;
}
body #pum-2890 .team-popup-body .uagb-team__social-list a, body #pum-2890 .team-popup-body .uagb-team__social-list a svg {
  width: 24px;
  height: 24px;
}
body #pum-2890 .team-popup-body .uagb-team__social-list svg {
  transition: all 0.3s ease;
}
body #pum-2890 .team-popup-body .uagb-team__social-list a:hover {
  color: #27b8ac;
}
body #pum-2890 .team-popup-body .uagb-team__social-list a:hover svg {
  fill: #27b8ac;
}
body #pum-2890 .team-popup-body .uagb-team__social-list a[aria-label="envelope"]::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="19" fill="none"><path fill="%231D1D1D" d="M3 2.75c-.422 0-.75.375-.75.75v1.078l8.063 6.61a2.615 2.615 0 0 0 3.328 0l8.109-6.61V3.5c0-.375-.375-.75-.75-.75H3Zm-.75 4.734V15.5c0 .422.328.75.75.75h18c.375 0 .75-.328.75-.75V7.484l-6.656 5.438c-1.828 1.5-4.406 1.5-6.188 0L2.25 7.484ZM0 3.5c0-1.64 1.313-3 3-3h18c1.64 0 3 1.36 3 3v12c0 1.688-1.36 3-3 3H3c-1.688 0-3-1.313-3-3v-12Z"/></svg>');
  position: relative;
  top: 3px;
  left: 3px;
  transition: all 0.3s ease;
}
body #pum-2890 .team-popup-body .uagb-team__social-list a[aria-label="envelope"]:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(85%) saturate(401%) hue-rotate(123deg) brightness(82%) contrast(85%);
}
body #pum-2890 .team-popup-body .uagb-team__social-list a[aria-label="envelope"] svg {
  display: none;
}
#popmake-2890 {
  background-color: #fff !important;
}
@media (max-width: 479px) {
  #popmake-2890 .team-popup-body .team-img {
    height: 150px !important;
  }
  #popmake-2890 .team-popup-body .team-img img {
    max-height: 150px;
    object-fit: cover;
    width: auto !important;
    border-radius: 50%;
  }
}
.portfolio-popup-body .research-header .wp-block-uagb-container {
  display: flex;
  flex-direction: column !important;
}
.research-reports-section {
  background-color: #f0f3f4;
}
body.ast-no-sidebar #content .single-post-news > .uagb-container-inner-blocks-wrap {
  max-width: 898px;
}
body.ast-no-sidebar #content .single-post-news .post-terms {
  margin: 0 0 30px !important;
  padding: 0 !important;
  width: fit-content;
}
body.ast-no-sidebar #content .single-post-news .post-terms .uagb-heading-text {
  margin: 0 !important;
  padding: 7px 11px 6px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 99px;
  background: #666;
  overflow: hidden;
}
body.ast-no-sidebar #content .single-post-news .uagb-heading-text {
  line-height: 129%;
}
body.ast-no-sidebar #content .single-post-news .post-featured-img .wp-block-uagb-image__figure {
  max-width: 523px !important;
  max-height: 400px !important;
  min-height: 250px;
}
body.ast-no-sidebar #content .single-post-news .post-featured-img .wp-block-uagb-image__figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
body.ast-no-sidebar #content .single-post-news .entry-content {
  width: 100% !important;
}
body.ast-no-sidebar #content .single-post-news .entry-content h1, body.ast-no-sidebar #content .single-post-news .entry-content h2, body.ast-no-sidebar #content .single-post-news .entry-content h3, body.ast-no-sidebar #content .single-post-news .entry-content h4, body.ast-no-sidebar #content .single-post-news .entry-content h5, body.ast-no-sidebar #content .single-post-news .entry-content h6 {
  margin-bottom: 1.39em;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: normal;
}
body.ast-no-sidebar #content .single-post-news .entry-content h1:first-child, body.ast-no-sidebar #content .single-post-news .entry-content h2:first-child, body.ast-no-sidebar #content .single-post-news .entry-content h3:first-child, body.ast-no-sidebar #content .single-post-news .entry-content h4:first-child, body.ast-no-sidebar #content .single-post-news .entry-content h5:first-child, body.ast-no-sidebar #content .single-post-news .entry-content h6:first-child {
  margin-top: 0;
}
body.ast-no-sidebar #content .single-post-news .entry-content h1, body.ast-no-sidebar #content .single-post-news .entry-content h2 {
  margin-top: 1em;
  margin-bottom: 0.75em;
  font-size: 40px;
}
@media (max-width: 1439px) {
  body.ast-no-sidebar #content .single-post-news .entry-content h1, body.ast-no-sidebar #content .single-post-news .entry-content h2 {
    font-size: calc(30px + 10 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.ast-no-sidebar #content .single-post-news .entry-content h1, body.ast-no-sidebar #content .single-post-news .entry-content h2 {
    font-size: 30px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content h3 {
  margin-top: 1.25em;
  margin-bottom: 1.031em;
  font-size: 32px;
}
@media (max-width: 1439px) {
  body.ast-no-sidebar #content .single-post-news .entry-content h3 {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.ast-no-sidebar #content .single-post-news .entry-content h3 {
    font-size: 24px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content h4, body.ast-no-sidebar #content .single-post-news .entry-content h5, body.ast-no-sidebar #content .single-post-news .entry-content h6 {
  margin-top: 1.667em;
  margin-bottom: 1.375em;
  font-size: 24px;
}
@media (max-width: 1439px) {
  body.ast-no-sidebar #content .single-post-news .entry-content h4, body.ast-no-sidebar #content .single-post-news .entry-content h5, body.ast-no-sidebar #content .single-post-news .entry-content h6 {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.ast-no-sidebar #content .single-post-news .entry-content h4, body.ast-no-sidebar #content .single-post-news .entry-content h5, body.ast-no-sidebar #content .single-post-news .entry-content h6 {
    font-size: 22px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content p, body.ast-no-sidebar #content .single-post-news .entry-content ul, body.ast-no-sidebar #content .single-post-news .entry-content ol {
  margin-top: 0;
  margin-bottom: 0.6em;
}
body.ast-no-sidebar #content .single-post-news .entry-content p:last-child, body.ast-no-sidebar #content .single-post-news .entry-content ul:last-child, body.ast-no-sidebar #content .single-post-news .entry-content ol:last-child {
  margin-bottom: 0;
}
body.ast-no-sidebar #content .single-post-news .entry-content strong, body.ast-no-sidebar #content .single-post-news .entry-content b {
  font-weight: 600;
}
body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post {
  margin: 40px 0 !important;
  padding: 42px 50px 41px !important;
}
@media (max-width: 767px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post {
    padding: 27px 35px !important;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h1, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h2, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h3, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h4, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h5, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h6 {
  margin-bottom: 13px;
  font-size: 24px;
}
@media (max-width: 1439px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h1, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h2, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h3, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h4, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h5, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h6 {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h1, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h2, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h3, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h4, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h5, body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post h6 {
    font-size: 22px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .about-section-post p {
  line-height: 172%;
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post {
  margin: 102px 0 0 !important;
  padding: 0 !important;
}
@media (max-width: 980px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post {
    margin-top: 95px !important;
  }
}
@media (max-width: 767px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post {
    margin-top: 80px !important;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h1, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h2, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h3, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h4, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h5, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h6 {
  margin-bottom: 43px;
  font-size: 32px;
}
@media (max-width: 1439px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h1, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h2, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h3, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h4, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h5, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h6 {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h1, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h2, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h3, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h4, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h5, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h6 {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h1, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h2, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h3, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h4, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h5, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h6 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h1, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h2, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h3, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h4, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h5, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post h6 {
    margin-bottom: 20px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 50px;
}
@media (max-width: 767px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group {
    gap: 20px 50px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group {
  margin: 0 !important;
  padding: 0 !important;
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group:nth-child(odd) {
  width: calc(55.5% - 25px);
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group:nth-child(even) {
  width: calc(44.5% - 25px);
}
@media (max-width: 980px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group:nth-child(odd), body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group:nth-child(even) {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group:nth-child(odd), body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group:nth-child(even) {
    width: 100%;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group p {
  line-height: 160%;
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group p:last-child {
  margin-bottom: 0;
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group p b, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group p strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1439px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group p b, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group p strong {
    font-size: calc(20px + 4 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group p b, body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post > .wp-block-group > .wp-block-group p strong {
    font-size: 20px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .more-info-section-post + p {
  margin-top: 50px !important;
}
body.ast-no-sidebar #content .single-post-news .entry-content .btn-back-news {
  margin-top: 92px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .btn-back-news {
    margin-top: 80px !important;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .btn-back-news:last-child {
  margin-bottom: 156px;
}
@media (max-width: 980px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .btn-back-news:last-child {
    margin-bottom: 95px;
  }
}
@media (max-width: 767px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .btn-back-news:last-child {
    margin-bottom: 80px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .cta-section {
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  margin-top: 156px;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
}
@media (max-width: 980px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .cta-section {
    margin-top: 95px;
  }
}
@media (max-width: 767px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .cta-section {
    margin-top: 80px;
  }
}
body.ast-no-sidebar #content .single-post-news .entry-content .rem {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  max-width: 1080px;
}
@media (max-width: 479px) {
  body.ast-no-sidebar #content .single-post-news .entry-content .rem {
    font-size: 16px;
    line-height: 1.7;
  }
}
body #content .research-sector-page .hero-research-sector {
  padding-bottom: 155px;
}
@media (max-width: 980px) {
  body #content .research-sector-page .hero-research-sector {
    padding-bottom: 80px;
  }
}
body #content .research-sector-page .research-container {
  padding-bottom: 60px !important;
}
body #content .research-sector-page .research-container > .uagb-container-inner-blocks-wrap {
  width: 90%;
  max-width: var(--theme-main-container-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-container > .uagb-container-inner-blocks-wrap {
    flex-direction: column;
    gap: 50px;
  }
}
body #content .research-sector-page .research-container .container-col-content {
  width: 100% !important;
  max-width: calc(59% - 25px) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-container .container-col-content {
    max-width: 100% !important;
  }
}
body #content .research-sector-page .research-container .container-col-content .wp-block-uagb-advanced-heading {
  margin-top: 40px;
  margin-bottom: 21px;
}
body #content .research-sector-page .research-container .container-col-content .wp-block-uagb-advanced-heading:first-child {
  margin-top: 0;
}
body #content .research-sector-page .research-container .container-col-content p, body #content .research-sector-page .research-container .container-col-content ul, body #content .research-sector-page .research-container .container-col-content ol {
  margin-top: 0;
  margin-bottom: 1.833em;
  line-height: 171%;
}
body #content .research-sector-page .research-container .container-col-content p:last-child, body #content .research-sector-page .research-container .container-col-content ul:last-child, body #content .research-sector-page .research-container .container-col-content ol:last-child {
  margin-bottom: 0;
}
body #content .research-sector-page .research-container .container-col-content strong, body #content .research-sector-page .research-container .container-col-content b {
  font-weight: 600;
}
body #content .research-sector-page .research-container .container-col-content a {
  color: #27b8ac;
  text-decoration: none;
}
body #content .research-sector-page .research-container .container-col-content a:hover {
  color: #000000;
}
body #content .research-sector-page .research-container .container-col-content ul.list-key {
  width: 100%;
  margin: 8px 0 41px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  list-style: none !important;
}
body #content .research-sector-page .research-container .container-col-content ul.list-key li {
  display: inline-flex;
  height: 56px;
  padding: 8px 28px;
  justify-content: center;
  align-items: center;
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 40px;
  background: #f0f3f4;
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-container .container-col-content ul.list-key li {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  body #content .research-sector-page .research-container .container-col-content ul.list-key li {
    font-size: 14px !important;
  }
}
body #content .research-sector-page .research-container .container-col-sidebar {
  width: 100% !important;
  max-width: calc(34% - 25px) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 49px;
}
@media (max-width: 1439px) {
  body #content .research-sector-page .research-container .container-col-sidebar {
    max-width: calc(41% - 25px) !important;
  }
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-container .container-col-sidebar {
    max-width: 100% !important;
  }
}
body #content .research-sector-page .research-container .container-col-sidebar .team-group {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team {
    width: 100%;
  }
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team:last-child {
  margin-bottom: 0 !important;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__content {
  padding-top: 7px;
  align-self: flex-start;
  text-align: left;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__image-crop-circle {
  margin-left: 0 !important;
  margin-right: 30px !important;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__title {
  margin-bottom: 9px;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__prefix {
  display: inherit;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__prefix {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__prefix {
    font-size: 15px !important;
  }
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__prefix:empty {
  display: none;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__desc:empty {
  display: none;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list a, body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list a svg {
  width: 24px;
  height: 24px;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list svg {
  transition: all 0.3s ease;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list a:hover {
  color: #27b8ac;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list a:hover svg {
  fill: #27b8ac;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"]::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="19" fill="none"><path fill="%231D1D1D" d="M3 2.75c-.422 0-.75.375-.75.75v1.078l8.063 6.61a2.615 2.615 0 0 0 3.328 0l8.109-6.61V3.5c0-.375-.375-.75-.75-.75H3Zm-.75 4.734V15.5c0 .422.328.75.75.75h18c.375 0 .75-.328.75-.75V7.484l-6.656 5.438c-1.828 1.5-4.406 1.5-6.188 0L2.25 7.484ZM0 3.5c0-1.64 1.313-3 3-3h18c1.64 0 3 1.36 3 3v12c0 1.688-1.36 3-3 3H3c-1.688 0-3-1.313-3-3v-12Z"/></svg>');
  position: relative;
  top: 3px;
  left: 3px;
  transition: all 0.3s ease;
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"]:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(85%) saturate(401%) hue-rotate(123deg) brightness(82%) contrast(85%);
}
body #content .research-sector-page .research-container .container-col-sidebar .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"] svg {
  display: none;
}
body #content .research-sector-page .research-reports-section {
  background-color: #f0f3f4 !important;
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-grid {
  gap: 26px;
}
body #content .research-sector-page .research-reports-section .archive-post-grid .block-post {
  width: calc(33.333% - 17.33px);
}
@media (max-width: 1023px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .block-post {
    width: calc(50% - 13px);
  }
}
@media (max-width: 767px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .block-post {
    width: 100%;
  }
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-item {
  padding: 40px;
  border: 1px solid #f0f3f4;
  background-color: #fff;
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-item:hover {
  border: 1px solid #1d1d1d;
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-featured-image {
  max-height: 212px;
  aspect-ratio: 1.679245283;
  margin: 0 0 40px;
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .terms-block {
  margin-bottom: 8px;
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-date {
  margin: 0 0 7px;
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-title {
  margin: 0 0 21px;
  padding: 0;
  color: #000000;
  font-size: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  min-height: 154px;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-title {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-title {
    min-height: 115px;
  }
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-excerpt {
  margin: 0 0 22px;
  font-size: 18px !important;
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-excerpt {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-excerpt {
    font-size: 16px !important;
  }
}
body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-excerpt p {
  color: #1d1d1d;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 170%;
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-excerpt p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .post-item .post-excerpt p {
    font-size: 16px !important;
  }
}
body #content .research-sector-page .research-reports-section .archive-post-grid .facetwp-type-pager .facetwp-pager {
  margin: 76px 0 0;
}
@media (max-width: 980px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .facetwp-type-pager .facetwp-pager {
    margin: 70px 0 0;
  }
}
@media (max-width: 767px) {
  body #content .research-sector-page .research-reports-section .archive-post-grid .facetwp-type-pager .facetwp-pager {
    margin: 60px 0 0;
  }
}
body #content .research-sector-page .archive-post-grid.post-grid-company-portfolio .post-item {
  border: 1px solid #f0f3f4;
  background-color: #f0f3f4;
}
body #content .research-sector-page .archive-post-grid.post-grid-company-portfolio .post-item:hover {
  border: 1px solid #1d1d1d;
  background-color: #fff;
}
body #content .research-sector-page .archive-post-grid.post-grid-transactions p.rem {
  margin: 76px auto 0 !important;
}
.page .archive-post-grid.post-grid-company-portfolio, .page .archive-post-grid.post-grid-transactions {
  margin-top: 50px !important;
}
body.single.single-research .site-header {
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  background: var(--ffffff, #FFF);
}
body.single.single-research #content .wp-block-list {
  margin: 0 0 12px 23px !important;
  line-height: 167%;
}
body.single.single-research #content .wp-block-list:last-child {
  margin-bottom: 0 !important;
}
body.single.single-research #content .wp-block-list li {
  padding-left: 4px;
}
body.single.single-research #content .wp-block-list li::marker {
  font-size: 14px;
}
body.single.single-research #content .ast-container > div > .wp-block-uagb-container:not(.research-sector-page) {
  padding-top: 0;
}
body.single.single-research #content .ast-container > div > .wp-block-uagb-container:not(.research-sector-page):first-child > .uagb-container-inner-blocks-wrap > .wp-block-uagb-image, body.single.single-research #content .ast-container > div > .wp-block-uagb-container:not(.research-sector-page):first-child > .uagb-container-inner-blocks-wrap .wp-block-uagb-advanced-heading.post-terms, body.single.single-research #content .ast-container > div > .wp-block-uagb-container:not(.research-sector-page):first-child > .uagb-container-inner-blocks-wrap > .wp-block-uagb-advanced-heading:nth-child(2) {
  display: none !important;
}
body.single.single-research #content .ast-container > div > .wp-block-uagb-container:not(.research-sector-page) > .uagb-container-inner-blocks-wrap {
  max-width: 100% !important;
  width: 100% !important;
}
body.single.single-research #content .ast-container > div > .wp-block-uagb-container:not(.research-sector-page) > .uagb-container-inner-blocks-wrap .uagb-container-inner-blocks-wrap {
  width: 90% !important;
  max-width: var(--theme-main-container-width) !important;
}
body.single.single-research #content .research-header {
  padding-top: 60px;
}
body.single.single-research #content .research-header > .uagb-container-inner-blocks-wrap {
  padding-bottom: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1439px) {
  body.single.single-research #content .research-header > .uagb-container-inner-blocks-wrap {
    gap: 50px;
  }
}
@media (max-width: 980px) {
  body.single.single-research #content .research-header > .uagb-container-inner-blocks-wrap {
    padding-bottom: 50px;
  }
}
body.single.single-research #content .research-header .header-col-content {
  width: 100% !important;
  max-width: calc(66.8% - 14px) !important;
}
@media (max-width: 1439px) {
  body.single.single-research #content .research-header .header-col-content {
    max-width: calc(60% - 25px) !important;
  }
}
@media (max-width: 980px) {
  body.single.single-research #content .research-header .header-col-content {
    max-width: 100% !important;
  }
}
body.single.single-research #content .research-header .header-col-img {
  width: 100% !important;
  max-width: calc(33.2% - 14px);
}
@media (max-width: 1439px) {
  body.single.single-research #content .research-header .header-col-img {
    max-width: calc(40% - 25px);
  }
}
@media (max-width: 980px) {
  body.single.single-research #content .research-header .header-col-img {
    max-width: 100%;
  }
}
body.single.single-research #content .research-header .wp-block-uagb-advanced-heading {
  margin: 0 !important;
}
body.single.single-research #content .research-header .wp-block-uagb-advanced-heading .uagb-desc-text {
  margin: 0 0 6px !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1439px) {
  body.single.single-research #content .research-header .wp-block-uagb-advanced-heading .uagb-desc-text {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.single.single-research #content .research-header .wp-block-uagb-advanced-heading .uagb-desc-text {
    font-size: 22px;
  }
}
body.single.single-research #content .research-header .wp-block-uagb-advanced-heading .uagb-heading-text {
  margin: 0 !important;
  font-size: 58px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.74px;
}
@media (max-width: 1439px) {
  body.single.single-research #content .research-header .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: calc(36px + 22 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.single.single-research #content .research-header .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: 36px;
  }
}
body.single.single-research #content .research-header .meta-group {
  margin: 41px 0 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
body.single.single-research #content .research-header .meta-group p, body.single.single-research #content .research-header .meta-group .wp-block-post-date {
  color: var(--wp--preset--color--ast-global-color-8, #000000);
  margin: 0 !important;
  padding: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1439px) {
  body.single.single-research #content .research-header .meta-group p, body.single.single-research #content .research-header .meta-group .wp-block-post-date {
    font-size: calc(18px + 4 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.single.single-research #content .research-header .meta-group p, body.single.single-research #content .research-header .meta-group .wp-block-post-date {
    font-size: 18px;
  }
}
body.single.single-research #content .research-header .meta-group p {
  margin-right: 15px !important;
}
body.single.single-research #content .research-header .meta-group p:after {
  content: "|";
  margin-left: 15px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container {
  padding-top: 71px !important;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container {
    padding-top: 50px !important;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container > .uagb-container-inner-blocks-wrap {
  width: 90% !important;
  max-width: var(--theme-main-container-width) !important;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 68px;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container > .uagb-container-inner-blocks-wrap {
    flex-direction: column;
    gap: 50px;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content {
  width: 100% !important;
  max-width: calc(61.8% - 34px) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content {
    max-width: 100% !important;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading {
  margin-top: 58px;
  margin-bottom: 0;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading:first-child {
  margin-top: 0;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h1, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h2, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h3, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h4, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h5, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h6 {
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h1, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h2, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h3, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h4 {
  font-size: 32px;
}
@media (max-width: 1439px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h1, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h2, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h3, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h4 {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h1, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h2, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h3, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h4 {
    font-size: 24px;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h5, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h6 {
  font-size: 24px;
}
@media (max-width: 1439px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h5, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h6 {
    font-size: calc(22px + 2 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h5, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .wp-block-uagb-advanced-heading h6 {
    font-size: 22px;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content p, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content ul, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content ol {
  margin-top: 0;
  margin-bottom: 0.75em;
  line-height: 170%;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content p:last-child, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content ul:last-child, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content ol:last-child {
  margin-bottom: 0;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content strong, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content b {
  font-weight: 600;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content a {
  color: #27b8ac;
  text-decoration: none;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content a:hover {
  color: #000000;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents {
  margin-top: 58px !important;
  margin-bottom: 70px !important;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents .wp-block-uagb-advanced-heading {
  margin-bottom: 0 !important;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents + .wp-block-uagb-advanced-heading {
  margin-top: 0;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents p {
  margin-bottom: 12px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents p:last-child {
  margin-bottom: 0;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents .wp-block-list {
  margin: 0 0 12px 23px !important;
  line-height: 167%;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents .wp-block-list:last-child {
  margin-bottom: 0 !important;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents .wp-block-list li {
  padding-left: 4px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-content .table-of-contents .wp-block-list li::marker {
  font-size: 14px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar {
  width: 100% !important;
  max-width: calc(38.2% - 34px) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 49px;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar {
    max-width: 100% !important;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-buttons {
  margin: 0 !important;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-buttons .wp-block-button__link {
  min-height: 57px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-social-share .uagb-ss__link[aria-label="linkedin"] {
  padding: 13px 26px 16px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-social-share .uagb-ss__link[aria-label="linkedin"]::after {
  content: "Share on LinkedIn";
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-social-share .uagb-ss__link[aria-label="linkedin"]:hover {
  color: #fff;
  border: 1px solid #27b8ac;
  background-color: #27b8ac;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-social-share .uagb-ss__link[aria-label="linkedin"]:hover .uagb-ss__source-icon svg path {
  fill: #fff;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-social-share .uagb-ss__link[aria-label="linkedin"] .uagb-ss__source-wrap {
  --svg-icon-size: 24px;
  width: var(--svg-icon-size);
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-social-share .uagb-ss__link[aria-label="linkedin"] .uagb-ss__source-wrap * {
  width: var(--svg-icon-size);
  height: var(--svg-icon-size);
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-social-share .uagb-ss__link[aria-label="linkedin"] .uagb-ss__source-icon {
  display: block;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-btn-group .wp-block-uagb-social-share .uagb-ss__link[aria-label="linkedin"] .uagb-ss__source-icon svg path {
  fill: #1d1d1d;
  transition: all 0.3s ease-out 0s;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team {
  width: 100%;
  max-width: 438px;
  padding: 50px 30px 47px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 50px;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-advanced-heading {
  margin: 0 0 42px !important;
  padding: 0;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-advanced-heading {
    width: 100%;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-advanced-heading .uagb-heading-text {
  margin: 0 !important;
  padding: 0;
  font-size: 32px;
  line-height: normal;
  letter-spacing: normal;
}
@media (max-width: 1439px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: calc(24px + 8 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: 24px;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team {
  margin: 0 0 21px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team {
    width: calc(50% - 25px);
  }
}
@media (max-width: 479px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team {
    width: calc(100%);
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team:last-child {
  margin-bottom: 0 !important;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__content {
  text-align: left;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__title {
  margin: 0 0 2px !important;
  padding: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1439px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__title {
    font-size: calc(20px + 4 * ((100vw - 479px) / 960));
  }
}
@media (max-width: 479px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__title {
    font-size: 20px;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__prefix {
  margin: 0 !important;
  padding: 0;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__prefix {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__prefix {
    font-size: 15px !important;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__prefix:empty {
  display: none;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__desc:empty {
  display: none;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list a, body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list a svg {
  width: 24px;
  height: 24px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list svg {
  transition: all 0.3s ease;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list a:hover {
  color: #27b8ac;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list a:hover svg {
  fill: #27b8ac;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"]::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="19" fill="none"><path fill="%231D1D1D" d="M3 2.75c-.422 0-.75.375-.75.75v1.078l8.063 6.61a2.615 2.615 0 0 0 3.328 0l8.109-6.61V3.5c0-.375-.375-.75-.75-.75H3Zm-.75 4.734V15.5c0 .422.328.75.75.75h18c.375 0 .75-.328.75-.75V7.484l-6.656 5.438c-1.828 1.5-4.406 1.5-6.188 0L2.25 7.484ZM0 3.5c0-1.64 1.313-3 3-3h18c1.64 0 3 1.36 3 3v12c0 1.688-1.36 3-3 3H3c-1.688 0-3-1.313-3-3v-12Z"/></svg>');
  position: relative;
  top: 3px;
  left: 0;
  transition: all 0.3s ease;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"]:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(85%) saturate(401%) hue-rotate(123deg) brightness(82%) contrast(85%);
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list a[aria-label="envelope"] svg {
  display: none;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-container .container-col-sidebar .sidebar-team .wp-block-uagb-team .uagb-team__social-list a[aria-label="phone"] svg {
  width: 20px;
  height: 22px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section > .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section > .uagb-container-inner-blocks-wrap {
    flex-direction: column-reverse;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section .section-col-left {
  width: 100%;
  max-width: calc(33.9% - 25px);
}
@media (max-width: 1439px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section .section-col-left {
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section .section-col-left {
    max-width: 100%;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section .section-col-right {
  width: 100%;
  max-width: calc(58% - 25px);
}
@media (max-width: 1439px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section .section-col-right {
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section .section-col-right {
    max-width: 100%;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section p {
  margin-bottom: 20px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section p:last-child {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .research-form-section .wp-block-uagb-image__figure {
    max-width: 400px;
  }
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report {
  background-color: #27b8ac;
  margin-bottom: 0;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .gform_submission_error {
  font-size: 18px;
  margin-bottom: 0;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .gform-theme--framework .gform_validation_errors {
  background-color: transparent;
  padding: 0;
  border: none;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .uagb-container-inner-blocks-wrap .wp-block-uagb-container:not(.research-sector-page) {
  display: flex;
  align-items: center;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .uagb-container-inner-blocks-wrap .wp-block-uagb-container:not(.research-sector-page) .uagb-container-inner-blocks-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 100% !important;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .uagb-container-inner-blocks-wrap .wp-block-uagb-container:not(.research-sector-page) .wp-block-uagb-image {
  width: auto;
  min-height: 100%;
  object-fit: cover;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .gfield_label {
  color: #fff;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .gfield_required {
  display: none;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report input.gform_button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000000;
  transition-duration: 0.4s;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report input.gform_button:hover {
  background-color: transparent;
  color: #fff;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .wp-block-uagb-advanced-heading {
  margin-bottom: 0;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) #request-report .wp-block-uagb-advanced-heading h2 {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 129.99%;
  /* 51.996px */
  letter-spacing: -1.2px;
}
body.single.single-research #content .wp-block-uagb-container:not(.research-sector-page) .back-to-section {
  padding-top: 70px;
}
body.single.single-research .sidebar-btn-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 980px) {
  body.single.single-research .sidebar-btn-group {
    flex-wrap: wrap;
  }
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-buttons {
  margin: 0 !important;
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-buttons .wp-block-button__link {
  min-height: 57px;
}
body.single.single-research .sidebar-btn-group .uagb-button__link {
  white-space: nowrap;
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-social-share span.uagb-ss__link[aria-label="linkedin"] {
  padding: 13px 26px 16px !important;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px !important;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
  min-width: 250px;
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-social-share span.uagb-ss__link[aria-label="linkedin"]::after {
  content: "Share on LinkedIn";
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-social-share span.uagb-ss__link[aria-label="linkedin"]:hover {
  color: #fff;
  border: 1px solid #27b8ac;
  background-color: #27b8ac;
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-social-share span.uagb-ss__link[aria-label="linkedin"]:hover .uagb-ss__source-icon svg path {
  fill: #fff;
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-social-share span.uagb-ss__link[aria-label="linkedin"] .uagb-ss__source-wrap {
  --svg-icon-size: 24px;
  width: var(--svg-icon-size);
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-social-share span.uagb-ss__link[aria-label="linkedin"] .uagb-ss__source-wrap * {
  width: var(--svg-icon-size);
  height: var(--svg-icon-size);
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-social-share span.uagb-ss__link[aria-label="linkedin"] .uagb-ss__source-icon {
  display: block;
}
body.single.single-research .sidebar-btn-group .wp-block-uagb-social-share span.uagb-ss__link[aria-label="linkedin"] .uagb-ss__source-icon svg path {
  fill: #1d1d1d;
  transition: all 0.3s ease-out 0s;
}
#request-report {
  background-color: #27b8ac;
  margin-bottom: 0;
}
#request-report .gform_submission_error {
  font-size: 18px;
  margin-bottom: 0;
}
#request-report .gform-theme--framework .gform_validation_errors {
  background-color: transparent;
  padding: 0;
  border: none;
}
#request-report .uagb-container-inner-blocks-wrap .wp-block-uagb-container:not(.research-sector-page) {
  display: flex;
  align-items: center;
}
#request-report .uagb-container-inner-blocks-wrap .wp-block-uagb-container:not(.research-sector-page) .uagb-container-inner-blocks-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 100% !important;
}
#request-report .uagb-container-inner-blocks-wrap .wp-block-uagb-container:not(.research-sector-page) .wp-block-uagb-image {
  width: auto;
  min-height: 100%;
  object-fit: cover;
}
#request-report .gfield_label {
  color: #fff;
}
#request-report .gfield_required {
  display: none;
}
#request-report .gform_wrapper.gform-theme .gform_footer input[type="submit"], #request-report input.gform_button {
  background-color: #fff;
  border: 1px solid #fff !important;
  color: #000000;
  transition-duration: 0.4s;
}
#request-report .gform_wrapper.gform-theme .gform_footer input[type="submit"]:hover, #request-report input.gform_button:hover {
  background-color: transparent;
  color: #fff;
}
#request-report .wp-block-uagb-advanced-heading {
  margin-bottom: 0;
}
#request-report .wp-block-uagb-advanced-heading h2 {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 129.99%;
  /* 51.996px */
  letter-spacing: -1.2px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdev-first-analysis.pantheonsite.io%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fglobal%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fglobal%2F_sections.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fpages%2F_pages.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fpages%2F_contact-us.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fpages%2F_archive.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fpages%2F_news-single-post.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fpages%2F_research-sector-page.scss%22%2C%22wp-content%2Fthemes%2Ffirstanalysis%2Fscss%2Fpages%2F_research-report-single-page.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAC5BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqCG%3BAAAA%3BAAAA%3BAAAA%3BACrCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0DG%3BAAAA%3BAAAA%3BACyBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkEG%3BAAAA%3BAAAA%3BAAAA%3BAClEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsFG%3BAAAA%3BAAAA%3BACHH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8FG%3BAAAA%3BAAAA%3BAAAA%3BAC9FH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsLG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3TH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoUI%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAChbP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BbM%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADubK%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpdJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoeK%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9gBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BhBM%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrhBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoiBK%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FoBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4nBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1pBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAD8oBK%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACnpBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6pBC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAC5tBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmvBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACpqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoqBC%3BAAAA%3BAAAA%3BACxqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwqBC%3BAAAA%3BAAAA%3BAC5qBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4qBC%3BAAAA%3BAAAA%3BAChrBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgrBC%3BAAAA%3BAAAA%3BACprBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsrBG%3BAAAA%3BAAAA%3BAC1rBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6rBG%3BAAAA%3BAAAA%3BACjsBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADosBG%3BAAAA%3BAAAA%3BACxsBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2sBG%3BAAAA%3BAAAA%3BAC%2FsBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADktBG%3BAAAA%3BAAAA%3BACttBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADytBG%3BAAAA%3BAAAA%3BAC7tBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADguBG%3BAAAA%3BAAAA%3BACpuBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuuBC%3BAAAA%3BAAAA%3BACp0BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy0BE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC70BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD01BG%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAErgCC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BADsBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACPC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuCE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmFK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiIK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3HL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqIK%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBN%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBK%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAD5RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0SA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BADpTD%3BACwTE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnUH%3BACmVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BADvZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BACwYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAA1DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0gBI%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAClmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFoEC%3BAE9DC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF8BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEpCE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAFqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEXA%3BAAAA%3BAAAA%3BAFWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoBG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF7BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkDE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAFtED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqFC%3BAAAA%3BAAAA%3BAFrFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE2FG%3BAAAA%3BAAAA%3BAF3IH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAE8GK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFnIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoIK%3BAAAA%3BAAAA%3BAAAA%3BAF1IL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE2JC%3BAAAA%3BAAAA%3BAF3JD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEgKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAFrLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG5DC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH8BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGjBG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAHtEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGyEE%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAHtGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG6GI%3BAAAA%3BAAAA%3BAH7GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0GG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7OL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAJiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIvDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJuDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI1CE%3BAAAA%3BAAAA%3BAJ0CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJqFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIhFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ4EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIsBC%3BAAAA%3BAAAA%3BAAAA%3BAJtBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8BE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoEE%3BAAAA%3BAAAA%3BAAAA%3BAJ5FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIiFI%3BAAAA%3BAAAA%3BAJjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0FG%3BAAAA%3BAAAA%3BAJ1FH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI4IE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ1HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAJ3IF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoJE%3BAAAA%3BAAAA%3BAJ1JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIgLI%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3NF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI2NG%3BAAAA%3BAAAA%3BAAAA%3BAJ3NH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIyRI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAJjPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0PE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImSG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAJpUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIyTI%3BAAAA%3BAAAA%3BAJzTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIgUK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJhXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI4WG%3BAAAA%3BAAAA%3BAAAA%3BAJtWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIiXE%3BAAAA%3BAAAA%3BAAAA%3BAJvXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIiYI%3BAAAA%3BAAAA%3BAJjYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwYK%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJhZD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIuZE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAJnbD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI2bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIkcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5bD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0cE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJhgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIugBG%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9iBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIyjBE%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5lBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6lBE%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FnBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIooBE%3BAAAA%3BAAAA%3BAJhpBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIupBG%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJhuBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI4tBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5tBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIsuBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxvBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAIovBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwxBK%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAJ1zBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIg0BK%3BAAAA%3BAAAA%3BAJ9yBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIozBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJj1BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI41BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJh1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI21BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ31BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI02BC%3BAAAA%3BAAAA%3BAAAA%3BAJt3BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIg4BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ54BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIs5BE%3BAAAA%3BAAAA%3BAAAA%3BAJt5BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI65BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJp7BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI67BI%3BAAAA%3BAAAA%3BAJj7BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIy7BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJr8BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIk8BC%3BAAAA%3BAAAA%3BAJh%2BBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIw%2BBG%3BAAAA%3BAAAA%3BAJ59BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIk%2BBG%3BAAAA%3BAAAA%3BAJl%2BBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIw%2BBG%3BAAAA%3BAAAA%3BAJx%2BBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrgCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BgCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJzgCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImhCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJtjCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BiCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAJzjCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BjCG%3BAAAA%3BAAAA%3BAJ3kCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0kCC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAJjmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImlCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjnCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwmCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJtoCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImoCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FoCF%3BAIwpCK%3BAAAA%3BAAAA%3BAAAA%3BAJlpCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BpCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAJjrCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIyrCE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAJ5sCF%3BAIitCE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9sCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIytCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpxCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIowCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJ9wCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoxCE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9xCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqyCC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJzyCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIozCA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAJl1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIw1CE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJz3CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIs3CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJl7CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI07CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ18CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIq9CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJr9CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIk%2BCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJt5CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI05CE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAJ%2FhDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BiDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjlDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIumDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJphDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIgjDE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnqDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIsqDG%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FlDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqnDG%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAJ7wDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoxDE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAJzxDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIgyDE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJp1DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIg2DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJh2DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI02DE%3BAAAA%3BAAAA%3BAAAA%3BAJ12DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIm3DE%3BAAAA%3BAAAA%3BAJn3DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI03DG%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJv5DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIy5DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJz5DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIy6DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJj8DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIo9DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAJpiEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6iEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJl8DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6iEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrkEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIilEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJzlEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIumEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAJvnED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIgoEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAJzrED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIgsEE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAJrsED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI4sEE%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAJ5rEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqsEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7tEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8uEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJhvEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6uEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJx1ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIo2EC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJr5EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIs5EG%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ13EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIi4EG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ99EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIm%2BEG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAJ7iFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIsjFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJtjFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIokFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpkFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqlFM%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAJpqFJ%3BAI6qFA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAJhnFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9DD%3BAIgsFA%3BAACC%3BAAAA%3BAAAA%3BAJnoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqpFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAJzrFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIorFA%3BAAAA%3BAAAA%3BAJprFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK7DA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL0DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKjDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALiDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKtCC%3BAAAA%3BAAAA%3BAAAA%3BALsCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK5BA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKuBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAL7BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0DC%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACrIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN2HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMzHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANqHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMnHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN%2BGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM7GE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BACvDH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAPkDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOhBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAC5ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR8CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQtBG%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQXG%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARzEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARzJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR%2FKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6LI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR%2FSH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2TG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARxOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQiPG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR9UH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4VG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARlWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8WG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpXH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmYI%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpTH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2TG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR9cH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4dI%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARjeH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQufI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BARpjBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4iBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR3fJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BgBG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BARloBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ0nBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARlkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQwkBI%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR9sBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQouBE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARluBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6uBC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARzvBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqwBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BARxxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgyBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARhwBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQswBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARn2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQg3BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARt3BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQi4BE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR34BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQo5BI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARh6BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ66BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARxgCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQohCE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARz8BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2B8BG%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARv9BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ49BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BARt%2BBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQu%2BBG%3BAAAA%3BAAAA%3BAAAA%3BAR3%2BBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4%2BBG%3BAAAA%3BAAAA%3BAAAA%3BARh%2FBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQi%2FBG%3BAAAA%3BAAAA%3BAAAA%3BARr%2FBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQs%2FBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARnlCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4lCI%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARvnCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQooCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BARjqCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQuqCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARvsCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQytCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARztCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2uCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR3vCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqwCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR1pCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgqCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpqCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyqCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARxxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQuxCG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BARn1CC%3BAQu1CC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACx7CC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT2FD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASzFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATqFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASnFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2BED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS7EC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAThCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASwCE%3BAAAA%3BAAAA%3BAAAA%3BAT2CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS1CE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BATxDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS8DE%3BAAAA%3BAAAA%3BAAAA%3BATqBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS2EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT3EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASuFG%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BATrGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS6GI%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATjCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASuCE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BATnID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS2IE%3BAAAA%3BAAAA%3BATjJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASwJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT9JD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASyKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATnKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUvEC%3BAAAA%3BAAAA%3BAV2DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUnDC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVgDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU7BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV6BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUfG%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV7BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUwCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVhEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUiEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV7EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0FI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVnHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUqHK%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAVhMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUgMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVpIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUqOI%3BAAAA%3BAAAA%3BAAAA%3BAV3OJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUyOK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2FOL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUmPI%3BAAAA%3BAAAA%3BAVzPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUmQE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAC3VA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWSE%3BAAAA%3BAAAA%3BAAAA%3BAX3BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWsBE%3BAAAA%3BAAAA%3BAAAA%3BAXxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWmCE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXmDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWhDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX4CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWtCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXyBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWlBG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAXvFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8FG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX9FH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWiHG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXjHH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW%2BHI%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAXpDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWoDK%3BAAAA%3BAAAA%3BAXxDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWyDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXvNH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWsOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX9SJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW%2BTK%3BAAAA%3BAAAA%3BAAAA%3BAX%2FTL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWuUM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX9ON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWmPK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXhVL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWqVM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXhRN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWqRM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXlXN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWqXO%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX3bH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWwcG%3BAAAA%3BAAAA%3BAAAA%3BAX1dH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWqdG%3BAAAA%3BAAAA%3BAAAA%3BAXveH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWkeG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAXreJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWifE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX7jBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWskBE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */