/* Colours */
.color-dark-blue, .color-dark-blue * {
  color: #031a39 !important;
}
.color-blue, .color-blue * {
  color: #006dff !important;
}
.color-ocean-blue, .color-ocean-blue * {
  color: #0a74e6 !important;
}
.color-bg, .color-bg * {
  color: #010a19 !important;
}
.color-lightgrey, .color-lightgrey * {
  color: #c0c5c6 !important;
}
.color-white, .color-white * {
  color: #fff !important;
}
.color-black, .color-black * {
  color: #000 !important;
}
.color-navy-blue, .color-navy-blue * {
  color: #13294b !important;
}
.color-grey, .color-grey * {
  color: #d9dedf !important;
}
.color-dark-navy, .color-dark-navy * {
  color: #022755 !important;
}
/* Breakpoints */
/* Global styles */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Fonts */
/* Default Heading Style */
h1, h1 * {
  font-size: 3.75rem !important;
  line-height: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1024px) {
  h1, h1 * {
    font-size: 3.125rem !important;
  }
}
@media only screen and (max-width: 768px) {
  h1, h1 * {
    font-size: 2rem !important;
  }
}
h2, h2 * {
  font-size: 2.4375rem !important;
  line-height: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  h2, h2 * {
    font-size: 24px !important;
  }
}
h3, h3 * {
  font-size: 1.5625rem !important;
  line-height: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  h3, h3 * {
    font-size: 24px !important;
  }
}
h4, h4 * {
  font-size: 1.5rem !important;
  line-height: 130% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 768px) {
  h4, h4 * {
    font-size: 16px !important;
  }
}
h5, h5 * {
  font-size: 20px !important;
  line-height: 120% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
  h5, h5 * {
    font-size: 16px !important;
  }
}
h6, h6 * {
  font-size: 16px !important;
  line-height: 160% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  h6, h6 * {
    font-size: 14px !important;
  }
}
/* Override Classes */
.h1, .h1 * {
  font-size: 3.75rem !important;
  line-height: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1024px) {
  .h1, .h1 * {
    font-size: 3.125rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .h1, .h1 * {
    font-size: 2rem !important;
    line-height: 140% !important;
  }
}
.h2, .h2 * {
  font-size: 2.4375rem !important;
  line-height: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  .h2, .h2 * {
    font-size: 24px !important;
    line-height: 140% !important;
  }
}
.h3, .h3 * {
  font-size: 1.5625rem !important;
  line-height: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  .h3, .h3 * {
    font-size: 24px !important;
    line-height: 140% !important;
  }
}
.h4, .h4 * {
  font-size: 1.5rem !important;
  line-height: 130% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 768px) {
  .h4, .h4 * {
    font-size: 16px !important;
  }
}
.h5, .h5 * {
  font-size: 20px !important;
  line-height: 130% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
  .h5, .h5 * {
    font-size: 16px !important;
  }
}
.h6, .h6 * {
  font-size: 16px !important;
  line-height: 160% !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  .h6, .h6 * {
    font-size: 14px !important;
  }
}
/* Other Font Style */
@media only screen and (max-width: 768px) {
  .subtxt, .subtxt * {
    font-size: 10px !important;
  }
}
.size-10, .size-10 * {
  font-size: 10px !important;
  line-height: 140% !important;
}
@media only screen and (max-width: 768px) {
  .size-10, .size-10 * {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .size-10 br, .size-10 * br {
    display: none;
  }
}
.size-10 p, .size-10 * p {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.size-10 p:last-of-type, .size-10 * p:last-of-type {
  margin-bottom: 0px !important;
}
.size-14, .size-14 * {
  font-size: 14px !important;
  line-height: 150% !important;
}
@media only screen and (max-width: 1024px) {
  .size-14 br, .size-14 * br {
    display: none;
  }
}
.size-14 p, .size-14 * p {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.size-14 p:last-of-type, .size-14 * p:last-of-type {
  margin-bottom: 0px !important;
}
.size-16, .size-16 * {
  font-size: 16px !important;
  line-height: 150% !important;
}
@media only screen and (max-width: 768px) {
  .size-16, .size-16 * {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .size-16 br, .size-16 * br {
    display: none;
  }
}
.size-16 p, .size-16 * p {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.size-16 p:last-of-type, .size-16 * p:last-of-type {
  margin-bottom: 0px !important;
}
.lh-150, .lh-150 * {
  line-height: 150% !important;
}
@media only screen and (max-width: 768px) {
  .lh-150, .lh-150 * {
    line-height: 140% !important;
  }
}
.lh-140, .lh-140 * {
  line-height: 140% !important;
}
.lh-120, .lh-120 * {
  line-height: 120% !important;
}
@media only screen and (max-width: 768px) {
  .lh-120, .lh-120 * {
    line-height: 140% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .fusion-title-size-paragraph br {
    display: none;
  }
}
.fusion-title-size-paragraph p {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.fusion-title-size-paragraph p:last-of-type {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 768px) {
  .fusion-title-size-paragraph p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .fusion-text:not(.size-10, .size-14, .size-16) br {
    display: none;
  }
}
.fusion-text:not(.size-10, .size-14, .size-16) p {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.fusion-text:not(.size-10, .size-14, .size-16) p:last-of-type {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 768px) {
  .fusion-text:not(.size-10, .size-14, .size-16) p {
    font-size: 14px !important;
  }
}
.marginlr-auto, .fusion-title.marginlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Button */
.fusion-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  backdrop-filter: blur(45px);
}
@media only screen and (max-width: 768px) {
  .fusion-button {
    min-width: 343px;
    min-height: 54px;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 360px) {
  .fusion-button {
    min-width: 100%;
  }
}
.fusion-button:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(343deg, rgba(255, 255, 255, 0.4) 0%, rgba(3, 26, 57, 0.05) 30%, rgba(0, 109, 255, 0.05) 70%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
/* Heading text width */
.txtw-1004 {
  max-width: 703px;
}
/* Footer Width */
.justify-end {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .justify-end {
    justify-content: flex-start;
  }
}
.mwcol-444 > .fusion-column-wrapper {
  max-width: 444px;
}
@media only screen and (max-width: 768px) {
  .mwcol-444 > .fusion-column-wrapper {
    max-width: 100%;
  }
}
.mwcol-506 > .fusion-column-wrapper {
  max-width: 506px;
}
@media only screen and (max-width: 768px) {
  .mwcol-506 > .fusion-column-wrapper {
    max-width: 100%;
  }
}
.mwcol-507 > .fusion-column-wrapper {
  max-width: 507px;
}
@media only screen and (max-width: 768px) {
  .mwcol-507 > .fusion-column-wrapper {
    max-width: 100%;
  }
}
.mwcol-501 > .fusion-column-wrapper {
  max-width: 501px;
}
@media only screen and (max-width: 768px) {
  .mwcol-501 > .fusion-column-wrapper {
    max-width: 100%;
  }
}
/* Form */
.wpcf7 {
  font-family: 'Poppins', sans-serif !important;
}
.wpcf7 p {
  margin-bottom: 0 !important;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
  padding: 11px 20px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
    padding: 8px 13px;
    font-size: 10px;
    letter-spacing: 0.05px;
  }
}
.wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
    font-size: 10px;
    letter-spacing: 0.05px;
  }
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    font-size: 10px;
    letter-spacing: 0.05px;
  }
}
.wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
    font-size: 10px;
    letter-spacing: 0.05px;
  }
}
.wpcf7 input[type=text]:-moz-placeholder, .wpcf7 input[type=email]:-moz-placeholder, .wpcf7 textarea:-moz-placeholder {
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input[type=text]:-moz-placeholder, .wpcf7 input[type=email]:-moz-placeholder, .wpcf7 textarea:-moz-placeholder {
    font-size: 10px;
    letter-spacing: 0.05px;
  }
}
.wpcf7 input[type=submit] {
  display: block !important;
  padding: 11px !important;
  background: #0a74e6 !important;
  border-radius: 6.66px !important;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block !important;
  margin-top: 5px;
  font-size: 13px;
}
.header-sec {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1008px) {
  .header-sec {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .header-sec {
    border: 0 !important;
    border-bottom: 0.2px solid #fff !important;
    border-radius: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.header-sec.fusion-sticky-transition {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .header-sec.fusion-sticky-transition {
    margin-top: 0px;
  }
}
.header-sec .hide-desktop {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header-sec .hide-desktop {
    display: flex;
  }
}
.header-sec .awb-menu__m-collapse-icon-open:before {
  content: url(/wp-content/uploads/2025/11/toggle-icon.svg) !important;
}
.header-sec #menu-main-menu li:nth-last-child(2) {
  margin-right: 0 !important;
}
.header-sec .menu-col > .fusion-column-wrapper {
  z-index: 1;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 768px) {
  .header-sec .menu-col > .fusion-column-wrapper {
    overflow: visible;
  }
}
.header-sec .menu-col > .fusion-column-wrapper:before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(170deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.13) 30%, rgba(255, 255, 255, 0.13) 70%, rgba(255, 255, 255, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .header-sec .menu-col > .fusion-column-wrapper:before {
    display: none;
  }
}
.register-offcanvas .wpcf7 {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.register-offcanvas .wpcf7 input[type=submit] {
  width: 100% !important;
}
.newsletter-form {
  background: #fff;
  padding: 6.66px;
  border-radius: 6.66px;
}
@media only screen and (max-width: 768px) {
  .newsletter-form {
    padding: 4px;
  }
}
.newsletter-form p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsletter-form p .wpcf7-form-control-wrap {
  margin-bottom: 0px;
}
.newsletter-form p input[type=email] {
  max-width: 299px;
  padding-left: 48px;
  background-image: url(/wp-content/uploads/2025/11/user-icon.svg);
  background-size: 20px;
  background-position: 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .newsletter-form p input[type=email] {
    max-width: 205px;
    padding-left: 27px;
    background-size: 18px;
    background-position: left;
  }
}
.newsletter-form p input[type=submit] {
  max-width: 153px;
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .newsletter-form p input[type=submit] {
    max-width: 107px;
    font-size: 10px;
  }
}
.social-links .fusion-social-networks-wrapper {
  margin: 0 !important;
  display: flex;
  gap: 13px;
}
.social-links .fusion-social-networks-wrapper a {
  margin: 0 !important;
  width: 33px !important;
  height: 33px !important;
  padding: 4px !important;
  border-radius: 41.623px;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .social-links .fusion-social-networks-wrapper a {
    width: 23px !important;
    height: 23px !important;
  }
}
.social-links .fusion-social-networks-wrapper a img {
  width: 100%;
  max-width: 16px;
  height: 16px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .social-links .fusion-social-networks-wrapper a img {
    max-width: 11px;
    height: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .mwcol-114 {
    justify-content: flex-end !important;
  }
}
.mwcol-114 > .fusion-column-wrapper {
  max-width: 114px;
}
@media only screen and (max-width: 768px) {
  .mwcol-114 > .fusion-column-wrapper {
    max-width: 127px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-menu ul li {
    margin-bottom: 5px !important;
    font-size: 12px !important;
  }
}
.copyright-txt {
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .copyright-txt {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .copyright-txt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .copyright-txt > .fusion-column-wrapper {
    max-width: 100%;
  }
}
.copyright-txt > .fusion-column-wrapper span {
  display: contents;
}
@media only screen and (max-width: 1024px) {
  .copyright-menu > .fusion-column-wrapper {
    max-width: 100%;
    justify-content: center;
  }
  .copyright-menu > .fusion-column-wrapper ul#menu-copyright-links-footer-menu {
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .copyright-menu > .fusion-column-wrapper ul#menu-copyright-links-footer-menu li {
    margin-left: 6px !important;
    margin-right: 6px !important;
    margin-bottom: 0px !important;
    font-size: 10px !important;
  }
  .copyright-menu > .fusion-column-wrapper ul#menu-copyright-links-footer-menu li:first-child {
    margin-left: 0px !important;
  }
  .copyright-menu > .fusion-column-wrapper ul#menu-copyright-links-footer-menu li:last-child {
    margin-right: 0px !important;
  }
}
/* Landing Page */
.home #boxed-wrapper:before {
  content: '' !important;
  width: 100%;
  max-width: 1069px;
  height: 898px;
  display: block;
  position: absolute !important;
  top: -400px;
  background-image: url(/wp-content/uploads/2025/11/before-img.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .home #boxed-wrapper:before {
    max-width: 768px;
    height: 1090px;
  }
}
@media only screen and (max-width: 380px) {
  .home #boxed-wrapper:before {
    max-width: 424px;
    height: 424px;
    top: -90px;
  }
}
.ssaa-pill-txt {
  border-radius: 32px;
  border: 0.5px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  width: max-content !important;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .ssaa-pill-txt {
    border-radius: 14.735px;
    padding: 4px 8px;
    gap: 4px;
  }
}
.ssaa-pill-txt:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2025/11/ssaa-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 768px) {
  .ssaa-pill-txt:before {
    width: 7px;
    height: 7px;
  }
}
.box-col {
  align-self: stretch;
}
.box-col > .fusion-column-wrapper {
  box-shadow: 2px 4px 16px 0 rgba(10, 116, 230, 0.30) inset !important;
  backdrop-filter: blur(50px);
}
.box-col > .fusion-column-wrapper:after {
  content: "";
  width: 176px;
  height: 176px;
  display: block;
  background: #0a74e6;
  filter: blur(150px);
  position: absolute;
  margin: 0 auto;
  right: 1px;
  bottom: -48px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .box-col > .fusion-column-wrapper:after {
    display: none;
  }
}
.box-col > .fusion-column-wrapper .box-content {
  z-index: 2;
}
.box-col > .fusion-column-wrapper .box-content > .fusion-column-wrapper:before {
  content: "";
  width: 176px;
  height: 176px;
  display: block;
  background: #0a74e6;
  filter: blur(100px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .box-col > .fusion-column-wrapper .box-content > .fusion-column-wrapper:before {
    top: 50%;
  }
}
.box-col > .fusion-column-wrapper .box-img .fusion-imageframe {
  width: 100%;
  height: 100%;
}
.box-col > .fusion-column-wrapper .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-col > .fusion-column-wrapper .box-icon {
  border-radius: 4px;
  border: 1px solid #022755;
  background: linear-gradient(325deg, #031a39 1.91%, #006dff 89.18%);
  padding: 8px;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 768px) {
  .box-col > .fusion-column-wrapper .box-icon {
    padding: 12px;
    width: 48px;
    height: 48px;
  }
}
.box-col > .fusion-column-wrapper .box-icon img {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 768px) {
  .box-col > .fusion-column-wrapper .box-icon img {
    width: 24px;
    height: 24px;
  }
}
.box-col#box1 .box-img .fusion-image-element {
  width: 280px;
  height: 286px;
  margin-top: -32px;
  margin-bottom: -43px;
  margin-left: -50px;
}
@media only screen and (max-width: 1024px) {
  .box-col#box1 .box-img .fusion-image-element {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .box-col#box1 .box-img .fusion-image-element {
    width: 229px;
    height: 186px;
    margin: 0 auto;
  }
}
.box-col#box2 .box-img .fusion-image-element {
  width: 599px;
  height: 238px;
  margin-top: -9px;
  margin-left: -90px;
}
@media only screen and (max-width: 768px) {
  .box-col#box2 .box-img .fusion-image-element {
    width: 340px;
    height: 135px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 380px) {
  .box-col#box2 .box-img .fusion-image-element {
    margin: 16px -16px 0;
  }
}
.box-col#box3 > .fusion-column-wrapper:after, .box-col#box4 > .fusion-column-wrapper:after {
  display: none;
}
.box-col#box3 .box-content > .fusion-column-wrapper:before, .box-col#box4 .box-content > .fusion-column-wrapper:before {
  display: none;
}
.box-col#box3 .box-img > .fusion-column-wrapper:before, .box-col#box4 .box-img > .fusion-column-wrapper:before {
  content: "";
  width: 156px;
  height: 157px;
  display: block;
  background: #0a74e6;
  filter: blur(100px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 33px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .box-col#box3 .box-img > .fusion-column-wrapper:before, .box-col#box4 .box-img > .fusion-column-wrapper:before {
    width: 176px;
    height: 176px;
    top: auto;
    bottom: -10px;
  }
}
.box-col#box3 .box-img .fusion-image-element {
  width: 188px;
  height: 156px;
  margin: 0 auto -13px;
}
@media only screen and (max-width: 768px) {
  .box-col#box3 .box-img .fusion-image-element {
    width: 224px;
    height: 224px;
    margin: 0px auto -32px;
  }
}
.box-col#box4 .box-img .fusion-image-element {
  width: 195px;
  height: 146px;
  margin: 0 auto;
}
.box-col#box4 .box-img .fusion-image-element img {
  object-position: top;
}
@media only screen and (max-width: 768px) {
  .box-col#box4 .box-img .fusion-image-element {
    height: 228px;
    margin: 0 auto -32px;
  }
}
.box-col#box5 .box-content > .fusion-column-wrapper:before {
  display: none;
}
.box-col#box5 .box-img .fusion-image-element {
  width: 258px;
  height: 235px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .box-col#box5 .box-img .fusion-image-element {
    width: 342px;
    height: 312px;
    margin: 16px auto -24px;
  }
}
.box-col#box5 .box-img > .fusion-column-wrapper:before {
  content: "";
  width: 176px;
  height: 176px;
  display: block;
  background: #0a74e6;
  filter: blur(100px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .box-col#box5 .box-img > .fusion-column-wrapper:before {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-col > .fusion-column-wrapper {
    border: 0 !important;
  }
}
.partner-box > .fusion-column-wrapper {
  box-shadow: 5px 9px 16px 0 rgba(10, 116, 230, 0.30) inset !important;
  backdrop-filter: blur(50px);
}
.partner-box > .fusion-column-wrapper .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1.71px solid #022755;
  background: linear-gradient(325deg, #031a39 1.91%, #006dff 89.18%);
  padding: 12.5px 10px 11.5px 10px;
  width: 56px;
  height: 56px;
}
@media only screen and (max-width: 768px) {
  .partner-box > .fusion-column-wrapper .box-icon {
    padding: 10px;
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .partner-box.side-icon-mobile > .fusion-column-wrapper {
    gap: 16px;
    flex-direction: row !important;
    align-items: center;
  }
}
.register-sec {
  box-shadow: 2px 4px 16px 0 rgba(10, 116, 230, 0.30) inset !important;
  backdrop-filter: blur(50px);
}
.register-sec > .fusion-row:after {
  content: '' !important;
  width: 100%;
  max-width: 1233px;
  height: 685px;
  position: absolute;
  top: 80px;
  background-image: url(/wp-content/uploads/2025/11/after-body-img-min.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .register-sec > .fusion-row:after {
    max-width: 699px;
    height: 388px;
    top: 118px;
  }
}
.partners-logo-sec {
  box-shadow: 5px 9px 16px 0 rgba(10, 116, 230, 0.30) inset !important;
  backdrop-filter: blur(50px);
}
.partners-logo-sec .principal-col {
  max-width: 199px;
}
@media only screen and (max-width: 768px) {
  .partners-logo-sec .principal-col {
    max-width: 100%;
  }
}
.partners-logo-sec .principal-col .janus-logo {
  max-width: 137px;
  height: 57px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .partners-logo-sec .principal-col .janus-logo {
    max-width: 217px;
    margin: 0 auto;
  }
}
.partners-logo-sec .major-logos-col {
  flex: 1;
}
.partners-logo-sec .major-logos-col .major-logos > .fusion-column-wrapper {
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .partners-logo-sec .major-logos-col .major-logos > .fusion-column-wrapper {
    gap: 32px 18px;
    align-items: center;
  }
}
.partners-logo-sec .major-logos-col .major-logos > .fusion-column-wrapper .fusion-image-element {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .partners-logo-sec .major-logos-col .major-logos > .fusion-column-wrapper .fusion-image-element {
    flex: initial;
    width: calc(33.33% - 18px);
  }
}
@media only screen and (max-width: 480px) {
  .partners-logo-sec .major-logos-col .major-logos > .fusion-column-wrapper .fusion-image-element {
    width: calc(50% - 9px);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2FAvada-Child-Theme%5C%2Fscss%5C%2Fstyles.scss%22%2C%22wp-content%5C%2Fthemes%5C%2FAvada-Child-Theme%5C%2Fscss%5C%2Fparts%5C%2Fgeneral.scss%22%2C%22wp-content%5C%2Fthemes%5C%2FAvada-Child-Theme%5C%2Fscss%5C%2Fparts%5C%2Fheader.scss%22%2C%22wp-content%5C%2Fthemes%5C%2FAvada-Child-Theme%5C%2Fscss%5C%2Fparts%5C%2Ffooter.scss%22%2C%22wp-content%5C%2Fthemes%5C%2FAvada-Child-Theme%5C%2Fscss%5C%2Fparts%5C%2Fpages.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%2CaAAA%3BAC0BK%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAD1BL%2CiBAAA%3BAAAA%2CmBAAA%3BACyCC%3BAAAA%3B%3BqCAAA%3BAAAA%3BADzCD%2CWAAA%3BAAAA%2C2BAAA%3BACmDC%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BADxGT%2CsBAAA%3BAC8GC%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BiCAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BiCAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BiCAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BADtKT%2CsBAAA%3BAC6KK%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3B%2BBAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BiCAAA%3BAAAA%3BAAGQ%3BAAAA%2CgCAAA%3BAAAA%3BAAKhB%3BAAAA%3B%2BBAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BiCAAA%3BAAAA%3BAAGQ%3BAAAA%2CgCAAA%3BAAAA%3BAAKhB%3BAAAA%3B%2BBAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BiCAAA%3BAAAA%3BAAGQ%3BAAAA%2CgCAAA%3BAAAA%3BAAKhB%3BAAAA%2C%2BBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BiCAAA%3BAAAA%3BAAGQ%3BAAAA%2CgCAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BiCAAA%3BAAAA%3BAAGQ%3BAAAA%2CgCAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BgCAAA%3BAAAA%3BADxRD%2CYAAA%3BAC8RC%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAD3SL%2CwBAAA%3BAC2TC%3BAAAA%2CmBAAA%3BAAAA%3BAD3TD%2CkBAAA%3BAC%2BTC%3BAAAA%2C4BAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CmBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CmBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CmBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BADhWb%2CUAAA%3BACuWC%3BAAAA%2CgDAAA%3BAAAA%3BAAEI%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%2CyBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%2CyBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%2CyBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAAMhB%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BACjaL%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAMS%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%2CgBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%2CuEAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIQ%3BAAAA%2CyBAAA%3BAAAA%3BAClEb%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIS%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKQ%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3ByBAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAOpB%3BAAAA%3B%3BYAAA%3BAAAA%3BAAIQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAQpB%3BAAAA%3BAAAA%2CyCAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAGQ%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAGY%3BAAAA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAKQ%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAH7HrC%2CkBAAA%3BAICC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAgBQ%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%2CsBAAA%3BAAAA%3BAAEI%3BAAAA%3B8BAAA%3BAAAA%3BAAGQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%2CaAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAQpB%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIQ%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%2CgBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAUhB%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B8BAAA%3BAAAA%3BAAGQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3B8BAAA%3BAAAA%3BAAGQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAeQ%3BAAAA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3B8BAAA%3BAAAA%3BAAGQ%3BAAAA%2CmBAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAMhB%3BAAAA%2CUAAA%3BAAAA%3BAAGQ%3BAAAA%3BiCAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CUAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%22%7D */