@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
body a, body button {
  outline: none !important;
  transition: all 0.2s linear;
}
.site .site-content .uagb-container-inner-blocks-wrap {
  width: 90% !important;
}
#content #primary {
  margin: 0;
}
#content .ast-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#content .uagb-is-root-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
#content .uagb-is-root-container > .uagb-container-inner-blocks-wrap {
  width: 90% !important;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
#content .uagb-is-root-container > .uagb-container-inner-blocks-wrap .uagb-is-root-container .uagb-container-inner-blocks-wrap {
  width: 100% !important;
  max-width: 100%;
}
#content .uagb-is-root-container .wp-block-uagb-container {
  padding: 0;
}
#content .p-96 {
  padding: clamp(45px, 7.8947368421vw, 96px) 0 clamp(50px, 7.8947368421vw, 96px) !important;
}
#content .p-96-0 {
  padding: clamp(45px, 7.8947368421vw, 96px) 0 0 !important;
}
#content .p-0-96 {
  padding: 0 0 clamp(45px, 7.8947368421vw, 96px) !important;
}
#content .p-96-120 {
  padding: clamp(45px, 7.8947368421vw, 96px) 0 clamp(50px, 7.8947368421vw, 120px) !important;
}
#content .p-120 {
  padding: clamp(45px, 7.8947368421vw, 120px) 0 clamp(50px, 7.8947368421vw, 120px) !important;
}
#content .p-120-0 {
  padding: clamp(45px, 7.8947368421vw, 120px) 0 0 !important;
}
#content .p-0-120 {
  padding: 0 0 clamp(50px, 7.8947368421vw, 120px) !important;
}
#content .p-120-96 {
  padding: clamp(45px, 7.8947368421vw, 120px) 0 clamp(50px, 7.8947368421vw, 96px) !important;
}
@media (min-width: 981px) {
  #content .uw-hide-desktop {
    display: none !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .uw-hide-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #content .uw-hide-mob {
    display: none !important;
  }
}
#content .block-wrap {
  position: relative;
  z-index: 1;
}
#content .block-wrap .block-wrap-link {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 0 !important;
}
#content .text-mark {
  font-size: 14px !important;
}
#content h1 {
  font-size: 88px !important;
}
@media (max-width: 1439px) {
  #content h1 {
    font-size: 78px !important;
  }
}
@media (max-width: 1199px) {
  #content h1 {
    font-size: 68px !important;
  }
}
@media (max-width: 980px) {
  #content h1 {
    font-size: 58px !important;
  }
}
@media (max-width: 767px) {
  #content h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 479px) {
  #content h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  #content h1 {
    line-height: 1.09;
  }
}
#content h2 {
  font-size: 80px !important;
}
@media (max-width: 1439px) {
  #content h2 {
    font-size: 71px !important;
  }
}
@media (max-width: 1199px) {
  #content h2 {
    font-size: 62px !important;
  }
}
@media (max-width: 980px) {
  #content h2 {
    font-size: 53px !important;
  }
}
@media (max-width: 767px) {
  #content h2 {
    font-size: 44px !important;
  }
}
@media (max-width: 479px) {
  #content h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  #content h2 {
    margin-bottom: 13px !important;
  }
}
#content h4, #content .subtitle-section {
  position: relative;
  max-width: fit-content;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 6px 0 6px 17px;
  font-size: 18px !important;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  #content h4, #content .subtitle-section {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content h4, #content .subtitle-section {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #content h4, #content .subtitle-section {
    margin-bottom: 12px !important;
    padding: 0 0 0 8px;
    line-height: 126%;
  }
}
#content h4:before, #content .subtitle-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 2px;
  background: #539ED0;
}
@media (max-width: 767px) {
  #content h4:before, #content .subtitle-section:before {
    width: 1px;
  }
}
#content p {
  font-size: 18px !important;
  line-height: 150%;
}
@media (max-width: 980px) {
  #content p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content p {
    font-size: 16px !important;
  }
}
#content .title-line {
  margin-bottom: clamp(30px, 4.1666666667vw, 50px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px clamp(10px, 4.347826087vw, 40px);
  font-size: 24px !important;
  letter-spacing: -0.1px;
}
#content .title-line::after {
  content: "";
  flex: 1 1 1%;
  height: 1px;
  background: #D9D9D9;
}
#content .wp-block-button__link {
  transition: all 0.2s linear;
  font-size: 16px !important;
}
@media (max-width: 980px) {
  #content .wp-block-button__link {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #content .wp-block-button__link {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #content .wp-block-button__link {
    padding: 15px 20px 13px 21px;
  }
}
#content .button-sm a {
  padding: 14px 30px !important;
}
#content .button-invert a {
  background: #F57814;
  border-color: #F57814;
}
#content .button-invert a:hover {
  background: #F26527;
  border-color: #F26527;
}
#content .button-transparent a {
  background: transparent;
  border-color: #fff;
}
#content .button-transparent a:hover {
  background: #fff;
  color: #1F437A;
}
#content .view-all-btn a {
  position: relative;
  color: #005191;
  background: transparent;
  padding: 19px 47px 17px 29px;
  border-color: #005191;
}
@media (max-width: 767px) {
  #content .view-all-btn a {
    padding: 15px 36px 13px 21px;
  }
}
#content .view-all-btn a:after {
  content: url("/wp-content/uploads/2023/06/view-btn-arrow.png");
  position: absolute;
  right: 30px;
  top: 51%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #content .view-all-btn a:after {
    right: 20px;
  }
}
#content .view-all-btn a:hover {
  background: #005191;
  color: #fff;
}
#content .view-all-btn a:hover:after {
  filter: brightness(0) invert(1);
}
#content .view-all-btn.view-all-white-btn a {
  border-color: #fff;
  color: #fff;
}
#content .view-all-btn.view-all-white-btn a:after {
  filter: brightness(0) invert(1);
}
#content .view-all-btn.view-all-white-btn a:hover {
  background: #fff;
  color: #005191;
}
#content .view-all-btn.view-all-white-btn a:hover:after {
  filter: unset;
}
#content .archive-filter {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
}
#content .archive-filter .select-category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px 16px;
}
@media (max-width: 479px) {
  #content .archive-filter .select-category {
    flex-wrap: wrap;
  }
}
#content .archive-filter .select-category-title {
  margin: 0;
  padding: 0;
  font-size: 18px !important;
  font-weight: 400;
  color: #000;
  letter-spacing: normal;
}
@media (max-width: 980px) {
  #content .archive-filter .select-category-title {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .archive-filter .select-category-title {
    font-size: 16px !important;
  }
}
#content .archive-filter .select-category-wrap {
  width: 240px;
  margin: 0;
  padding: 0;
  position: relative;
  user-select: none;
}
#content .archive-filter .select-category-wrap.active .select-category-list-wrap {
  display: block;
}
#content .archive-filter .select-category-wrap.active .default-option::after {
  transform: translateY(-50%) scale(-1);
}
#content .archive-filter .select-category-wrap .default-option {
  position: relative;
  height: 48px;
  margin: 0;
  padding: 15px 45px 15px 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #848484;
  cursor: pointer;
  list-style: none;
}
#content .archive-filter .select-category-wrap .default-option::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 10"><path fill="%23005191" d="M8.875 9.875c-.316 0-.598-.105-.809-.316l-6.75-6.75a1.084 1.084 0 0 1 0-1.582 1.084 1.084 0 0 1 1.582 0l5.977 5.941 5.941-5.941a1.084 1.084 0 0 1 1.582 0c.457.421.457 1.16 0 1.582l-6.75 6.75a1.09 1.09 0 0 1-.773.316Z"/></svg>');
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 15px;
  transition: all 0.3s ease;
}
#content .archive-filter .select-category-wrap .default-option .option {
  overflow: hidden;
}
#content .archive-filter .select-category-wrap .default-option li, #content .archive-filter .select-category-wrap .default-option li a, #content .archive-filter .select-category-wrap .default-option li span {
  font-size: 18px !important;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 980px) {
  #content .archive-filter .select-category-wrap .default-option li, #content .archive-filter .select-category-wrap .default-option li a, #content .archive-filter .select-category-wrap .default-option li span {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .archive-filter .select-category-wrap .default-option li, #content .archive-filter .select-category-wrap .default-option li a, #content .archive-filter .select-category-wrap .default-option li span {
    font-size: 16px !important;
  }
}
#content .archive-filter .select-category-list-wrap {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px 0;
  display: none;
  border-radius: 16px;
  border: 1px solid #e9e8e3;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.08);
  list-style: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  #content .archive-filter .select-category-list-wrap {
    top: 55px;
  }
}
#content .archive-filter .select-category-list {
  height: 184px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #eee rgba(0, 0, 0, 0.03);
  scrollbar-width: thin;
}
#content .archive-filter .select-category-list::-webkit-scrollbar {
  width: 6px;
}
#content .archive-filter .select-category-list::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.03);
}
#content .archive-filter .select-category-list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
#content .archive-filter .select-category-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 6px;
  height: 6px;
}
#content .archive-filter .select-category-list li {
  margin: 0;
  padding: 0;
}
#content .archive-filter .select-category-list li .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content .archive-filter .select-category-list li .option a, #content .archive-filter .select-category-list li .option span {
  margin: 0;
  padding: 13px 20px;
  font-size: 18px !important;
  font-weight: 400;
  color: #000;
  line-height: 1;
  letter-spacing: 0.18px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  #content .archive-filter .select-category-list li .option a, #content .archive-filter .select-category-list li .option span {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .archive-filter .select-category-list li .option a, #content .archive-filter .select-category-list li .option span {
    font-size: 16px !important;
  }
}
#content .archive-filter .select-category-list li .option a:hover, #content .archive-filter .select-category-list li .option span:hover {
  color: #fff;
  background-color: #005191;
}
#content .page-hero-section, #content .ast-archive-entry-banner {
  padding: 140px 0 80px !important;
}
@media (min-width: 981px) {
  #content .page-hero-section, #content .ast-archive-entry-banner {
    min-height: clamp(520px, 42.5vw, 680px) !important;
    padding: clamp(180px, 14.875vw, 232px) 0 clamp(80px, 8.75vw, 134px) !important;
  }
}
#content .page-hero-section > .uagb-container-inner-blocks-wrap, #content .ast-archive-entry-banner > .uagb-container-inner-blocks-wrap {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #content .page-hero-section .page-hero-wrap, #content .ast-archive-entry-banner .page-hero-wrap {
    max-width: 70%;
  }
}
@media (min-width: 981px) {
  #content .page-hero-section .page-hero-wrap, #content .ast-archive-entry-banner .page-hero-wrap {
    max-width: 56%;
  }
}
#content .page-hero-section.page-hero-overlay, #content .ast-archive-entry-banner.page-hero-overlay {
  position: relative;
}
#content .page-hero-section.page-hero-overlay::before, #content .ast-archive-entry-banner.page-hero-overlay::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 17.72%, rgba(0, 0, 0, 0) 100%);
}
#content .page-hero-section.page-hero-overlay::after, #content .ast-archive-entry-banner.page-hero-overlay::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 57.1%, rgba(0, 0, 0, 0) 93.07%);
}
#content .page-hero-section.page-hero-overlay > .uagb-container-inner-blocks-wrap, #content .ast-archive-entry-banner.page-hero-overlay > .uagb-container-inner-blocks-wrap {
  position: relative;
  z-index: 15;
}
#content .circle-bg-section, #content .circle-bg-section-right {
  position: relative;
}
#content .circle-bg-section::before, #content .circle-bg-section-right::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 31vw;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 980px) {
  #content .circle-bg-section::before, #content .circle-bg-section-right::before {
    width: 40vw;
    opacity: 0.2;
  }
}
@media (max-width: 767px) {
  #content .circle-bg-section::before, #content .circle-bg-section-right::before {
    width: 50vw;
  }
}
#content .circle-bg-section::before {
  left: 0;
  top: 0;
  max-width: 540px;
  max-height: 538px;
  background: url("/wp-content/uploads/2023/05/who-we-bg.png") no-repeat left top / contain;
}
@media (max-width: 980px) {
  #content .circle-bg-section::before {
    top: 0;
    left: auto;
    right: 0;
    max-width: 423px;
    max-height: 423px;
    background: url("/wp-content/uploads/2023/08/Stories-Of-Our-Activities-Bg.png") no-repeat right top / contain;
  }
}
#content .circle-bg-section-right::before {
  top: 0;
  right: 0;
  max-width: 423px;
  max-height: 423px;
  background: url("/wp-content/uploads/2023/08/Stories-Of-Our-Activities-Bg.png") no-repeat right top / contain;
}
@media (max-width: 980px) {
  #content .section-header-2col > .uagb-container-inner-blocks-wrap {
    flex-direction: column;
    gap: 0;
  }
}
#content .section-header-2col .section-header-2col-left {
  max-width: 45%;
}
#content .section-header-2col .section-header-2col-right {
  max-width: 50%;
}
@media (max-width: 980px) {
  #content .section-header-2col .section-header-2col-left, #content .section-header-2col .section-header-2col-right {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  #content .section-header-2col h4 {
    margin-bottom: 13px !important;
  }
}
@media (max-width: 980px) {
  #content .section-header-2col h2 {
    margin-bottom: 26px !important;
  }
}
@media (max-width: 767px) {
  #content .section-header-2col h2 {
    margin-bottom: 12px !important;
  }
}
#content .section-header-2col p:last-child {
  margin-bottom: 0 !important;
}
#content .main-2col-section {
  padding: clamp(45px, 7.8947368421vw, 96px) 0 clamp(50px, 7.8947368421vw, 96px);
}
#content .main-2col-section > .uagb-container-inner-blocks-wrap {
  flex-direction: column;
}
@media (min-width: 981px) {
  #content .main-2col-section > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
@media (max-width: 980px) {
  #content .main-2col-section > .uagb-container-inner-blocks-wrap {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  #content .main-2col-section > .uagb-container-inner-blocks-wrap {
    row-gap: 25px;
  }
}
#content .main-2col-section .main-big-col {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  #content .main-2col-section .main-big-col {
    max-width: 708px;
  }
}
@media (max-width: 767px) {
  #content .main-2col-section .main-big-col {
    gap: 12px;
  }
}
#content .main-2col-section .main-sm-col {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  #content .main-2col-section .main-sm-col {
    max-width: 586px;
  }
}
@media (max-width: 767px) {
  #content .main-2col-section .main-sm-col {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  #content .main-2col-section h2 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  #content .main-2col-section h4 {
    margin-bottom: 0 !important;
  }
}
#content .main-2col-section p {
  margin-bottom: clamp(16px, 1.3888888889vw, 20px) !important;
}
#content .main-2col-section p:last-child {
  margin-bottom: 0;
}
#content .main-2col-section .wp-block-uagb-image {
  width: 100%;
}
#content .main-2col-section figure {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  #content .main-2col-section figure {
    text-align: center;
    max-width: 70%;
  }
}
@media (max-width: 479px) {
  #content .main-2col-section figure {
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  #content .main-2col-section .wp-block-buttons {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  #content .main-2col-section .wp-block-buttons {
    margin-top: 13px !important;
  }
}
#content .main-2col-section .wp-block-buttons:empty {
  margin-top: 0 !important;
}
#content .main-2col-section.main-2-col-reverse-section > .uagb-container-inner-blocks-wrap {
  flex-direction: column-reverse;
}
@media (min-width: 981px) {
  #content .main-2col-section.main-2-col-reverse-section > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
#content .page-image-section {
  padding: clamp(45px, 7.8947368421vw, 120px) 0 clamp(50px, 7.8947368421vw, 120px);
}
#content .page-image-section > .uagb-container-inner-blocks-wrap {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 981px) {
  #content .page-image-section > .uagb-container-inner-blocks-wrap {
    flex-direction: row !important;
  }
}
@media (max-width: 980px) {
  #content .page-image-section > .uagb-container-inner-blocks-wrap {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  #content .page-image-section > .uagb-container-inner-blocks-wrap {
    row-gap: 25px;
  }
}
#content .page-image-section.left-image-section > .uagb-container-inner-blocks-wrap {
  flex-direction: column-reverse;
}
#content .page-image-section .left-image-col, #content .page-image-section .right-image-col {
  padding: 0;
}
#content .page-image-section .left-image-1-2, #content .page-image-section .right-image-2-2 {
  max-width: 70%;
}
@media (min-width: 981px) {
  #content .page-image-section .left-image-1-2, #content .page-image-section .right-image-2-2 {
    max-width: 708px;
  }
}
@media (max-width: 980px) {
  #content .page-image-section .left-image-1-2, #content .page-image-section .right-image-2-2 {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  #content .page-image-section .left-image-1-2, #content .page-image-section .right-image-2-2 {
    max-width: 100%;
  }
}
#content .page-image-section .left-image-2-2, #content .page-image-section .right-image-1-2 {
  max-width: 100%;
}
@media (min-width: 981px) {
  #content .page-image-section .left-image-2-2, #content .page-image-section .right-image-1-2 {
    max-width: 586px;
  }
}
@media (max-width: 767px) {
  #content .page-image-section .left-image-2-2 h4, #content .page-image-section .right-image-1-2 h4 {
    margin-bottom: 13px !important;
  }
}
#content .page-image-section h2 {
  margin-bottom: 26px !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #content .page-image-section h2 {
    margin-bottom: 12px !important;
  }
}
#content .page-image-section p {
  margin-bottom: clamp(16px, 1.3888888889vw, 20px) !important;
}
#content .page-image-section p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 980px) {
  #content .page-image-section p:last-of-type {
    margin-bottom: 0 !important;
  }
}
#content .page-image-section .wp-block-buttons {
  margin-top: 12px !important;
}
@media (max-width: 980px) {
  #content .page-image-section .wp-block-buttons {
    justify-content: center;
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  #content .page-image-section .wp-block-buttons {
    margin-top: 25px !important;
  }
}
#content .page-image-section .wp-block-buttons:empty {
  margin-top: 0 !important;
}
#content .page-image-section .wp-block-button__link {
  padding: 18px 30px;
}
#content .page-image-section .wp-block-uagb-image {
  width: 100%;
}
#content .page-image-section figure {
  margin-bottom: 0;
  text-align: center;
}
#content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery {
  display: grid;
  grid-template-columns: 40.7% 1fr 32.2%;
  grid-template-rows: 198px 198px;
}
@media (max-width: 1439px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery {
    grid-template-columns: 40.7% 1fr 31.9%;
  }
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 198px 198px 386px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 386px);
  }
}
@media (max-width: 479px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 250px);
  }
}
#content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper {
  overflow: hidden;
}
#content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
}
#content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
#content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
}
#content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / 3;
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 3;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
}
#content .image-gallery-section .image-gallery-row-4img .spectra-image-gallery .spectra-image-gallery__media-wrapper .spectra-image-gallery__media {
  position: relative;
  width: 100%;
  height: 100%;
}
#content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 320px;
}
@media (max-width: 1199px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery {
    grid-template-rows: 250px;
  }
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 198px 198px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 386px);
  }
}
@media (max-width: 479px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 250px);
  }
}
#content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery .spectra-image-gallery__media-wrapper {
  overflow: hidden;
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 980px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  #content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery .spectra-image-gallery__media-wrapper:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
}
#content .image-gallery-section .image-gallery-row-3img .spectra-image-gallery .spectra-image-gallery__media-wrapper .spectra-image-gallery__media {
  position: relative;
  width: 100%;
  height: 100%;
}
#content .home-blog-section.featured-articles-section {
  padding: clamp(50px, 7.7922077922vw, 120px) 0;
}
#content .committees-acc-section .team-acc-item .team-acc-item-header, #content .donate-donors-section .team-acc-item .team-acc-item-header, #content .team-acc-module .team-acc-item .team-acc-item-header {
  padding-bottom: 31px;
  cursor: pointer;
  flex-direction: row;
  flex-wrap: nowrap;
}
#content .committees-acc-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .donate-donors-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .team-acc-module .team-acc-item .team-acc-item-header .wp-block-heading {
  font-size: 40px !important;
  margin-bottom: 0;
  color: #000;
  transition: all 0.2s;
}
@media (max-width: 1439px) {
  #content .committees-acc-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .donate-donors-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .team-acc-module .team-acc-item .team-acc-item-header .wp-block-heading {
    font-size: 38px !important;
  }
}
@media (max-width: 1199px) {
  #content .committees-acc-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .donate-donors-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .team-acc-module .team-acc-item .team-acc-item-header .wp-block-heading {
    font-size: 36px !important;
  }
}
@media (max-width: 980px) {
  #content .committees-acc-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .donate-donors-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .team-acc-module .team-acc-item .team-acc-item-header .wp-block-heading {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  #content .committees-acc-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .donate-donors-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .team-acc-module .team-acc-item .team-acc-item-header .wp-block-heading {
    font-size: 32px !important;
  }
}
@media (max-width: 479px) {
  #content .committees-acc-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .donate-donors-section .team-acc-item .team-acc-item-header .wp-block-heading, #content .team-acc-module .team-acc-item .team-acc-item-header .wp-block-heading {
    font-size: 32px !important;
  }
}
#content .committees-acc-section .team-acc-item .team-acc-item-header:hover .wp-block-heading, #content .donate-donors-section .team-acc-item .team-acc-item-header:hover .wp-block-heading, #content .team-acc-module .team-acc-item .team-acc-item-header:hover .wp-block-heading {
  color: #005191;
}
#content .committees-acc-section .team-acc-item .team-acc-item-header .team-acc-item-arrow, #content .donate-donors-section .team-acc-item .team-acc-item-header .team-acc-item-arrow, #content .team-acc-module .team-acc-item .team-acc-item-header .team-acc-item-arrow {
  flex: 0 0 48px;
  height: 48px;
  margin: 0;
  align-self: center;
  cursor: pointer;
  transition: all 0.25s ease;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48"><path fill="%23005191" d="M23.102 18.64a1.205 1.205 0 0 1 1.757 0l7.5 7.5c.508.47.508 1.29 0 1.758a1.205 1.205 0 0 1-1.757 0L24 21.297l-6.64 6.601a1.205 1.205 0 0 1-1.758 0 1.205 1.205 0 0 1 0-1.757l7.5-7.5Z"/><rect width="46" height="46" x="1" y="1" stroke="%23005191" stroke-width="2" rx="23"/></svg>') no-repeat center / contain;
}
@media (min-width: 981px) {
  #content .committees-acc-section .team-acc-item .team-acc-item-header .team-acc-item-arrow:hover, #content .donate-donors-section .team-acc-item .team-acc-item-header .team-acc-item-arrow:hover, #content .team-acc-module .team-acc-item .team-acc-item-header .team-acc-item-arrow:hover {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48"><rect width="46" height="46" x="1" y="1" stroke="%23005191" fill="%23005191" stroke-width="2" rx="23"/><path fill="%23ffffff" d="M23.102 18.64a1.205 1.205 0 0 1 1.757 0l7.5 7.5c.508.47.508 1.29 0 1.758a1.205 1.205 0 0 1-1.757 0L24 21.297l-6.64 6.601a1.205 1.205 0 0 1-1.758 0 1.205 1.205 0 0 1 0-1.757l7.5-7.5Z"/></svg>') no-repeat center / contain;
  }
}
@media (max-width: 767px) {
  #content .committees-acc-section .team-acc-item .team-acc-item-header .team-acc-item-arrow, #content .donate-donors-section .team-acc-item .team-acc-item-header .team-acc-item-arrow, #content .team-acc-module .team-acc-item .team-acc-item-header .team-acc-item-arrow {
    width: 36px;
    height: 36px;
  }
}
#content .committees-acc-section .team-acc-item .team-acc-item-header .team-acc-item-arrow figure, #content .donate-donors-section .team-acc-item .team-acc-item-header .team-acc-item-arrow figure, #content .team-acc-module .team-acc-item .team-acc-item-header .team-acc-item-arrow figure {
  overflow: visible;
  display: none;
}
#content .committees-acc-section .team-acc-item .team-acc-item-header[aria-expanded="true"], #content .donate-donors-section .team-acc-item .team-acc-item-header[aria-expanded="true"], #content .team-acc-module .team-acc-item .team-acc-item-header[aria-expanded="true"] {
  padding-bottom: 26px;
}
#content .committees-acc-section .team-acc-item .team-acc-item-header[aria-expanded="true"] .icon::after, #content .donate-donors-section .team-acc-item .team-acc-item-header[aria-expanded="true"] .icon::after, #content .team-acc-module .team-acc-item .team-acc-item-header[aria-expanded="true"] .icon::after {
  width: 0;
}
#content .committees-acc-section .team-acc-item .team-acc-item-header[aria-expanded="true"] .wp-block-heading, #content .donate-donors-section .team-acc-item .team-acc-item-header[aria-expanded="true"] .wp-block-heading, #content .team-acc-module .team-acc-item .team-acc-item-header[aria-expanded="true"] .wp-block-heading {
  color: #005191;
}
#content .committees-acc-section .team-acc-item .team-acc-item-header[aria-expanded="false"] .team-acc-item-arrow, #content .donate-donors-section .team-acc-item .team-acc-item-header[aria-expanded="false"] .team-acc-item-arrow, #content .team-acc-module .team-acc-item .team-acc-item-header[aria-expanded="false"] .team-acc-item-arrow {
  rotate: -180deg;
}
#content .committees-acc-section .team-acc-item .uagb-icon-list__wrap, #content .donate-donors-section .team-acc-item .uagb-icon-list__wrap, #content .team-acc-module .team-acc-item .uagb-icon-list__wrap {
  gap: 25px;
}
#content .committees-acc-section .team-acc-item .wp-block-uagb-icon-list-child, #content .donate-donors-section .team-acc-item .wp-block-uagb-icon-list-child, #content .team-acc-module .team-acc-item .wp-block-uagb-icon-list-child {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0;
}
#content .committees-acc-section .team-acc-item .wp-block-uagb-icon-list-child:before, #content .donate-donors-section .team-acc-item .wp-block-uagb-icon-list-child:before, #content .team-acc-module .team-acc-item .wp-block-uagb-icon-list-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
#content .committees-acc-section .team-acc-item .uagb-icon-list__label, #content .donate-donors-section .team-acc-item .uagb-icon-list__label, #content .team-acc-module .team-acc-item .uagb-icon-list__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 131%;
  letter-spacing: 0.24px;
}
#content .committees-acc-section .team-acc-item .uagb-icon-list__label br, #content .donate-donors-section .team-acc-item .uagb-icon-list__label br, #content .team-acc-module .team-acc-item .uagb-icon-list__label br {
  display: none;
}
#content .committees-acc-section .team-acc-item .uagb-icon-list__label strong, #content .donate-donors-section .team-acc-item .uagb-icon-list__label strong, #content .team-acc-module .team-acc-item .uagb-icon-list__label strong {
  font-size: clamp(18px, 1.719vw, 22px);
  display: block;
  letter-spacing: 0.264px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin-bottom: clamp(8px, 1.172vw, 15px);
}
#content .committees-acc-section .team-acc-item-wrap, #content .donate-donors-section .team-acc-item-wrap, #content .team-acc-module .team-acc-item-wrap {
  display: none;
}
#content .committees-acc-section .team-acc-item-content, #content .donate-donors-section .team-acc-item-content, #content .team-acc-module .team-acc-item-content {
  padding-bottom: 29px;
  display: flex;
}
#content .home-blog-section .home-blog-module, #content .home-blog-section .blog-posts-grid, #content .blog-posts-section .home-blog-module, #content .blog-posts-section .blog-posts-grid {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 48px;
  column-gap: 24px;
}
@media (max-width: 1199px) {
  #content .home-blog-section .home-blog-module, #content .home-blog-section .blog-posts-grid, #content .blog-posts-section .home-blog-module, #content .blog-posts-section .blog-posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 25px;
  }
}
@media (max-width: 767px) {
  #content .home-blog-section .home-blog-module, #content .home-blog-section .blog-posts-grid, #content .blog-posts-section .home-blog-module, #content .blog-posts-section .blog-posts-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px;
  }
}
#content .home-blog-section .home-blog-title-row .uagb-container-inner-blocks-wrap, #content .home-blog-section .home-blog-row .uagb-container-inner-blocks-wrap, #content .home-blog-section .home-blog-btn .uagb-container-inner-blocks-wrap, #content .blog-posts-section .home-blog-title-row .uagb-container-inner-blocks-wrap, #content .blog-posts-section .home-blog-row .uagb-container-inner-blocks-wrap, #content .blog-posts-section .home-blog-btn .uagb-container-inner-blocks-wrap {
  width: 100% !important;
  max-width: 100%;
}
#content .home-blog-section .uagb-post__inner-wrap, #content .blog-posts-section .uagb-post__inner-wrap {
  width: 100%;
  max-width: min(100%, 1440px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s;
  padding: 20px 24px 18px;
  float: left;
  box-sizing: border-box;
  text-align: left;
  height: auto;
  border-radius: 12px;
  background: #fff;
}
@media (min-width: 981px) {
  #content .home-blog-section .uagb-post__inner-wrap, #content .blog-posts-section .uagb-post__inner-wrap {
    padding: 20px clamp(14px, 1.538vw, 24px) 18px;
  }
}
#content .home-blog-section .uagb-post__inner-wrap:hover, #content .blog-posts-section .uagb-post__inner-wrap:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
}
#content .home-blog-section .uagb-post__inner-wrap:hover .uagb-post__image a img, #content .blog-posts-section .uagb-post__inner-wrap:hover .uagb-post__image a img {
  transform: scale(1.05);
}
#content .home-blog-section .uagb-post__inner-wrap:hover .uagb-post__title, #content .home-blog-section .uagb-post__inner-wrap:hover .uagb-post__title a, #content .blog-posts-section .uagb-post__inner-wrap:hover .uagb-post__title, #content .blog-posts-section .uagb-post__inner-wrap:hover .uagb-post__title a {
  color: #005191;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__image, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__image {
  order: 0;
  padding: 0;
  margin: -20px -24px 21px -24px;
  background: url("/wp-content/uploads/2023/06/tabs-bg.png"), #D7EFFF;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__image a, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__image a {
  position: relative;
  padding-bottom: 73.2%;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  #content .home-blog-section .uagb-post__inner-wrap .uagb-post__image a, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__image a {
    padding-bottom: 0;
    height: 350px;
  }
}
@media (max-width: 479px) {
  #content .home-blog-section .uagb-post__inner-wrap .uagb-post__image a, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__image a {
    height: 250px;
  }
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__image a img, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__image a img {
  position: absolute;
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: all 0.5s ease;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__title, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__title {
  order: 2;
  padding: 0;
  margin-bottom: 16px;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__title a, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__title a {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.013em;
  line-height: 1.32em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post-grid-byline, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post-grid-byline {
  margin-bottom: 11px;
  padding: 0;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #539ed0;
  text-decoration: none;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post-grid-byline time, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post-grid-byline time {
  order: 2;
  margin: 0;
  color: #000;
  line-height: 1.3em;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post-grid-byline time:after, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post-grid-byline time:after {
  display: none;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text {
  margin-right: 16px;
  padding-right: 16px;
  order: 1;
  text-transform: uppercase;
  border-right: 1px solid #E1E1E1;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text .uagb-post__taxonomy, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text .uagb-post__taxonomy {
  line-height: 1.3em;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text a, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text a {
  color: #539ed0;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text a:hover, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text a:hover {
  color: #005191;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__excerpt, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__excerpt {
  margin-bottom: 26px;
  padding: 0;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__excerpt p, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__excerpt p {
  margin-bottom: 12px;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__excerpt p:last-child, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__excerpt p:last-child {
  margin-bottom: 0;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__excerpt p.read-more, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__excerpt p.read-more {
  display: none;
}
#content .home-blog-section .uagb-post__inner-wrap .uagb-post__excerpt, #content .home-blog-section .uagb-post__inner-wrap .uagb-post__excerpt p, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__excerpt, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__excerpt p {
  order: 3;
  font-size: 16px !important;
  line-height: 130%;
  letter-spacing: 0.015em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 479px) {
  #content .home-blog-section .uagb-post__inner-wrap .uagb-post__excerpt, #content .home-blog-section .uagb-post__inner-wrap .uagb-post__excerpt p, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__excerpt, #content .blog-posts-section .uagb-post__inner-wrap .uagb-post__excerpt p {
    -webkit-line-clamp: 1;
  }
}
#content .home-blog-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta, #content .blog-posts-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta {
  order: 4;
  margin-top: auto;
}
#content .home-blog-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a, #content .blog-posts-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a {
  position: relative;
  padding: 0 !important;
  color: #000;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 0;
  border: none;
  background: transparent;
  transition: all 0.2s linear;
}
@media (max-width: 980px) {
  #content .home-blog-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a, #content .blog-posts-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #content .home-blog-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a, #content .blog-posts-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a {
    font-size: 14px !important;
  }
}
#content .home-blog-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a:after, #content .blog-posts-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 7px;
  filter: brightness(0);
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23005191" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #content .home-blog-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a:after, #content .blog-posts-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a:after {
    top: 2px;
    width: 8px;
    height: 13px;
  }
}
#content .home-blog-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a:hover, #content .blog-posts-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a:hover {
  color: #005191;
}
#content .home-blog-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a:hover:after, #content .blog-posts-section .uagb-post__inner-wrap .wp-block-button.uagb-post__cta a:hover:after {
  filter: brightness(1);
}
#content .uagb-post-pagination-wrap, #content .page-pagination {
  width: 100%;
  margin-top: 33px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-column: 1 / -1;
}
@media (max-width: 980px) {
  #content .uagb-post-pagination-wrap, #content .page-pagination {
    margin-top: 0;
  }
}
#content .uagb-post-pagination-wrap .nav-links, #content .page-pagination .nav-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#content .uagb-post-pagination-wrap span, #content .uagb-post-pagination-wrap a, #content .page-pagination span, #content .page-pagination a {
  margin: 8px;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px !important;
  font-weight: 600;
  color: #005191;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 40px;
  border: 1px solid #005191;
  transition: all 0.3s ease;
  background-color: transparent;
}
@media (max-width: 980px) {
  #content .uagb-post-pagination-wrap span, #content .uagb-post-pagination-wrap a, #content .page-pagination span, #content .page-pagination a {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #content .uagb-post-pagination-wrap span, #content .uagb-post-pagination-wrap a, #content .page-pagination span, #content .page-pagination a {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  #content .uagb-post-pagination-wrap span, #content .uagb-post-pagination-wrap a, #content .page-pagination span, #content .page-pagination a {
    width: 51px;
    height: 51px;
  }
}
@media (max-width: 767px) {
  #content .uagb-post-pagination-wrap span, #content .uagb-post-pagination-wrap a, #content .page-pagination span, #content .page-pagination a {
    width: 46px;
    height: 46px;
    margin: 5px;
  }
}
#content .uagb-post-pagination-wrap span.current, #content .uagb-post-pagination-wrap a.current, #content .page-pagination span.current, #content .page-pagination a.current {
  color: #ffffff;
  background-color: #005191;
}
#content .uagb-post-pagination-wrap span.prev, #content .uagb-post-pagination-wrap span.next, #content .uagb-post-pagination-wrap a.prev, #content .uagb-post-pagination-wrap a.next, #content .page-pagination span.prev, #content .page-pagination span.next, #content .page-pagination a.prev, #content .page-pagination a.next {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0 !important;
  line-height: 0 !important;
}
#content .uagb-post-pagination-wrap span.prev::before, #content .uagb-post-pagination-wrap span.next::before, #content .uagb-post-pagination-wrap a.prev::before, #content .uagb-post-pagination-wrap a.next::before, #content .page-pagination span.prev::before, #content .page-pagination span.next::before, #content .page-pagination a.prev::before, #content .page-pagination a.next::before {
  content: "";
  width: 13px;
  height: 100%;
}
@media (max-width: 767px) {
  #content .uagb-post-pagination-wrap span.prev::before, #content .uagb-post-pagination-wrap span.next::before, #content .uagb-post-pagination-wrap a.prev::before, #content .uagb-post-pagination-wrap a.next::before, #content .page-pagination span.prev::before, #content .page-pagination span.next::before, #content .page-pagination a.prev::before, #content .page-pagination a.next::before {
    width: 11px;
  }
}
@media (max-width: 767px) {
  #content .uagb-post-pagination-wrap span.prev::before, #content .uagb-post-pagination-wrap span.next::before, #content .uagb-post-pagination-wrap a.prev::before, #content .uagb-post-pagination-wrap a.next::before, #content .page-pagination span.prev::before, #content .page-pagination span.next::before, #content .page-pagination a.prev::before, #content .page-pagination a.next::before {
    width: 9px;
  }
}
#content .uagb-post-pagination-wrap span.prev, #content .uagb-post-pagination-wrap a.prev, #content .page-pagination span.prev, #content .page-pagination a.prev {
  padding: 5px 12px 5px 10px;
}
#content .uagb-post-pagination-wrap span.prev::before, #content .uagb-post-pagination-wrap a.prev::before, #content .page-pagination span.prev::before, #content .page-pagination a.prev::before {
  background: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.20312 10.2031L10.2031 1.25C10.625 0.78125 11.3281 0.78125 11.7969 1.25C12.2188 1.67188 12.2188 2.375 11.7969 2.79688L3.54688 11L11.75 19.25C12.2188 19.6719 12.2188 20.375 11.75 20.7969C11.3281 21.2656 10.625 21.2656 10.2031 20.7969L1.20312 11.7969C0.734375 11.375 0.734375 10.6719 1.20312 10.2031Z" fill="%23005191"/></svg>') no-repeat center / contain;
}
#content .uagb-post-pagination-wrap span.prev:hover::before, #content .uagb-post-pagination-wrap a.prev:hover::before, #content .page-pagination span.prev:hover::before, #content .page-pagination a.prev:hover::before {
  background: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.20312 10.2031L10.2031 1.25C10.625 0.78125 11.3281 0.78125 11.7969 1.25C12.2188 1.67188 12.2188 2.375 11.7969 2.79688L3.54688 11L11.75 19.25C12.2188 19.6719 12.2188 20.375 11.75 20.7969C11.3281 21.2656 10.625 21.2656 10.2031 20.7969L1.20312 11.7969C0.734375 11.375 0.734375 10.6719 1.20312 10.2031Z" fill="%23ffffff"/></svg>') no-repeat center / contain;
}
#content .uagb-post-pagination-wrap span.next, #content .uagb-post-pagination-wrap a.next, #content .page-pagination span.next, #content .page-pagination a.next {
  padding: 5px 10px 5px 12px;
}
#content .uagb-post-pagination-wrap span.next::before, #content .uagb-post-pagination-wrap a.next::before, #content .page-pagination span.next::before, #content .page-pagination a.next::before {
  background: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7969 10.2031C12.2188 10.6719 12.2188 11.375 11.7969 11.7969L2.79688 20.7969C2.32812 21.2656 1.625 21.2656 1.20312 20.7969C0.734375 20.375 0.734375 19.6719 1.20312 19.25L9.40625 11.0469L1.20312 2.79688C0.734375 2.375 0.734375 1.67188 1.20312 1.25C1.625 0.78125 2.32812 0.78125 2.75 1.25L11.7969 10.2031Z" fill="%23005191"/></svg>') no-repeat center / contain;
}
#content .uagb-post-pagination-wrap span.next:hover::before, #content .uagb-post-pagination-wrap a.next:hover::before, #content .page-pagination span.next:hover::before, #content .page-pagination a.next:hover::before {
  background: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7969 10.2031C12.2188 10.6719 12.2188 11.375 11.7969 11.7969L2.79688 20.7969C2.32812 21.2656 1.625 21.2656 1.20312 20.7969C0.734375 20.375 0.734375 19.6719 1.20312 19.25L9.40625 11.0469L1.20312 2.79688C0.734375 2.375 0.734375 1.67188 1.20312 1.25C1.625 0.78125 2.32812 0.78125 2.75 1.25L11.7969 10.2031Z" fill="%23ffffff"/></svg>') no-repeat center / contain;
}
#content .uagb-post-pagination-wrap span.dots, #content .uagb-post-pagination-wrap a.dots, #content .page-pagination span.dots, #content .page-pagination a.dots {
  color: #005191 !important;
  background-color: transparent !important;
}
#content .uagb-post-pagination-wrap span:hover, #content .uagb-post-pagination-wrap a:hover, #content .page-pagination span:hover, #content .page-pagination a:hover {
  color: #ffffff;
  background-color: #005191;
}
#content .uagb-post-pagination-wrap .page-number-link, #content .page-pagination .page-number-link {
  cursor: pointer;
}
#content .work-journeys-section {
  padding: 0 0 clamp(50px, 7.895vw, 92px);
  overflow: hidden;
}
@media (max-width: 980px) {
  #content .work-journeys-section {
    margin-top: 60px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  #content .work-journeys-section {
    row-gap: 29px;
  }
}
#content .work-journeys-section .slick-list {
  width: 100%;
  overflow: visible !important;
}
#content .work-journeys-section .slick-track {
  display: flex;
  gap: 40px;
}
#content .work-journeys-section .work-journeys-title-row .wp-block-uagb-container {
  max-width: 128px;
}
@media (max-width: 767px) {
  #content .work-journeys-section .work-journeys-title-row .wp-block-uagb-container {
    margin: 0 auto;
    max-width: 100px;
  }
}
#content .work-journeys-section .work-journeys-title-row .journeys-arrow {
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  #content .work-journeys-section .work-journeys-title-row .journeys-arrow {
    width: 40px;
    height: 40px;
  }
}
#content .work-journeys-section .work-journeys-title-row .journeys-arrow figure {
  visibility: hidden;
  display: none;
}
#content .work-journeys-section .work-journeys-title-row .journeys-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
#content .work-journeys-section .wp-block-post-template {
  display: flex;
  margin: 0;
  gap: 40px;
}
#content .work-journeys-section .wp-block-post {
  width: 100%;
  max-width: 708px;
  margin: 0;
}
@media (max-width: 1700px) {
  #content .work-journeys-section .wp-block-post {
    max-width: 40vw;
  }
}
@media (max-width: 980px) {
  #content .work-journeys-section .wp-block-post {
    max-width: 60vw;
  }
}
@media (max-width: 767px) {
  #content .work-journeys-section .wp-block-post {
    max-width: 100vw;
  }
}
#content .work-journeys-section .wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}
#content .work-journeys-section .wp-block-post:hover .wp-block-post-title a {
  color: #539ed0;
}
#content .work-journeys-section .wp-block-post:hover .wp-block-post-excerpt__more-text a {
  color: #005191;
}
#content .work-journeys-section .wp-block-post:hover .wp-block-post-excerpt__more-text a::after {
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23005191" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
}
#content .work-journeys-section .wp-block-post .wp-block-post-featured-image {
  border-radius: 12px;
  overflow: hidden;
}
#content .work-journeys-section .wp-block-post .wp-block-post-featured-image img {
  transform: scale(1);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #content .work-journeys-section .wp-block-post .wp-block-post-featured-image img {
    min-height: 330px;
  }
}
#content .work-journeys-section .wp-block-post .wp-block-post-title {
  font-size: 56px !important;
  line-height: 112%;
}
@media (max-width: 1439px) {
  #content .work-journeys-section .wp-block-post .wp-block-post-title {
    font-size: 52px !important;
  }
}
@media (max-width: 1199px) {
  #content .work-journeys-section .wp-block-post .wp-block-post-title {
    font-size: 49px !important;
  }
}
@media (max-width: 980px) {
  #content .work-journeys-section .wp-block-post .wp-block-post-title {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  #content .work-journeys-section .wp-block-post .wp-block-post-title {
    font-size: 43px !important;
  }
}
@media (max-width: 479px) {
  #content .work-journeys-section .wp-block-post .wp-block-post-title {
    font-size: 40px !important;
  }
}
#content .work-journeys-section .wp-block-post .wp-block-post-title a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__more-text {
  margin: 0;
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a {
  position: relative;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000;
  text-decoration: none;
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 7px;
  transition: all 0.3s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a:hover:after {
  margin-left: 12px;
}
#content .releases-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}
#content .releases-posts .release-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 24px;
  transition: all 0.3s;
}
@media (min-width: 981px) {
  #content .releases-posts .release-post {
    flex-direction: row;
    align-items: end;
    gap: 40px;
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  #content .releases-posts .release-post {
    padding: 15px;
  }
}
#content .releases-posts .release-post:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 981px) {
  #content .releases-posts .release-content {
    max-width: calc(100% - 145px);
  }
}
#content .releases-posts .release-title {
  font-family: "Roboto", sans-serif;
  font-size: 22px !important;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.013em;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  #content .releases-posts .release-title {
    font-size: 21px !important;
  }
}
@media (max-width: 1199px) {
  #content .releases-posts .release-title {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) {
  #content .releases-posts .release-title {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  #content .releases-posts .release-title {
    font-size: 18px !important;
  }
}
@media (max-width: 479px) {
  #content .releases-posts .release-title {
    font-size: 18px !important;
  }
}
@media (min-width: 981px) {
  #content .releases-posts .release-title {
    margin-bottom: 0;
  }
}
@media (min-width: 500px) {
  #content .releases-posts .release-title {
    -webkit-line-clamp: 2;
  }
}
#content .releases-posts .release-title a {
  color: #000;
  text-decoration: none;
}
#content .releases-posts .release-title a:hover {
  color: #005191;
}
#content .releases-posts .release-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px !important;
  line-height: 130%;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media (max-width: 980px) {
  #content .releases-posts .release-meta {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  #content .releases-posts .release-meta {
    font-size: 12px !important;
  }
}
#content .releases-posts .post-divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 clamp(10px, 2.086vw, 16px);
  background: #E1E1E1;
}
#content .releases-posts .release-category {
  font-weight: 500;
  color: #539ED0;
}
#content .releases-posts .release-download-link {
  width: 100%;
  max-width: 105px;
  margin-bottom: 4px;
  font-size: 18px !important;
  line-height: calc(21 / 18);
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 980px) {
  #content .releases-posts .release-download-link {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .releases-posts .release-download-link {
    font-size: 16px !important;
  }
}
@media (max-width: 980px) {
  #content .releases-posts .release-download-link {
    margin-bottom: 0;
    margin-left: auto;
  }
}
#content .releases-posts .release-download-link:hover {
  color: #005191;
}
#content .releases-posts .release-download-link:hover svg path {
  fill: #005191;
}
#content .releases-posts .release-download-link svg {
  margin-left: 6px;
  margin-bottom: -1px;
}
#content .releases-posts .release-download-link svg path {
  transition: all 0.2s linear;
}
#content .info-card-section {
  padding: clamp(45px, 7.8947368421vw, 96px) 0 clamp(50px, 7.8947368421vw, 96px);
}
#content .info-card-section p:first-of-type {
  margin-bottom: clamp(40px, 6.4285714286vw, 63px) !important;
}
@media (max-width: 1199px) {
  #content .info-card-section .info-card-item-row {
    gap: 40px;
  }
}
@media (max-width: 980px) {
  #content .info-card-section .info-card-item-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #content .info-card-section .info-card-item-row {
    gap: 25px;
  }
}
#content .info-card-section .info-card-item-row.info-card-item-square {
  align-items: stretch;
}
@media (max-width: 1199px) {
  #content .info-card-section .info-card-item-row.info-card-item-square {
    flex-wrap: wrap;
  }
}
#content .info-card-section .info-card-item-row.info-card-item-square .info-card-item {
  padding: 40px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 1439px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item {
    padding: 40px;
  }
}
@media (max-width: 980px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item {
    flex: 1 1 40%;
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item {
    flex: 1 1 100%;
    max-width: 340px;
  }
}
@media (max-width: 479px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item {
    padding: 30px 20px;
  }
}
#content .info-card-section .info-card-item-row.info-card-item-square .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
  margin-top: 0.59em;
  margin-bottom: 0.23em;
  font-size: 40px !important;
}
@media (max-width: 1439px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 38px !important;
  }
}
@media (max-width: 1199px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 36px !important;
  }
}
@media (max-width: 980px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 32px !important;
  }
}
@media (max-width: 479px) {
  #content .info-card-section .info-card-item-row.info-card-item-square .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 30px !important;
  }
}
#content .info-card-section .info-card-item-row.info-card-item-square .info-card-item .uagb-ifb-desc {
  letter-spacing: normal;
}
#content .info-card-section .info-card-item-row .info-card-item {
  max-width: 342px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  #content .info-card-section .info-card-item-row .info-card-item {
    padding: 0;
  }
}
@media (max-width: 980px) {
  #content .info-card-section .info-card-item-row .info-card-item {
    max-width: 270px;
  }
}
#content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-image-content img {
  width: clamp(60px, 8vw, 96px);
}
#content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
  margin-top: 0.446em;
  margin-bottom: 0.286em;
  font-size: 40px !important;
}
@media (max-width: 1439px) {
  #content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 38px !important;
  }
}
@media (max-width: 1199px) {
  #content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 36px !important;
  }
}
@media (max-width: 980px) {
  #content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  #content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 32px !important;
  }
}
@media (max-width: 479px) {
  #content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 30px !important;
  }
}
#content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-desc {
  letter-spacing: 0.36px;
  margin-bottom: 0 !important;
}
#content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-desc a {
  color: #5c5c5c;
}
#content .info-card-section .info-card-item-row .info-card-item .uagb-ifb-desc a:hover {
  color: #f57814;
}
#content .subscribe-module {
  width: 100%;
  max-width: 952px;
  margin: 0 auto !important;
  padding: 25px 28px 28px !important;
}
@media (max-width: 767px) {
  #content .subscribe-module {
    max-width: 464px;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 20px 28px !important;
  }
}
#content .subscribe-module .module-left {
  flex: 1 1 100%;
  max-width: 668px;
}
#content .subscribe-module .module-right {
  flex: 0 0 194px;
  max-width: 194px;
}
@media (max-width: 767px) {
  #content .subscribe-module .module-right {
    flex: unset;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #content .subscribe-module .module-title-row {
    flex-direction: column;
  }
}
#content .subscribe-module .module-icon {
  display: flex;
  flex: 0 0 44px;
}
#content .subscribe-module .module-title {
  font-size: 40px !important;
  letter-spacing: -0.2px;
}
@media (max-width: 1439px) {
  #content .subscribe-module .module-title {
    font-size: 38px !important;
  }
}
@media (max-width: 1199px) {
  #content .subscribe-module .module-title {
    font-size: 36px !important;
  }
}
@media (max-width: 980px) {
  #content .subscribe-module .module-title {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  #content .subscribe-module .module-title {
    font-size: 32px !important;
  }
}
@media (max-width: 479px) {
  #content .subscribe-module .module-title {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #content .subscribe-module .module-title {
    width: 100%;
    text-align: center;
  }
}
#content .subscribe-module .module-description {
  font-size: 16px !important;
  letter-spacing: 0.24px;
}
@media (max-width: 767px) {
  #content .subscribe-module .module-description {
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }
}
#content .subscribe-module .module-btn {
  width: 100%;
  justify-content: center;
}
#content .subscribe-module .module-btn .wp-block-button, #content .subscribe-module .module-btn .wp-block-button a {
  width: 100%;
}
#content .subscribe-module .module-btn a {
  padding: 18px 30px 16px !important;
}
#content .subscribe-module .module-btn a:hover {
  border-color: #FFB351 !important;
  background-color: #FFB351 !important;
}
#content .subscribe-module.subscribe-module-sm {
  max-width: 464px;
  padding: 25px 28px 29px !important;
}
@media (max-width: 767px) {
  #content .subscribe-module.subscribe-module-sm {
    padding: 25px 20px 28px !important;
  }
}
#content .subscribe-module.subscribe-module-sm .module-left {
  flex: 1 1 100%;
  max-width: 100%;
}
#content .subscribe-module.subscribe-module-sm .module-right {
  flex: 1 1 100%;
  max-width: 100%;
}
#content .subscribe-module.subscribe-module-blue .module-btn a:hover {
  border-color: #FFB351 !important;
  background-color: #FFB351 !important;
}
#content .business-card-module {
  width: 100%;
  max-width: 952px;
  margin: 0 auto !important;
  padding: 39px !important;
}
@media (max-width: 767px) {
  #content .business-card-module {
    max-width: 464px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  #content .business-card-module .module-title-row {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    flex-direction: column;
    gap: 15px;
  }
}
#content .business-card-module .module-img {
  display: flex;
  flex: 0 0 130px;
}
#content .business-card-module .module-title {
  font-size: 40px !important;
  letter-spacing: -0.35px;
}
@media (max-width: 1439px) {
  #content .business-card-module .module-title {
    font-size: 38px !important;
  }
}
@media (max-width: 1199px) {
  #content .business-card-module .module-title {
    font-size: 36px !important;
  }
}
@media (max-width: 980px) {
  #content .business-card-module .module-title {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  #content .business-card-module .module-title {
    font-size: 32px !important;
  }
}
@media (max-width: 479px) {
  #content .business-card-module .module-title {
    font-size: 32px !important;
  }
}
#content .business-card-module .module-position {
  font-family: "League Gothic", sans-serif;
  font-size: 24px !important;
}
#content .business-card-module .module-social {
  gap: 10px;
}
#content .business-card-module .module-social .wp-social-link {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
}
#content .business-card-module .module-social .wp-social-link:hover {
  transform: none;
  background-color: #f57814 !important;
}
#content .business-card-module .module-social .wp-social-link .wp-block-social-link-anchor {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .business-card-module .module-social .wp-social-link-facebook a {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23fff"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg>');
}
#content .business-card-module .module-social .wp-social-link-linkedin a {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23fff"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>');
}
#content .business-card-module .module-social .wp-social-link-mail a {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11" fill="%23fff"><path d="M1.3125 0H12.6875C13.3984 0 14 0.601562 14 1.3125C14 1.75 13.7812 2.13281 13.4531 2.37891L7.51953 6.83594C7.19141 7.08203 6.78125 7.08203 6.45312 6.83594L0.519531 2.37891C0.191406 2.13281 0 1.75 0 1.3125C0 0.601562 0.574219 0 1.3125 0ZM0 3.0625L5.93359 7.54688C6.5625 8.01172 7.41016 8.01172 8.03906 7.54688L14 3.0625V8.75C14 9.73438 13.207 10.5 12.25 10.5H1.75C0.765625 10.5 0 9.73438 0 8.75V3.0625Z"/></svg>');
}
#content .business-card-module.business-card-module-sm {
  max-width: 464px;
}
#content .business-card-module.business-card-module-sm .module-left {
  flex: 1 1 100%;
  max-width: 100%;
}
#content .business-card-module.business-card-module-sm .module-right {
  flex: 1 1 100%;
  max-width: 100%;
}
#content .wp-block-embed.is-type-video iframe {
  border-radius: 12px;
}
#content .spectra-image-gallery__control-lightbox .swiper-slide img.swiper-lazy {
  opacity: 1;
  transition: all 0.3s ease;
}
#content .spectra-image-gallery__control-lightbox .swiper-slide img.swiper-lazy:not(.swiper-lazy-loaded) {
  opacity: 0;
}
#content .testimonials-slider-module {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 39px;
}
@media (max-width: 767px) {
  #content .testimonials-slider-module {
    gap: 30px;
  }
}
#content .testimonials-slider-module .testimonials-item {
  padding: 0 5px;
}
#content .testimonials-slider-module .testimonials-content h1, #content .testimonials-slider-module .testimonials-content h2, #content .testimonials-slider-module .testimonials-content h3, #content .testimonials-slider-module .testimonials-content h4, #content .testimonials-slider-module .testimonials-content h5, #content .testimonials-slider-module .testimonials-content h6 {
  margin-bottom: 32px;
  color: #005191;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-size: 56px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  #content .testimonials-slider-module .testimonials-content h1, #content .testimonials-slider-module .testimonials-content h2, #content .testimonials-slider-module .testimonials-content h3, #content .testimonials-slider-module .testimonials-content h4, #content .testimonials-slider-module .testimonials-content h5, #content .testimonials-slider-module .testimonials-content h6 {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  #content .testimonials-slider-module .testimonials-content h1, #content .testimonials-slider-module .testimonials-content h2, #content .testimonials-slider-module .testimonials-content h3, #content .testimonials-slider-module .testimonials-content h4, #content .testimonials-slider-module .testimonials-content h5, #content .testimonials-slider-module .testimonials-content h6 {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  #content .testimonials-slider-module .testimonials-content h1, #content .testimonials-slider-module .testimonials-content h2, #content .testimonials-slider-module .testimonials-content h3, #content .testimonials-slider-module .testimonials-content h4, #content .testimonials-slider-module .testimonials-content h5, #content .testimonials-slider-module .testimonials-content h6 {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  #content .testimonials-slider-module .testimonials-content h1, #content .testimonials-slider-module .testimonials-content h2, #content .testimonials-slider-module .testimonials-content h3, #content .testimonials-slider-module .testimonials-content h4, #content .testimonials-slider-module .testimonials-content h5, #content .testimonials-slider-module .testimonials-content h6 {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #content .testimonials-slider-module .testimonials-content h1, #content .testimonials-slider-module .testimonials-content h2, #content .testimonials-slider-module .testimonials-content h3, #content .testimonials-slider-module .testimonials-content h4, #content .testimonials-slider-module .testimonials-content h5, #content .testimonials-slider-module .testimonials-content h6 {
    font-size: 30px !important;
  }
}
#content .testimonials-slider-module .testimonials-content h1:last-child, #content .testimonials-slider-module .testimonials-content h2:last-child, #content .testimonials-slider-module .testimonials-content h3:last-child, #content .testimonials-slider-module .testimonials-content h4:last-child, #content .testimonials-slider-module .testimonials-content h5:last-child, #content .testimonials-slider-module .testimonials-content h6:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #content .testimonials-slider-module .testimonials-content h1, #content .testimonials-slider-module .testimonials-content h2, #content .testimonials-slider-module .testimonials-content h3, #content .testimonials-slider-module .testimonials-content h4, #content .testimonials-slider-module .testimonials-content h5, #content .testimonials-slider-module .testimonials-content h6 {
    margin-bottom: 20px;
  }
}
#content .testimonials-slider-module .testimonials-content p {
  margin-bottom: 0.8em;
  color: #005191;
  text-align: center;
  font-size: 26px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
}
@media (max-width: 1439px) {
  #content .testimonials-slider-module .testimonials-content p {
    font-size: 24px !important;
  }
}
@media (max-width: 1199px) {
  #content .testimonials-slider-module .testimonials-content p {
    font-size: 22px !important;
  }
}
@media (max-width: 980px) {
  #content .testimonials-slider-module .testimonials-content p {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #content .testimonials-slider-module .testimonials-content p {
    font-size: 18px !important;
  }
}
@media (max-width: 479px) {
  #content .testimonials-slider-module .testimonials-content p {
    font-size: 18px !important;
  }
}
#content .testimonials-slider-module .testimonials-content p:last-child {
  margin-bottom: 0;
}
#content .testimonials-slider-module .testimonials-author {
  margin-top: 31px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0.24px;
}
@media (max-width: 767px) {
  #content .testimonials-slider-module .testimonials-author {
    margin-top: 20px;
  }
}
#content .testimonials-slider-module .testimonials-author .author-name {
  font-weight: 700;
}
#content .testimonials-slider-module .testimonials-author .author-name::before {
  content: "– ";
}
#content .testimonials-slider-module .testimonials-author .author-position::before {
  content: " | ";
}
#content .testimonials-slider-module .testimonials-slider-arrow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#content .testimonials-slider-module .slider-arrow {
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  #content .testimonials-slider-module .slider-arrow {
    width: 40px;
    height: 40px;
  }
}
#content .testimonials-slider-module .slider-arrow.slider-arrow-prev {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .testimonials-slider-module .slider-arrow.slider-arrow-prev:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23ffffff"/></svg>');
  }
}
#content .testimonials-slider-module .slider-arrow.slider-arrow-next {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .testimonials-slider-module .slider-arrow.slider-arrow-next:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23ffffff"/></svg>');
  }
}
#content .testimonials-slider-module .slider-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
#content .testimonial-section {
  padding: clamp(45px, 8.5526315789vw, 130px) 0 clamp(50px, 8.5526315789vw, 130px) !important;
}
#content .testimonial-section h4 {
  margin-bottom: 29px !important;
}
#content .testimonial-img-section {
  padding: clamp(45px, 8.5526315789vw, 130px) 0 clamp(50px, 8.5526315789vw, 130px) !important;
}
#content .testimonial-img-section > .uagb-container-inner-blocks-wrap {
  max-width: 1240px !important;
  gap: 50px;
}
@media (max-width: 980px) {
  #content .testimonial-img-section > .uagb-container-inner-blocks-wrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 980px) {
  #content .testimonial-img-section h4 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#content .testimonial-img-section .section-col-left {
  width: 100%;
  max-width: 41%;
}
@media (max-width: 980px) {
  #content .testimonial-img-section .section-col-left {
    max-width: 70%;
    margin: 0 auto;
  }
}
#content .testimonial-img-section .section-col-left img {
  margin: 0 auto;
  display: block;
}
#content .testimonial-img-section .section-col-right {
  width: 100%;
  max-width: 59%;
}
@media (max-width: 980px) {
  #content .testimonial-img-section .section-col-right {
    max-width: 100%;
    margin: 0 auto;
  }
}
#content .testimonial-img-section .testimonials-slider-module {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  #content .testimonial-img-section .testimonials-slider-module {
    gap: 30px;
  }
}
#content .testimonial-img-section .testimonials-slider-module .testimonials-item {
  padding: 0 5px 0 0;
}
@media (min-width: 981px) {
  #content .testimonial-img-section .testimonials-slider-module .testimonials-content h1, #content .testimonial-img-section .testimonials-slider-module .testimonials-content h2, #content .testimonial-img-section .testimonials-slider-module .testimonials-content h3, #content .testimonial-img-section .testimonials-slider-module .testimonials-content h4, #content .testimonial-img-section .testimonials-slider-module .testimonials-content h5, #content .testimonial-img-section .testimonials-slider-module .testimonials-content h6 {
    text-align: left;
  }
}
#content .testimonial-img-section .testimonials-slider-module .testimonials-content p {
  font-size: 22px !important;
}
@media (max-width: 980px) {
  #content .testimonial-img-section .testimonials-slider-module .testimonials-content p {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #content .testimonial-img-section .testimonials-slider-module .testimonials-content p {
    font-size: 18px !important;
  }
}
@media (min-width: 981px) {
  #content .testimonial-img-section .testimonials-slider-module .testimonials-content p {
    text-align: left;
  }
}
@media (min-width: 981px) {
  #content .testimonial-img-section .testimonials-slider-module .testimonials-author {
    text-align: left;
  }
}
#content .testimonial-img-section .testimonials-slider-module .testimonials-slider-arrow {
  padding-left: 2px;
}
@media (min-width: 981px) {
  #content .testimonial-img-section .testimonials-slider-module .testimonials-slider-arrow {
    justify-content: flex-start;
  }
}
#content .testimonials-multicol-slider-module {
  width: 100%;
  max-width: 100%;
}
#content .testimonials-multicol-slider-module .testimonials-item {
  margin: 0 12px 12px;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(214, 214, 214, 0.5);
  background: #FFF;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 980px) {
  #content .testimonials-multicol-slider-module .testimonials-item {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  #content .testimonials-multicol-slider-module .testimonials-item {
    padding: 15px;
  }
}
#content .testimonials-multicol-slider-module .testimonials-content {
  position: relative;
  padding: 20px 18px;
  border-radius: 6px 6px 6px 0;
  background: #EBF7FF;
}
@media (max-width: 479px) {
  #content .testimonials-multicol-slider-module .testimonials-content {
    padding: 15px 13px;
  }
}
#content .testimonials-multicol-slider-module .testimonials-content::before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -16px;
  width: 25px;
  height: 25px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M0 4C0 1.79086 1.79086 0 4 0H15.3431C18.9068 0 20.6914 4.30857 18.1716 6.82843L6.82843 18.1716C4.30857 20.6914 0 18.9068 0 15.3431V4Z" fill="%23EBF7FF"/></svg>') no-repeat center / auto;
}
#content .testimonials-multicol-slider-module .testimonials-content h1, #content .testimonials-multicol-slider-module .testimonials-content h2, #content .testimonials-multicol-slider-module .testimonials-content h3, #content .testimonials-multicol-slider-module .testimonials-content h4, #content .testimonials-multicol-slider-module .testimonials-content h5, #content .testimonials-multicol-slider-module .testimonials-content h6 {
  margin-bottom: 20px;
  color: #005191;
  font-family: "League Gothic", sans-serif;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  #content .testimonials-multicol-slider-module .testimonials-content h1, #content .testimonials-multicol-slider-module .testimonials-content h2, #content .testimonials-multicol-slider-module .testimonials-content h3, #content .testimonials-multicol-slider-module .testimonials-content h4, #content .testimonials-multicol-slider-module .testimonials-content h5, #content .testimonials-multicol-slider-module .testimonials-content h6 {
    font-size: 34px !important;
  }
}
@media (max-width: 1199px) {
  #content .testimonials-multicol-slider-module .testimonials-content h1, #content .testimonials-multicol-slider-module .testimonials-content h2, #content .testimonials-multicol-slider-module .testimonials-content h3, #content .testimonials-multicol-slider-module .testimonials-content h4, #content .testimonials-multicol-slider-module .testimonials-content h5, #content .testimonials-multicol-slider-module .testimonials-content h6 {
    font-size: 32px !important;
  }
}
@media (max-width: 980px) {
  #content .testimonials-multicol-slider-module .testimonials-content h1, #content .testimonials-multicol-slider-module .testimonials-content h2, #content .testimonials-multicol-slider-module .testimonials-content h3, #content .testimonials-multicol-slider-module .testimonials-content h4, #content .testimonials-multicol-slider-module .testimonials-content h5, #content .testimonials-multicol-slider-module .testimonials-content h6 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  #content .testimonials-multicol-slider-module .testimonials-content h1, #content .testimonials-multicol-slider-module .testimonials-content h2, #content .testimonials-multicol-slider-module .testimonials-content h3, #content .testimonials-multicol-slider-module .testimonials-content h4, #content .testimonials-multicol-slider-module .testimonials-content h5, #content .testimonials-multicol-slider-module .testimonials-content h6 {
    font-size: 28px !important;
  }
}
@media (max-width: 479px) {
  #content .testimonials-multicol-slider-module .testimonials-content h1, #content .testimonials-multicol-slider-module .testimonials-content h2, #content .testimonials-multicol-slider-module .testimonials-content h3, #content .testimonials-multicol-slider-module .testimonials-content h4, #content .testimonials-multicol-slider-module .testimonials-content h5, #content .testimonials-multicol-slider-module .testimonials-content h6 {
    font-size: 26px !important;
  }
}
#content .testimonials-multicol-slider-module .testimonials-content h1:last-child, #content .testimonials-multicol-slider-module .testimonials-content h2:last-child, #content .testimonials-multicol-slider-module .testimonials-content h3:last-child, #content .testimonials-multicol-slider-module .testimonials-content h4:last-child, #content .testimonials-multicol-slider-module .testimonials-content h5:last-child, #content .testimonials-multicol-slider-module .testimonials-content h6:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #content .testimonials-multicol-slider-module .testimonials-content h1, #content .testimonials-multicol-slider-module .testimonials-content h2, #content .testimonials-multicol-slider-module .testimonials-content h3, #content .testimonials-multicol-slider-module .testimonials-content h4, #content .testimonials-multicol-slider-module .testimonials-content h5, #content .testimonials-multicol-slider-module .testimonials-content h6 {
    margin-bottom: 20px;
  }
}
#content .testimonials-multicol-slider-module .testimonials-content p {
  margin-bottom: 0.8em;
  color: #5C5C5C;
  font-size: 20px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 179%;
  letter-spacing: -0.25px;
}
@media (max-width: 1439px) {
  #content .testimonials-multicol-slider-module .testimonials-content p {
    font-size: 19px !important;
  }
}
@media (max-width: 1199px) {
  #content .testimonials-multicol-slider-module .testimonials-content p {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  #content .testimonials-multicol-slider-module .testimonials-content p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .testimonials-multicol-slider-module .testimonials-content p {
    font-size: 16px !important;
  }
}
@media (max-width: 479px) {
  #content .testimonials-multicol-slider-module .testimonials-content p {
    font-size: 16px !important;
  }
}
#content .testimonials-multicol-slider-module .testimonials-content p:last-child {
  margin-bottom: 0;
}
#content .testimonials-multicol-slider-module .testimonials-author {
  margin-top: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 19px;
}
#content .testimonials-multicol-slider-module .testimonials-author.no-photo {
  margin-top: 36px;
}
#content .testimonials-multicol-slider-module .testimonials-author .author-photo {
  flex: 0 0 60px;
  border-radius: 50%;
  overflow: hidden;
}
#content .testimonials-multicol-slider-module .testimonials-author .author-photo img {
  object-fit: cover;
  object-position: center;
}
#content .testimonials-multicol-slider-module .testimonials-author .author-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
}
#content .testimonials-multicol-slider-module .testimonials-author .author-info .author-name {
  color: #000;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 1439px) {
  #content .testimonials-multicol-slider-module .testimonials-author .author-info .author-name {
    font-size: 19px !important;
  }
}
@media (max-width: 1199px) {
  #content .testimonials-multicol-slider-module .testimonials-author .author-info .author-name {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  #content .testimonials-multicol-slider-module .testimonials-author .author-info .author-name {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .testimonials-multicol-slider-module .testimonials-author .author-info .author-name {
    font-size: 16px !important;
  }
}
@media (max-width: 479px) {
  #content .testimonials-multicol-slider-module .testimonials-author .author-info .author-name {
    font-size: 16px !important;
  }
}
#content .testimonials-multicol-slider-module .testimonials-author .author-info .author-position {
  color: #848484;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.24px;
}
@media (max-width: 980px) {
  #content .testimonials-multicol-slider-module .testimonials-author .author-info .author-position {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #content .testimonials-multicol-slider-module .testimonials-author .author-info .author-position {
    font-size: 14px !important;
  }
}
#content .testimonials-multicol-slider-module .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
#content .testimonials-multicol-slider-module .testimonials-slider-arrow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#content .testimonials-multicol-slider-module .slider-arrow {
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  #content .testimonials-multicol-slider-module .slider-arrow {
    width: 40px;
    height: 40px;
  }
}
#content .testimonials-multicol-slider-module .slider-arrow.slider-arrow-prev {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .testimonials-multicol-slider-module .slider-arrow.slider-arrow-prev:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23ffffff"/></svg>');
  }
}
#content .testimonials-multicol-slider-module .slider-arrow.slider-arrow-next {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .testimonials-multicol-slider-module .slider-arrow.slider-arrow-next:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23ffffff"/></svg>');
  }
}
#content .testimonials-multicol-slider-module .slider-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
#content .testimonial-multicol-img-section {
  padding: clamp(45px, 8.5526315789vw, 130px) 0 clamp(50px, 8.5526315789vw, 130px) !important;
}
@media (max-width: 980px) {
  #content .testimonial-multicol-img-section .uagb-container-inner-blocks-wrap {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  #content .testimonial-multicol-img-section .uagb-container-inner-blocks-wrap {
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  #content .testimonial-multicol-img-section .testimonial-multicol-img-title-row {
    flex-direction: column;
    gap: 20px;
  }
}
#content .testimonial-multicol-img-section .testimonial-multicol-img-title-row h2 {
  flex: 1 1 50%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  #content .testimonial-multicol-img-section .testimonial-multicol-img-title-row h2 {
    flex: unset;
    width: 100%;
    text-align: center;
  }
}
#content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .wp-block-uagb-container {
  flex: 0 0 128px;
  max-width: 128px;
}
@media (max-width: 767px) {
  #content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .wp-block-uagb-container {
    flex: unset;
    width: 100%;
    margin: 0 auto;
    max-width: 100px;
  }
}
#content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .slider-arrow {
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  #content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .slider-arrow {
    width: 40px;
    height: 40px;
  }
}
#content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .slider-arrow figure {
  visibility: hidden;
  display: none;
}
#content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .slider-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
#content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .slider-arrow-prev {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .slider-arrow-prev:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23ffffff"/></svg>');
  }
}
#content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .slider-arrow-next {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .testimonial-multicol-img-section .testimonial-multicol-img-title-row .slider-arrow-next:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23ffffff"/></svg>');
  }
}
#content .image-carousel-module {
  position: relative;
  width: 100vw;
  max-width: 100%;
}
@media (max-width: 479px) {
  #content .image-carousel-module {
    padding-bottom: 60px;
  }
}
#content .image-carousel-module .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#content .image-carousel-module .slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  #content .image-carousel-module .slider-arrow {
    width: 40px;
    height: 40px;
  }
}
#content .image-carousel-module .slider-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
#content .image-carousel-module .slider-arrow-prev {
  left: calc(50% - (min(70%, 1000px) / 2 + 108px));
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23ffffff"/></svg>');
}
@media (max-width: 1199px) {
  #content .image-carousel-module .slider-arrow-prev {
    left: 5%;
  }
}
@media (max-width: 479px) {
  #content .image-carousel-module .slider-arrow-prev {
    top: auto;
    bottom: 0;
    left: calc(50% - 30px);
    transform: translateX(-50%);
  }
}
@media (min-width: 981px) {
  #content .image-carousel-module .slider-arrow-prev:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23F26527" fill="%23F26527"/><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23ffffff"/></svg>');
  }
}
#content .image-carousel-module .slider-arrow-next {
  right: calc(50% - (min(70%, 1000px) / 2 + 108px));
  transform: translate(50%, -50%);
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23ffffff"/></svg>');
}
@media (max-width: 1199px) {
  #content .image-carousel-module .slider-arrow-next {
    right: 5%;
  }
}
@media (max-width: 479px) {
  #content .image-carousel-module .slider-arrow-next {
    top: auto;
    bottom: 0;
    right: calc(50% - 30px);
    transform: translateX(50%);
  }
}
@media (min-width: 981px) {
  #content .image-carousel-module .slider-arrow-next:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23F26527" fill="%23F26527"/><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23ffffff"/></svg>');
  }
}
#content .image-carousel-module figure, #content .image-carousel-module .wp-block-image {
  width: 100% !important;
  max-width: min(70vw, 1000px);
  height: min(45vw, 640px);
  margin: 0 -7px !important;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.5;
  transform: scale(0.891);
  transition: all 0.3s linear;
}
@media (max-width: 479px) {
  #content .image-carousel-module figure, #content .image-carousel-module .wp-block-image {
    max-width: 85vw;
    height: 50vw;
  }
}
#content .image-carousel-module figure image, #content .image-carousel-module .wp-block-image image {
  object-fit: cover;
  object-position: center;
}
#content .image-carousel-module figure.slick-current, #content .image-carousel-module .wp-block-image.slick-current {
  transform: scale(1);
  opacity: 1;
}
#content .photo-block-3-col .wp-block-uagb-image {
  width: 100%;
}
@media (max-width: 767px) {
  #content .photo-block-3-col .wp-block-uagb-image {
    max-width: 464px;
    margin: 0 auto;
  }
}
#content .photo-block-3-col figure, #content .photo-block-3-col .wp-block-uagb-image__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5466666667;
  border-radius: 12px;
  overflow: hidden;
}
#content .photo-block-3-col figure img, #content .photo-block-3-col .wp-block-uagb-image__figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#content .cta-section h4:before {
  background: #94D4FF;
}
#content .cta-section h2, #content .cta-section p {
  max-width: 900px;
}
#content figure.wp-block-embed.is-type-video {
  max-width: 900px;
  margin: 0 auto;
}
header#masthead .ast-header-social-wrap .header-social-item {
  transition: all 0.3s ease;
}
header#masthead .ast-header-social-wrap .header-social-item .ahfb-svg-iconset, header#masthead .ast-header-social-wrap .header-social-item .ahfb-svg-iconset svg {
  transition: all 0.3s ease;
}
header#masthead .ast-header-social-wrap .header-social-item.ast-twitter:hover .ahfb-svg-iconset::before {
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(89%) sepia(10%) saturate(4374%) hue-rotate(320deg) brightness(103%) contrast(101%);
}
header#masthead .ast-header-social-wrap .header-social-item.ast-twitter .ahfb-svg-iconset svg {
  display: none;
}
header#masthead .ast-header-social-wrap .header-social-item.ast-twitter .ahfb-svg-iconset::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 19.98"><path d="M15.75 0h3.07l-6.7 8.46L20 20h-6.17L9 13l-5.54 7H.39l7.17-9L0 0h6.33l4.37 6.38Zm-1.08 18h1.7l-11-16H3.58Z"/></svg>');
  width: 14px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7481%) hue-rotate(286deg) brightness(121%) contrast(104%);
  transition: all 0.3s ease;
}
header#masthead #ast-mobile-header .ast-mobile-header-content .ast-header-social-wrap .header-social-item.ast-twitter:hover .ahfb-svg-iconset::before {
  filter: brightness(0) saturate(100%) invert(89%) sepia(10%) saturate(4374%) hue-rotate(320deg) brightness(103%) contrast(101%);
}
header#masthead #ast-mobile-header .ast-mobile-header-content .ast-header-social-wrap .header-social-item.ast-twitter .ahfb-svg-iconset::before {
  filter: brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(1731%) hue-rotate(189deg) brightness(98%) contrast(102%);
}
#content .wp-block-social-links .wp-social-link.wp-social-link-twitter .wp-block-social-link-anchor svg {
  display: none;
}
#content .wp-block-social-links .wp-social-link.wp-social-link-twitter .wp-block-social-link-anchor::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="24" height="24"><path d="M21.751 7h3.067l-6.7 7.658L26 25.078h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L6 7h6.328l4.37 5.777L21.75 7Zm-1.076 16.242h1.7L11.404 8.74H9.58l11.094 14.503Z"></path></svg>');
  filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(2650%) hue-rotate(191deg) brightness(99%) contrast(101%);
  transition: all 0.3s ease;
}
#content .wp-block-social-links .wp-social-link.wp-social-link-twitter .wp-block-social-link-anchor:hover::before {
  filter: brightness(0) saturate(100%) invert(55%) sepia(40%) saturate(4787%) hue-rotate(355deg) brightness(105%) contrast(92%);
}
#content .about-join-section .wp-block-social-links .wp-social-link.wp-social-link-twitter .wp-block-social-link-anchor svg {
  display: none;
}
#content .about-join-section .wp-block-social-links .wp-social-link.wp-social-link-twitter .wp-block-social-link-anchor::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 19.98" width="24" height="24"><path d="M15.75 0h3.07l-6.7 8.46L20 20h-6.17L9 13l-5.54 7H.39l7.17-9L0 0h6.33l4.37 6.38Zm-1.08 18h1.7l-11-16H3.58Z"/></svg>');
  filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(0%) hue-rotate(78deg) brightness(106%) contrast(107%);
  transition: all 0.3s ease;
}
footer .wp-block-social-links .wp-social-link.wp-social-link-twitter .wp-block-social-link-anchor svg {
  display: none;
}
footer .wp-block-social-links .wp-social-link.wp-social-link-twitter .wp-block-social-link-anchor::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="24" height="24" fill="white"><path d="M21.751 7h3.067l-6.7 7.658L26 25.078h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L6 7h6.328l4.37 5.777L21.75 7Zm-1.076 16.242h1.7L11.404 8.74H9.58l11.094 14.503Z"></path></svg>');
}
.ast-main-header-nav-open {
  overflow: hidden;
  position: relative;
}
.ast-main-header-nav-open::before {
  content: "";
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
.ast-main-header-nav-open #ast-mobile-header .ast-primary-header-bar {
  background: #005191;
  background: #0044B5;
}
.ast-theme-transparent-header #ast-desktop-header .ast-above-header-bar, .ast-theme-transparent-header #ast-mobile-header .ast-above-header-bar {
  background: #005191;
  background: #0044B5;
}
.ast-theme-transparent-header #ast-desktop-header .ast-search-menu-icon .ast-search-icon svg, .ast-theme-transparent-header #ast-mobile-header .ast-search-menu-icon .ast-search-icon svg {
  fill: #fff;
  height: 24px;
  width: 24px;
  transition: none;
}
.ast-theme-transparent-header #ast-desktop-header .ast-search-menu-icon.ast-dropdown-active .ast-search-icon svg, .ast-theme-transparent-header #ast-mobile-header .ast-search-menu-icon.ast-dropdown-active .ast-search-icon svg {
  fill: #000;
}
.ast-primary-sticky-header-active #ast-desktop-header .ast-search-menu-icon .ast-search-icon svg, .ast-primary-sticky-header-active #ast-mobile-header .ast-search-menu-icon .ast-search-icon svg {
  fill: #000;
}
#ast-desktop-header .ast-above-header-wrap .ast-container, #ast-desktop-header .ast-main-header-wrap .ast-container {
  padding: 0;
  max-width: 1440px;
  width: 90%;
}
#ast-desktop-header .ast-above-header-wrap .ast-container > .ast-grid-center-col-layout, #ast-desktop-header .ast-main-header-wrap .ast-container > .ast-grid-center-col-layout {
  grid-template-columns: auto auto auto;
}
#ast-desktop-header .ast-main-header-wrap .site-primary-header-wrap {
  min-height: 88px;
}
#ast-desktop-header .site-header-section > * {
  padding: 0;
}
#ast-desktop-header .site-above-header-wrap {
  min-height: auto;
  padding: 6.5px 0 !important;
}
#ast-desktop-header .ast-above-header-bar {
  background-image: url("/wp-content/uploads/2023/05/top-bar-bg.png") !important;
  border: 0;
}
#ast-desktop-header .site-header-above-section-right .ast-builder-html-element {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#ast-desktop-header .site-header-above-section-right .ast-builder-html-element p {
  display: flex;
  gap: 26px;
}
#ast-desktop-header .site-header-above-section-right .ast-builder-html-element a {
  display: flex;
  align-items: center;
}
#ast-desktop-header .site-header-above-section-right .ast-builder-html-element a img {
  margin-right: 9px;
  margin-bottom: 3px;
}
#ast-desktop-header .ast-primary-header-bar {
  border: 0;
}
#ast-desktop-header .ast-site-identity {
  padding: 12px 0;
}
#ast-desktop-header .ast-site-identity .custom-logo {
  max-width: clamp(210px, 18.544vw, 293px) !important;
}
#ast-desktop-header ul > li > .menu-link {
  font-size: clamp(15px, 1.139vw, 18px);
  padding: 0 1.1em;
}
@media (max-width: 1100px) {
  #ast-desktop-header ul > li > .menu-link {
    padding: 0 0.5em;
  }
}
#ast-desktop-header ul > li > .menu-link .ast-icon.icon-arrow svg {
  width: 0.8em;
  margin-left: 6px;
}
@media (max-width: 1100px) {
  #ast-desktop-header ul > li > .menu-link .ast-icon.icon-arrow svg {
    width: 0.6em;
  }
}
#ast-desktop-header ul > li ul.sub-menu {
  width: 250px;
  padding: 13px 0;
}
@media (max-width: 1500px) {
  #ast-desktop-header ul > li ul.sub-menu {
    width: 220px;
  }
}
@media (max-width: 1439px) {
  #ast-desktop-header ul > li ul.sub-menu {
    width: 190px;
  }
}
@media (max-width: 1199px) {
  #ast-desktop-header ul > li ul.sub-menu {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  #ast-desktop-header ul > li ul.sub-menu {
    width: 140px;
  }
}
#ast-desktop-header ul > li ul.sub-menu li .menu-link {
  padding: 8px 20px;
}
#ast-desktop-header ul > li ul.sub-menu li.menu-item-has-children > .menu-link {
  padding: 8px 30px 8px 20px;
}
#ast-desktop-header ul > li ul.sub-menu li ul.sub-menu {
  top: -13px;
}
#ast-desktop-header ul > li.current-menu-ancestor > a {
  color: var(--ast-global-color-3) !important;
}
#ast-desktop-header .ast-header-search {
  padding: 0;
  margin-right: clamp(15px, 2.342vw, 37px);
}
@media (max-width: 1199px) {
  #ast-desktop-header .ast-header-search {
    display: none;
  }
}
#ast-desktop-header .ast-search-icon svg {
  fill: #f57814;
  height: 24px;
  width: 24px;
  margin-top: 6px;
}
#ast-desktop-header .ast-custom-button-link .ast-custom-button {
  font-size: clamp(13px, 1.013vw, 16px);
  line-height: 1 !important;
  padding: 19px clamp(15px, 1.899vw, 29.5px) 17px;
  background: #FF443B;
  border-color: #FF443B;
}
#ast-desktop-header .ast-custom-button-link .ast-custom-button:hover {
  background: #D33D35;
  border-color: #D33D35;
}
#ast-fixed-header .ast-primary-header-bar {
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.08);
}
#ast-fixed-header .ast-primary-header-bar .sticky-custom-logo {
  display: inline-block;
}
@media (max-width: 980px) and (min-width: 768px) {
  #ast-mobile-header .uw-hide-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #ast-mobile-header .uw-hide-mob {
    display: none !important;
  }
}
#ast-mobile-header .ast-above-header-wrap > .ast-above-header-bar > .ast-builder-grid-row, #ast-mobile-header .ast-above-header-wrap > .ast-primary-header-bar > .ast-builder-grid-row, #ast-mobile-header .ast-main-header-wrap > .ast-above-header-bar > .ast-builder-grid-row, #ast-mobile-header .ast-main-header-wrap > .ast-primary-header-bar > .ast-builder-grid-row {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  #ast-mobile-header .ast-above-header-bar .ast-builder-grid-row {
    grid-template-columns: auto 0;
    grid-column-gap: 0;
  }
}
@media (max-width: 767px) {
  #ast-mobile-header .ast-above-header-bar .ast-builder-grid-row .site-header-section-left {
    display: none;
  }
}
#ast-mobile-header .ast-above-header-bar .ast-builder-grid-row .site-header-above-section-right {
  justify-content: center;
}
#ast-mobile-header .ast-primary-header-bar {
  padding: 0 !important;
  min-height: 58px;
}
@media (max-width: 374px) {
  #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row {
    gap: 5px;
  }
}
#ast-mobile-header .site-header-section > * {
  padding: 0;
}
#ast-mobile-header .site-above-header-wrap {
  min-height: auto;
  padding: 6.5px 0 !important;
}
@media (max-width: 767px) {
  #ast-mobile-header .site-above-header-wrap {
    padding: 10px 0 !important;
  }
}
#ast-mobile-header .ast-above-header-bar {
  background-image: url("/wp-content/uploads/2023/05/top-bar-bg.png") !important;
  border: 0;
}
#ast-mobile-header .site-header-above-section-right .ast-builder-html-element {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #ast-mobile-header .site-header-above-section-right .ast-builder-html-element p, #ast-mobile-header .site-header-above-section-right .ast-builder-html-element a {
    font-size: 12px !important;
    line-height: 1;
  }
}
#ast-mobile-header .site-header-above-section-right .ast-builder-html-element p {
  display: flex;
  gap: 26px;
}
@media (max-width: 767px) {
  #ast-mobile-header .site-header-above-section-right .ast-builder-html-element p {
    gap: 15px;
  }
}
#ast-mobile-header .site-header-above-section-right .ast-builder-html-element a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#ast-mobile-header .site-header-above-section-right .ast-builder-html-element a img {
  margin-right: 9px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  #ast-mobile-header .site-header-above-section-right .ast-builder-html-element a img {
    width: 12px;
    height: auto;
    margin-top: -1px;
    margin-right: 6px;
    margin-bottom: 0;
  }
}
#ast-mobile-header .ast-mobile-header-content {
  max-height: calc(100vh - 37px - 70px);
  padding: 25px 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #ast-mobile-header .ast-mobile-header-content {
    max-height: calc(100vh - 32px - 70px);
  }
}
@media (max-width: 479px) {
  #ast-mobile-header .ast-mobile-header-content {
    max-height: calc(100vh - 32px - 58px);
  }
}
#ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element {
  padding: 0;
}
#ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element .ast-header-social-wrap {
  padding: 30px 20px 22px 0;
}
#ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element .ast-header-social-wrap a {
  margin: 0 11px 0 !important;
}
#ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element .ast-header-social-wrap a:first-child {
  margin-left: 0 !important;
}
#ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element .ast-header-social-wrap a:last-child {
  margin-right: 0 !important;
}
#ast-mobile-header .ast-site-identity {
  padding: 7px 0;
}
#ast-mobile-header .ast-site-identity .site-logo-img .custom-logo {
  max-width: 260px !important;
}
@media (max-width: 479px) {
  #ast-mobile-header .ast-site-identity .site-logo-img .custom-logo {
    max-width: 200px !important;
  }
}
#ast-mobile-header .main-header-menu-toggle {
  border: none;
  outline: none;
}
#ast-mobile-header .ast-header-html-2, #ast-mobile-header .ast-header-search {
  padding: 0;
}
#ast-mobile-header .ast-header-html-2 {
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
}
#ast-mobile-header .ast-header-html-2 > .ast-header-html {
  width: 100%;
}
#ast-mobile-header form.search-form {
  border: 2px solid #005191;
  border-radius: 50px;
  max-width: 343px;
  margin: 0 auto 20px;
}
#ast-mobile-header form.search-form input {
  border: none;
  padding: 12px 22px;
}
#ast-mobile-header form.search-form input::placeholder {
  color: #848484;
}
#ast-mobile-header form.search-form .search-submit .astra-search-icon, #ast-mobile-header form.search-form .search-submit .icon-search {
  color: #005191;
  font-size: 24px;
}
#ast-mobile-header form.search-form .search-submit .icon-search svg {
  width: 27px;
  height: 27px;
  margin-top: 7px;
  margin-right: 11px;
}
#ast-mobile-header .mobile-menu-btns-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 26px;
}
#ast-mobile-header .mobile-menu-btns-wrap br {
  display: none;
}
#ast-mobile-header .mobile-menu-btns-wrap .mobile-menu-btn {
  position: relative;
  padding-right: 55px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.013em;
  border-radius: 12px;
  background-image: url("/wp-content/uploads/2023/08/mobile-menu-btn-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 374px) {
  #ast-mobile-header .mobile-menu-btns-wrap .mobile-menu-btn {
    gap: 0;
    font-size: 20px;
  }
}
#ast-mobile-header .mobile-menu-btns-wrap .mobile-menu-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 15px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23ffffff" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#ast-mobile-header .mobile-menu-btns-wrap .mobile-menu-btn.mobile-menu-donate-btn {
  background-color: #FF443B;
}
#ast-mobile-header .mobile-menu-btns-wrap .mobile-menu-btn.mobile-menu-volunteer-btn {
  background-color: #F57814;
}
#ast-mobile-header .mobile-menu-btns-wrap .mobile-menu-btn.mobile-menu-help-btn {
  background-color: #005191;
}
#ast-mobile-header .mobile-menu-btns-wrap .mobile-menu-btn svg {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
#ast-mobile-header .mobile-menu-btns-wrap .mobile-menu-btn:hover svg {
  right: 20px;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item:last-child .menu-link {
  border: none;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item.ast-submenu-expanded > .menu-link {
  border: none;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item.ast-submenu-expanded > .ast-menu-toggle {
  transform: scale(-1);
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .menu-link {
  font-size: 16px;
  line-height: calc(19 / 16);
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .ast-menu-toggle {
  top: 0;
  right: -6px;
  padding: 27px 18px;
  border: none;
  color: #005191;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .ast-menu-toggle .ast-icon {
  display: flex;
  justify-content: center;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .ast-menu-toggle .ast-arrow-svg {
  margin: 0;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .sub-menu .menu-item > .menu-link {
  font-size: 14px;
  padding: 10px 0 10px 10px;
  color: #005191;
  border: none;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .sub-menu .menu-item > .ast-menu-toggle {
  padding: 11px 18px 9px;
  transition: all 0.3s ease;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item > .sub-menu .menu-item > .sub-menu {
  padding-left: 15px;
}
#ast-mobile-header .ast-builder-menu-mobile .menu-item.current-menu-ancestor > a, #ast-mobile-header .ast-builder-menu-mobile .menu-item.current-menu-ancestor > .ast-menu-toggle, #ast-mobile-header .ast-builder-menu-mobile .menu-item.current-menu-item > a, #ast-mobile-header .ast-builder-menu-mobile .menu-item.current-menu-item > .ast-menu-toggle {
  color: var(--ast-global-color-3) !important;
}
body.single.ast-theme-transparent-header .main-header-bar, body.single.ast-theme-transparent-header.ast-header-break-point .main-header-bar {
  background: #fff;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.08);
}
body.single.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link, body.single.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link {
  color: var(--ast-global-color-3);
}
body.single.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .menu-link, body.single.ast-theme-transparent-header .main-header-menu .menu-item > .menu-link {
  color: var(--ast-global-color-0);
}
body.single.ast-theme-transparent-header #ast-desktop-header .ast-search-menu-icon .ast-search-icon svg, body.single.ast-theme-transparent-header #ast-mobile-header .ast-search-menu-icon .ast-search-icon svg {
  fill: #000;
}
body.single.ast-theme-transparent-header #ast-mobile-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .main-header-menu-toggle.toggled .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #fff;
}
body.single.ast-theme-transparent-header #ast-mobile-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .main-header-menu-toggle .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #005191;
}
#footer-main .footer-row {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
}
#footer-main .footer-top-row {
  margin-bottom: 57px !important;
  padding: 65px 0 47px;
}
@media (max-width: 980px) {
  #footer-main .footer-top-row {
    padding: 85px 0 47px;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-top-row {
    margin-bottom: 75px !important;
    padding: 50px 0 0;
    border-bottom: 0;
  }
}
#footer-main .footer-top-row > .uagb-container-inner-blocks-wrap {
  justify-content: space-between;
}
@media (max-width: 1300px) {
  #footer-main .footer-top-row > .uagb-container-inner-blocks-wrap {
    flex-direction: column;
    row-gap: 50px;
  }
}
#footer-main .footer-top-row figure {
  margin-bottom: 0;
}
#footer-main .footer-top-row .footer-top-1-2 {
  max-width: fit-content;
  padding: 0;
}
@media (max-width: 1300px) {
  #footer-main .footer-top-row .footer-top-1-2 {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  #footer-main .footer-top-row .footer-top-1-2 {
    flex-direction: column;
    align-items: center;
  }
}
#footer-main .footer-top-row .footer-top-1-2 .footer-logo, #footer-main .footer-top-row .footer-top-1-2 .footer-cn-logo, #footer-main .footer-top-row .footer-top-1-2 .footer-candid-logo {
  width: 100%;
}
#footer-main .footer-top-row .footer-top-1-2 .footer-logo img, #footer-main .footer-top-row .footer-top-1-2 .footer-cn-logo img, #footer-main .footer-top-row .footer-top-1-2 .footer-candid-logo img {
  width: 100% !important;
  height: auto !important;
}
#footer-main .footer-top-row .footer-top-1-2 .footer-logo {
  max-width: 147px;
}
#footer-main .footer-top-row .footer-top-1-2 .footer-cn-logo {
  max-width: 100px;
}
@media (max-width: 479px) {
  #footer-main .footer-top-row .footer-top-1-2 .footer-cn-logo {
    max-width: 147px;
  }
}
#footer-main .footer-top-row .footer-top-1-2 .footer-candid-logo {
  max-width: 105px;
}
@media (max-width: 479px) {
  #footer-main .footer-top-row .footer-top-1-2 .footer-candid-logo {
    max-width: 150px;
  }
}
#footer-main .footer-top-row .footer-top-2-2 {
  max-width: 709px;
  margin-top: 12px;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
}
#footer-main .footer-top-row .footer-top-2-2 .wp-block-group {
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  #footer-main .footer-top-row .footer-top-2-2 .wp-block-group {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-top-row .footer-top-2-2 {
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
    max-width: 169px;
    text-align: center;
  }
}
#footer-main .footer-top-row .footer-top-line-col {
  width: 1px;
  height: 58px;
  background: #539ED0;
}
@media (max-width: 767px) {
  #footer-main .footer-top-row .footer-top-line-col {
    display: none;
  }
}
#footer-main .footer-top-row .footer-top-inner-1-2 {
  justify-content: space-between;
  max-width: 277px;
  width: 100%;
}
#footer-main .footer-top-row .footer-top-inner-2-2 {
  justify-content: space-between;
  max-width: 339px;
  width: 100%;
}
@media (max-width: 767px) {
  #footer-main .footer-top-row .footer-top-inner-1-2, #footer-main .footer-top-row .footer-top-inner-2-2 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-top-row .footer-top-inner-1-2 .wp-block-heading, #footer-main .footer-top-row .footer-top-inner-2-2 .wp-block-heading {
    flex-basis: auto;
  }
  #footer-main .footer-top-row .footer-top-inner-1-2 .wp-block-heading br, #footer-main .footer-top-row .footer-top-inner-2-2 .wp-block-heading br {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-top-row .wp-block-buttons {
    width: 100%;
  }
  #footer-main .footer-top-row .wp-block-buttons * {
    width: 100%;
  }
}
#footer-main .footer-top-row .wp-element-button {
  position: relative;
  padding: 18px 30px 18px 53px;
  background: transparent;
  border: 2px solid;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #footer-main .footer-top-row .wp-element-button {
    padding: 15px 20px 13px 21px;
  }
}
#footer-main .footer-top-row .wp-element-button:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/uploads/2023/07/footer-phone-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
#footer-main .footer-top-row .wp-element-button:hover {
  background: #fff;
  color: #07477A;
}
#footer-main .footer-middle-row {
  padding: 0 0 clamp(50px, 8.061vw, 63px);
}
#footer-main .footer-middle-row > .uagb-container-inner-blocks-wrap {
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 6%;
}
@media (max-width: 980px) {
  #footer-main .footer-middle-row > .uagb-container-inner-blocks-wrap {
    flex-direction: column;
    text-align: center;
  }
}
#footer-main .footer-middle-row .footer-middle-1-2 {
  align-items: baseline;
  padding: 0;
}
@media (min-width: 981px) {
  #footer-main .footer-middle-row .footer-middle-1-2 {
    max-width: 542px;
  }
}
#footer-main .footer-middle-row .footer-middle-1-2 h2 {
  font-size: 56px !important;
}
@media (max-width: 1439px) {
  #footer-main .footer-middle-row .footer-middle-1-2 h2 {
    font-size: 52px !important;
  }
}
@media (max-width: 1199px) {
  #footer-main .footer-middle-row .footer-middle-1-2 h2 {
    font-size: 49px !important;
  }
}
@media (max-width: 980px) {
  #footer-main .footer-middle-row .footer-middle-1-2 h2 {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-middle-row .footer-middle-1-2 h2 {
    font-size: 43px !important;
  }
}
@media (max-width: 479px) {
  #footer-main .footer-middle-row .footer-middle-1-2 h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-middle-row .footer-middle-1-2 h2 {
    margin-bottom: 17px !important;
  }
}
#footer-main .footer-middle-row .footer-middle-1-2 h5 {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  #footer-main .footer-middle-row .footer-middle-1-2 h5 {
    margin-bottom: 13px !important;
  }
}
#footer-main .footer-middle-row .footer-middle-1-2 p {
  max-width: 455px;
}
#footer-main .footer-middle-row .footer-middle-1-2 > p {
  font-size: 16px !important;
}
@media (max-width: 980px) {
  #footer-main .footer-middle-row .footer-middle-1-2 > p {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-middle-row .footer-middle-1-2 > p {
    margin-bottom: 16px !important;
  }
}
#footer-main .footer-middle-row .footer-middle-2-2 {
  justify-content: start;
  gap: 7.85%;
  padding: 0;
}
@media (min-width: 981px) {
  #footer-main .footer-middle-row .footer-middle-2-2 {
    max-width: 708px;
  }
}
@media (max-width: 980px) {
  #footer-main .footer-middle-row .footer-middle-2-2 {
    text-align: left;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-middle-row .footer-middle-2-2 {
    display: none;
  }
}
#footer-main .footer-middle-row .wp-block-uagb-forms {
  padding: 0;
}
@media (min-width: 981px) {
  #footer-main .footer-middle-row .wp-block-uagb-forms {
    max-width: 464px;
  }
}
@media (max-width: 1199px) {
  #footer-main .footer-middle-row .footer-contact-info-wrap {
    flex-direction: column;
    gap: 27px !important;
  }
}
@media (max-width: 980px) {
  #footer-main .footer-middle-row .footer-contact-info-wrap {
    flex-direction: row;
    justify-content: center;
    gap: 80px !important;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-middle-row .footer-contact-info-wrap {
    margin-top: 27px !important;
    margin-bottom: 26px !important;
    flex-direction: column;
    align-items: center;
    gap: 27px !important;
  }
}
#footer-main .footer-middle-row .footer-contact-info-wrap .footer-contact-info-right {
  width: auto;
}
@media (max-width: 767px) {
  #footer-main .footer-middle-row .footer-contact-info-wrap .footer-contact-info-left {
    order: 2;
  }
}
@media (min-width: 981px) {
  #footer-main .footer-middle-row .footer-contact-info-wrap p {
    font-size: clamp(15px, 1.111vw, 16px) !important;
  }
}
#footer-main .footer-middle-row .footer-menu-col {
  max-width: 190px;
}
#footer-main .footer-middle-row .footer-menu-col .wp-block-navigation__container {
  gap: 15.3px;
}
@media (min-width: 981px) {
  #footer-main .footer-middle-row .footer-menu-col a {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
#footer-main .footer-middle-row .footer-menu-col a:hover {
  color: #94D4FF;
}
#footer-main .footer-middle-row .wp-block-social-links {
  gap: 15px;
}
#footer-main .footer-middle-row .wp-block-social-links .wp-block-social-link-anchor {
  border: 1px solid;
  border-radius: 50%;
  padding: 7px;
}
@media (max-width: 980px) {
  #footer-main .footer-middle-row .footer-subscribe-btn, #footer-main .footer-middle-row .footer-contact-btn {
    justify-content: center;
  }
}
#footer-main .footer-middle-row .footer-contact-btn .wp-element-button {
  background: transparent;
  border: 2px solid #fff;
  letter-spacing: 1px;
  padding: 19px 30px 17px;
}
@media (max-width: 767px) {
  #footer-main .footer-middle-row .footer-contact-btn .wp-element-button {
    padding: 14px 27px;
  }
}
#footer-main .footer-middle-row .footer-contact-btn .wp-element-button:hover {
  background: #fff;
  color: #07477A;
}
#footer-main .footer-bottom-row {
  padding: clamp(26px, 5.215vw, 40px) 0 0;
}
@media (max-width: 980px) {
  #footer-main .footer-bottom-row {
    text-align: center;
  }
}
#footer-main .footer-bottom-row > .uagb-container-inner-blocks-wrap {
  justify-content: space-between;
}
@media (max-width: 980px) {
  #footer-main .footer-bottom-row > .uagb-container-inner-blocks-wrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-bottom-row > .uagb-container-inner-blocks-wrap {
    gap: 28px;
  }
}
#footer-main .footer-bottom-row a:hover {
  color: #94D4FF;
}
#footer-main .footer-bottom-row .footer-bottom-1-2 {
  display: inline-block;
  font-size: 16px;
  font-size: 16px !important;
  line-height: 130%;
  letter-spacing: 0.015em;
  padding: 0;
}
@media (max-width: 980px) {
  #footer-main .footer-bottom-row .footer-bottom-1-2 {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-bottom-row .footer-bottom-1-2 {
    font-size: 12px !important;
  }
}
#footer-main .footer-bottom-row .footer-bottom-2-2 {
  padding: 0;
  max-width: fit-content;
  font-size: 18px !important;
}
@media (max-width: 980px) {
  #footer-main .footer-bottom-row .footer-bottom-2-2 {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-bottom-row .footer-bottom-2-2 {
    font-size: 12px !important;
  }
}
@media (max-width: 980px) {
  #footer-main .footer-bottom-row .footer-bottom-2-2 {
    width: 100%;
    max-width: 100%;
  }
  #footer-main .footer-bottom-row .footer-bottom-2-2 p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-bottom-row .footer-rights {
    display: block;
    margin-bottom: 10px;
  }
}
#footer-main .footer-bottom-row .footer-zillas {
  margin-left: 0.5%;
}
#footer-main .footer-bottom-row .footer-zillas a {
  font-size: 0 !important;
}
#footer-main .footer-bottom-row .footer-zillas svg {
  margin: 2px 0 0 6px;
}
#footer-main .footer-bottom-info {
  padding: clamp(26px, 5.215vw, 40px) 0 50px;
}
#footer-main .footer-bottom-info p {
  font-size: 14px !important;
  line-height: 1.3;
}
@media (max-width: 980px) {
  #footer-main .footer-bottom-info p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #footer-main .footer-bottom-info p {
    font-size: 12px !important;
  }
}
#footer-main .footer-bottom-info a:hover {
  color: #94D4FF;
}
#footer-main .button-invert a {
  background: #F57814;
  border-color: #F57814;
}
#footer-main .button-invert a:hover {
  background: #F26527;
  border-color: #F26527;
}
body.page .modal-wrapper .wp-post-modal {
  max-width: 1196px;
  padding: 0;
  border: none;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
body.page .modal-wrapper.show {
  display: flex !important;
  align-items: center;
}
#modal-content {
  display: flex;
}
#modal-content .left-popup-content {
  max-width: 460px;
  width: 100%;
}
#modal-content .right-popup-content {
  width: 100%;
  padding: 32px 64px 48px 48px;
}
#modal-content .popup-title-wrap {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E1E1E1;
}
#modal-content .popup-title-wrap h3 {
  font-size: 56px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#modal-content .popup-content-wrap {
  max-height: 420px;
  overflow-y: scroll;
}
#modal-content .popup-content-wrap p {
  margin-bottom: 20px;
}
#modal-content .popup-content-wrap p:last-of-type {
  margin-bottom: 0;
}
#content .featured-events-content-row {
  flex-direction: column;
}
@media (min-width: 981px) {
  #content .featured-events-content-row {
    flex-direction: row;
  }
}
#content .featured-events-content-row > .uagb-container-inner-blocks-wrap {
  flex-direction: column;
}
@media (min-width: 981px) {
  #content .featured-events-content-row > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
@media (max-width: 980px) {
  #content .featured-events-content-row .featured-events-left, #content .featured-events-content-row .featured-events-right {
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  #content .featured-events-content-row .featured-events-left .event-custom-post {
    height: 190px;
  }
}
@media (max-width: 767px) {
  #content .featured-events-content-row .featured-events-left .event-custom-post {
    height: auto;
  }
}
#content .featured-events-content-row .featured-events-right .event-custom-post {
  height: 190px;
}
@media (max-width: 767px) {
  #content .featured-events-content-row .featured-events-right .event-custom-post {
    height: auto;
  }
}
#content .featured-events-query {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
#content .featured-events-query .event-custom-post {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #content .featured-events-query .event-custom-post {
    flex-direction: row;
  }
}
#content .featured-events-query .event-custom-post:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
}
#content .featured-events-query .event-custom-post:hover .event-image-wrap img {
  transform: scale(1.05);
}
#content .featured-events-query .event-custom-post:hover .event-custom-title {
  color: #005191;
}
#content .featured-events-query .event-custom-post:hover .event-more-btn {
  color: #005191;
}
#content .featured-events-query .event-custom-post:hover .event-more-btn svg path {
  fill: #005191;
}
@media (min-width: 981px) {
  #content .featured-events-query .event-custom-post.event-big-post {
    flex-direction: column;
  }
}
@media (min-width: 981px) {
  #content .featured-events-query .event-custom-post.event-big-post .event-image-wrap, #content .featured-events-query .event-custom-post.event-big-post .event-content-wrap {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 981px) {
  #content .featured-events-query .event-custom-post.event-big-post .event-image-wrap {
    border-radius: 12px 12px 0 0;
  }
}
#content .featured-events-query .event-custom-post.event-big-post .event-image-link {
  display: flex;
  width: 100%;
  aspect-ratio: 1.824742268;
}
@media (min-width: 981px) {
  #content .featured-events-query .event-custom-post.event-big-post .events-content {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 981px) {
  #content .featured-events-query .event-custom-post.event-big-post .event-custom-title {
    margin-bottom: 18px;
  }
}
@media (min-width: 981px) {
  #content .featured-events-query .event-custom-post.event-big-post .event-more-btn {
    margin-top: 43px;
  }
}
#content .featured-events-query .event-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  #content .featured-events-query .event-image-wrap {
    max-width: 35.35%;
    border-radius: 12px 0 0 12px;
  }
}
@media (max-width: 479px) {
  #content .featured-events-query .event-image-wrap {
    height: 250px;
  }
}
#content .featured-events-query .event-image-wrap img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1);
}
#content .featured-events-query .event-image-link {
  display: flex;
  width: 100%;
  height: 100%;
}
#content .featured-events-query .event-date {
  position: absolute;
  left: 0;
  top: 0;
  background: #FF443B;
  color: #fff;
  text-align: center;
  width: 72px;
  height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
#content .featured-events-query .event-date .event-date-month {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
#content .featured-events-query .event-date .event-date-day {
  font-family: "League Gothic", sans-serif;
  font-size: 56px;
  line-height: 110%;
}
#content .featured-events-query .event-content-wrap {
  max-width: 100%;
  padding: 24px 24px 20px;
}
@media (min-width: 768px) {
  #content .featured-events-query .event-content-wrap {
    max-width: 64.65%;
  }
}
#content .featured-events-query .event-custom-title {
  display: block;
  color: #000000;
  text-decoration: none;
  margin-bottom: 11px;
}
#content .featured-events-query .event-custom-title:hover {
  color: #f57814;
}
#content .featured-events-query .event-custom-title h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.013em;
  margin-bottom: 0;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 981px) {
  #content .featured-events-query .event-custom-title h3 {
    font-size: clamp(20px, 1.528vw, 22px);
  }
}
@media (min-width: 768px) {
  #content .featured-events-query .event-custom-title h3 {
    -webkit-line-clamp: 1;
  }
}
#content .featured-events-query .events-content {
  font-size: clamp(16px, 1.25vw, 18px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  #content .featured-events-query .events-content {
    -webkit-line-clamp: 2;
  }
}
#content .featured-events-query .event-more-btn {
  display: inline-block;
  font-size: clamp(14px, 2.347vw, 18px);
  font-weight: 500;
  line-height: calc(21 / 18);
  letter-spacing: 0.5px;
  color: #000;
  text-decoration: none;
  margin-top: 29px;
  z-index: 9;
}
#content .featured-events-query .event-more-btn svg {
  position: relative;
  left: 2px;
  top: 1px;
}
#content .featured-events-query .event-more-btn:hover {
  color: #005191;
}
#content .featured-events-query .event-more-btn:hover svg path {
  fill: #005191;
}
#content .gform_wrapper .gform_validation_errors, #content .gform_wrapper .gform_heading, footer .gform_wrapper .gform_validation_errors, footer .gform_wrapper .gform_heading {
  display: none;
}
#content .gform_wrapper form .gform-body.gform_body .gform_fields, footer .gform_wrapper form .gform-body.gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 16px;
}
@media (max-width: 980px) {
  #content .gform_wrapper form .gform-body.gform_body .gform_fields, footer .gform_wrapper form .gform-body.gform_body .gform_fields {
    gap: 20px;
  }
}
#content .gform_wrapper form .gform-body.gform_body .gfield, footer .gform_wrapper form .gform-body.gform_body .gfield {
  flex: 1 1 48%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 980px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield, footer .gform_wrapper form .gform-body.gform_body .gfield {
    width: 100%;
  }
}
#content .gform_wrapper form .gform-body.gform_body .gfield .ginput_container, footer .gform_wrapper form .gform-body.gform_body .gfield .ginput_container {
  display: flex;
}
#content .gform_wrapper form .gform-body.gform_body .gfield label, footer .gform_wrapper form .gform-body.gform_body .gfield label {
  margin-bottom: 7px;
  color: #000;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 980px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield label, footer .gform_wrapper form .gform-body.gform_body .gfield label {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield label, footer .gform_wrapper form .gform-body.gform_body .gfield label {
    font-size: 16px !important;
  }
}
#content .gform_wrapper form .gform-body.gform_body .gfield label .gfield_required, footer .gform_wrapper form .gform-body.gform_body .gfield label .gfield_required {
  color: #FF443B;
  font-size: 18px !important;
}
@media (max-width: 980px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield label .gfield_required, footer .gform_wrapper form .gform-body.gform_body .gfield label .gfield_required {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield label .gfield_required, footer .gform_wrapper form .gform-body.gform_body .gfield label .gfield_required {
    font-size: 16px !important;
  }
}
#content .gform_wrapper form .gform-body.gform_body .gfield input, #content .gform_wrapper form .gform-body.gform_body .gfield textarea, #content .gform_wrapper form .gform-body.gform_body .gfield select, #content .gform_wrapper form .gform-body.gform_body .gfield .select2-selection, footer .gform_wrapper form .gform-body.gform_body .gfield input, footer .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .gform_wrapper form .gform-body.gform_body .gfield select, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-selection {
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 10px 15px;
  color: #848484;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.27px;
  border-radius: 8px;
  border: 1px solid #848484;
}
@media (max-width: 980px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield input, #content .gform_wrapper form .gform-body.gform_body .gfield textarea, #content .gform_wrapper form .gform-body.gform_body .gfield select, #content .gform_wrapper form .gform-body.gform_body .gfield .select2-selection, footer .gform_wrapper form .gform-body.gform_body .gfield input, footer .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .gform_wrapper form .gform-body.gform_body .gfield select, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-selection {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield input, #content .gform_wrapper form .gform-body.gform_body .gfield textarea, #content .gform_wrapper form .gform-body.gform_body .gfield select, #content .gform_wrapper form .gform-body.gform_body .gfield .select2-selection, footer .gform_wrapper form .gform-body.gform_body .gfield input, footer .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .gform_wrapper form .gform-body.gform_body .gfield select, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-selection {
    font-size: 16px !important;
  }
}
@media (max-width: 1439px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield input, #content .gform_wrapper form .gform-body.gform_body .gfield textarea, #content .gform_wrapper form .gform-body.gform_body .gfield select, #content .gform_wrapper form .gform-body.gform_body .gfield .select2-selection, footer .gform_wrapper form .gform-body.gform_body .gfield input, footer .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .gform_wrapper form .gform-body.gform_body .gfield select, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-selection {
    height: 54px;
  }
}
@media (max-width: 980px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield input, #content .gform_wrapper form .gform-body.gform_body .gfield textarea, #content .gform_wrapper form .gform-body.gform_body .gfield select, #content .gform_wrapper form .gform-body.gform_body .gfield .select2-selection, footer .gform_wrapper form .gform-body.gform_body .gfield input, footer .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .gform_wrapper form .gform-body.gform_body .gfield select, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-selection {
    height: 44px;
    padding: 10px 12px;
  }
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container {
  width: 100% !important;
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection {
  display: flex;
  align-items: center;
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__rendered, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
  color: #848484;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.27px;
}
@media (max-width: 980px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__rendered, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__rendered {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__rendered, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px !important;
  }
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__arrow, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__arrow {
  content: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.125 7.125C6.87891 7.125 6.66016 7.04297 6.49609 6.87891L1.24609 1.62891C0.890625 1.30078 0.890625 0.726562 1.24609 0.398438C1.57422 0.0429688 2.14844 0.0429688 2.47656 0.398438L7.125 5.01953L11.7461 0.398438C12.0742 0.0429688 12.6484 0.0429688 12.9766 0.398438C13.332 0.726562 13.332 1.30078 12.9766 1.62891L7.72656 6.87891C7.5625 7.04297 7.34375 7.125 7.125 7.125Z" fill="%23005191"/></svg>');
  top: 51%;
  right: 17px;
  width: 13px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__arrow .presentation, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection .select2-selection__arrow .presentation {
  display: none;
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection[aria-expanded="true"] .select2-selection__arrow, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-selection[aria-expanded="true"] .select2-selection__arrow {
  transform: translateY(-50%) scale(-1);
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-dropdown, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-dropdown {
  top: 5px;
  border-radius: 12px;
  background: #FFF;
  border: 1px solid #e9e8e3;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-dropdown .select2-results__option, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-dropdown .select2-results__option {
  padding: 8px 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-dropdown .select2-results__option--selected, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-dropdown .select2-results__option--selected {
  background: #FFF;
}
#content .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-dropdown .select2-results__option--highlighted, footer .gform_wrapper form .gform-body.gform_body .gfield .select2-container .select2-dropdown .select2-results__option--highlighted {
  background: #005191;
  color: #fff;
}
#content .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .gform_wrapper form .gform-body.gform_body .gfield textarea {
  height: 120px;
  padding: 16px 15px;
  resize: none;
}
#content .gform_wrapper form .gform-body.gform_body .gfield.gfield_error input, #content .gform_wrapper form .gform-body.gform_body .gfield.gfield_error textarea, #content .gform_wrapper form .gform-body.gform_body .gfield.gfield_error select, #content .gform_wrapper form .gform-body.gform_body .gfield.gfield_error .select2-selection, footer .gform_wrapper form .gform-body.gform_body .gfield.gfield_error input, footer .gform_wrapper form .gform-body.gform_body .gfield.gfield_error textarea, footer .gform_wrapper form .gform-body.gform_body .gfield.gfield_error select, footer .gform_wrapper form .gform-body.gform_body .gfield.gfield_error .select2-selection {
  border: 1px solid #FF443B;
}
#content .gform_wrapper form .gform-body.gform_body .gfield.gfield_error .validation_message, footer .gform_wrapper form .gform-body.gform_body .gfield.gfield_error .validation_message {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  border: none;
  background: transparent;
}
#content .gform_wrapper form .gform_footer, footer .gform_wrapper form .gform_footer {
  margin: 24px 0 0;
  padding: 0;
}
#content .gform_wrapper form .gform_footer input[type="submit"], footer .gform_wrapper form .gform_footer input[type="submit"] {
  margin: 0 15px 0 0;
  transition: all 0.3s ease;
  line-height: 1 !important;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gform_fields, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gform_fields {
  gap: 25px 50px;
}
@media (max-width: 980px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gform_fields, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gform_fields {
    gap: 20px;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield {
  flex: none;
  width: 47%;
  margin-bottom: 0;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  order: 100;
}
@media (max-width: 1199px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield {
    width: 46%;
  }
}
@media (max-width: 980px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield {
    width: 100%;
    order: 0 !important;
  }
}
@media (max-width: 479px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield {
    padding-left: 0;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(1), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(1) {
  order: 1;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(2), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(2) {
  order: 2;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(2) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(2) label::before {
  content: "1";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(3), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(3) {
  order: 4;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(3) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(3) label::before {
  content: "2";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(4), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(4) {
  order: 6;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(4) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(4) label::before {
  content: "3";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(5), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(5) {
  order: 8;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(5) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(5) label::before {
  content: "4";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(6), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(6) {
  order: 10;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(6) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(6) label::before {
  content: "5";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(7), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(7) {
  order: 3;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(7) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(7) label::before {
  content: "6";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(8), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(8) {
  order: 5;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(8) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(8) label::before {
  content: "7";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(9), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(9) {
  order: 7;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(9) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(9) label::before {
  content: "8";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(10), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(10) {
  order: 9;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(10) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(10) label::before {
  content: "9";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(11), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(11) {
  order: 11;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(11) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(11) label::before {
  content: "10";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(12), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(12) {
  order: 12;
  margin-top: 29px;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(13), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(13) {
  order: 13;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(13) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(13) label::before {
  content: "1";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(14), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(14) {
  order: 15;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(14) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(14) label::before {
  content: "2";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(15), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(15) {
  order: 17;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(15) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(15) label::before {
  content: "3";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(16), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(16) {
  order: 14;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(16) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(16) label::before {
  content: "4";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(17), footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(17) {
  order: 16;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(17) label::before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield:nth-of-type(17) label::before {
  content: "5";
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label {
  position: relative;
}
@media (max-width: 479px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label {
    padding-left: 36px;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label:before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label:before {
  position: absolute;
  left: -36px;
  width: 24px;
  height: 24px;
  padding-right: 2px;
  padding-top: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
  border-radius: 50%;
  background: #005191;
}
@media (max-width: 980px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label:before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label:before {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label:before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label:before {
    font-size: 14px !important;
  }
}
@media (max-width: 479px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label:before, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield label:before {
    left: 0;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield input, #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield input, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield textarea {
  height: 64px;
  padding: 16px 20px;
}
@media (max-width: 1439px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield input, #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield input, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield textarea {
    height: 54px;
  }
}
@media (max-width: 980px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield input, #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield input, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield textarea {
    height: 44px;
    padding: 10px 12px;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield textarea, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield textarea {
  height: 120px;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html {
  width: 100% !important;
  padding-left: 0;
  margin-bottom: 7px;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html:last-of-type, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html:last-of-type {
  margin-top: 24px;
  padding: 0 36px;
}
@media (max-width: 1439px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html:last-of-type, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html:last-of-type {
    padding: 0 0 0 36px;
  }
}
@media (max-width: 479px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html:last-of-type, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html:last-of-type {
    padding: 0;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5 {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #000;
  font-size: 22px !important;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.264px;
}
@media (max-width: 980px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5 {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5 {
    display: block;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5 span, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5 span {
  color: #005191;
  text-transform: uppercase;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5::after, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5::after {
  content: "";
  display: flex;
  flex: 1 1 10%;
  height: 2px;
  margin-left: 12px;
  background: #D6D6D6;
}
@media (max-width: 767px) {
  #content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5::after, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html h5::after {
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html p, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html p {
  margin-bottom: 0.889em;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html p:last-child, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html p:last-child {
  margin-bottom: 0;
}
#content .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html p span, footer .get-involved-form-section .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html p span {
  color: #FF443B;
}
#content .get-involved-form-section .gform_wrapper form .gform_footer, footer .get-involved-form-section .gform_wrapper form .gform_footer {
  margin: 24px 0 0 36px;
}
@media (max-width: 479px) {
  #content .get-involved-form-section .gform_wrapper form .gform_footer, footer .get-involved-form-section .gform_wrapper form .gform_footer {
    margin: 24px 0 0;
  }
}
#content .get-involved-form-section .gform_wrapper form .gform_footer input[type="submit"], footer .get-involved-form-section .gform_wrapper form .gform_footer input[type="submit"] {
  padding: 14px 46px !important;
}
#content .media-form-section .gform_wrapper form .gform_footer, footer .media-form-section .gform_wrapper form .gform_footer {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
#content .media-form-section .gform_wrapper form .gform_footer input[type="submit"], footer .media-form-section .gform_wrapper form .gform_footer input[type="submit"] {
  margin: 0 0 0 15px;
  padding: 19px 38px 17px;
}
#content .contact-section .gform_wrapper form .gform-body.gform_body .gfield:nth-child(3), #content .contact-section .gform_wrapper form .gform-body.gform_body .gfield:nth-child(4), footer .contact-section .gform_wrapper form .gform-body.gform_body .gfield:nth-child(3), footer .contact-section .gform_wrapper form .gform-body.gform_body .gfield:nth-child(4) {
  flex: 1 1 100%;
}
#content .contact-section .gform_wrapper form .gform_footer, footer .contact-section .gform_wrapper form .gform_footer {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
#content .contact-section .gform_wrapper form .gform_footer input[type="submit"], footer .contact-section .gform_wrapper form .gform_footer input[type="submit"] {
  margin: 0 0 0 15px;
  padding: 19px 38px 17px;
}
footer.ast-custom-footer #footer-main .gform_wrapper form {
  position: relative;
  max-width: 464px;
}
@media (max-width: 980px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form {
    margin: 0 auto;
  }
}
footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield input[type="email"] {
  height: 64px;
  font-weight: 400;
  padding: 21px 150px 21px 20px !important;
  font-size: 18px !important;
  line-height: 1;
  letter-spacing: normal;
  border: none;
  border-radius: 50px;
  background: #F6F6F6;
}
@media (max-width: 980px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield input[type="email"] {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield input[type="email"] {
    font-size: 16px !important;
  }
}
footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield input[type="email"]::placeholder {
  font-size: 18px !important;
}
@media (max-width: 980px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield input[type="email"]::placeholder {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield input[type="email"]::placeholder {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield input[type="email"] {
    padding: 13px 120px 13px 25px !important;
  }
}
footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield .gfield_description {
  display: none;
}
footer.ast-custom-footer #footer-main .gform_wrapper form .gform-body.gform_body .gfield.gfield_error input[type="email"] {
  border: 1px solid #FF443B;
}
footer.ast-custom-footer #footer-main .gform_wrapper form .gform_footer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  height: 75%;
  margin: 0 !important;
  padding: 0 !important;
}
footer.ast-custom-footer #footer-main .gform_wrapper form .gform_footer input[type="submit"] {
  height: 100%;
  margin: 0 !important;
  padding: 15px 30px 13px;
  font-size: 16px !important;
  text-align: center;
  line-height: 1;
  background: #f57814;
  border-color: #f57814;
}
@media (max-width: 980px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form .gform_footer input[type="submit"] {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form .gform_footer input[type="submit"] {
    font-size: 14px !important;
  }
}
footer.ast-custom-footer #footer-main .gform_wrapper form .gform_footer input[type="submit"]:hover {
  background: #f26527;
  border-color: #f26527;
}
@media (max-width: 767px) {
  footer.ast-custom-footer #footer-main .gform_wrapper form .gform_footer input[type="submit"] {
    padding: 9px 21px 7px;
  }
}
#primary .home-hero-section {
  padding: 0;
}
#primary .home-hero-section .home-hero-slide.slide-overlay {
  position: relative;
}
#primary .home-hero-section .home-hero-slide.slide-overlay::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 17.72%, rgba(0, 0, 0, 0) 100%);
}
#primary .home-hero-section .home-hero-slide.slide-overlay::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 57.1%, rgba(0, 0, 0, 0) 93.07%);
}
#primary .home-hero-section .home-hero-slide-wrap {
  position: relative;
  z-index: 15;
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
  padding: clamp(180px, 14.875vw, 200px) 0;
}
@media (min-width: 981px) {
  #primary .home-hero-section .home-hero-slide-wrap {
    min-height: 680px;
  }
}
@media (max-width: 980px) {
  #primary .home-hero-section .home-hero-slide-wrap {
    padding: clamp(154px, 20.408vw, 200px) 0 120px;
  }
}
@media (max-width: 767px) {
  #primary .home-hero-section .home-hero-slide-wrap {
    padding: clamp(154px, 20.408vw, 200px) 0 100px;
  }
}
#primary .home-hero-section .home-hero-subtitle, #primary .home-hero-section .home-hero-title {
  max-width: 65%;
}
@media (max-width: 767px) {
  #primary .home-hero-section .home-hero-subtitle, #primary .home-hero-section .home-hero-title {
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  #primary .home-hero-section .home-hero-subtitle {
    margin-bottom: 29px !important;
  }
}
#primary .home-hero-section .home-hero-title {
  font-size: 88px !important;
  line-height: 1em;
}
@media (max-width: 1439px) {
  #primary .home-hero-section .home-hero-title {
    font-size: 78px !important;
  }
}
@media (max-width: 1199px) {
  #primary .home-hero-section .home-hero-title {
    font-size: 68px !important;
  }
}
@media (max-width: 980px) {
  #primary .home-hero-section .home-hero-title {
    font-size: 58px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-hero-section .home-hero-title {
    font-size: 48px !important;
  }
}
@media (max-width: 479px) {
  #primary .home-hero-section .home-hero-title {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-hero-section .home-hero-title {
    margin-bottom: 25px !important;
    line-height: 1.09;
  }
}
#primary .home-hero-section .swiper-content {
  padding: 0;
}
#primary .home-hero-section .swiper-pagination {
  width: 90%;
  max-width: 1440px;
  margin-left: 7px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 980px) {
  #primary .home-hero-section .swiper-pagination {
    bottom: 50px;
    margin-left: 0;
    justify-content: center;
    gap: 20px;
  }
}
#primary .home-hero-section .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
}
@media (max-width: 767px) {
  #primary .home-hero-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
#primary .home-hero-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFB351;
}
#primary .home-hero-section .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #FFB351;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #primary .home-hero-section .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 16px;
    height: 16px;
    border: 2px solid #FFB351;
  }
}
#primary .home-hero-cta-section {
  position: relative;
  z-index: 15;
}
@media (max-width: 980px) {
  #primary .home-hero-cta-section {
    display: none;
  }
}
#primary .home-hero-cta-section > .uagb-container-inner-blocks-wrap {
  justify-content: flex-end;
}
#primary .home-hero-cta-section .home-hero-cta-inner {
  max-width: 952px;
  width: 80%;
  margin-top: -117px;
  align-items: stretch;
}
#primary .home-hero-cta-section .home-hero-cta-item {
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: clamp(20px, 2.083vw, 32px) !important;
}
#primary .home-hero-cta-section .home-hero-cta-item:hover {
  transform: translateY(-14px);
  box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.25);
}
#primary .home-hero-cta-section .home-hero-cta-item:hover .wp-block-button a::after {
  margin-left: 12px;
}
#primary .home-hero-cta-section .home-hero-cta-item h5, #primary .home-hero-cta-section .home-hero-cta-item h5 a {
  color: #fff;
  font-size: clamp(22px, 2.083vw, 30px) !important;
  line-height: 1.167;
  text-decoration: none;
}
#primary .home-hero-cta-section .home-hero-cta-item .wp-block-image {
  width: 100%;
  max-width: clamp(40px, 4.236vw, 61px);
}
#primary .home-hero-cta-section .home-hero-cta-item .wp-block-image img {
  width: 100% !important;
  height: auto !important;
}
#primary .home-hero-cta-section .home-hero-cta-item .home-hero-cta-btn {
  margin-top: 42px;
}
#primary .home-hero-cta-section .home-hero-cta-item .wp-block-button {
  line-height: 1;
}
#primary .home-hero-cta-section .home-hero-cta-item .wp-block-button a {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.6px;
  background: transparent;
  border: none;
  padding: 0;
  text-transform: uppercase;
}
#primary .home-hero-cta-section .home-hero-cta-item .wp-block-button a::after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 7px;
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23ffffff" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #primary .home-hero-cta-section .home-hero-cta-item .wp-block-button a::after {
    width: 8px;
    height: 12px;
  }
}
#primary .home-about-section {
  position: relative;
  padding: 120px 0 52px;
}
@media (max-width: 980px) {
  #primary .home-about-section {
    padding: 85px 0 50px;
  }
}
@media (max-width: 767px) {
  #primary .home-about-section {
    padding: 50px 0 30px;
  }
}
@media (min-width: 981px) {
  #primary .home-about-section::before {
    margin-top: -77px;
  }
}
#primary .home-about-section > .uagb-container-inner-blocks-wrap {
  flex-direction: column-reverse;
}
@media (min-width: 981px) {
  #primary .home-about-section > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
@media (max-width: 980px) {
  #primary .home-about-section > .uagb-container-inner-blocks-wrap {
    row-gap: 0;
    column-gap: 0;
  }
}
#primary .home-about-section .home-about-1-2 {
  max-width: 100%;
}
@media (min-width: 981px) {
  #primary .home-about-section .home-about-1-2 {
    max-width: 708px;
  }
}
@media (max-width: 767px) {
  #primary .home-about-section .home-about-1-2 .wp-block-buttons {
    margin-top: 25px !important;
  }
}
#primary .home-about-section .home-about-2-2 {
  max-width: 100%;
}
@media (min-width: 981px) {
  #primary .home-about-section .home-about-2-2 {
    max-width: 586px;
  }
}
@media (max-width: 767px) {
  #primary .home-about-section .home-about-2-2 p {
    margin-bottom: 25px !important;
  }
}
#primary .home-about-section figure {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  #primary .home-about-section figure img {
    margin: 0 auto;
    display: block;
  }
}
#primary .home-do-section {
  padding: 121px 0 120px;
}
@media (max-width: 980px) {
  #primary .home-do-section {
    padding: 50px 0 85px;
  }
}
@media (max-width: 767px) {
  #primary .home-do-section {
    padding: 30px 0 50px;
  }
}
@media (max-width: 980px) {
  #primary .home-do-section > .uagb-container-inner-blocks-wrap {
    align-items: flex-start;
  }
}
@media (max-width: 980px) {
  #primary .home-do-section > .uagb-container-inner-blocks-wrap > * {
    text-align: left;
  }
}
#primary .home-do-section .home-do-excerpt {
  max-width: 868px;
}
#primary .home-do-section .home-do-items {
  margin-top: 48px;
  align-items: stretch;
}
@media (max-width: 1023px) {
  #primary .home-do-section .home-do-items {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  #primary .home-do-section .home-do-items {
    margin-top: 43px !important;
    row-gap: 26px;
    column-gap: 7px;
  }
}
@media (max-width: 374px) {
  #primary .home-do-section .home-do-items {
    column-gap: 0;
  }
}
#primary .home-do-section .home-do-items .home-do-item {
  position: relative;
  width: 100%;
  padding: clamp(20px, 4.898vw, 48px) clamp(16px, 3.265vw, 31px) clamp(58px, 7.778vw, 110px) !important;
  background-image: url("/wp-content/uploads/2023/06/Card-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  #primary .home-do-section .home-do-items .home-do-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  #primary .home-do-section .home-do-items .home-do-item {
    width: calc(50% - 3.5px);
    text-align: center;
  }
}
@media (max-width: 374px) {
  #primary .home-do-section .home-do-items .home-do-item {
    width: 100%;
  }
}
#primary .home-do-section .home-do-items .home-do-item:hover {
  transform: translateY(-10px);
  box-shadow: 10px 10px 24px 0px rgba(41, 41, 41, 0.1);
}
#primary .home-do-section .home-do-items .home-do-item:hover .home-do-item-title {
  color: #005191 !important;
}
#primary .home-do-section .home-do-items .home-do-item:hover .home-do-item-title a {
  color: #005191;
}
#primary .home-do-section .home-do-items .home-do-item:hover .home-do-item-link a {
  color: #005191;
}
#primary .home-do-section .home-do-items .home-do-item:hover .home-do-item-link a:after {
  filter: brightness(1);
}
#primary .home-do-section .home-do-items .home-do-item-img {
  height: 60px;
}
@media (max-width: 767px) {
  #primary .home-do-section .home-do-items .home-do-item-img img {
    transform: scale(0.9);
  }
}
#primary .home-do-section .home-do-items .home-do-item-title {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px !important;
  line-height: calc(26 / 22);
  letter-spacing: 0.012em;
  margin-top: 28px;
  transition: all 0.2s linear;
}
@media (max-width: 980px) {
  #primary .home-do-section .home-do-items .home-do-item-title {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-do-section .home-do-items .home-do-item-title {
    font-size: 16px !important;
  }
}
#primary .home-do-section .home-do-items .home-do-item-title a {
  color: #000;
  text-decoration: none;
}
#primary .home-do-section .home-do-items .home-do-item-content {
  font-size: 18px !important;
  letter-spacing: 0.02em;
  margin-bottom: 0 !important;
}
@media (max-width: 980px) {
  #primary .home-do-section .home-do-items .home-do-item-content {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-do-section .home-do-items .home-do-item-content {
    font-size: 14px !important;
  }
}
#primary .home-do-section .home-do-items .home-do-item-link {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: clamp(20px, 3.265vw, 30px);
  line-height: 1;
}
#primary .home-do-section .home-do-items .home-do-item-link a {
  position: relative;
  padding: 0 clamp(16px, 3.265vw, 31px);
  font-size: 18px !important;
  line-height: calc(21 / 18);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  #primary .home-do-section .home-do-items .home-do-item-link a {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-do-section .home-do-items .home-do-item-link a {
    font-size: 14px !important;
  }
}
#primary .home-do-section .home-do-items .home-do-item-link a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 7px;
  filter: brightness(0);
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23005191" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #primary .home-do-section .home-do-items .home-do-item-link a:after {
    width: 8px;
    height: 12px;
  }
}
#primary .home-do-section .home-do-items .home-do-item-link a:hover {
  color: #005191;
}
#primary .home-do-section .home-do-items .home-do-item-link a:hover:after {
  filter: brightness(1);
}
#primary .home-achieve-section {
  padding: 160px 0 151px;
  overflow: hidden;
}
@media (max-width: 980px) {
  #primary .home-achieve-section {
    padding: 85px 0;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section {
    padding: 50px 0;
  }
}
#primary .home-achieve-section .uagb-container-inner-blocks-wrap {
  column-gap: 50px;
}
@media (max-width: 980px) {
  #primary .home-achieve-section .uagb-container-inner-blocks-wrap {
    justify-content: center;
  }
}
#primary .home-achieve-section .home-achieve-left-col {
  max-width: 100%;
}
@media (min-width: 981px) {
  #primary .home-achieve-section .home-achieve-left-col {
    width: calc(50% - 25px);
    max-width: 560px;
  }
}
#primary .home-achieve-section .home-achieve-left-col h4:before {
  background: #94D4FF;
}
#primary .home-achieve-section .home-achieve-left-col h2 + p {
  margin-bottom: 83px;
}
@media (max-width: 980px) {
  #primary .home-achieve-section .home-achieve-left-col h2 + p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-left-col h2 + p {
    margin-bottom: 24px;
  }
}
#primary .home-achieve-section .home-achieve-left-col .figure {
  margin-bottom: 0;
}
#primary .home-achieve-section .home-achieve-left-col .home-achieve-img {
  position: relative;
  width: auto;
  margin-left: 5px;
}
@media (max-width: 980px) {
  #primary .home-achieve-section .home-achieve-left-col .home-achieve-img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-left-col .home-achieve-img {
    max-width: 330px;
  }
}
@media (max-width: 479px) {
  #primary .home-achieve-section .home-achieve-left-col .home-achieve-img {
    max-width: 250px;
  }
}
#primary .home-achieve-section .home-achieve-left-col .home-achieve-img::before {
  content: "";
  position: absolute;
  left: 73.7%;
  top: 40.9%;
  width: 52px;
  height: 44px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53" height="45" viewBox="0 0 53 45" fill="none"><path d="M0.324097 15.1782V14.671C0.324097 7.57032 5.39604 1.48399 12.3953 0.368162C16.9601 -0.443349 21.7277 1.07823 25.0752 4.42571L26.2924 5.54154L27.4083 4.42571C30.7557 1.07823 35.5234 -0.443349 40.0881 0.368162C47.0874 1.48399 52.2608 7.57032 52.2608 14.671V15.1782C52.2608 19.4387 50.4349 23.4962 47.3917 26.3365L29.0313 43.4797C28.3212 44.1897 27.3068 44.494 26.2924 44.494C25.1766 44.494 24.1622 44.1897 23.4521 43.4797L5.09172 26.3365C2.04856 23.4962 0.324097 19.4387 0.324097 15.1782Z" fill="%23539ED0"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: heartbeat 1s infinite;
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-left-col .home-achieve-img::before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 479px) {
  #primary .home-achieve-section .home-achieve-left-col .home-achieve-img::before {
    left: 74%;
    top: 41%;
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 980px) {
  #primary .home-achieve-section .home-achieve-left-col .home-achieve-img img {
    display: block;
    margin: 0 auto;
  }
}
#primary .home-achieve-section .home-achieve-right-col {
  max-width: 100%;
  padding-top: 54px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 0;
}
@media (min-width: 981px) {
  #primary .home-achieve-section .home-achieve-right-col {
    width: calc(50% - 25px);
    max-width: 646px;
  }
}
@media (max-width: 980px) {
  #primary .home-achieve-section .home-achieve-right-col {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-right-col {
    padding-top: 26px;
  }
}
#primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item {
  max-width: 280px;
  width: calc(50% - 15px);
  margin: 0 0 60px;
}
#primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item:nth-child(-n+2) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item:nth-child(-n+2) {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 980px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item {
    margin-bottom: 26px !important;
  }
}
#primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__number {
  margin-bottom: 18px;
  font-size: 88px !important;
}
@media (max-width: 1439px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__number {
    font-size: 83px !important;
  }
}
@media (max-width: 1199px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__number {
    font-size: 78px !important;
  }
}
@media (max-width: 980px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__number {
    font-size: 73px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__number {
    font-size: 68px !important;
  }
}
@media (max-width: 479px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__number {
    font-size: 64px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__number {
    margin-bottom: 16px;
  }
}
#primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__title {
  font-size: 18px !important;
}
@media (max-width: 980px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__title {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section .home-achieve-right-col .home-achieve-num-item .wp-block-uagb-counter__title {
    font-size: 16px !important;
  }
}
#primary .home-achieve-section .home-achieve-right-col .wp-block-buttons {
  display: block;
}
@media (max-width: 980px) {
  #primary .home-achieve-section .home-achieve-right-col .wp-block-buttons {
    text-align: center;
  }
}
#primary .home-achieve-section .home-achieve-right-col .wp-block-buttons a {
  background: transparent;
  border: 2px solid #fff;
}
#primary .home-achieve-section .home-achieve-right-col .wp-block-buttons a:hover {
  background: #fff;
  color: #005191;
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section {
  overflow: unset;
}
@media (max-width: 980px) {
  #primary .home-achieve-section .work-journeys-section.home-journeys-section {
    margin-top: 70px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-achieve-section .work-journeys-section.home-journeys-section {
    margin-top: 57px !important;
    flex-direction: column-reverse;
  }
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .work-journeys-title-row .wp-block-uagb-container {
  margin-right: auto;
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .journeys-prev {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="white"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="white"/></svg>');
}
@media (min-width: 981px) {
  #primary .home-achieve-section .work-journeys-section.home-journeys-section .journeys-prev:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="white" fill="white"/><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23005191"/></svg>');
  }
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .journeys-next {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="white"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="white"/></svg>');
}
@media (min-width: 981px) {
  #primary .home-achieve-section .work-journeys-section.home-journeys-section .journeys-next:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="white" fill="white"/><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23005191"/></svg>');
  }
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post:hover .wp-block-post-title a {
  color: #94D4FF;
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post:hover .wp-block-post-excerpt__more-text a {
  color: #94D4FF !important;
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post:hover .wp-block-post-excerpt__more-text a::after {
  margin-left: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%2394D4FF" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post .wp-block-post-excerpt__excerpt {
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  #primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post .wp-block-post-excerpt__excerpt {
    margin-bottom: 7px;
  }
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a {
  color: #fff;
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23ffffff" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a:hover {
  color: #94D4FF;
}
#primary .home-achieve-section .work-journeys-section.home-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%2394D4FF" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
}
#primary .home-story-section {
  padding: 120px 0 96px;
}
@media (max-width: 980px) {
  #primary .home-story-section {
    padding: 85px 0;
  }
}
@media (max-width: 767px) {
  #primary .home-story-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  #primary .home-story-section h2 {
    margin-bottom: 25px !important;
  }
}
#primary .home-story-section figure {
  margin-bottom: 0;
}
#primary .home-story-section iframe {
  border-radius: 12px;
}
@media (max-width: 767px) {
  #primary .home-story-section .wp-block-buttons {
    margin-top: 25px !important;
  }
}
#primary .home-blog-section {
  padding: 120px 0 48px;
}
@media (max-width: 980px) {
  #primary .home-blog-section {
    padding: 85px 0 50px;
  }
}
@media (max-width: 767px) {
  #primary .home-blog-section {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  #primary .home-blog-section .home-blog-title-row {
    margin-bottom: 13px !important;
  }
}
#primary .home-blog-section .home-blog-row {
  padding: 0;
}
@media (min-width: 1200px) {
  #primary .home-blog-section .home-blog-module {
    gap: clamp(12px, 1.538vw, 24px);
  }
}
#primary .home-blog-section .home-blog-btn .wp-element-button {
  color: #005191;
  background: transparent;
  padding: 18px 49px 18px 32px;
  border-color: #005191;
}
#primary .home-blog-section .home-blog-btn .wp-element-button:hover {
  background: #005191;
  color: #fff;
}
#primary .home-blog-section .blog-posts-section {
  padding: 0 !important;
}
#primary .home-blog-section.featured-events-section {
  padding: 120px 0 127px;
}
@media (max-width: 980px) {
  #primary .home-blog-section.featured-events-section {
    padding: 50px 0 85px;
  }
}
@media (max-width: 767px) {
  #primary .home-blog-section.featured-events-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  #primary .home-blog-section.featured-events-section .event-custom-post .event-image-wrap {
    height: 350px;
  }
}
@media (max-width: 479px) {
  #primary .home-blog-section.featured-events-section .event-custom-post .event-image-wrap {
    height: 250px;
  }
}
#primary .home-form-section {
  position: relative;
  padding: 120px 0 102px;
}
@media (max-width: 980px) {
  #primary .home-form-section {
    padding: 85px 0;
  }
}
@media (max-width: 767px) {
  #primary .home-form-section {
    padding: 50px 0;
  }
}
#primary .home-form-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (min-width: 981px) {
  #primary .home-form-section::before {
    display: none;
  }
}
@media (max-width: 980px) {
  #primary .home-form-section .uagb-container-inner-blocks-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #primary .home-form-section .uagb-container-inner-blocks-wrap {
    row-gap: 6px;
  }
}
#primary .home-form-section h3 {
  font-size: 56px !important;
  line-height: 1;
}
@media (max-width: 1439px) {
  #primary .home-form-section h3 {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  #primary .home-form-section h3 {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  #primary .home-form-section h3 {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  #primary .home-form-section h3 {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #primary .home-form-section h3 {
    font-size: 32px !important;
  }
}
#primary .home-form-section h4 {
  margin-bottom: 10px;
}
#primary .home-form-section .home-form-1-2 {
  max-width: 100%;
}
@media (min-width: 981px) {
  #primary .home-form-section .home-form-1-2 {
    max-width: 50%;
    margin-bottom: 4%;
  }
}
#primary .home-form-section .home-form-2-2 {
  max-width: 586px;
}
@media (min-width: 981px) {
  #primary .home-form-section .home-form-2-2 {
    max-width: 586px;
  }
}
@media (max-width: 767px) {
  #primary .home-form-section .home-form-2-2 .wp-block-group {
    padding: 25px 30px 20px !important;
  }
}
@media (max-width: 374px) {
  #primary .home-form-section .home-form-2-2 .wp-block-group {
    padding: 25px 20px 20px !important;
  }
}
@media (max-width: 350px) {
  #primary .home-form-section .home-form-2-2 .wp-block-group {
    padding: 15px 10px 10px !important;
  }
}
#primary .home-form-section .home-form-2-2 .give-embed-form-wrapper {
  margin: 0;
}
#primary .home-form-section .home-form-2-2 .give-embed-form-wrapper .iframe-loader div {
  box-shadow: none !important;
}
#primary .partner-slider-section {
  padding: 120px 0 120px;
  overflow: hidden;
}
@media (max-width: 980px) {
  #primary .partner-slider-section {
    padding: 85px 0;
  }
}
@media (max-width: 767px) {
  #primary .partner-slider-section {
    padding: 50px 0;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  #primary .partner-slider-section > .wp-block-uagb-container {
    width: 90% !important;
    row-gap: 12px;
  }
}
#primary .partner-slider-section > .wp-block-uagb-container > * {
  margin: 0 !important;
}
#primary .partner-slider-section p {
  font-size: clamp(16px, 1.25vw, 18px);
  letter-spacing: 0.36px;
}
#primary .partner-slider-section .wp-block-gallery {
  margin-top: 18px;
}
@media (max-width: 767px) {
  #primary .partner-slider-section .wp-block-gallery {
    margin: 0;
  }
}
#primary .partner-slider-section #partner-gallery {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  #primary .partner-slider-section #partner-gallery {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  #primary .partner-slider-section #partner-gallery {
    width: 90% !important;
    gap: 20px 20px;
    justify-content: center;
  }
}
#primary .partner-slider-section #partner-gallery .slick-list {
  overflow: visible;
}
#primary .partner-slider-section #partner-gallery .wp-block-image {
  margin: 0;
  width: calc(33.333% - 13.333px);
  max-width: 250px;
}
@media (min-width: 768px) {
  #primary .partner-slider-section #partner-gallery .wp-block-image {
    width: auto;
    margin: 0 28px;
  }
}
@media (max-width: 479px) {
  #primary .partner-slider-section #partner-gallery .wp-block-image {
    width: calc(50% - 10px);
    max-width: 150px;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
#content .work-3col-section {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(50px, 5.921vw, 90px);
}
#content .work-3col-section > .uagb-container-inner-blocks-wrap {
  max-width: 1190px;
}
@media (max-width: 980px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__image-wrap {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__image-wrap {
    max-width: 80px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 980px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number {
    margin-bottom: 0 !important;
  }
}
#content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-number, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-prefix, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-suffix {
  font-size: 88px !important;
}
@media (max-width: 1439px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-number, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-prefix, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 83px !important;
  }
}
@media (max-width: 1199px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-number, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-prefix, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 78px !important;
  }
}
@media (max-width: 980px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-number, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-prefix, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 73px !important;
  }
}
@media (max-width: 767px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-number, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-prefix, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 68px !important;
  }
}
@media (max-width: 479px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-number, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-prefix, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 64px !important;
  }
}
@media (max-width: 767px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-number, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-prefix, #content .work-3col-section .work-3col-item .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    line-height: 1;
  }
}
#content .work-3col-section .work-3col-item .wp-block-uagb-counter__title {
  font-size: 18px !important;
}
@media (max-width: 980px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__title {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .work-3col-section .work-3col-item .wp-block-uagb-counter__title {
    font-size: 16px !important;
  }
}
#content .work-2col-section {
  padding: clamp(50px, 6.118vw, 93px) 0 45px;
}
@media (max-width: 980px) {
  #content .work-2col-section > .uagb-container-inner-blocks-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #content .work-2col-section > .uagb-container-inner-blocks-wrap {
    gap: 0;
  }
}
#content .work-2col-section .work-2col-column {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  #content .work-2col-section .work-2col-column {
    max-width: 586px;
  }
}
@media (min-width: 981px) {
  #content .work-2col-section .work-2col-column.work-2col-column-last {
    margin-top: 1px;
  }
}
#content .work-2col-section h2 {
  font-size: clamp(40px, 6.519vw, 50px);
}
@media (min-width: 981px) {
  #content .work-2col-section h2 {
    font-size: clamp(50px, 5.556vw, 80px);
  }
}
#content .work-2col-section p {
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 16px;
}
#content .work-2col-section p:last-of-type {
  margin-bottom: 0;
}
#content .work-tabs-section {
  padding: 0 0 clamp(50px, 6.316vw, 96px);
}
@media (min-width: 981px) {
  #content .work-tabs-section {
    padding: 34px 0 clamp(50px, 6.316vw, 96px);
  }
}
#content .work-tabs-parent {
  margin: 0;
}
@media (min-width: 981px) {
  #content .work-tabs-parent.wp-block-uagb-tabs {
    display: flex;
    flex-direction: column;
  }
}
#content .work-tabs-parent .uagb-tabs__panel {
  width: 100%;
  max-width: 100%;
  margin-bottom: 48px;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 981px) {
  #content .work-tabs-parent .uagb-tabs__panel {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  #content .work-tabs-parent .uagb-tabs__panel {
    flex-direction: column;
  }
}
#content .work-tabs-parent .uagb-tabs__panel .uagb-tab {
  position: relative;
  width: 100%;
  margin: 0;
  background-image: url("/wp-content/uploads/2023/06/tabs-bg.png");
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .work-tabs-parent .uagb-tabs__panel .uagb-tab {
    max-width: calc(50% - 7.5px) !important;
  }
}
@media (max-width: 767px) {
  #content .work-tabs-parent .uagb-tabs__panel .uagb-tab {
    max-width: 340px !important;
  }
}
#content .work-tabs-parent .uagb-tabs__panel .uagb-tab:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 12px;
  border: 2px solid;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
#content .work-tabs-parent .uagb-tabs__panel .uagb-tab.uagb-tabs__active:before, #content .work-tabs-parent .uagb-tabs__panel .uagb-tab:hover:before {
  opacity: 1;
}
#content .work-tabs-parent .uagb-tabs__panel .uagb-tabs-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 29px 56px 29px clamp(80px, 11.735vw, 115px);
  justify-content: end;
  font-family: "League Gothic", sans-serif;
  font-size: clamp(30px, 3.673vw, 36px);
}
@media (min-width: 981px) {
  #content .work-tabs-parent .uagb-tabs__panel .uagb-tabs-list {
    font-size: clamp(25px, 2.469vw, 40px);
    white-space: nowrap;
    padding: clamp(18px, 1.79vw, 29px) clamp(25px, 3.457vw, 56px) clamp(18px, 1.79vw, 29px) clamp(80px, 7.986vw, 115px);
  }
}
@media (max-width: 1439px) {
  #content .work-tabs-parent .uagb-tabs__panel .uagb-tabs-list {
    justify-content: center;
    text-align: center;
  }
}
#content .work-tabs-parent .uagb-tabs__panel .uagb-tabs-list:before {
  content: "";
  position: absolute;
  left: clamp(22px, 4.082vw, 40px);
  max-width: clamp(50px, 6.327vw, 62px);
  top: 50%;
  transform: translateY(-50%);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 981px) {
  #content .work-tabs-parent .uagb-tabs__panel .uagb-tabs-list:before {
    left: clamp(20px, 2.469vw, 40px);
    max-width: clamp(30px, 4.444vw, 72px);
  }
}
#content .work-tabs-parent #uagb-tabs__tab0 {
  max-width: 415px;
}
#content .work-tabs-parent #uagb-tabs__tab0:before {
  border-color: #539ED0;
}
#content .work-tabs-parent #uagb-tabs__tab0.uagb-tabs__active, #content .work-tabs-parent #uagb-tabs__tab0:hover {
  background-color: #D7EFFF;
}
#content .work-tabs-parent #uagb-tabs__tab0 .uagb-tabs-list:before {
  background: url("/wp-content/uploads/2023/09/Financial-Stability.svg");
  width: 64px;
  height: 56px;
}
#content .work-tabs-parent #uagb-tabs__tab1 {
  max-width: 312px;
}
#content .work-tabs-parent #uagb-tabs__tab1:before {
  border-color: #F57814;
}
#content .work-tabs-parent #uagb-tabs__tab1.uagb-tabs__active, #content .work-tabs-parent #uagb-tabs__tab1:hover {
  background-color: #FEF1E7;
}
#content .work-tabs-parent #uagb-tabs__tab1 .uagb-tabs-list:before {
  background: url("/wp-content/uploads/2023/09/Education-2.svg");
  width: 71px;
  height: 50px;
}
#content .work-tabs-parent #uagb-tabs__tab2 {
  max-width: 259px;
}
#content .work-tabs-parent #uagb-tabs__tab2:before {
  border-color: #FF443B;
}
#content .work-tabs-parent #uagb-tabs__tab2.uagb-tabs__active, #content .work-tabs-parent #uagb-tabs__tab2:hover {
  background-color: #FFECEB;
}
#content .work-tabs-parent #uagb-tabs__tab2 .uagb-tabs-list:before {
  background: url("/wp-content/uploads/2023/09/Health.svg");
  width: 61px;
  height: 52px;
}
#content .work-tabs-parent #uagb-tabs__tab3 {
  max-width: 332px;
}
#content .work-tabs-parent #uagb-tabs__tab3:before {
  border-color: #005191;
}
#content .work-tabs-parent #uagb-tabs__tab3.uagb-tabs__active, #content .work-tabs-parent #uagb-tabs__tab3:hover {
  background-color: #DAECFF;
}
#content .work-tabs-parent #uagb-tabs__tab3 .uagb-tabs-list:before {
  background: url("/wp-content/uploads/2023/09/Basic-Needs.svg");
  width: 72px;
  height: 57px;
}
#content .work-tabs-parent .uagb-tabs__body-wrap {
  border: none;
}
@media (min-width: 981px) {
  #content .work-tabs-parent .uagb-tabs__body-wrap {
    max-width: 100%;
  }
}
#content .work-tabs-parent .wp-block-uagb-tabs-child {
  padding: 0;
}
#content .work-tabs-parent .wp-block-uagb-tabs-child .wp-block-heading {
  font-size: clamp(40px, 6.519vw, 50px) !important;
  line-height: 110%;
}
@media (min-width: 981px) {
  #content .work-tabs-parent .wp-block-uagb-tabs-child .wp-block-heading {
    font-size: clamp(44px, 4.103vw, 64px) !important;
  }
}
#content .work-tabs-parent .wp-block-uagb-tabs-child p {
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 16px !important;
}
#content .work-tabs-parent .wp-block-uagb-tabs-child p:last-of-type {
  margin-bottom: 0 !important;
}
#content .work-tabs-parent .wp-block-uagb-tabs-child p a {
  text-decoration: underline;
  color: inherit;
}
#content .work-tabs-parent .wp-block-uagb-tabs-child p a:hover {
  text-decoration: none;
}
#content .work-tabs-parent .work-tabs-row {
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 981px) {
  #content .work-tabs-parent .work-tabs-row {
    flex-direction: row;
    gap: 30px;
  }
}
@media (max-width: 980px) {
  #content .work-tabs-parent .work-tabs-row {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #content .work-tabs-parent .work-tabs-row {
    gap: 25px;
  }
}
#content .work-tabs-parent .work-tabs-left {
  max-width: 100%;
}
@media (min-width: 981px) {
  #content .work-tabs-parent .work-tabs-left {
    width: 100%;
    max-width: 615px;
    margin-top: 0.55%;
  }
}
@media (max-width: 767px) {
  #content .work-tabs-parent .work-tabs-left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #content .work-tabs-parent .work-tabs-left .wp-block-buttons {
    justify-content: center;
  }
}
@media (min-width: 981px) {
  #content .work-tabs-parent .work-tabs-right {
    width: 80%;
    max-width: 708px;
  }
}
@media (max-width: 980px) {
  #content .work-tabs-parent .work-tabs-right {
    margin: 0 auto;
    max-width: 70%;
  }
}
@media (max-width: 479px) {
  #content .work-tabs-parent .work-tabs-right {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #content .work-tabs-parent .work-tabs-right .wp-block-buttons {
    margin-top: 25px !important;
  }
}
#content .work-resource-section {
  padding: clamp(50px, 7.895vw, 126px) 0 clamp(50px, 10.321vw, 161px);
}
#content .work-resource-section h2 {
  font-size: clamp(40px, 6.519vw, 50px);
  margin-bottom: clamp(25px, 4.103vw, 64px) !important;
}
@media (min-width: 981px) {
  #content .work-resource-section h2 {
    font-size: clamp(50px, 5.556vw, 80px);
    max-width: 46%;
  }
}
@media (max-width: 767px) {
  #content .work-resource-section h2 {
    margin-top: 0 !important;
  }
}
#content .work-resource-section .work-resource-columns {
  flex-direction: column;
  flex-wrap: unset !important;
}
@media (min-width: 768px) {
  #content .work-resource-section .work-resource-columns {
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767px) {
  #content .work-resource-section .work-resource-columns {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  #content .work-resource-section .work-resource-col {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #content .work-resource-section .work-resource-item figure {
    width: 100%;
  }
  #content .work-resource-section .work-resource-item figure img {
    width: 100%;
  }
}
#content .work-resource-section .work-resource-item .wp-block-heading {
  font-size: clamp(36px, 5.102vw, 50px) !important;
  margin-top: clamp(15px, 2.551vw, 25px) !important;
}
@media (min-width: 768px) {
  #content .work-resource-section .work-resource-item .wp-block-heading {
    font-size: clamp(30px, 3.59vw, 56px) !important;
  }
}
#content .work-resource-section .work-resource-item p {
  font-size: clamp(16px, 1.25vw, 18px);
}
#content .work-resource-section .work-resource-item .work-res-btn a {
  font-size: clamp(16px, 1.837vw, 18px);
  letter-spacing: 0.5px;
  text-decoration: none;
}
#content .work-resource-section .work-resource-item .work-res-btn a:hover {
  color: #F57814;
}
#content .work-cta-section {
  padding: 0 0 clamp(50px, 5.195vw, 80px);
}
#content .work-cta-section h2 {
  font-size: clamp(40px, 6.519vw, 50px);
}
@media (min-width: 981px) {
  #content .work-cta-section h2 {
    font-size: clamp(50px, 5.556vw, 80px);
  }
}
#content .work-cta-section .work-cta-col {
  padding: clamp(45px, 9.387vw, 72px) clamp(20px, 3.911vw, 30px) clamp(50px, 8.475vw, 65px);
}
@media (min-width: 768px) {
  #content .work-cta-section .work-cta-col {
    padding: clamp(45px, 5vw, 72px) clamp(20px, 2.083vw, 30px) clamp(50px, 4.514vw, 65px);
  }
}
#content .work-cta-section .work-cta-col p {
  font-size: clamp(16px, 1.25vw, 18px);
  max-width: 480px;
  margin: 0 auto !important;
}
#content .work-alice-section {
  padding: clamp(50px, 7.895vw, 96px) 0 clamp(50px, 6.118vw, 93px);
}
@media (min-width: 981px) {
  #content .work-alice-section .main-sm-col {
    max-width: 610px;
  }
}
#content .work-journeys-section {
  padding: 0 0 clamp(50px, 7.895vw, 92px);
}
@media (max-width: 980px) {
  #content .work-journeys-section {
    margin-top: 0;
    padding: 35px 0 clamp(50px, 7.895vw, 92px);
  }
}
@media (max-width: 767px) {
  #content .work-journeys-section > .uagb-container-inner-blocks-wrap {
    gap: 25px;
  }
}
@media (max-width: 980px) {
  #content .work-journeys-section .work-journeys-title-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 479px) {
  #content .work-journeys-section .work-journeys-title-row {
    flex-wrap: wrap;
    gap: 13px;
  }
}
#content .work-journeys-section .work-journeys-title-row h2 {
  margin-bottom: 0 !important;
}
@media (max-width: 479px) {
  #content .work-journeys-section .work-journeys-title-row h2 {
    text-align: center;
  }
}
#content .work-journeys-section .journeys-prev {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .work-journeys-section .journeys-prev:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23ffffff"/></svg>');
  }
}
#content .work-journeys-section .journeys-next {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .work-journeys-section .journeys-next:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23ffffff"/></svg>');
  }
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__excerpt {
  margin-bottom: 27px;
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a {
  color: #000;
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23000000" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a:hover {
  color: #005191;
}
#content .work-journeys-section .wp-block-post .wp-block-post-excerpt__more-text a:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23005191" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
}
#content .work-dashboard-iframe iframe {
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1.45;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 981px) {
  #content .page-hero-section.about-hero-section .page-hero-wrap {
    max-width: 52%;
  }
}
@media (min-width: 981px) {
  #content .page-hero-section.about-hero-section p {
    max-width: 84%;
    margin-left: 0 !important;
  }
}
#content .about-2col-section {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(50px, 7.895vw, 100px);
}
#content .about-2col-section > .uagb-container-inner-blocks-wrap {
  flex-direction: column-reverse;
}
@media (min-width: 981px) {
  #content .about-2col-section > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  #content .about-2col-section > .uagb-container-inner-blocks-wrap {
    gap: 25px;
  }
}
#content .about-2col-section .about-2col-1-2 {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  #content .about-2col-section .about-2col-1-2 {
    max-width: 708px;
  }
}
#content .about-2col-section .about-2col-1-2 figure img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
}
#content .about-2col-section .about-2col-2-2 {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  #content .about-2col-section .about-2col-2-2 {
    align-items: flex-start;
    max-width: 586px;
  }
}
@media (max-width: 767px) {
  #content .about-2col-section .about-2col-2-2 {
    gap: 25px;
  }
}
@media (min-width: 981px) {
  #content .about-2col-section h2 {
    max-width: 500px;
  }
}
#content .about-2col-section p {
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  #content .about-2col-section p:last-of-type {
    margin-bottom: 0 !important;
  }
}
#content .about-2col-section figure {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  #content .about-2col-section figure {
    text-align: center;
    max-width: 80%;
  }
}
@media (max-width: 479px) {
  #content .about-2col-section figure {
    max-width: 100%;
  }
}
#content .about-2col-section.about-2col-img-right > .uagb-container-inner-blocks-wrap {
  flex-direction: column;
}
@media (min-width: 981px) {
  #content .about-2col-section.about-2col-img-right > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
@media (min-width: 981px) {
  #content .about-2col-section.about-2col-img-right .about-2col-2-2 {
    max-width: 610px;
  }
}
#content .about-mission-section {
  padding: clamp(50px, 7.895vw, 88px) 0 clamp(50px, 7.895vw, 96px);
}
#content .about-mission-section h2 {
  max-width: 1100px;
}
#content .about-mission-section p {
  max-width: 1075px;
}
#content .about-leader-section h2 {
  max-width: 100%;
}
#content .mission-section {
  padding: clamp(50px, 7.895vw, 120px) 0;
}
@media (min-width: 981px) {
  #content .mission-section .mission-inner-wrap {
    max-width: 74%;
  }
}
#content .mission-section h4 {
  margin-left: 0 !important;
}
#content .about-releases-section > .uagb-container-inner-blocks-wrap {
  row-gap: clamp(25px, 3.117vw, 53px);
}
#content .about-releases-section .wp-block-uagb-container {
  padding: 0;
}
#content .about-releases-section h2 {
  font-size: clamp(40px, 6.519vw, 50px);
}
@media (min-width: 981px) {
  #content .about-releases-section h2 {
    font-size: clamp(50px, 5.556vw, 80px);
  }
}
@media (min-width: 768px) {
  #content .about-releases-section .view-all-btn {
    justify-content: flex-end;
    margin-bottom: 12px;
  }
}
#content .about-career-section > .uagb-container-inner-blocks-wrap {
  flex-direction: column-reverse;
}
@media (min-width: 981px) {
  #content .about-career-section > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  #content .about-career-section > .uagb-container-inner-blocks-wrap {
    gap: 25px;
  }
}
#content .about-career-section .about-careers-1-2 {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  #content .about-career-section .about-careers-1-2 {
    max-width: 610px;
  }
}
@media (max-width: 767px) {
  #content .about-career-section .about-careers-1-2 {
    gap: 25px;
  }
}
#content .about-career-section .about-careers-2-2 {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  #content .about-career-section .about-careers-2-2 {
    max-width: 708px;
  }
}
#content .about-career-section figure {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  #content .about-career-section figure {
    text-align: center;
    max-width: 80%;
  }
}
@media (max-width: 479px) {
  #content .about-career-section figure {
    max-width: 100%;
  }
}
#content .about-career-section h2 {
  font-size: clamp(40px, 6.519vw, 50px);
}
@media (min-width: 981px) {
  #content .about-career-section h2 {
    font-size: clamp(50px, 5.556vw, 80px);
  }
}
#content .about-career-section p {
  font-size: clamp(16px, 1.25vw, 18px);
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  #content .about-career-section p:last-of-type {
    margin-bottom: 0 !important;
  }
}
#content .about-our-culture-section {
  overflow: hidden;
}
#content .about-our-culture-section::before {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 586px;
  max-height: 100%;
  background-image: url("/wp-content/uploads/2023/08/We-Stand-Up-for-Every-Person.png");
  background-size: cover;
  background-position: left center;
}
@media (max-width: 1439px) {
  #content .about-our-culture-section::before {
    max-width: 520px;
  }
}
@media (max-width: 1199px) {
  #content .about-our-culture-section::before {
    max-width: 440px;
  }
}
@media (max-width: 980px) {
  #content .about-our-culture-section::before {
    max-width: 100%;
  }
}
#content .about-our-culture-section h2 {
  font-size: 88px !important;
}
@media (max-width: 1439px) {
  #content .about-our-culture-section h2 {
    font-size: 77px !important;
  }
}
@media (max-width: 1199px) {
  #content .about-our-culture-section h2 {
    font-size: 66px !important;
  }
}
@media (max-width: 980px) {
  #content .about-our-culture-section h2 {
    font-size: 55px !important;
  }
}
@media (max-width: 767px) {
  #content .about-our-culture-section h2 {
    font-size: 44px !important;
  }
}
@media (max-width: 479px) {
  #content .about-our-culture-section h2 {
    font-size: 36px !important;
  }
}
#content .about-join-section {
  padding: clamp(50px, 4.156vw, 64px) 0 clamp(50px, 7.895vw, 96px);
}
#content .about-join-section h2 {
  font-size: 88px !important;
}
@media (max-width: 1439px) {
  #content .about-join-section h2 {
    font-size: 77px !important;
  }
}
@media (max-width: 1199px) {
  #content .about-join-section h2 {
    font-size: 66px !important;
  }
}
@media (max-width: 980px) {
  #content .about-join-section h2 {
    font-size: 55px !important;
  }
}
@media (max-width: 767px) {
  #content .about-join-section h2 {
    font-size: 44px !important;
  }
}
@media (max-width: 479px) {
  #content .about-join-section h2 {
    font-size: 36px !important;
  }
}
#content .about-join-section > .uagb-container-inner-blocks-wrap {
  flex-direction: column;
}
@media (min-width: 981px) {
  #content .about-join-section > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
@media (max-width: 980px) {
  #content .about-join-section > .uagb-container-inner-blocks-wrap {
    justify-content: center;
    text-align: center;
  }
}
#content .about-join-section .about-join-1-2 {
  max-width: 100%;
}
@media (min-width: 981px) {
  #content .about-join-section .about-join-1-2 {
    max-width: 488px;
  }
}
#content .about-join-section .about-join-2-2 {
  max-width: 100%;
}
@media (min-width: 981px) {
  #content .about-join-section .about-join-2-2 {
    max-width: 708px;
  }
}
@media (max-width: 980px) {
  #content .about-join-section .wp-block-social-links {
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  #content .about-join-section .wp-block-social-links {
    gap: 16px;
  }
}
#content .about-join-section .wp-social-link {
  height: clamp(40px, 6.25vw, 64px);
  width: clamp(40px, 6.25vw, 64px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .about-join-section .wp-social-link svg {
  height: clamp(24px, 3.516vw, 36px);
  width: clamp(24px, 3.516vw, 36px);
}
@media (min-width: 981px) {
  #content .page-hero-section.team-hero-section .page-hero-wrap {
    max-width: 35%;
  }
}
#content .team-top-section {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(25px, 3.947vw, 60px);
}
#content .leader-main-section {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(25px, 5.195vw, 80px);
}
#content .leader-main-section > .uagb-container-inner-blocks-wrap {
  max-width: 1196px;
}
#content .leader-main-section h2 {
  margin-bottom: 0 !important;
}
#content .team-bottom-section {
  padding: clamp(25px, 3.947vw, 60px) 0 clamp(50px, 7.895vw, 119px);
}
#content .team-bottom-section > .uagb-container-inner-blocks-wrap {
  gap: 30px;
}
#content .team-bottom-section .team-title-row {
  margin-bottom: 34px;
}
#content .leader-item {
  overflow: hidden;
}
@media (max-width: 980px) {
  #content .leader-item {
    flex-direction: column;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  #content .leader-item {
    flex-direction: column;
    max-width: 480px;
  }
}
#content .leader-item .leader-img-col {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 981px) {
  #content .leader-item .leader-img-col {
    width: 100%;
    max-width: 342px;
  }
}
#content .leader-item .leader-img-col .wp-block-uagb-image {
  width: 100%;
  height: 100%;
  margin-right: 0;
}
#content .leader-item .leader-img-col .wp-block-uagb-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
#content .leader-item .leader-img-col .wp-block-uagb-image figure {
  width: 100%;
}
@media (max-width: 980px) {
  #content .leader-item .leader-img-col .wp-block-uagb-image figure {
    aspect-ratio: 1.0666666667;
  }
}
#content .leader-item .leader-content-col {
  max-width: 100%;
  padding: 30px 25px !important;
}
@media (min-width: 768px) {
  #content .leader-item .leader-content-col {
    padding: clamp(22px, 2.5vw, 32px) clamp(22px, 2.5vw, 32px) clamp(22px, 2.5vw, 32px) clamp(30px, 3.125vw, 40px) !important;
  }
}
@media (min-width: 981px) {
  #content .leader-item .leader-content-col {
    max-width: 852px;
    width: 100%;
  }
}
#content .leader-item .leader-content-col .leader-item-content-top {
  position: relative;
  height: 100%;
  max-height: 292px;
  overflow: hidden;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  #content .leader-item .leader-content-col .leader-item-content-top {
    flex-wrap: nowrap;
  }
}
#content .leader-item .leader-content-col .leader-item-content-top::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
}
#content .leader-item .leader-content-col .leader-item-content-top p {
  margin-bottom: 0.9em;
}
#content .leader-item .leader-content-col .leader-item-content-top p:last-of-type {
  margin-bottom: 0;
}
#content .leader-item .leader-content-col .leader-item-title-wrap {
  padding-bottom: 22px;
}
#content .leader-item .leader-content-col .leader-item-title-wrap .wp-block-heading {
  font-size: clamp(32px, 5.215vw, 40px) !important;
}
#content .leader-item .leader-content-col .leader-item-btn-modal {
  margin-top: 26px;
}
#content .leader-item .leader-content-col .leader-item-btn-modal .uagb-modal-content-wrapper {
  display: flex;
  align-items: center;
}
#content .leader-item .leader-content-col .leader-item-btn-modal .uagb-modal-button-link {
  padding: 0;
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: initial;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  #content .leader-item .leader-content-col .leader-item-btn-modal .uagb-modal-button-link {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .leader-item .leader-content-col .leader-item-btn-modal .uagb-modal-button-link {
    font-size: 16px !important;
  }
}
#content .leader-item .leader-content-col .leader-item-btn-modal svg {
  margin-left: 5px;
  transition: all 0.3s ease;
}
#content .leader-item .leader-content-col .wp-block-uagb-buttons {
  line-height: 1;
}
#content .leader-item .leader-content-col .wp-block-uagb-buttons .wp-block-button__link {
  padding: 0;
}
#content .leader-item .leader-content-col .wp-block-uagb-buttons .uagb-button__link {
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: initial;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  #content .leader-item .leader-content-col .wp-block-uagb-buttons .uagb-button__link {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .leader-item .leader-content-col .wp-block-uagb-buttons .uagb-button__link {
    font-size: 16px !important;
  }
}
#content .leader-item .leader-content-col .wp-block-uagb-buttons .uagb-button__icon {
  margin-left: 5px;
  transition: all 0.3s ease;
}
#content .leader-item .leader-content-col .uagb-buttons__wrap {
  justify-content: flex-start;
}
#content .board-main-section {
  padding: clamp(25px, 5.195vw, 80px) 0 clamp(50px, 7.895vw, 120px);
}
#content .board-main-section > .uagb-container-inner-blocks-wrap {
  max-width: 1196px;
}
@media (max-width: 767px) {
  #content .board-main-section > .uagb-container-inner-blocks-wrap {
    max-width: 480px;
  }
}
#content .board-main-section h2 {
  margin-bottom: 0 !important;
}
#content .board-main-section .cabinet-title-row {
  padding-bottom: 23px;
}
#content .board-main-section .leader-exec-item {
  overflow: hidden;
}
@media (min-width: 768px) {
  #content .board-main-section .leader-exec-item {
    max-width: calc(50% - 12px);
  }
}
@media (min-width: 981px) {
  #content .board-main-section .leader-exec-item {
    max-width: calc(33.333% - 16px);
  }
}
#content .board-main-section .leader-exec-item .wp-block-uagb-image {
  position: relative;
  width: 100%;
  padding-top: 94.1%;
  overflow: hidden;
}
#content .board-main-section .leader-exec-item .wp-block-uagb-image figure {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#content .board-main-section .leader-exec-item .wp-block-uagb-image img {
  width: 100%;
  height: 100%;
}
#content .board-main-section .leader-exec-item-content {
  padding: 24px;
}
#content .board-main-section .leader-exec-item-content .wp-block-heading {
  font-size: clamp(32px, 3.125vw, 40px) !important;
}
#content .board-main-section .leader-exec-item-pos {
  font-family: "League Gothic", sans-serif;
  font-size: 24px !important;
}
@media (max-width: 980px) {
  #content .board-main-section .leader-exec-item-pos {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  #content .board-main-section .leader-exec-item-pos {
    font-size: 20px !important;
  }
}
#content .board-main-section .leader-non-exec-wrap .uagb-icon-list__wrap {
  gap: 19px;
}
#content .board-main-section .leader-non-exec-wrap .wp-block-uagb-icon-list-child {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0;
}
#content .board-main-section .leader-non-exec-wrap .wp-block-uagb-icon-list-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
#content .board-main-section .leader-non-exec-wrap .uagb-icon-list__label {
  font-size: clamp(16px, 1.406vw, 18px);
  color: #5C5C5C;
}
#content .board-main-section .leader-non-exec-wrap .uagb-icon-list__label br {
  display: none;
}
#content .board-main-section .leader-non-exec-wrap .uagb-icon-list__label strong {
  font-size: clamp(18px, 1.719vw, 22px);
  display: block;
  letter-spacing: 0.264px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
#content .committees-acc-section {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(50px, 7.895vw, 160px);
}
#content .committees-acc-section > .uagb-container-inner-blocks-wrap {
  max-width: 1196px;
}
@media (max-width: 980px) {
  #content .committees-acc-section > .uagb-container-inner-blocks-wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #content .committees-acc-section > .uagb-container-inner-blocks-wrap {
    gap: 30px;
  }
}
#content .committees-acc-section h2 {
  margin-bottom: 0 !important;
}
.uagb-modal-popup .uagb-modal-popup-wrap {
  width: 90% !important;
  max-width: 1440px !important;
}
@media (min-height: 700px) and (min-width: 768px) {
  .uagb-modal-popup .uagb-modal-popup-wrap {
    max-height: 640px !important;
  }
}
@media (max-width: 767px) {
  .uagb-modal-popup .uagb-modal-popup-wrap {
    max-width: 480px !important;
  }
}
.uagb-modal-popup .uagb-modal-popup-content {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.uagb-modal-popup.active .uagb-modal-popup-close {
  top: 10px !important;
  right: 10px !important;
  fill: #848484 !important;
}
.uagb-modal-popup .leader-item-modal {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .uagb-modal-popup .leader-item-modal {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.uagb-modal-popup .leader-item-modal .leader-img-col {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  .uagb-modal-popup .leader-item-modal .leader-img-col {
    width: 100%;
    max-width: 520px;
  }
}
.uagb-modal-popup .leader-item-modal .leader-img-col .wp-block-uagb-image {
  width: 100%;
  height: 100%;
  margin-right: 0;
}
.uagb-modal-popup .leader-item-modal .leader-img-col .wp-block-uagb-image figure {
  width: 100%;
}
@media (max-width: 767px) {
  .uagb-modal-popup .leader-item-modal .leader-img-col .wp-block-uagb-image figure {
    aspect-ratio: 1.1;
  }
}
.uagb-modal-popup .leader-item-modal .leader-img-col .wp-block-uagb-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.uagb-modal-popup .leader-item-modal .leader-content-col {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  padding: 0 25px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #eee rgba(0, 0, 0, 0.03);
  scrollbar-width: thin;
}
.uagb-modal-popup .leader-item-modal .leader-content-col::-webkit-scrollbar {
  width: 6px;
}
.uagb-modal-popup .leader-item-modal .leader-content-col::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.03);
}
.uagb-modal-popup .leader-item-modal .leader-content-col::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.uagb-modal-popup .leader-item-modal .leader-content-col::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 6px;
  height: 6px;
}
@media (min-width: 768px) {
  .uagb-modal-popup .leader-item-modal .leader-content-col {
    margin: clamp(30px, 3.203125vw, 41px) 10px clamp(30px, 3.203125vw, 41px) 0;
    padding: 0 clamp(30px, 2.5vw, 58px) 0 clamp(30px, 5vw, 64px) !important;
  }
}
.uagb-modal-popup .leader-item-modal .leader-content-col .leader-item-title-wrap .wp-block-heading {
  font-size: 56px !important;
}
@media (max-width: 1439px) {
  .uagb-modal-popup .leader-item-modal .leader-content-col .leader-item-title-wrap .wp-block-heading {
    font-size: 52px !important;
  }
}
@media (max-width: 1199px) {
  .uagb-modal-popup .leader-item-modal .leader-content-col .leader-item-title-wrap .wp-block-heading {
    font-size: 48px !important;
  }
}
@media (max-width: 980px) {
  .uagb-modal-popup .leader-item-modal .leader-content-col .leader-item-title-wrap .wp-block-heading {
    font-size: 44px !important;
  }
}
@media (max-width: 767px) {
  .uagb-modal-popup .leader-item-modal .leader-content-col .leader-item-title-wrap .wp-block-heading {
    font-size: 40px !important;
  }
}
@media (max-width: 479px) {
  .uagb-modal-popup .leader-item-modal .leader-content-col .leader-item-title-wrap .wp-block-heading {
    font-size: 36px !important;
  }
}
.uagb-modal-popup .leader-item-modal .leader-content-col p {
  margin-bottom: 0.9em;
  color: #5C5C5C;
}
.uagb-modal-popup .leader-item-modal .leader-content-col p:last-of-type {
  margin-bottom: 0;
}
#content .page-hero-section.get-involved-hero-section .page-hero-wrap p {
  max-width: 590px;
}
@media (max-width: 980px) {
  #content .page-hero-section.get-involved-hero-section .page-hero-wrap p {
    max-width: 490px;
  }
}
#content .get-involved-difference-section {
  padding: clamp(45px, 8.1967213115vw, 100px) 0 clamp(50px, 8.1967213115vw, 100px) !important;
}
#content .get-involved-difference-section .uagb-container-inner-blocks-wrap > h2 {
  letter-spacing: -0.5px;
}
@media (max-width: 980px) {
  #content .get-involved-difference-section .uagb-container-inner-blocks-wrap > h2 {
    margin-bottom: 27px !important;
  }
}
@media (max-width: 767px) {
  #content .get-involved-difference-section .uagb-container-inner-blocks-wrap > h2 {
    margin-bottom: 13px !important;
  }
}
#content .get-involved-difference-section .uagb-container-inner-blocks-wrap > p {
  max-width: 950px;
  margin-bottom: clamp(25px, 4.8611111111vw, 70px) !important;
}
@media (max-width: 1199px) {
  #content .get-involved-difference-cards {
    flex-wrap: wrap;
  }
}
#content .get-involved-difference-cards .difference-card-item {
  padding: 40px;
}
@media (max-width: 1199px) {
  #content .get-involved-difference-cards .difference-card-item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 980px) {
  #content .get-involved-difference-cards .difference-card-item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #content .get-involved-difference-cards .difference-card-item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #content .get-involved-difference-cards .difference-card-item {
    padding: 20px;
  }
}
@media (max-width: 980px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-header {
    margin-bottom: 15px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
#content .get-involved-difference-cards .difference-card-item .card-item-header .wp-block-image {
  max-width: clamp(60px, 6.6666666667vw, 96px);
}
#content .get-involved-difference-cards .difference-card-item .card-item-header .wp-block-heading {
  font-size: 56px !important;
  letter-spacing: -0.3px;
}
@media (max-width: 1439px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-header .wp-block-heading {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-header .wp-block-heading {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-header .wp-block-heading {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-header .wp-block-heading {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-header .wp-block-heading {
    font-size: 30px !important;
  }
}
@media (max-width: 1439px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-header .wp-block-heading {
    margin-bottom: 0 !important;
  }
}
#content .get-involved-difference-cards .difference-card-item .card-item-body p {
  font-size: 18px !important;
}
@media (max-width: 980px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-body p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .get-involved-difference-cards .difference-card-item .card-item-body p {
    font-size: 16px !important;
  }
}
#content .get-involved-difference-cards .difference-card-item .card-item-body p:not(:last-child) {
  margin-bottom: 1em;
}
#content .get-involved-difference-cards .difference-card-item .card-item-body ul {
  width: auto;
  margin: 0 0 1.5em 2em;
}
@media (max-width: 980px) {
  #content .get-involved-form-section .get-involved-form-header {
    flex-direction: column;
    margin-bottom: 40px !important;
    gap: 0;
  }
}
@media (max-width: 767px) {
  #content .get-involved-form-section .get-involved-form-header {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 980px) {
  #content .get-involved-form-section .get-involved-form-header .form-header-left, #content .get-involved-form-section .get-involved-form-header .form-header-right {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}
#content .get-involved-form-section .get-involved-form-header h2 {
  max-width: 570px;
}
@media (max-width: 980px) {
  #content .get-involved-form-section .get-involved-form-header h2 {
    max-width: 100%;
    margin-bottom: 27px !important;
  }
}
@media (max-width: 767px) {
  #content .get-involved-form-section .get-involved-form-header h2 {
    margin-bottom: 13px !important;
  }
}
#content .get-involved-form-section .get-involved-form-header p {
  padding-left: 100px;
}
@media (max-width: 1439px) {
  #content .get-involved-form-section .get-involved-form-header p {
    padding-left: 0;
  }
}
#content .get-involved-form-section .get-involved-form-body {
  padding: clamp(20px, 5.3333333333vw, 64px);
}
#content .involved-top-section p a {
  font-weight: 500;
  white-space: nowrap;
}
#content .involved-top-section .involved-top-items-wrap {
  margin-top: clamp(40px, 5.195vw, 79px) !important;
}
@media (max-width: 1440px) {
  #content .involved-top-section .involved-top-items-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#content .involved-top-section .involved-top-item {
  position: relative;
  transition: all 0.3s ease;
  padding: 22px 30px 23px 30px;
  width: auto;
}
@media (min-width: 981px) {
  #content .involved-top-section .involved-top-item {
    padding: clamp(16px, 1.337vw, 22px) clamp(30px, 2.907vw, 50px) clamp(17px, 1.337vw, 23px) clamp(20px, 2.326vw, 40px);
  }
}
@media (max-width: 980px) {
  #content .involved-top-section .involved-top-item {
    max-width: 295px;
    width: 100%;
  }
}
#content .involved-top-section .involved-top-item:hover {
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.08);
  border-color: #fff;
  background: #fff;
}
#content .involved-top-section .involved-top-item > .wp-block-uagb-container {
  flex-wrap: nowrap;
}
@media (max-width: 980px) {
  #content .involved-top-section .involved-top-item > .wp-block-uagb-container {
    justify-content: center;
  }
}
#content .involved-top-section .involved-top-item .wp-block-heading {
  font-size: 30px !important;
  max-width: fit-content;
}
@media (min-width: 981px) {
  #content .involved-top-section .involved-top-item .wp-block-heading {
    font-size: clamp(24px, 2.469vw, 40px) !important;
    font-size: clamp(24px, 2.4691358025vw, 40px) !important;
    font-size: clamp(24px, 2.3529411765vw, 40px) !important;
    max-width: calc(100% - 64px);
  }
}
#content .involved-top-section .involved-top-item .wp-block-uagb-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content .involved-top-section .involved-top-item .wp-block-uagb-buttons * {
  width: 100%;
  height: 100%;
  background: transparent !important;
}
#content .involved-top-section .involved-top-item .wp-block-uagb-buttons .uagb-buttons__wrap {
  display: flex;
}
#content .involved-top-section .involved-top-item .wp-block-uagb-buttons .uagb-buttons__wrap a {
  font-size: 0 !important;
}
@media (max-width: 980px) {
  #content #volunteer .uagb-container-inner-blocks-wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #content #volunteer .uagb-container-inner-blocks-wrap {
    gap: 25px;
  }
}
#content #volunteer .main-2col-section {
  align-items: flex-start;
}
@media (max-width: 980px) {
  #content #volunteer .main-2col-section {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #content #volunteer .main-2col-section {
    row-gap: 12px;
  }
}
@media (min-width: 981px) {
  #content #volunteer .main-2col-section .main-big-col {
    max-width: 703px;
    margin-top: 60px;
  }
}
@media (min-width: 981px) {
  #content #volunteer .main-2col-section .main-sm-col {
    margin-bottom: 0.8%;
  }
}
@media (max-width: 980px) {
  #content #impact-groups .uagb-container-inner-blocks-wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #content #impact-groups .uagb-container-inner-blocks-wrap {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  #content #impact-groups .involved-impact-top-row {
    gap: 0;
  }
}
#content #impact-groups .involved-impact-top-row h2 {
  max-width: 670px;
}
@media (min-width: 768px) {
  #content #impact-groups .involved-impact-top-row h4 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  #content #impact-groups .involved-impact-top-row p {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 980px) {
  #content #impact-groups .involved-impact-bottom-row {
    justify-content: center;
  }
}
#content #impact-groups .involved-impact-item {
  max-width: calc(50% - 12px);
}
@media (max-width: 1199px) {
  #content #impact-groups .involved-impact-item {
    max-width: 708px;
    margin: 0 auto;
  }
}
#content #impact-groups .involved-impact-item .wp-block-heading {
  font-size: clamp(30px, 5.215vw, 40px) !important;
}
@media (min-width: 981px) {
  #content #impact-groups .involved-impact-item .wp-block-heading {
    font-size: clamp(30px, 2.597vw, 40px) !important;
  }
}
#content #impact-groups .involved-impact-item p {
  font-size: clamp(16px, 3vw, 18px);
}
@media (min-width: 981px) {
  #content #impact-groups .involved-impact-item p {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
#content .faq-main-section {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(90px, 13.889vw, 225px);
}
#content .faq-main-section .faq-module .uagb-faq-item {
  margin-bottom: clamp(16px, 2.353vw, 32px);
}
#content .faq-main-section .faq-module .uagb-faq-item:last-child {
  margin-bottom: 0;
}
#content .faq-main-section .faq-module .uagb-faq-item .uagb-faq-questions {
  transition: all 0.3s;
  padding: 0 0 clamp(15px, 2.206vw, 30px);
}
#content .faq-main-section .faq-module .uagb-faq-item .uagb-question {
  font-size: clamp(26px, 4.118vw, 56px);
}
#content .faq-main-section .faq-module .uagb-faq-item .uagb-faq-content {
  font-size: clamp(16px, 1.324vw, 18px);
  letter-spacing: 0.02em;
  padding: 0 0 clamp(15px, 2.206vw, 30px);
}
#content .faq-main-section .faq-module .uagb-faq-item.uagb-faq-item-active .uagb-faq-questions {
  padding-bottom: clamp(12px, 1.765vw, 24px);
}
#content .faq-main-section .faq-module .uagb-faq-item .uagb-faq-icon-wrap {
  padding: clamp(5px, 1.029vw, 14px);
}
#content .involved-3img-main-section {
  padding: 0;
}
#content .involved-corporate-section {
  padding: clamp(50px, 6.316vw, 96px) 0 clamp(50px, 6.316vw, 70px) !important;
}
@media (max-width: 980px) {
  #content .involved-corporate-section {
    flex-direction: column;
  }
}
@media (min-width: 981px) {
  #content .involved-corporate-section .main-big-col {
    margin-top: 0.6%;
  }
}
#content .involved-corporate-section .main-big-col a {
  color: inherit;
}
#content .involved-corporate-section .main-big-col a:hover {
  text-decoration: none;
}
#content .involved-3img-section {
  padding: 0 0 clamp(50px, 7.895vw, 96px) !important;
}
#content .involved-impact-section .involved-impact-item {
  overflow: hidden;
}
@media (max-width: 767px) {
  #content .involved-impact-section .involved-impact-item-left {
    max-height: 350px;
  }
}
@media (max-width: 479px) {
  #content .involved-impact-section .involved-impact-item-left {
    max-height: 250px;
  }
}
#content .involved-impact-section .involved-impact-item-left * {
  height: 100%;
  width: 100%;
}
#content .involved-impact-section .involved-impact-item-left img {
  object-fit: cover;
}
#content .involved-impact-section .involved-impact-item-right {
  padding: 24px;
}
#content #emerging-leaders {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(50px, 7.895vw, 96px);
}
@media (min-width: 981px) {
  #content #advocacy h2 {
    max-width: 88%;
  }
}
#content #events .featured-events-title-row {
  margin-bottom: 48px !important;
}
@media (max-width: 980px) {
  #content #events .featured-events-title-row {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  #content #events .featured-events-title-row {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 980px) {
  #content #events .featured-events-title-row h2 {
    margin-bottom: 0 !important;
  }
}
#content .involved-donation-section .involved-donation-row {
  padding: clamp(50px, 8.163vw, 80px) clamp(25px, 4.082vw, 40px);
}
#content .involved-donation-section h4:before {
  background: #94D4FF;
}
#content .involved-donation-section h2 {
  max-width: 655px;
}
@media (max-width: 767px) {
  #content .involved-donation-section p {
    margin-bottom: 18px !important;
  }
}
@media (max-width: 980px) {
  #content .involved-bottom-section .uagb-container-inner-blocks-wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #content .involved-bottom-section .uagb-container-inner-blocks-wrap {
    gap: 25px;
  }
}
@media (min-width: 981px) {
  #content .involved-bottom-section .main-big-col {
    margin-top: 0.6%;
  }
}
@media (max-width: 980px) {
  #content .involved-bottom-section .main-2col-section {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  #content .involved-bottom-section .main-2col-section {
    gap: 12px;
  }
}
#content .involved-tabs-section {
  padding: 0 0 clamp(50px, 7.895vw, 120px);
}
#content .involved-tabs-section .wp-block-uagb-tabs {
  margin: 0;
}
#content .involved-tabs-section .uagb-tabs__panel {
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#content .involved-tabs-section .uagb-tabs__panel .uagb-tab {
  font-family: "League Gothic", sans-serif;
  font-size: clamp(32px, 4.375vw, 56px);
  line-height: 110%;
  margin: 0;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#content .involved-tabs-section .uagb-tabs__panel .uagb-tab a {
  display: block;
  padding: 17px 8px 15px;
}
#content .involved-tabs-section .uagb-tabs__body-wrap {
  background: #005191;
  color: #fff;
  padding: clamp(29px, 5vw, 49px) clamp(20px, 4.082vw, 40px) clamp(36px, 5.714vw, 56px);
  border-radius: 0 0 12px 12px;
}
#content .involved-tabs-section .uagb-tabs__body-container {
  padding: 0;
}
#content .involved-tabs-section .uagb-tabs__body-container ul {
  margin: 0 0 0 28px;
}
#content .involved-tabs-section .uagb-tabs__body-container ul li {
  margin-bottom: 20px;
}
#content .involved-tabs-section .uagb-tabs__body-container ul li:last-child {
  margin-bottom: 0;
}
#content .involved-3col-section {
  padding: 0 0 clamp(50px, 7.895vw, 120px);
}
@media (max-width: 980px) {
  #content .involved-3col-section .uagb-container-inner-blocks-wrap {
    flex-direction: column;
  }
}
#content .involved-3col-section .involved-3col-item {
  padding: 32px;
}
@media (min-width: 981px) {
  #content .involved-3col-section .involved-3col-item {
    padding: clamp(20px, 2.051vw, 32px);
  }
}
@media (max-width: 980px) {
  #content .involved-3col-section .involved-3col-item {
    max-width: 450px;
    margin: 0 auto;
  }
}
#content .involved-3col-section .involved-3col-item .wp-block-heading {
  font-size: clamp(32px, 2.564vw, 40px) !important;
}
#content .involved-3col-section .involved-3col-item ul {
  margin-left: 28px !important;
}
#content .involved-3col-section .involved-3col-item ul li {
  font-size: clamp(16px, 1.25vw, 18px);
}
#content .involved-3col-section .involved-3col-item p {
  font-size: 14px !important;
  letter-spacing: 0.015em;
  line-height: 1.32 !important;
}
@media (min-width: 981px) {
  #content .involved-3col-section .involved-3col-item p {
    font-size: clamp(14px, 1.026vw, 16px) !important;
  }
}
#content #women-united {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(50px, 7.895vw, 96px);
}
#content #women-united p {
  font-size: clamp(16px, 1.25vw, 18px);
}
#content .involved-ignite-section {
  padding: clamp(35px, 4.444vw, 64px);
}
@media (max-width: 767px) {
  #content .involved-ignite-section .involved-ignite-title-row {
    gap: 0;
  }
}
@media (min-width: 981px) {
  #content .involved-ignite-section .involved-ignite-col {
    max-width: 616px;
  }
}
#content .involved-ignite-section p, #content .involved-ignite-section li {
  font-size: clamp(16px, 1.25vw, 18px);
}
#content #mission-united {
  padding: clamp(50px, 7.895vw, 120px) 0;
}
@media (max-width: 767px) {
  #content #mission-united > .uagb-container-inner-blocks-wrap {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  #content #mission-united h4 {
    margin-bottom: 0 !important;
  }
}
#content #mission-united .wp-block-button {
  max-width: 220px;
  width: 100%;
}
#content #mission-united .wp-block-button a {
  width: 100%;
}
#content .involved-menu-section {
  padding: clamp(50px, 6.316vw, 96px) 0;
}
#content .involved-menu-section .involved-menu-item {
  padding: 22px 22px 21px 22px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #content .involved-menu-section .involved-menu-item {
    max-width: calc(50% - 12px);
  }
}
@media (min-width: 981px) {
  #content .involved-menu-section .involved-menu-item {
    max-width: calc(33.333% - 16px);
  }
}
@media (min-width: 981px) and (max-width: 1240px) {
  #content .involved-menu-section .involved-menu-item {
    flex-direction: column;
    justify-content: start;
    gap: 0;
  }
}
#content .involved-menu-section .involved-menu-item:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-color: #fff;
}
#content .involved-menu-section .involved-menu-item > .uagb-container-inner-blocks-wrap {
  position: static;
}
#content .involved-menu-section .involved-menu-item .wp-block-heading {
  font-size: 40px !important;
  margin-top: 6px !important;
}
@media (max-width: 1439px) {
  #content .involved-menu-section .involved-menu-item .wp-block-heading {
    font-size: 38px !important;
  }
}
@media (max-width: 1199px) {
  #content .involved-menu-section .involved-menu-item .wp-block-heading {
    font-size: 36px !important;
  }
}
@media (max-width: 980px) {
  #content .involved-menu-section .involved-menu-item .wp-block-heading {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #content .involved-menu-section .involved-menu-item .wp-block-heading {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  #content .involved-menu-section .involved-menu-item .wp-block-heading {
    font-size: 28px !important;
  }
}
#content .involved-menu-section .involved-menu-item p {
  font-size: clamp(16px, 1.25vw, 18px) !important;
}
#content .involved-menu-section .involved-menu-left {
  max-width: 56px;
}
#content .involved-menu-section .involved-menu-right {
  position: unset;
  max-width: calc(100% - 72px);
  gap: 15px;
}
@media (min-width: 981px) and (max-width: 1240px) {
  #content .involved-menu-section .involved-menu-right {
    max-width: 100%;
  }
}
#content .involved-menu-section .involved-menu-right > .uagb-container-inner-blocks-wrap {
  position: static;
}
#content .involved-menu-section figure {
  margin-bottom: 0;
}
#content .involved-menu-section .involved-menu-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content .involved-menu-section .involved-menu-link a {
  display: block;
  font-size: 0;
  opacity: 0;
  height: 100%;
}
body.post-type-archive-tribe_events #content {
  background: #F0F9FF;
}
body.post-type-archive-tribe_events #content .tribe-events {
  padding: clamp(50px, 7.895vw, 120px) 0 clamp(10px, 5.263vw, 80px);
  background-color: transparent !important;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-common-l-container {
  width: 90%;
  max-width: 1440px;
  min-height: auto;
  margin: 0 auto;
  padding: 0;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-view-loader {
  background-color: transparent !important;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header__messages {
  margin: 30px 0 0;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header__messages .tribe-events-c-messages__message svg {
  margin-right: 15px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header__messages .tribe-events-c-messages__message a {
  color: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header__messages .tribe-events-c-messages__message a:hover {
  color: #f57814;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header {
  margin: 0 0 64px;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header {
    flex-direction: column;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select {
  display: flex;
  align-items: center;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-title, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-title {
  margin: 0 17px 0 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  color: #000;
  letter-spacing: normal;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-title, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-title {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-title, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-title {
    font-size: 16px !important;
  }
}
@media (max-width: 420px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-title, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-title {
    display: none;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap {
  width: 160px;
  margin: 0;
  padding: 0;
  position: relative;
  user-select: none;
}
@media (max-width: 420px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap {
    width: 100% !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap.active .custom-select-list, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap.active .custom-select-list {
  display: block;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap.active .default-option::after, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap.active .default-option::after {
  transform: translateY(-50%) scale(-1);
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option {
  position: relative;
  height: 48px;
  padding: 10px 56px 8px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #848484;
  cursor: pointer;
  list-style: none;
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option {
    height: 40px;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option::after, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  line-height: 1;
  background-image: url('data:image/svg+xml,<svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" xml:space="preserve"><path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z" fill="%23005191"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option li, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option li a, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option li, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option li a {
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option li, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option li a, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option li, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option li a {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option li, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-wrap .default-option li a, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option li, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option li a {
    font-size: 16px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-list, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-list {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  padding: 8px 0;
  display: none;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.08);
  list-style: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-list, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-list {
    top: 46px;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-list li, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-list li {
  margin: 0;
  padding: 0;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-list li a, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-list li a {
  margin: 0;
  padding: 8px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-list li a, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-list li a {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-list li a, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-list li a {
    font-size: 16px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select-list li a:hover, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-list li a:hover {
  color: #fff;
  background-color: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #view-filter .custom-select .option, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter {
  width: auto;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap {
  width: 257px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header #period-filter .custom-select-wrap .default-option {
  padding: 10px 55px 8px 24px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__events-bar {
  margin: 0;
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__events-bar {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views {
    width: 100%;
    justify-content: flex-start;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-view-selector {
  width: auto;
}
@media (max-width: 420px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-view-selector {
    width: 100%;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-view-selector__button {
  display: none !important;
  visibility: hidden;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-view-selector__content {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  transform: none;
  display: block;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  flex: none;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 20px;
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 420px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar {
    flex-direction: column-reverse;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar__nav {
  display: none !important;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .view-all-btn a, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-button {
  padding: 15px 32px 13px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .view-all-btn a, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-button {
    padding: 12px 20px 10px;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .view-all-btn a {
  width: auto;
  display: inline-block !important;
  visibility: visible;
  margin-right: 0;
  border-width: 2px;
  border-style: solid;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .view-all-btn a::after {
  display: none;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker {
  flex: none;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-button {
  color: #fff;
  background: #005191;
  border: 2px solid #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-button:hover {
  background: transparent;
  color: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events.tribe-events-view--month .tribe-events-header .tribe-events-header__top-bar {
  flex-direction: row-reverse;
}
body.post-type-archive-tribe_events #content .tribe-events.tribe-events-view--month .tribe-events-calendar-month__calendar-event-datetime {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  line-height: 1.1;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 24px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
  margin: 0 0 40px;
  padding: 0;
  width: calc(33.333% - 16px);
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: 100%;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper {
  padding: 0;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
  font-size: 22px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  color: #539ED0;
  margin: 40px 0 !important;
  padding: 2px 0px 2px 16px;
  border-left: 2px solid #539ED0;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
    font-size: 20px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__month-separator:first-child {
  margin-top: 0 !important;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .month-separator-line {
  width: 100%;
  height: 1px;
  margin-left: 24px;
  background-color: #848484;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event:hover .events-image-wrapper img {
  transform: scale(1.1);
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event:hover .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title a {
  color: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .events-image-wrapper {
  position: relative;
  width: 100%;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .events-image-wrapper .tribe-events-calendar-list__event-featured-image-link {
  padding-bottom: 61.21%;
  position: relative;
  height: 0;
  overflow: hidden;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .events-image-wrapper .tribe-events-calendar-list__event-featured-image-wrapper {
  float: none;
  margin: 0;
  width: 100%;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .events-image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .events-image-wrapper .event-date {
  position: absolute;
  left: 0;
  top: 0;
  background: #FF443B;
  color: #fff;
  text-align: center;
  width: 72px;
  height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .events-image-wrapper .event-date .event-date-month {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .events-image-wrapper .event-date .event-date-day {
  font-family: "League Gothic", sans-serif;
  font-size: 56px;
  line-height: 110%;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
  padding: 24px 24px 75px;
  width: 100%;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-tags {
  margin-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-tags span {
  padding: 7px 9px 5px;
  color: #005191;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.21px;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid rgba(0, 81, 145, 0.6);
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title {
  font-size: 22px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.286px;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title {
    font-size: 20px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description {
  margin-top: 12px;
  display: block !important;
  visibility: visible;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description p {
  font-size: 18px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description p {
    font-size: 16px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .events-link-more {
  position: absolute;
  left: 24px;
  bottom: 21px;
  display: inline-block;
  margin-top: 30px;
  font-size: 18px !important;
  line-height: 1.167;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .events-link-more {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .events-link-more {
    font-size: 16px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .events-link-more svg {
  transition: all 0.3s ease;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .events-link-more:hover {
  color: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .events-link-more:hover svg path {
  fill: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .read-more {
  display: none !important;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header h3, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--desktop h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px !important;
  font-weight: 600;
}
@media (max-width: 1439px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header h3, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--desktop h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 1199px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header h3, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--desktop h3 {
    font-size: 26px !important;
  }
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header h3, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--desktop h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header h3, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--desktop h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 479px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__header h3, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--desktop h3 {
    font-size: 20px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__events h3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  color: #000;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-wrapper {
  height: 26px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar {
  background: transparent;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar {
  border-bottom-left-radius: 13px;
  border-top-left-radius: 13px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #D7EFFF;
  height: 26px;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--mobile {
  border-radius: 5px;
  border: 1px solid #005191;
  background-color: transparent;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__mobile-events-icon {
  background-color: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__mobile-events-icon--featured {
  background-color: transparent;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__mobile-events-icon--featured svg path {
  fill: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-c-day-marker__date {
  font-size: 22px !important;
  font-weight: 600;
  color: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  font-size: 22px !important;
  font-weight: 500;
}
@media (max-width: 784px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
    font-size: 14px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event-title {
  font-size: 24px !important;
}
@media (max-width: 784px) {
  body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event-title {
    font-size: 30px !important;
  }
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event-title a {
  color: #000;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event-title a:hover {
  color: #005191;
}
body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-list-nav, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-calendar-month-nav, body.post-type-archive-tribe_events #content .tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
body.post-type-archive-tribe_events #content .events-bottom-cta-section {
  padding: clamp(50px, 7.895vw, 120px) 0;
}
body.post-type-archive-tribe_events #content .events-bottom-cta-section h2 {
  max-width: 820px;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
  background-color: #fff;
  border: 1px solid #222;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tooltipster-content {
  font-family: "Roboto", sans-serif;
  padding: 15px;
  color: #000;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  margin-bottom: 10px;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-datetime time {
  font-size: 14px;
  line-height: 1.2;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-title {
  font-size: 22px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.286px;
}
@media (max-width: 980px) {
  body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-title {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-title {
    font-size: 20px !important;
  }
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-title a {
  color: #000;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-title a:hover {
  color: #005191;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-description {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-description .read-more {
  margin-top: 10px;
  display: inline-block;
  color: #000;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-description .read-more:hover {
  color: #005191;
}
body.single-tribe_events #tribe-events-pg-template {
  width: 90%;
  max-width: 1196px;
  padding: clamp(50px, 8.75vw, 105px) 0;
}
body.single-tribe_events #content #tribe-events-content {
  position: relative;
  z-index: 5;
}
body.single-tribe_events #content #tribe-events-content .hentry {
  margin-bottom: 0;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-back, body.single-tribe_events #content #tribe-events-content .tribe-events-notices, body.single-tribe_events #content #tribe-events-content .tribe-events-schedule {
  max-width: 952px;
  margin: 0 auto 22px;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-back ul, body.single-tribe_events #content #tribe-events-content .tribe-events-notices ul, body.single-tribe_events #content #tribe-events-content .tribe-events-schedule ul {
  list-style: none;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-title {
  max-width: 952px;
  margin: 0 auto 22px;
  font-size: 64px !important;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-title {
    font-size: 58px !important;
  }
}
@media (max-width: 1199px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-title {
    font-size: 52px !important;
  }
}
@media (max-width: 980px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-title {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-title {
    font-size: 40px !important;
  }
}
@media (max-width: 479px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-title {
    font-size: 34px !important;
  }
}
body.single-tribe_events #content #tribe-events-content .tribe-events-schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-schedule {
    gap: 5px;
  }
}
body.single-tribe_events #content #tribe-events-content .tribe-events-schedule h2, body.single-tribe_events #content #tribe-events-content .tribe-events-schedule .tribe-events-cost {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px !important;
}
@media (max-width: 1439px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-schedule h2, body.single-tribe_events #content #tribe-events-content .tribe-events-schedule .tribe-events-cost {
    font-size: 26px !important;
  }
}
@media (max-width: 1199px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-schedule h2, body.single-tribe_events #content #tribe-events-content .tribe-events-schedule .tribe-events-cost {
    font-size: 24px !important;
  }
}
@media (max-width: 980px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-schedule h2, body.single-tribe_events #content #tribe-events-content .tribe-events-schedule .tribe-events-cost {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-schedule h2, body.single-tribe_events #content #tribe-events-content .tribe-events-schedule .tribe-events-cost {
    font-size: 20px !important;
  }
}
@media (max-width: 479px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-schedule h2, body.single-tribe_events #content #tribe-events-content .tribe-events-schedule .tribe-events-cost {
    font-size: 18px !important;
  }
}
body.single-tribe_events #content #tribe-events-content .tribe-events-schedule .tribe-events-cost {
  margin: 0;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-event-image img {
  width: 100%;
  height: auto;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-description, body.single-tribe_events #content #tribe-events-content .tribe-common, body.single-tribe_events #content #tribe-events-content .tribe-events-single-section {
  width: 100%;
  max-width: 952px;
  margin: 0 auto 22px;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-description .event-cta-btn {
  margin: 20px 0;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-event-description .event-cta-btn a {
  padding: 15px 32px 13px;
}
body.single-tribe_events #content #tribe-events-content .tribe-common .tribe-events-c-subscribe-dropdown__button {
  padding: 0;
}
body.single-tribe_events #content #tribe-events-content .tribe-common .tribe-events-c-subscribe-dropdown__button svg {
  display: none;
}
body.single-tribe_events #content #tribe-events-content .tribe-common .tribe-events-c-subscribe-dropdown__button button {
  padding: 15px 32px 13px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
  color: #fff;
  background: #005191;
  border: 2px solid #005191;
}
body.single-tribe_events #content #tribe-events-content .tribe-common .tribe-events-c-subscribe-dropdown__button button:hover {
  background: transparent;
  color: #005191;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-section {
  margin-bottom: 0;
  gap: 50px;
}
@media (max-width: 479px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-section {
    flex-direction: column;
  }
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-single-section-title {
  font-size: 56px !important;
}
@media (max-width: 1439px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-single-section-title {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-single-section-title {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-single-section-title {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-single-section-title {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-single-section-title {
    font-size: 30px !important;
  }
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-meta-group-gmap {
  order: 10;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-meta-group-gmap, body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-venue-map {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  flex-basis: unset;
}
body.single-tribe_events #content #tribe-events-content .tribe-events-single-section .tribe-events-venue-map iframe {
  max-height: unset;
}
#content .culture-hero-section .page-hero-excerpt {
  max-width: 708px;
  margin-left: 0 !important;
}
@media (min-width: 981px) {
  #content .culture-non-section .main-sm-col {
    max-width: 585px;
  }
}
#content .culture-gallery-section > .uagb-container-inner-blocks-wrap {
  row-gap: clamp(35px, 5vw, 64px);
}
@media (min-width: 981px) {
  #content .culture-gallery-section > .uagb-container-inner-blocks-wrap {
    width: 72% !important;
  }
}
@media (min-width: 1360px) {
  #content .culture-gallery-section > .uagb-container-inner-blocks-wrap {
    width: 82% !important;
  }
}
#content .culture-gallery-section .culture-gallery-row {
  position: relative;
}
@media (max-width: 980px) {
  #content .culture-gallery-section .culture-gallery-row {
    flex-direction: row;
    gap: 30px;
  }
}
#content .culture-gallery-section .wp-block-image {
  margin: 0 12px !important;
}
#content .culture-gallery-section .wp-block-image img {
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
#content .culture-gallery-section .slick-list {
  margin: 0 -12px;
}
#content .culture-gallery-section .slick-track {
  display: flex !important;
}
#content .culture-gallery-section .slick-slide {
  height: inherit !important;
}
#content .culture-gallery-section .culture-slider-arrow {
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (min-width: 981px) {
  #content .culture-gallery-section .culture-slider-arrow {
    position: absolute;
    top: 50%;
  }
}
@media (max-width: 767px) {
  #content .culture-gallery-section .culture-slider-arrow {
    width: 40px;
    height: 40px;
  }
}
#content .culture-gallery-section .culture-slider-arrow.culture-previous-arrow {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .culture-gallery-section .culture-slider-arrow.culture-previous-arrow:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M30.1562 37.7969L21.5781 28.8438C21.3438 28.5625 21.25 28.2812 21.25 28C21.25 27.7656 21.3438 27.4844 21.5312 27.25L30.1094 18.2969C30.5312 17.8281 31.2812 17.8281 31.7031 18.25C32.1719 18.6719 32.1719 19.375 31.75 19.8438L23.9219 28L31.7969 36.25C32.2188 36.6719 32.2188 37.4219 31.75 37.8438C31.3281 38.2656 30.5781 38.2656 30.1562 37.7969Z" fill="%23ffffff"/></svg>');
  }
}
@media (min-width: 981px) {
  #content .culture-gallery-section .culture-slider-arrow.culture-previous-arrow {
    left: -94px;
  }
}
#content .culture-gallery-section .culture-slider-arrow.culture-next-arrow {
  background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23005191"/><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191"/></svg>');
}
@media (min-width: 981px) {
  #content .culture-gallery-section .culture-slider-arrow.culture-next-arrow:not(.slick-disabled):hover {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="55" height="55" rx="27.5" stroke="%23005191" fill="%23005191"/><path d="M25.7969 18.25L34.375 27.2031C34.5625 27.4375 34.7031 27.7188 34.7031 28C34.7031 28.2812 34.5625 28.5625 34.375 28.75L25.7969 37.7031C25.375 38.1719 24.625 38.1719 24.2031 37.75C23.7344 37.3281 23.7344 36.625 24.1562 36.1562L32.0312 27.9531L24.1562 19.7969C23.7344 19.375 23.7344 18.625 24.2031 18.2031C24.625 17.7812 25.375 17.7812 25.7969 18.25Z" fill="%23ffffff"/></svg>');
  }
}
@media (min-width: 981px) {
  #content .culture-gallery-section .culture-slider-arrow.culture-next-arrow {
    right: -94px;
  }
}
#content .culture-gallery-section .culture-slider-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
#content .culture-gallery-section .culture-slider-arrow figure {
  overflow: visible;
  display: none;
}
@media (min-width: 981px) {
  #content .page-hero-section.report-data-hero-section .page-hero-wrap {
    max-width: 55%;
  }
}
@media (min-width: 981px) {
  #content .page-hero-section.report-data-hero-section p {
    max-width: 90%;
    margin-left: 0 !important;
  }
}
#content .page-image-section.report-data-image-section .left-image-2-2 p, #content .page-image-section.report-data-image-section .right-image-1-2 p {
  margin-bottom: 15px !important;
}
#content .page-image-section.report-data-image-section .left-image-2-2 p:last-child, #content .page-image-section.report-data-image-section .right-image-1-2 p:last-child {
  margin-bottom: 0 !important;
}
#content .page-image-section.report-data-image-section .left-image-2-2 p + h5, #content .page-image-section.report-data-image-section .left-image-2-2 p + .wp-block-group, #content .page-image-section.report-data-image-section .right-image-1-2 p + h5, #content .page-image-section.report-data-image-section .right-image-1-2 p + .wp-block-group {
  margin-top: 22px !important;
}
@media (max-width: 479px) {
  #content .page-image-section.report-data-image-section .left-image-2-2 > .wp-block-group, #content .page-image-section.report-data-image-section .right-image-1-2 > .wp-block-group {
    width: fit-content;
    margin: 22px 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
}
#content .page-image-section.report-data-image-section .left-image-2-2 > .wp-block-group > .wp-block-group, #content .page-image-section.report-data-image-section .right-image-1-2 > .wp-block-group > .wp-block-group {
  width: fit-content;
  max-width: 40%;
  margin: 0;
}
@media (max-width: 767px) {
  #content .page-image-section.report-data-image-section .left-image-2-2 > .wp-block-group > .wp-block-group, #content .page-image-section.report-data-image-section .right-image-1-2 > .wp-block-group > .wp-block-group {
    max-width: 100%;
  }
}
#content .page-image-section.report-data-image-section .left-image-2-2 ul, #content .page-image-section.report-data-image-section .right-image-1-2 ul {
  letter-spacing: 0.5px;
  list-style: none;
  text-align: left;
}
#content .page-image-section.report-data-image-section .left-image-2-2 ul:last-child, #content .page-image-section.report-data-image-section .right-image-1-2 ul:last-child {
  margin-bottom: 0 !important;
}
#content .page-image-section.report-data-image-section .left-image-2-2 ul li, #content .page-image-section.report-data-image-section .right-image-1-2 ul li {
  position: relative;
  padding-left: 16px;
}
#content .page-image-section.report-data-image-section .left-image-2-2 ul li::before, #content .page-image-section.report-data-image-section .right-image-1-2 ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 12px 4px -16px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
}
#content .get-help-support h2 {
  max-width: 530px;
}
#content .get-help-2cards .get-help-card:hover .card-content .wp-block-image img, #content .get-help-3cards .get-help-card:hover .card-content .wp-block-image img {
  transform: translate(-50%, -50%) scale(1.1);
}
#content .get-help-2cards .get-help-card:hover .card-content .wp-block-heading, #content .get-help-3cards .get-help-card:hover .card-content .wp-block-heading {
  color: #005191 !important;
}
#content .get-help-2cards .get-help-card .card-content .wp-block-image, #content .get-help-3cards .get-help-card .card-content .wp-block-image {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
  border-radius: 12px;
  overflow: hidden;
}
#content .get-help-2cards .get-help-card .card-content .wp-block-image img, #content .get-help-3cards .get-help-card .card-content .wp-block-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: all 0.5s ease;
}
#content .get-help-2cards .get-help-card .card-content .wp-block-heading, #content .get-help-3cards .get-help-card .card-content .wp-block-heading {
  margin-bottom: 18px !important;
  line-height: 110%;
  transition: color 0.3s ease;
}
#content .get-help-2cards .get-help-card .card-content p:last-child, #content .get-help-3cards .get-help-card .card-content p:last-child {
  margin-bottom: 0 !important;
}
#content .get-help-2cards {
  flex-direction: row;
  flex-wrap: nowrap !important;
  gap: 40px;
}
@media (max-width: 767px) {
  #content .get-help-2cards {
    flex-direction: column;
    gap: 64px;
  }
}
#content .get-help-2cards .get-help-card {
  flex: 1 1 100%;
}
#content .get-help-2cards .get-help-card .card-content .wp-block-image {
  aspect-ratio: 1.5909090909;
}
#content .get-help-2cards .get-help-card .card-content .wp-block-heading {
  font-size: 56px !important;
}
@media (max-width: 1439px) {
  #content .get-help-2cards .get-help-card .card-content .wp-block-heading {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  #content .get-help-2cards .get-help-card .card-content .wp-block-heading {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  #content .get-help-2cards .get-help-card .card-content .wp-block-heading {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  #content .get-help-2cards .get-help-card .card-content .wp-block-heading {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #content .get-help-2cards .get-help-card .card-content .wp-block-heading {
    font-size: 30px !important;
  }
}
#content .get-help-3cards {
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 64px;
  column-gap: 24px;
}
@media (max-width: 767px) {
  #content .get-help-3cards {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#content .get-help-3cards .get-help-card {
  width: calc(33% - 12px);
  max-width: 100% !important;
}
@media (max-width: 1439px) {
  #content .get-help-3cards .get-help-card {
    width: calc(33% - 13px);
  }
}
@media (max-width: 1023px) {
  #content .get-help-3cards .get-help-card {
    width: calc(50% - 13px);
  }
}
@media (max-width: 767px) {
  #content .get-help-3cards .get-help-card {
    width: 100%;
  }
}
#content .get-help-3cards .get-help-card .card-content .wp-block-image {
  aspect-ratio: 1.45;
}
@media (max-width: 1023px) {
  #content .get-help-3cards .get-help-card .card-content .wp-block-image {
    aspect-ratio: 1.5909090909;
  }
}
#content .get-help-3cards .get-help-card .card-content .wp-block-heading {
  font-size: 40px !important;
}
@media (max-width: 1439px) {
  #content .get-help-3cards .get-help-card .card-content .wp-block-heading {
    font-size: 38px !important;
  }
}
@media (max-width: 1199px) {
  #content .get-help-3cards .get-help-card .card-content .wp-block-heading {
    font-size: 36px !important;
  }
}
@media (max-width: 980px) {
  #content .get-help-3cards .get-help-card .card-content .wp-block-heading {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #content .get-help-3cards .get-help-card .card-content .wp-block-heading {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  #content .get-help-3cards .get-help-card .card-content .wp-block-heading {
    font-size: 28px !important;
  }
}
@media (max-width: 980px) {
  #content .page-hero-section.help-hero-section br {
    display: none;
  }
}
@media (min-width: 981px) {
  #content .page-image-section.help-image-section .right-image-1-2 {
    max-width: 585px;
  }
}
#content .help-reach-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
  font-size: 56px !important;
}
@media (max-width: 1439px) {
  #content .help-reach-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  #content .help-reach-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  #content .help-reach-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  #content .help-reach-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #content .help-reach-section .info-card-item-row .info-card-item .uagb-ifb-title-wrap .uagb-ifb-title {
    font-size: 32px !important;
  }
}
#content .help-certified-section .uagb-container-inner-blocks-wrap p:last-of-type {
  margin-bottom: clamp(40px, 6.4285714286vw, 63px) !important;
}
#content .help-certified-section .wp-block-group {
  gap: clamp(40px, 13.0612244898vw, 128px);
}
#content .help-bottom-cta-section .uagb-container-inner-blocks-wrap {
  max-width: 580px;
}
@media (min-width: 981px) {
  #content .page-hero-section.donate-hero-section .page-hero-wrap {
    max-width: 61%;
  }
}
#content .page-hero-section.donate-hero-section .page-hero-wrap p {
  max-width: 590px;
}
@media (max-width: 980px) {
  #content .page-hero-section.donate-hero-section .page-hero-wrap p {
    max-width: 490px;
  }
}
#content .donate-ways-section .donate-ways-description {
  margin-bottom: clamp(20px, 5.25vw, 63px) !important;
}
#content .donate-ways-section .donate-card-row .card-item {
  max-width: calc(50% - 12px);
  padding: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  #content .donate-ways-section .donate-card-row .card-item {
    flex-direction: column !important;
    justify-content: start;
    flex-wrap: nowrap;
  }
}
@media (max-width: 600px) {
  #content .donate-ways-section .donate-card-row .card-item {
    max-width: 100%;
  }
}
#content .donate-ways-section .donate-card-row .card-item-left {
  max-width: clamp(60px, 6.6666666667vw, 96px);
}
#content .donate-ways-section .donate-card-row .card-item-left figure {
  margin-bottom: 0;
}
#content .donate-ways-section .donate-card-row .card-item-right {
  position: unset;
  max-width: calc(100% - 96px);
  height: 100%;
  gap: 15px;
}
@media (max-width: 980px) {
  #content .donate-ways-section .donate-card-row .card-item-right {
    max-width: 100%;
  }
}
#content .donate-ways-section .donate-card-row .card-item:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-color: #fff;
}
#content .donate-ways-section .donate-card-row .card-item .wp-block-heading {
  margin-top: 1px !important;
  font-size: 56px !important;
}
@media (max-width: 1439px) {
  #content .donate-ways-section .donate-card-row .card-item .wp-block-heading {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  #content .donate-ways-section .donate-card-row .card-item .wp-block-heading {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  #content .donate-ways-section .donate-card-row .card-item .wp-block-heading {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  #content .donate-ways-section .donate-card-row .card-item .wp-block-heading {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #content .donate-ways-section .donate-card-row .card-item .wp-block-heading {
    font-size: 30px !important;
  }
}
#content .donate-ways-section .donate-card-row .card-item p {
  margin: 1px 0 !important;
  font-size: 18px !important;
}
@media (max-width: 980px) {
  #content .donate-ways-section .donate-card-row .card-item p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .donate-ways-section .donate-card-row .card-item p {
    font-size: 16px !important;
  }
}
#content .donate-ways-section .donate-card-row .card-item p.card-item-link {
  margin: auto 0 0 !important;
}
#content .donate-ways-section .donate-card-row .card-item p.card-item-link a {
  position: relative;
  letter-spacing: 0.4px;
  text-decoration: none;
}
#content .donate-ways-section .donate-card-row .card-item p.card-item-link a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 7px;
  filter: brightness(0);
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 13"><path fill="%23005191" d="M1.625 12.875a.866.866 0 0 1-.629-.246.843.843 0 0 1 0-1.23L5.617 6.75.997 2.129a.843.843 0 0 1 0-1.23.843.843 0 0 1 1.23 0l5.25 5.25a.843.843 0 0 1 0 1.23l-5.25 5.25a.848.848 0 0 1-.602.246Z"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #content .donate-ways-section .donate-card-row .card-item p.card-item-link a:after {
    top: 2px;
    width: 8px;
    height: 13px;
  }
}
#content .donate-ways-section .donate-card-row .card-item p.card-item-link a:hover {
  color: #005191;
}
#content .donate-ways-section .donate-card-row .card-item p.card-item-link a:hover:after {
  filter: brightness(1);
}
#content .donate-donors-section {
  padding-bottom: clamp(50px, 11.1111111111vw, 160px) !important;
}
#content .donate-donors-section .donate-donors-description {
  max-width: 920px;
  margin-bottom: 61px;
}
#content .donate-donors-section .team-acc-module {
  max-width: 1196px;
}
#content .donate-donors-section .team-acc-module .team-acc-item .team-acc-item-header {
  padding-bottom: 33px;
  letter-spacing: -0.18px;
}
#content .donate-donors-section .team-acc-module .team-acc-item .team-acc-item-header[aria-expanded="true"] {
  padding-bottom: 29px;
}
#content .donate-donors-section .team-acc-module .team-acc-item .team-acc-item-header[aria-expanded="true"] + .team-acc-item-content {
  padding-bottom: 29px;
}
#content .page-hero-section.needs-hero-section .page-hero-wrap p {
  max-width: 630px;
}
@media (max-width: 980px) {
  #content .needs-watch-section > .uagb-container-inner-blocks-wrap {
    gap: 0;
  }
}
#content .needs-watch-section iframe {
  border-radius: 12px;
}
@media (max-width: 767px) {
  #content .needs-mission-section .right-image-col.right-image-2-2 {
    width: 100%;
    max-width: 100%;
  }
}
#content .needs-mission-list {
  list-style: none;
  counter-reset: numItem;
  margin-top: 24px !important;
  margin-left: 0 !important;
}
#content .needs-mission-list li {
  position: relative;
  margin: 0 0 17px;
  padding: 0 0 13px 39px;
  line-height: 150%;
  letter-spacing: 0.36px;
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 980px) {
  #content .needs-mission-list li {
    padding: 0 0 13px 37px;
  }
}
@media (max-width: 767px) {
  #content .needs-mission-list li {
    padding: 0 0 13px 35px;
  }
}
#content .needs-mission-list li:last-child {
  margin-bottom: 0 !important;
}
#content .needs-mission-list li strong:first-of-type {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 22px !important;
  color: #000;
  letter-spacing: 0.264px;
}
@media (max-width: 980px) {
  #content .needs-mission-list li strong:first-of-type {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  #content .needs-mission-list li strong:first-of-type {
    font-size: 20px !important;
  }
}
#content .needs-mission-list li:before {
  counter-increment: numItem;
  content: counter(numItem);
  position: absolute;
  top: -1px;
  left: -1px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
  border-radius: 50%;
  background: #005191;
}
@media (max-width: 980px) {
  #content .needs-mission-list li:before {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #content .needs-mission-list li:before {
    font-size: 16px !important;
  }
}
@media (max-width: 980px) {
  #content .needs-mission-list li:before {
    left: 0;
    width: 26px;
    height: 26px;
    padding-right: 1px;
  }
}
@media (max-width: 767px) {
  #content .needs-mission-list li:before {
    width: 24px;
    height: 24px;
    padding-right: 1px;
    padding-top: 1px;
  }
}
#content .needs-donation-section .uagb-container-inner-blocks-wrap {
  max-width: 1000px;
}
#content .page-hero-section.alice-hero-section .page-hero-wrap p {
  max-width: 520px;
}
#content .alice-image-section p {
  margin-bottom: 16px !important;
}
#content .alice-image-section p:last-of-type {
  margin-bottom: 0 !important;
}
#content .alice-commitment-section {
  padding-top: 0 !important;
}
#content .alice-commitment-section .section-header-2col-left {
  max-width: 550px;
}
#content .alice-commitment-section .section-header-2col-right {
  max-width: 830px;
  padding-top: 9px;
}
@media (max-width: 980px) {
  #content .alice-commitment-section .section-header-2col-right {
    padding-top: 0;
  }
}
@media (max-width: 980px) {
  #content .alice-story-section h2 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  #content .alice-story-section h2 {
    margin-bottom: 25px !important;
  }
}
#content .alice-story-section iframe {
  border-radius: 12px;
}
#content .alice-who-section .right-image-1-2 {
  max-width: 585px;
}
@media (max-width: 980px) {
  #content .alice-who-section .right-image-1-2 {
    max-width: 100%;
  }
}
#content .alice-who-section .right-image-2-2 {
  padding-top: 46px;
}
@media (max-width: 980px) {
  #content .alice-who-section .right-image-2-2 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #content .alice-who-section .right-image-2-2 {
    max-width: 100%;
  }
}
#content .alice-who-section h2 {
  margin-bottom: 21px !important;
}
@media (max-width: 980px) {
  #content .alice-who-section h2 {
    margin-bottom: 26px !important;
  }
}
@media (max-width: 767px) {
  #content .alice-who-section h2 {
    margin-bottom: 12px !important;
  }
}
#content .alice-who-section .alice-who-items {
  padding: 41px 41px 39px !important;
}
@media (max-width: 767px) {
  #content .alice-who-section .alice-who-items {
    padding: 25px !important;
  }
}
#content .alice-who-section .alice-who-items .alice-who-item:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}
#content .alice-who-section .alice-who-items .alice-who-item .uagb-ifb-title {
  font-size: 22px !important;
  letter-spacing: 0.264px;
}
@media (max-width: 980px) {
  #content .alice-who-section .alice-who-items .alice-who-item .uagb-ifb-title {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  #content .alice-who-section .alice-who-items .alice-who-item .uagb-ifb-title {
    font-size: 20px !important;
  }
}
#content .alice-who-section .alice-who-items .alice-who-item .uagb-ifb-desc {
  letter-spacing: 0.36px;
}
#content .alice-report-section {
  padding-bottom: 64px !important;
}
@media (max-width: 980px) {
  #content .alice-report-section {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  #content .alice-report-section {
    padding-bottom: 25px !important;
  }
}
#content .alice-report-section .section-header-2col-left {
  max-width: 600px;
}
#content .alice-report-section .section-header-2col-right {
  max-width: 708px;
}
#content .alice-report-items {
  padding: 0 0 clamp(50px, 7.8947368421vw, 96px) !important;
}
@media (max-width: 1023px) {
  #content .alice-report-items > .uagb-container-inner-blocks-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  #content .alice-report-items .alice-report-item {
    max-width: 46%;
  }
}
@media (max-width: 767px) {
  #content .alice-report-items .alice-report-item {
    width: 100%;
    max-width: 450px;
  }
}
#content .alice-report-items .alice-report-item .report-item-title {
  font-size: 56px !important;
}
@media (max-width: 1439px) {
  #content .alice-report-items .alice-report-item .report-item-title {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  #content .alice-report-items .alice-report-item .report-item-title {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  #content .alice-report-items .alice-report-item .report-item-title {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  #content .alice-report-items .alice-report-item .report-item-title {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #content .alice-report-items .alice-report-item .report-item-title {
    font-size: 32px !important;
  }
}
#content .alice-report-items .alice-report-item .report-item-row p:first-child {
  letter-spacing: 0.36px;
}
#content .alice-report-items .alice-report-item .report-item-row p:last-child {
  font-size: 22px !important;
  line-height: 130%;
  letter-spacing: 0.286px;
}
@media (max-width: 1439px) {
  #content .alice-report-items .alice-report-item .report-item-row p:last-child {
    font-size: 21px !important;
  }
}
@media (max-width: 1199px) {
  #content .alice-report-items .alice-report-item .report-item-row p:last-child {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) {
  #content .alice-report-items .alice-report-item .report-item-row p:last-child {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  #content .alice-report-items .alice-report-item .report-item-row p:last-child {
    font-size: 18px !important;
  }
}
@media (max-width: 479px) {
  #content .alice-report-items .alice-report-item .report-item-row p:last-child {
    font-size: 18px !important;
  }
}
#content .alice-report-items .alice-report-item .report-item-btn a {
  padding-left: 15px;
  padding-right: 15px;
}
#content .alice-journeys-section {
  padding: clamp(45px, 7.5657894737vw, 92px) 0 clamp(50px, 7.5657894737vw, 92px) !important;
}
#content .alice-mission-section .mission-inner-wrap {
  max-width: 967px;
}
@media (max-width: 767px) {
  #content .alice-mission-section .wp-block-buttons {
    margin-top: 25px !important;
  }
}
#content .page-hero-section.media-hero-section .page-hero-wrap p {
  max-width: 620px;
}
@media (max-width: 980px) {
  #content .page-hero-section.media-hero-section .page-hero-wrap p {
    max-width: 490px;
  }
}
@media (max-width: 980px) {
  #content .media-image-library-section .image-library-header {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  #content .media-image-library-section .image-library-header {
    margin-bottom: 30px !important;
  }
}
#content .media-image-library-section .image-library-header .archive-filter {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #content .media-image-library-section .image-library-header .archive-filter {
    margin-top: 17px !important;
  }
}
#content .media-image-library-section .image-library-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 24px;
}
@media (max-width: 980px) {
  #content .media-image-library-section .image-library-posts {
    gap: 24px;
  }
}
#content .media-image-library-section .image-library-posts .image-library-post {
  flex: 1 1 calc(32.8% - 12px);
  max-width: 464px;
  padding: 16px 15px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 17px;
  background: #FFFFFF;
  border-radius: 12px;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 980px) {
  #content .media-image-library-section .image-library-posts .image-library-post {
    flex: 1 1 calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  #content .media-image-library-section .image-library-posts .image-library-post {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
#content .media-image-library-section .image-library-posts .image-library-img {
  position: relative;
  margin-bottom: 21px;
  padding-top: 73.6%;
  border-radius: 8px;
  overflow: hidden;
}
#content .media-image-library-section .image-library-posts .image-library-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .media-image-library-section .image-library-posts .image-library-meta {
  margin-bottom: 12px;
  padding-left: 8px;
  font-size: 14px !important;
  font-weight: 500;
  color: #539ED0;
  line-height: 130%;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  #content .media-image-library-section .image-library-posts .image-library-meta {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  #content .media-image-library-section .image-library-posts .image-library-meta {
    font-size: 12px !important;
  }
}
#content .media-image-library-section .image-library-posts .image-library-meta .image-library-category {
  cursor: pointer;
}
#content .media-image-library-section .image-library-posts .image-library-title {
  margin-bottom: 0;
  padding-left: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 22px !important;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.013em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  #content .media-image-library-section .image-library-posts .image-library-title {
    font-size: 21px !important;
  }
}
@media (max-width: 1199px) {
  #content .media-image-library-section .image-library-posts .image-library-title {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) {
  #content .media-image-library-section .image-library-posts .image-library-title {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  #content .media-image-library-section .image-library-posts .image-library-title {
    font-size: 18px !important;
  }
}
@media (max-width: 479px) {
  #content .media-image-library-section .image-library-posts .image-library-title {
    font-size: 18px !important;
  }
}
@media (min-width: 500px) {
  #content .media-image-library-section .image-library-posts .image-library-title {
    -webkit-line-clamp: 2;
  }
}
#content .media-image-library-section .image-library-posts .image-library-title a {
  color: #000;
  text-decoration: none;
}
#content .media-image-library-section .image-library-posts .image-library-title a:hover {
  color: #005191;
}
#content .media-image-library-section .image-library-posts .image-library-download-link {
  max-width: 140px;
  width: 100%;
  margin-left: auto;
  margin-right: 8px;
  font-size: 18px !important;
  line-height: calc(21 / 18);
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 980px) {
  #content .media-image-library-section .image-library-posts .image-library-download-link {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #content .media-image-library-section .image-library-posts .image-library-download-link {
    font-size: 16px !important;
  }
}
@media (max-width: 980px) {
  #content .media-image-library-section .image-library-posts .image-library-download-link {
    margin-right: 0;
  }
}
#content .media-image-library-section .image-library-posts .image-library-download-link:hover {
  color: #005191;
}
#content .media-image-library-section .image-library-posts .image-library-download-link:hover svg path {
  fill: #005191;
}
#content .media-image-library-section .image-library-posts .image-library-download-link svg {
  margin-left: 6px;
  margin-bottom: -1px;
}
#content .media-image-library-section .image-library-posts .image-library-download-link svg path {
  transition: all 0.2s linear;
}
#content .media-image-library-section .page-pagination {
  margin-top: clamp(0px, 6.25vw, 90px);
}
@media (max-width: 980px) {
  #content .media-image-library-section .page-pagination {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  #content .media-image-library-section .page-pagination {
    margin-top: 16px;
  }
}
#content .media-image-library-section .page-pagination span, #content .media-image-library-section .page-pagination a {
  margin: 0 8px;
}
#content .media-press-releases-section .releases-posts .release-post {
  border: 1px solid #D6D6D6;
}
#content .media-press-releases-section .page-pagination {
  margin-top: 22px;
}
#content .media-press-releases-section .page-pagination span, #content .media-press-releases-section .page-pagination a {
  margin: 0 8px;
}
#content .media-form-section .right-image-1-2 .uagb-container-inner-blocks-wrap, #content .media-form-section .right-image-2-2 .uagb-container-inner-blocks-wrap {
  width: 100% !important;
  margin: 0;
}
#content .media-form-section .right-image-1-2 {
  max-width: 470px;
  margin-top: -3px !important;
}
@media (max-width: 980px) {
  #content .media-form-section .right-image-1-2 {
    margin-top: 0 !important;
  }
}
#content .media-form-section .right-image-1-2 h2 {
  line-height: 100%;
}
#content .media-form-section .right-image-2-2 {
  max-width: 708px;
  padding: 40px;
  background: #fff;
}
@media (max-width: 767px) {
  #content .media-form-section .right-image-2-2 {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  #content .media-form-section .right-image-2-2 {
    padding: 20px;
  }
}
#content .careers-hero-section h1 {
  max-width: 750px;
}
#content .careers-join-section {
  padding: clamp(45px, 8.6842105263vw, 132px) 0 clamp(50px, 7.8947368421vw, 96px) !important;
}
#content .careers-join-section > .uagb-container-inner-blocks-wrap .uagb-container-inner-blocks-wrap {
  width: 100% !important;
  max-width: 100%;
}
@media (max-width: 980px) {
  #content .careers-join-section .section-header-2col {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  #content .careers-join-section .section-header-2col {
    margin-bottom: 25px !important;
  }
}
#content .careers-join-section .section-header-2col .section-header-2col-right {
  max-width: 40.5%;
  padding-top: 1px;
}
@media (max-width: 1439px) {
  #content .careers-join-section .section-header-2col .section-header-2col-right {
    max-width: 50%;
    padding-top: 0;
  }
}
@media (min-width: 981px) {
  #content .careers-join-section .section-header-2col h2 {
    margin-top: -8px !important;
  }
}
@media (max-width: 767px) {
  #content .careers-why-section > .uagb-container-inner-blocks-wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #content .careers-why-section > .uagb-container-inner-blocks-wrap {
    gap: 0;
  }
}
@media (max-width: 767px) {
  #content .careers-why-section h2 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  #content .careers-why-section .careers-why-btn {
    margin-top: 40px;
  }
}
#content .careers-job-section h2 {
  letter-spacing: -0.4px;
}
#content .careers-job-section p {
  max-width: 970px;
  margin-bottom: clamp(50px, 7.4166666667vw, 89px) !important;
}
#content .careers-job-section .careers-job-item {
  width: 100%;
  margin: 0 0 32px !important;
  padding: 0 0 31px;
}
@media (max-width: 980px) {
  #content .careers-job-section .careers-job-item {
    flex-wrap: wrap;
  }
}
#content .careers-job-section .careers-job-item:last-child {
  margin: 0 !important;
}
#content .careers-job-section .careers-job-item .job-item-title {
  flex: 1 1 46%;
  max-width: 833px;
}
@media (max-width: 980px) {
  #content .careers-job-section .careers-job-item .job-item-title {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px !important;
  }
}
#content .careers-job-section .careers-job-item .job-item-title h4 {
  max-width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 479px) {
  #content .careers-job-section .careers-job-item .job-item-title h4 {
    text-align: center;
  }
}
#content .careers-job-section .careers-job-item .job-item-title h4:before {
  display: none;
}
#content .careers-job-section .careers-job-item .job-item-title h3 {
  font-size: 56px !important;
}
@media (max-width: 1439px) {
  #content .careers-job-section .careers-job-item .job-item-title h3 {
    font-size: 51px !important;
  }
}
@media (max-width: 1199px) {
  #content .careers-job-section .careers-job-item .job-item-title h3 {
    font-size: 46px !important;
  }
}
@media (max-width: 980px) {
  #content .careers-job-section .careers-job-item .job-item-title h3 {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  #content .careers-job-section .careers-job-item .job-item-title h3 {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #content .careers-job-section .careers-job-item .job-item-title h3 {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  #content .careers-job-section .careers-job-item .job-item-title h3 {
    text-align: center;
  }
}
#content .careers-job-section .careers-job-item .job-item-label {
  flex: 1 1 15%;
  max-width: 100%;
}
@media (max-width: 479px) {
  #content .careers-job-section .careers-job-item .job-item-label {
    flex: 1 1 100%;
  }
}
#content .careers-job-section .careers-job-item .job-item-label p {
  width: auto;
  margin: 25px 0 0 !important;
  padding: 7px 15px 6px !important;
  border-radius: 6px;
  border: 1px solid #94D4FF;
}
@media (max-width: 980px) {
  #content .careers-job-section .careers-job-item .job-item-label p {
    margin: 0 !important;
  }
}
@media (max-width: 479px) {
  #content .careers-job-section .careers-job-item .job-item-label p {
    margin: 0 auto 20px !important;
  }
}
#content .careers-job-section .careers-job-item .job-item-btn {
  flex: 1 1 20%;
  max-width: 180px;
  margin: 25px 0 0 auto;
}
@media (max-width: 980px) {
  #content .careers-job-section .careers-job-item .job-item-btn {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #content .careers-job-section .careers-job-item .job-item-btn {
    gap: 0;
  }
}
@media (max-width: 479px) {
  #content .careers-job-section .careers-job-item .job-item-btn {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  #content .careers-job-section .careers-job-item .job-item-btn .wp-block-buttons {
    justify-content: center;
  }
}
#content .page-hero-section.blog-hero-section .page-hero-wrap {
  max-width: 530px;
}
#content .blog-filter-section {
  padding: clamp(50px, 7.8947368421vw, 120px) 0 clamp(50px, 5.3333333333vw, 64px) !important;
}
#content .blog-posts-section {
  padding: 0 0 clamp(50px, 7.3333333333vw, 88px) !important;
}
body.archive .ast-archive-entry-banner, body.category .ast-archive-entry-banner, body.search .ast-archive-entry-banner {
  position: relative;
  padding: 140px 0 80px !important;
}
@media (min-width: 981px) {
  body.archive .ast-archive-entry-banner, body.category .ast-archive-entry-banner, body.search .ast-archive-entry-banner {
    min-height: clamp(520px, 42.5vw, 680px) !important;
    padding: clamp(180px, 14.875vw, 232px) 0 clamp(80px, 8.75vw, 134px) !important;
  }
}
body.archive .ast-archive-entry-banner::before, body.category .ast-archive-entry-banner::before, body.search .ast-archive-entry-banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 17.72%, rgba(0, 0, 0, 0) 100%);
}
body.archive .ast-archive-entry-banner::after, body.category .ast-archive-entry-banner::after, body.search .ast-archive-entry-banner::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 57.1%, rgba(0, 0, 0, 0) 93.07%);
}
body.archive .ast-archive-entry-banner > .ast-container, body.category .ast-archive-entry-banner > .ast-container, body.search .ast-archive-entry-banner > .ast-container {
  position: relative;
  z-index: 15;
  width: 90% !important;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body.archive .ast-archive-entry-banner .astra-advanced-hook-2548, body.category .ast-archive-entry-banner .astra-advanced-hook-2548, body.search .ast-archive-entry-banner .astra-advanced-hook-2548 {
  margin-bottom: 0 !important;
}
body.archive .ast-archive-entry-banner h4, body.category .ast-archive-entry-banner h4, body.search .ast-archive-entry-banner h4 {
  position: relative;
  max-width: fit-content;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 6px 0 6px 17px;
  font-size: 18px !important;
}
@media (max-width: 980px) {
  body.archive .ast-archive-entry-banner h4, body.category .ast-archive-entry-banner h4, body.search .ast-archive-entry-banner h4 {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.archive .ast-archive-entry-banner h4, body.category .ast-archive-entry-banner h4, body.search .ast-archive-entry-banner h4 {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  body.archive .ast-archive-entry-banner h4, body.category .ast-archive-entry-banner h4, body.search .ast-archive-entry-banner h4 {
    margin-bottom: 12px !important;
    padding: 0 0 0 8px;
    line-height: 126%;
  }
}
body.archive .ast-archive-entry-banner h4:before, body.category .ast-archive-entry-banner h4:before, body.search .ast-archive-entry-banner h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 2px;
  background: #539ED0;
}
@media (max-width: 767px) {
  body.archive .ast-archive-entry-banner h4:before, body.category .ast-archive-entry-banner h4:before, body.search .ast-archive-entry-banner h4:before {
    width: 1px;
  }
}
@media (min-width: 768px) {
  body.archive .ast-archive-entry-banner h1, body.category .ast-archive-entry-banner h1, body.search .ast-archive-entry-banner h1 {
    max-width: 70%;
  }
}
@media (min-width: 981px) {
  body.archive .ast-archive-entry-banner h1, body.category .ast-archive-entry-banner h1, body.search .ast-archive-entry-banner h1 {
    max-width: 56%;
  }
}
body.archive .ast-archive-entry-banner h1, body.archive .ast-archive-entry-banner h1 span, body.category .ast-archive-entry-banner h1, body.category .ast-archive-entry-banner h1 span, body.search .ast-archive-entry-banner h1, body.search .ast-archive-entry-banner h1 span {
  font-size: 88px !important;
}
@media (max-width: 1439px) {
  body.archive .ast-archive-entry-banner h1, body.archive .ast-archive-entry-banner h1 span, body.category .ast-archive-entry-banner h1, body.category .ast-archive-entry-banner h1 span, body.search .ast-archive-entry-banner h1, body.search .ast-archive-entry-banner h1 span {
    font-size: 78px !important;
  }
}
@media (max-width: 1199px) {
  body.archive .ast-archive-entry-banner h1, body.archive .ast-archive-entry-banner h1 span, body.category .ast-archive-entry-banner h1, body.category .ast-archive-entry-banner h1 span, body.search .ast-archive-entry-banner h1, body.search .ast-archive-entry-banner h1 span {
    font-size: 68px !important;
  }
}
@media (max-width: 980px) {
  body.archive .ast-archive-entry-banner h1, body.archive .ast-archive-entry-banner h1 span, body.category .ast-archive-entry-banner h1, body.category .ast-archive-entry-banner h1 span, body.search .ast-archive-entry-banner h1, body.search .ast-archive-entry-banner h1 span {
    font-size: 58px !important;
  }
}
@media (max-width: 767px) {
  body.archive .ast-archive-entry-banner h1, body.archive .ast-archive-entry-banner h1 span, body.category .ast-archive-entry-banner h1, body.category .ast-archive-entry-banner h1 span, body.search .ast-archive-entry-banner h1, body.search .ast-archive-entry-banner h1 span {
    font-size: 48px !important;
  }
}
@media (max-width: 479px) {
  body.archive .ast-archive-entry-banner h1, body.archive .ast-archive-entry-banner h1 span, body.category .ast-archive-entry-banner h1, body.category .ast-archive-entry-banner h1 span, body.search .ast-archive-entry-banner h1, body.search .ast-archive-entry-banner h1 span {
    font-size: 40px !important;
  }
}
body.archive .ast-archive-entry-banner p, body.category .ast-archive-entry-banner p, body.search .ast-archive-entry-banner p {
  max-width: 530px;
}
body.archive #content, body.category #content, body.search #content {
  background: #F0F9FF;
}
body.search .astra-advanced-hook-5269 .page-hero-section {
  padding: 140px 0 80px !important;
}
@media (min-width: 981px) {
  body.search .astra-advanced-hook-5269 .page-hero-section {
    min-height: clamp(520px, 42.5vw, 680px) !important;
    padding: clamp(180px, 14.875vw, 232px) 0 clamp(80px, 8.75vw, 134px) !important;
  }
}
body.search .astra-advanced-hook-5269 .page-hero-section > .uagb-container-inner-blocks-wrap {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  body.search .astra-advanced-hook-5269 .page-hero-section .page-hero-wrap {
    max-width: 70%;
  }
}
@media (min-width: 981px) {
  body.search .astra-advanced-hook-5269 .page-hero-section .page-hero-wrap {
    max-width: 56%;
  }
}
body.search .astra-advanced-hook-5269 .page-hero-section.page-hero-overlay {
  position: relative;
}
body.search .astra-advanced-hook-5269 .page-hero-section.page-hero-overlay::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 17.72%, rgba(0, 0, 0, 0) 100%);
}
body.search .astra-advanced-hook-5269 .page-hero-section.page-hero-overlay::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 57.1%, rgba(0, 0, 0, 0) 93.07%);
}
body.search .astra-advanced-hook-5269 .page-hero-section.page-hero-overlay > .uagb-container-inner-blocks-wrap {
  position: relative;
  z-index: 15;
}
body.search #content .blog-posts-section {
  padding: clamp(50px, 7.8947368421vw, 120px) 0 !important;
}
body.single #content .ast-container {
  position: relative;
  padding: 128px 0 0;
}
@media (max-width: 980px) {
  body.single #content .ast-container {
    padding: 110px 0 0;
  }
}
@media (max-width: 479px) {
  body.single #content .ast-container {
    padding: 90px 0 0;
  }
}
body.single #content .ast-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 31vw;
  height: 100%;
  max-width: 344px;
  max-height: 709px;
  pointer-events: none;
  background: url("/wp-content/uploads/2023/09/Single-Post-Bg.png") no-repeat right top / contain;
}
@media (max-width: 1670px) {
  body.single #content .ast-container::before {
    opacity: 0.2;
  }
}
@media (max-width: 980px) {
  body.single #content .ast-container::before {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  body.single #content .ast-container::before {
    width: 50vw;
  }
}
body.single #content .ast-container #primary.content-area {
  position: relative;
  z-index: 5;
  width: 90% !important;
  max-width: 1196px;
  margin: 0 auto clamp(45px, 11.75vw, 188px);
}
body.single #content .ast-container #primary.content-area .post {
  margin: 0;
}
body.single #content .entry-header {
  margin-bottom: clamp(50px, 6.6326530612vw, 65px);
  padding-top: clamp(50px, 8.75vw, 105px);
}
body.single #content .entry-header .entry-title {
  max-width: 952px;
  margin: 0 auto 22px;
  font-size: 64px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  body.single #content .entry-header .entry-title {
    font-size: 58px !important;
  }
}
@media (max-width: 1199px) {
  body.single #content .entry-header .entry-title {
    font-size: 52px !important;
  }
}
@media (max-width: 980px) {
  body.single #content .entry-header .entry-title {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-header .entry-title {
    font-size: 40px !important;
  }
}
@media (max-width: 479px) {
  body.single #content .entry-header .entry-title {
    font-size: 34px !important;
  }
}
body.single #content .entry-header .entry-meta {
  max-width: 952px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  color: #539ed0;
  text-decoration: none;
}
body.single #content .entry-header .entry-meta .posted-on * {
  margin: 0;
  font-size: 14px;
  color: #000;
  line-height: 130%;
}
body.single #content .entry-header .entry-meta .ast-terms-link {
  margin-right: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid #E1E1E1;
  line-height: 130%;
}
body.single #content .entry-header .entry-meta .ast-terms-link a {
  color: #539ed0;
}
body.single #content .entry-header .entry-meta .ast-terms-link a:hover {
  color: #005191;
}
body.single #content .entry-header .post-thumb-img-content {
  margin: clamp(30px, 6.3265306122vw, 62px) 0 0;
  padding: 0;
  text-align: center;
}
body.single #content .entry-header .post-thumb-img-content img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 952px;
}
@media (max-width: 1439px) {
  body.single #content .entry-header .post-thumb-img-content img {
    max-width: 768px;
  }
}
@media (max-width: 1199px) {
  body.single #content .entry-header .post-thumb-img-content img {
    max-width: 550px;
  }
}
body.single #content .entry-content h2, body.single #content .entry-content h3, body.single #content .entry-content h4, body.single #content .entry-content h5, body.single #content .entry-content h6, body.single #content .entry-content p, body.single #content .entry-content ul, body.single #content .entry-content ol, body.single #content .entry-content table, body.single #content .entry-content blockquote, body.single #content .entry-content .wp-element-caption, body.single #content .entry-content .wp-block-buttons, body.single #content .entry-content .wp-block-media-text, body.single #content .entry-content .wp-block-file {
  max-width: 952px;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.single #content .entry-content h2, body.single #content .entry-content h3, body.single #content .entry-content h4, body.single #content .entry-content h5, body.single #content .entry-content h6 {
  font-weight: 400;
  color: #000;
  line-height: 110%;
  letter-spacing: normal;
}
body.single #content .entry-content h2 strong, body.single #content .entry-content h2 b, body.single #content .entry-content h3 strong, body.single #content .entry-content h3 b, body.single #content .entry-content h4 strong, body.single #content .entry-content h4 b, body.single #content .entry-content h5 strong, body.single #content .entry-content h5 b, body.single #content .entry-content h6 strong, body.single #content .entry-content h6 b {
  font-weight: 400;
}
body.single #content .entry-content h2 a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content h3 a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content h4 a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content h5 a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content h6 a:not(.wp-block-button__link, .wp-element-button) {
  font-size: inherit !important;
}
body.single #content .entry-content h2, body.single #content .entry-content h3 {
  margin: 1em auto 0.37em !important;
  padding: 0;
  font-size: 64px !important;
  text-transform: uppercase !important;
}
@media (max-width: 1439px) {
  body.single #content .entry-content h2, body.single #content .entry-content h3 {
    font-size: 58px !important;
  }
}
@media (max-width: 1199px) {
  body.single #content .entry-content h2, body.single #content .entry-content h3 {
    font-size: 52px !important;
  }
}
@media (max-width: 980px) {
  body.single #content .entry-content h2, body.single #content .entry-content h3 {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content h2, body.single #content .entry-content h3 {
    font-size: 40px !important;
  }
}
@media (max-width: 479px) {
  body.single #content .entry-content h2, body.single #content .entry-content h3 {
    font-size: 34px !important;
  }
}
body.single #content .entry-content h2:first-child, body.single #content .entry-content h3:first-child {
  margin: 0 auto 0.5em !important;
}
body.single #content .entry-content h4, body.single #content .entry-content h5, body.single #content .entry-content h6 {
  margin: 1em auto 0.37em !important;
  padding: 0;
  font-size: 40px !important;
}
@media (max-width: 1439px) {
  body.single #content .entry-content h4, body.single #content .entry-content h5, body.single #content .entry-content h6 {
    font-size: 36px !important;
  }
}
@media (max-width: 1199px) {
  body.single #content .entry-content h4, body.single #content .entry-content h5, body.single #content .entry-content h6 {
    font-size: 32px !important;
  }
}
@media (max-width: 980px) {
  body.single #content .entry-content h4, body.single #content .entry-content h5, body.single #content .entry-content h6 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content h4, body.single #content .entry-content h5, body.single #content .entry-content h6 {
    font-size: 24px !important;
  }
}
@media (max-width: 479px) {
  body.single #content .entry-content h4, body.single #content .entry-content h5, body.single #content .entry-content h6 {
    font-size: 20px !important;
  }
}
body.single #content .entry-content h4:first-child, body.single #content .entry-content h5:first-child, body.single #content .entry-content h6:first-child {
  margin: 0 auto 0.5em !important;
}
body.single #content .entry-content p, body.single #content .entry-content a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content ul, body.single #content .entry-content ul li, body.single #content .entry-content ol, body.single #content .entry-content ol li {
  font-size: 18px !important;
  font-weight: 400;
  color: #000000;
  line-height: 150%;
  letter-spacing: normal;
}
@media (max-width: 980px) {
  body.single #content .entry-content p, body.single #content .entry-content a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content ul, body.single #content .entry-content ul li, body.single #content .entry-content ol, body.single #content .entry-content ol li {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content p, body.single #content .entry-content a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content ul, body.single #content .entry-content ul li, body.single #content .entry-content ol, body.single #content .entry-content ol li {
    font-size: 16px !important;
  }
}
body.single #content .entry-content p {
  margin: 0 auto;
  padding: 0;
}
body.single #content .entry-content p:empty {
  display: none;
}
body.single #content .entry-content p:not(:last-child) {
  margin-bottom: 0.9em;
}
body.single #content .entry-content p span[data-mce-type="bookmark"] {
  display: none;
}
body.single #content .entry-content a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content a:not(.wp-block-button__link, .wp-element-button):hover, body.single #content .entry-content span.scrollto, body.single #content .entry-content span.scrollto:hover {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.single #content .entry-content a:not(.wp-block-button__link, .wp-element-button), body.single #content .entry-content span.scrollto {
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
body.single #content .entry-content a:not(.wp-block-button__link, .wp-element-button):hover, body.single #content .entry-content span.scrollto:hover {
  border-bottom: 1px solid transparent;
}
body.single #content .entry-content strong {
  font-weight: 700;
}
body.single #content .entry-content strong a {
  font-weight: 700;
}
body.single #content .entry-content ul, body.single #content .entry-content ol {
  margin: 1.3em 0;
  padding: 0;
}
@media (max-width: 980px) {
  body.single #content .entry-content ul, body.single #content .entry-content ol {
    margin: 1.65em 0;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content ul, body.single #content .entry-content ol {
    margin: 0.65em 0;
  }
}
body.single #content .entry-content ul:last-child, body.single #content .entry-content ol:last-child {
  margin: 2.65em 0 0;
}
body.single #content .entry-content ul li, body.single #content .entry-content ol li {
  position: relative;
  margin-left: 0;
  font-size: inherit;
}
body.single #content .entry-content ul li:not(:last-child), body.single #content .entry-content ol li:not(:last-child) {
  margin-bottom: 0.69em;
}
body.single #content .entry-content ul {
  list-style: none;
}
body.single #content .entry-content ul > li {
  position: relative;
  padding-left: 18px;
}
@media (max-width: 980px) {
  body.single #content .entry-content ul > li {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content ul > li {
    padding-left: 14px;
  }
}
body.single #content .entry-content ul > li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #539ED0;
}
@media (max-width: 980px) {
  body.single #content .entry-content ul > li:before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content ul > li:before {
    width: 6px;
    height: 6px;
  }
}
body.single #content .entry-content ol > li {
  position: relative;
  left: 20px;
}
body.single #content .entry-content ol > li:nth-last-child(n+10):first-child, body.single #content .entry-content ol > li:nth-last-child(n+10):first-child ~ li {
  left: 30px;
}
body.single #content .entry-content ul li img, body.single #content .entry-content ol li img {
  width: auto;
}
body.single #content .entry-content ul li ul, body.single #content .entry-content ol li ul, body.single #content .entry-content ul li ol, body.single #content .entry-content ol li ol {
  max-width: 100%;
  margin: 0.6em 0 !important;
}
body.single #content .entry-content figure {
  max-width: 952px;
  margin: clamp(25px, 5.25vw, 63px) auto;
}
body.single #content .entry-content figure:last-child {
  margin-bottom: 0;
}
body.single #content .entry-content figure.wp-block-embed .wp-block-embed__wrapper {
  border-radius: 12px;
  overflow: hidden;
}
body.single #content .entry-content figure a img {
  width: auto;
}
body.single #content .entry-content img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body.single #content .entry-content img[width="1"] {
  width: 1px;
  height: 1px;
}
body.single #content .entry-content img.alignright, body.single #content .entry-content img[align="right"] {
  display: inline;
  float: none;
  margin: 0 0 20px 0;
}
@media (min-width: 500px) {
  body.single #content .entry-content img.alignright, body.single #content .entry-content img[align="right"] {
    max-width: 40%;
    height: auto;
    margin: 0 0 20px 20px;
    float: right !important;
  }
}
body.single #content .entry-content img.alignleft, body.single #content .entry-content img[align="left"] {
  display: inline;
  float: none;
  margin: 0 0 20px 0;
}
@media (min-width: 500px) {
  body.single #content .entry-content img.alignleft, body.single #content .entry-content img[align="left"] {
    max-width: 40%;
    height: auto;
    margin: 0 20px 20px 0;
    float: left !important;
  }
}
body.single #content .entry-content .wp-element-caption {
  position: relative;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 0;
  padding-left: 15px;
  text-align: left;
  line-height: 150%;
  color: #000;
}
body.single #content .entry-content .wp-element-caption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 3px;
  background: #539ED0;
}
body.single #content .entry-content table {
  width: 100%;
  margin: 0 0 0.9em;
  border-collapse: collapse;
}
body.single #content .entry-content table:last-child {
  margin: 0;
}
body.single #content .entry-content table tr:nth-child(even) {
  background-color: #f9f9f9;
}
body.single #content .entry-content table tr:hover {
  background-color: #f2f2f2;
}
body.single #content .entry-content table th, body.single #content .entry-content table td {
  padding: 10px;
  font-size: 18px !important;
  color: #000;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 980px) {
  body.single #content .entry-content table th, body.single #content .entry-content table td {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content table th, body.single #content .entry-content table td {
    font-size: 16px !important;
  }
}
body.single #content .entry-content table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
body.single #content .entry-content table td {
  font-weight: 400;
}
body.single #content .entry-content blockquote {
  width: 100%;
  margin: clamp(30px, 5.1666666667vw, 62px) auto clamp(33px, 5.4166666667vw, 65px);
  padding: 81px 80px 80px;
  font-style: normal;
  text-align: center;
  border: none;
  border-radius: 24px;
  background: #1F437A;
}
@media (max-width: 980px) {
  body.single #content .entry-content blockquote {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content blockquote {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content blockquote {
    padding: 25px;
  }
}
body.single #content .entry-content blockquote::before, body.single #content .entry-content blockquote::after {
  display: none;
}
body.single #content .entry-content blockquote:last-child {
  margin: clamp(30px, 5.1666666667vw, 62px) auto 0;
}
body.single #content .entry-content blockquote p {
  font-family: "League Gothic", sans-serif;
  font-size: 56px !important;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 110%;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  body.single #content .entry-content blockquote p {
    font-size: 50px !important;
  }
}
@media (max-width: 1199px) {
  body.single #content .entry-content blockquote p {
    font-size: 44px !important;
  }
}
@media (max-width: 980px) {
  body.single #content .entry-content blockquote p {
    font-size: 38px !important;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content blockquote p {
    font-size: 32px !important;
  }
}
@media (max-width: 479px) {
  body.single #content .entry-content blockquote p {
    font-size: 28px !important;
  }
}
body.single #content .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
body.single #content .entry-content blockquote cite {
  color: #fff;
}
body.single #content .entry-content .wp-block-pullquote {
  margin: clamp(30px, 5.1666666667vw, 62px) auto clamp(33px, 5.4166666667vw, 65px);
  padding: 0;
}
body.single #content .entry-content .wp-block-pullquote:last-child {
  margin: clamp(30px, 5.1666666667vw, 62px) auto 0;
}
body.single #content .entry-content .wp-block-pullquote blockquote {
  margin: 0;
}
body.single #content .entry-content .wp-block-buttons + p {
  margin-top: 0.9em;
}
body.single #content .entry-content .wp-block-media-text {
  margin-bottom: 10px;
}
body.single #content .entry-content .wp-block-media-text figure {
  margin: 0;
}
body.single #content .entry-content .wp-block-file .wp-block-file__button {
  opacity: 1 !important;
}
body.single #content .entry-content .addtoany_content {
  max-width: 952px;
  margin: 62px auto 0;
  padding-top: 34px;
  display: flex;
  border-top: 1px solid #848484;
}
@media (max-width: 980px) {
  body.single #content .entry-content .addtoany_content {
    margin: 50px auto 0;
  }
}
@media (max-width: 980px) {
  body.single #content .entry-content .addtoany_content {
    margin: 40px auto 0;
  }
}
body.single #content .entry-content .addtoany_header {
  margin: 0 8px 0 0;
  font-size: 18px !important;
  font-weight: 400;
  color: #005191;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  body.single #content .entry-content .addtoany_header {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  body.single #content .entry-content .addtoany_header {
    font-size: 16px !important;
  }
}
body.single #content .entry-content .addtoany_list a {
  margin-top: -2px;
  padding: 0 5px;
  border: none;
}
body.single #content .entry-content .addtoany_list a svg path {
  transition: all 0.2s ease;
}
body.single #content .entry-content .addtoany_list a:hover span {
  opacity: 1;
}
body.single #content .entry-content .addtoany_list a:hover span svg path {
  fill: #005191;
}
body.single #content .entry-content .addtoany_list a.a2a_button_email .a2a_s_email {
  width: 30px !important;
}
#content .contact-section {
  padding: clamp(50px, 8.4210526316vw, 128px) 0 clamp(50px, 7.8947368421vw, 120px) !important;
}
@media (max-width: 980px) {
  #content .contact-section > .uagb-container-inner-blocks-wrap {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  #content .contact-section > .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
#content .contact-section .contact-section-left .uagb-container-inner-blocks-wrap, #content .contact-section .contact-section-right .uagb-container-inner-blocks-wrap {
  width: 100% !important;
  margin: 0;
}
#content .contact-section .contact-section-left {
  flex: 1 1 45%;
  max-width: 100%;
}
@media (min-width: 981px) {
  #content .contact-section .contact-section-left {
    margin-top: -8px !important;
  }
}
@media (max-width: 1439px) {
  #content .contact-section .contact-section-left {
    flex: 1 1 47%;
  }
}
@media (max-width: 980px) {
  #content .contact-section .contact-section-left {
    text-align: center;
  }
}
#content .contact-section .contact-section-left h2 {
  margin-bottom: 49px !important;
}
@media (max-width: 980px) {
  #content .contact-section .contact-section-left h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 980px) {
  #content .contact-section .contact-section-left .contact-block {
    align-items: center;
  }
}
#content .contact-section .contact-section-left .contact-block p {
  font-size: 16px !important;
  letter-spacing: 0.24px;
}
#content .contact-section .contact-section-left .contact-block p a {
  text-decoration: none;
}
#content .contact-section .contact-section-left .wp-block-social-links li .wp-block-social-link-anchor {
  transition: color 0.3s ease;
}
#content .contact-section .contact-section-left .wp-block-social-links li:hover {
  transform: none;
}
#content .contact-section .contact-section-left .wp-block-social-links li:hover .wp-block-social-link-anchor {
  color: #f57814;
}
#content .contact-section .contact-section-left .wp-block-social-links .wp-block-social-link-anchor {
  border: 1px solid;
  border-radius: 50%;
  padding: 7px;
}
#content .contact-section .contact-section-right {
  flex: 1 1 50%;
  max-width: 708px;
  padding: 33px 40px 32px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 980px) {
  #content .contact-section .contact-section-right {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #content .contact-section .contact-section-right {
    padding: 25px;
  }
}
#content .ty-hero-section .uagb-container-inner-blocks-wrap, #content .error-hero-section .uagb-container-inner-blocks-wrap {
  justify-content: center;
}
@media (max-width: 767px) {
  #content .ty-content-section p, #content .error-content-section p {
    margin-bottom: 20px !important;
  }
}
#content .module-section {
  padding: clamp(45px, 7.8947368421vw, 96px) 0 34px !important;
}
@media (max-width: 767px) {
  #content .module-section > .uagb-container-inner-blocks-wrap .uagb-is-root-container .uagb-container-inner-blocks-wrap {
    flex-direction: row;
  }
}
#content .module-section .subscribe-module:nth-child(1) {
  flex: 1 1 60%;
}
#content .module-section .subscribe-module:nth-child(2) {
  flex: 1 1 40%;
}
#content .module-section .business-card-module:nth-child(1) {
  flex: 1 1 60%;
}
#content .module-section .business-card-module:nth-child(2) {
  flex: 1 1 40%;
}
#content .module-section-end {
  padding: clamp(45px, 7.8947368421vw, 96px) 0 clamp(50px, 8.5526315789vw, 130px) !important;
}
#content .chat-section .chat-button {
  width: 100%;
  max-width: 200px;
  font-size: clamp(13px, 1.013vw, 16px);
  line-height: 1 !important;
  padding: 19px clamp(15px, 1.899vw, 29.5px) 17px;
}
body .cx-widget {
  font-family: "HCo Gotham";
}
body .cx-widget.cx-webchat-chat-button {
  color: #ffff;
  background-color: #243d82;
  border-radius: 6px 6px 0px 0px;
  z-index: 10 !important;
}
body .cx-widget.cx-webchat-chat-button:hover {
  background-color: #1f346e;
}
body .cx-widget-status {
  display: none;
}
body .cx-form-inputs th, body .cx-form-inputs tr, body .cx-form-inputs td {
  background-color: transparent;
  border: none;
}
#content .new-chat-section .start-chat-form a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
#content .new-chat-section .start-chat-form a.loading :after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.chat-form-before-start {
  position: fixed;
  right: 25px;
  bottom: 20px;
  width: 320px;
  background-color: white;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -2px, rgba(0, 0, 0, 0.14) 0px 1px 4px 2px, rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  padding: 10px 10px 20px 10px;
}
.chat-form-before-start .form-header-chat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #005191;
  margin-bottom: 20px;
}
.chat-form-before-start .form-header-chat .form-header-chat-text {
  display: flex;
  gap: 10px;
}
.chat-form-before-start .form-header-chat .form-header-chat-text svg {
  width: 36px;
  height: 36px;
}
.chat-form-before-start .form-header-chat .form-header-chat-text svg path {
  fill: #005191;
}
.chat-form-before-start .form-header-chat .form-header-chat-text h3 {
  font-size: 36px;
}
.chat-form-before-start .form-header-chat button {
  padding: 20px;
  background: transparent;
  line-height: 0;
  border-radius: unset;
  border: unset;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s all;
  z-index: 2;
}
.chat-form-before-start .form-header-chat button:hover {
  opacity: 1;
}
.chat-form-before-start .form-header-chat button svg {
  width: 20px;
  height: 20px;
}
.chat-form-before-start .chat-form-wrap {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.chat-form-before-start .chat-form-wrap .field-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  position: relative;
}
.chat-form-before-start .chat-form-wrap .field-wrap label {
  font-size: 14px;
  line-height: 1;
  width: 95px;
  margin-bottom: 0;
}
.chat-form-before-start .chat-form-wrap .field-wrap label span {
  color: red;
}
.chat-form-before-start .chat-form-wrap .field-wrap input, .chat-form-before-start .chat-form-wrap .field-wrap select {
  width: calc(100% - 95px - 5px);
  height: 32px;
  border-radius: 3px;
  font-size: 14px !important;
  color: #000;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 5px;
}
.chat-form-before-start .chat-form-wrap .field-wrap input.invalid, .chat-form-before-start .chat-form-wrap .field-wrap select.invalid {
  border: 2px solid red;
}
.chat-form-before-start .chat-form-wrap > button {
  margin: 0;
  margin-left: auto;
  margin-top: 8px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 3px;
  font-size: 14px !important;
}
#genesys-messenger {
  position: relative;
  z-index: 99998;
}
@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
body.page.page-password-protection #ast-desktop-header .ast-main-header-wrap {
  background-color: #07477a;
}
body.page.page-password-protection #ast-mobile-header .ast-main-header-wrap {
  background-color: #07477a;
}
body.page.page-password-protection #content {
  margin-top: calc(128px + 80px);
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  body.page.page-password-protection #content {
    margin-top: calc(108px + 80px);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Favezdev-heart-of-florida-united-way.pantheonsite.io%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fcomponents%2F_select2.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fglobal%2F_team-popup.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fglobal%2F_featured-events.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fglobal%2F_gravity-forms.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_our-impact.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_about-us.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_our-team.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_get-involved.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_events-archive.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_culture.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_reports-and-data.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_get-help.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_get-help-subpage.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_donate.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_basic-needs.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_alice.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_media-center.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_employment_careers.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_blog.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_contact-us.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_thank-you-and-404.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_additional-regions-modules.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_chat.scss%22%2C%22wp-content%2Fthemes%2FUnited%20Way%2Fscss%2Fpages%2F_password-protected-pages.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoR%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8K%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2S%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4Q%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAA4L%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2L%3BAAAA%3BAAAA%3BAAAyG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4W%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqP%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAAqQ%3BAAAA%3BAAAA%3BAAAA%3BAAA2Q%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAyI%3BAAAA%3BAAAA%3BAAAA%3BAAAkK%3BAAAA%3BAAAA%3BAAAA%3BAAA2L%3BAAAA%3BAAAA%3BAAAA%3BAAAoN%3BAAAA%3BAAAA%3BAAAA%3BAAA6O%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqd%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2J%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAulB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4Q%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiO%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAA4L%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAugB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAgG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqQ%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuN%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsL%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAA0I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BACC1yf%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACzEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuDD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAChHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4FD%3BAAAA%3BAAAA%3BACxHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2ID%3BAAAA%3BAAAA%3BAAAA%3BAClJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgJD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAC9KC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiLA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0NC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1ND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkRC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChSD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkSC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrVH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0VC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1VD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5ZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiaK%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAC3dC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoeA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzeD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADifA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADigBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0hBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1hBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0iBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC9iBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkkBA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BACpnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0lBA%3BAAAA%3BAAAA%3BAAAA%3BACpoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADumBA%3BAAAA%3BAAAA%3BAAAA%3BACjpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgoBA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACnpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkqBC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACntBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6tBD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAChuBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwsBC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC5vBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4tBA%3BAAAA%3BAAAA%3BAC7wBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkvBA%3BAAAA%3BAAAA%3BAAAA%3BAClvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2vBA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BACrwBD%3BAD0wBE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAChxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqxBC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACx0BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8zBE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAC%2F0BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu1BG%3BAAAA%3BAAAA%3BAAAA%3BAC91BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADs2BG%3BAAAA%3BAAAA%3BAAAA%3BAC72BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADq3BG%3BAAAA%3BAAAA%3BAAAA%3BAC53BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADo4BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACp6BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADi6BE%3BAAAA%3BAAAA%3BAC%2F6BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2B8BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrgCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0%2BBG%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChiCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0gCG%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqnCC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwrCC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClqCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0qCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxwCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyxCC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3yCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmzCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnzCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy0CG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC71CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD42CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACp3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy4CC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACt5CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADq6CC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BACz9CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2B9CA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAC1%2BCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADm%2FCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACn%2FCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADigDE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FhDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsiDG%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAC%2FjDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADykDC%3BAAAA%3BAAAA%3BAAAA%3BACrmDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADskDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8pDC%3BAAAA%3BAAAA%3BACxsDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmtDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrsDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADouDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FsDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmtDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxuDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwvDC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAC7xDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyxDC%3BAAAA%3BAAAA%3BAC9yDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqzDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5zDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADszDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACz1DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6zDG%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAC%2F1DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD81DG%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACz3DH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD61DE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACr3DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADk4DA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACv4DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADw5DA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACz7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu6DA%3BAAAA%3BAAAA%3BAAAA%3BACv6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADk7DA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BACr8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD68DC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACn%2BDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC1hEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3lEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADumEA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxoED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADinEE%3BAAAA%3BAAAA%3BACxnEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADioEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7pED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADooEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjpEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8pEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtrEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADosEC%3BAAAA%3BAAAA%3BAC9uED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwvEC%3BAAAA%3BAAAA%3BACxvED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkwEC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BACnvEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmwEA%3BAAAA%3BAAAA%3BAAAA%3BACnwEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4wEC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAClxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4xEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiyEC%3BAAAA%3BAAAA%3BAC30ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADs1EE%3BAAAA%3BAAAA%3BACnzEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADq2EC%3BAAAA%3BAAAA%3BACr2ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADs3ED%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACv1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD01EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC11EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADo2EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACj5ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy3EE%3BAAAA%3BAAAA%3BACh4EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy4EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACr6ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD24EE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2F8EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADo7EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACl8EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADs8EA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACp9EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADk%2BEC%3BAAAA%3BAAAA%3BAC5gFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADshFC%3BAAAA%3BAAAA%3BACthFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgiFC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACrgFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADihFC%3BAAAA%3BAAAA%3BAAAA%3BACjhFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4hFC%3BAAAA%3BAAAA%3BAAAA%3BAC5hFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwiFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxiFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsjFE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAC3mFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqnFC%3BAAAA%3BAAAA%3BACrnFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsoFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrlFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8lFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5mFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6nFC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxpFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADosFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FqFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2tFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1qFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2rFC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAChtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADytFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAEv6FJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmJG%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BADhLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7MD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiPC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BADxQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiRD%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmSC%3BAAAA%3BAAAA%3BAAAA%3BADnSD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4SC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BADjTF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BADhWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0WD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAC9oBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAFqCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE9BA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFoBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEXC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFJD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEYC%3BAAAA%3BAAAA%3BAFZD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAFnCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqFG%3BAAAA%3BAAAA%3BAAAA%3BAFrFH%3BAAAA%3BAAAA%3BAAAA%3BAEiGE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8JA%3BAAAA%3BAAAA%3BAAAA%3BAFjMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyMC%3BAAAA%3BAAAA%3BAF3LD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEuKC%3BAAAA%3BAAAA%3BAFvKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF1LD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEgMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsNA%3BAAAA%3BAAAA%3BAFhQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkPC%3BAAAA%3BAAAA%3BAFlPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6SA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAFhTD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0TE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhSD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BSC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxSD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkTE%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAFjUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwUA%3BAAAA%3BAAAA%3BAFxUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8UC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFnWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4WE%3BAAAA%3BAAAA%3BAAAA%3BAFrWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkXA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAFzYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwYC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BACrcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BACnDL%3BAAAA%3BAAAA%3BAJQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIDA%3BAAAA%3BAAAA%3BAJCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIfC%3BAAAA%3BAAAA%3BAJeD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAILD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAJtEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJhFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIyFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BACjRF%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL%2BBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKpBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALoBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKVG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKLI%3BAAAA%3BAAAA%3BAAAA%3BALFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALRH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKmCG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL1CL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK6CK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAL9IH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKsJG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALpKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK8JI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAL%2FRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKsSK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALpTL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK%2BTI%3BAAAA%3BAAAA%3BAAAA%3BALlWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK4VI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAL1XL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKoWK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALlXL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK6XM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALlYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKkZK%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAL1ZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKiaG%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BALhfD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0fI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL1fJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK8fK%3BAAAA%3BAAAA%3BALrgBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKugBI%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALniBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKsiBI%3BAAAA%3BAAAA%3BAAAA%3BALtiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMlDD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMIA%3BAAAA%3BAAAA%3BANJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmBA%3BAAAA%3BAAAA%3BAAAA%3BAN%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANzCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANpEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM0FD%3BAAAA%3BAAAA%3BAAAA%3BANjGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM0GA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMwLD%3BAAAA%3BAAAA%3BAAAA%3BAN%2FLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMoPA%3BAAAA%3BAAAA%3BANpPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8NA%3BAAAA%3BAAAA%3BANjQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMqOA%3BAAAA%3BAAAA%3BAN%2FQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmPA%3BAAAA%3BAAAA%3BAN1PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuQD%3BAAAA%3BAAAA%3BANvQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8RA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BANzSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2SC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN7TD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAN%2FVF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMyWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmXG%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM%2BXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN7YH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMgZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMqaI%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BANzbC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8bA%3BAAAA%3BAAAA%3BANrcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6cA%3BAAAA%3BAAAA%3BANhfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMyfE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAN3dD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMgeC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3eD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM%2BeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtfF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMgiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANnkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMgjBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BANrjBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMqkBE%3BAAAA%3BAAAA%3BAAAA%3BANjmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8kBE%3BAAAA%3BAAAA%3BANrlBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmlBC%3BAAAA%3BAAAA%3BAN1lBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMimBE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAN7mBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmnBE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BANlqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4qBC%3BAAAA%3BAAAA%3BAN5qBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMwrBG%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAN9pBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuqBG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BANlsBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4sBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BANhtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2tBD%3BAAAA%3BAAAA%3BANluBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4uBA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BANhxBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM0xBD%3BAAAA%3BAAAA%3BAAAA%3BANxyBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6yBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANv1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMs0BA%3BAAAA%3BAAAA%3BAAAA%3BANl2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMo0BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BANz3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMk4BA%3BAAAA%3BAAAA%3BANl4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMo2BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAN93BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM%2B4BC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BANz5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMi6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANx6BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMk7BC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANp7BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMk8BF%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAChgCA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAPwCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOtBE%3BAAAA%3BAAAA%3BAPNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOXC%3BAAAA%3BAAAA%3BAPID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOLD%3BAAAA%3BAAAA%3BAPFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOOA%3BAAAA%3BAAAA%3BAAAA%3BAPjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgEA%3BAAAA%3BAAAA%3BAPhEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOwEA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAPlFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO0FD%3BAAAA%3BAAAA%3BAP1FC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOoGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP7JD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOoMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAPxRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2BRA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAPlSD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2SC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP9TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOuSA%3BAAAA%3BAAAA%3BAPjVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmVD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAPhYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOqWA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2BXG%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAP%2FcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOudA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAPteC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgfD%3BAAAA%3BAAAA%3BAP7cC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsdC%3BAAAA%3BAAAA%3BAPtdD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2BdA%3BAAAA%3BAAAA%3BAPhhBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO0hBA%3BAAAA%3BAAAA%3BAP1hBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOqiBC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP9jBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BARVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQpBA%3BAAAA%3BAAAA%3BAAAA%3BARtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BARtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ0DA%3BAAAA%3BAAAA%3BAAAA%3BARvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQkCA%3BAAAA%3BAAAA%3BARlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQkCC%3BAAAA%3BAAAA%3BARnFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmGD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BARrHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8HA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAR5IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAR7JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BHA%3BAAAA%3BAAAA%3BAAAA%3BARzKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ4IA%3BAAAA%3BAAAA%3BAAAA%3BARtLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BLA%3BAAAA%3BAAAA%3BAR5JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2JA%3BAAAA%3BAAAA%3BAR5MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQoNA%3BAAAA%3BAAAA%3BAAAA%3BARjLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6LD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARrNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQuNA%3BAAAA%3BAAAA%3BAR5OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8MD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BARpPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqNA%3BAAAA%3BAAAA%3BARtQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgPA%3BAAAA%3BAAAA%3BARnRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2RA%3BAAAA%3BAAAA%3BAR3RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BARrTD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASAD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BATOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASDA%3BAAAA%3BAAAA%3BAAAA%3BATzCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASkDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAT3BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASqCA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT5ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASqFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATlDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS6DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATjGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASmGE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATvHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASwHE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BATvIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS%2BIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATxMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASgNC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BATxMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS4MC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAThQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASqQA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAThRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASyRD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BATvSC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASgTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT1VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASoWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAT%2FTF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASuUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BATpZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASsXC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAChbD%3BAAAA%3BAAAA%3BAVwCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU9BD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAV0BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUrBC%3BAAAA%3BAAAA%3BAAAA%3BAVAD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUYA%3BAAAA%3BAAAA%3BAVZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUyBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAVlDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU6DE%3BAAAA%3BAAAA%3BAVxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUoCG%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAVhDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU4EC%3BAAAA%3BAAAA%3BAV5ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUkFC%3BAAAA%3BAAAA%3BAV9GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUuHA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVlKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2BIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAVrJD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU6JC%3BAAAA%3BAAAA%3BAAAA%3BAVhMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2BMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAV7LH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUwMA%3BAAAA%3BAAAA%3BAV%2FMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUgPC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVpPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU4QA%3BAAAA%3BAAAA%3BAV1RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUkSC%3BAAAA%3BAAAA%3BAVvTD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2BTC%3BAAAA%3BAAAA%3BAV%2FTD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUwUD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAVjVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUgYC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAVtWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU2WE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAV9aC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU2bA%3BAAAA%3BAAAA%3BAVxZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU4aA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAV%2FaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUsdD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAV%2FgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUuhBA%3BAAAA%3BAAAA%3BAV1jBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUmiBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVllBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU8lBD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAV5jBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUqnBA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAVhlBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2BlBA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV1pBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUiqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAVpqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUuoBC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjuBL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXvBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWyBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXnDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWmEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXzFN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW6FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX7FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8GK%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXzHN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8HO%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAX5JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWqKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXnMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWiNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXzNH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWyOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXrSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW4SE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXvTF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8TG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX9bJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8bK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXndL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWsdI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX7dJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWoeK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXzhBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8fG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXxoBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWwoBE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX%2FtBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWusBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX9sBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWwtBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpvBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWutBE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAXhxBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWwxBE%3BAAAA%3BAAAA%3BAX3zBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW4xBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BACl2BH%3BAAAA%3BAAAA%3BAAAA%3BAZOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYSA%3BAAAA%3BAAAA%3BAZTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAZeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZvDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYgCC%3BAAAA%3BAAAA%3BAZ1ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwFC%3BAAAA%3BAAAA%3BAZxFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYsGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAZ3GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaUC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAbgCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAajBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDH%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdRC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAckBA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAdtDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc0BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdjCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc4CA%3BAAAA%3BAAAA%3BAAAA%3BAdxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc6DE%3BAAAA%3BAAAA%3BAd3EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcmFE%3BAAAA%3BAAAA%3BAdjGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeYG%3BAAAA%3BAAAA%3BAfEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe3BC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAfjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBFC%3BAAAA%3BAAAA%3BAhBqCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB1BA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAhBxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBUE%3BAAAA%3BAAAA%3BAAAA%3BAhBxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBqBG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB7BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBmDK%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAWP%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACvID%3BAAAA%3BAAAA%3BAjByCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB5BA%3BAAAA%3BAAAA%3BAjBmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBrBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBCC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBZD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBpBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBmDA%3BAAAA%3BAAAA%3BACnGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAlBkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBLA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAlBTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBiBA%3BAAAA%3BAAAA%3BAlBjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBsBA%3BAAAA%3BAAAA%3BAlB7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBkCA%3BAAAA%3BAAAA%3BAlBlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB0CE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAlBrDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBmDE%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAlBjEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBqEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAlB5FC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBmGE%3BAAAA%3BAAAA%3BAlB%2FHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBkGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBzIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB8GE%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAlBlIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBhDC%3BAAAA%3BAAAA%3BAnByCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB7BC%3BAAAA%3BAAAA%3BAAAA%3BAnB6BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBAC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBAD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBxCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB2CE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB5ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBuDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBnFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBmGE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAnBtHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB0HC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAnBhKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBwKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBtKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBxDA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BApBiCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB1BC%3BAAAA%3BAAAA%3BAAAA%3BApBFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBkBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB2CC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BApBhDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB0DG%3BAAAA%3BAAAA%3BAAAA%3BApB5CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBoDI%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BApB5FH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBkEE%3BAAAA%3BAAAA%3BAAAA%3BApBlEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB0EG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBxFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB2FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBzGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBrDA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BArBjBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBuCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBvCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBwDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBlGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB0GA%3BAAAA%3BAAAA%3BArB5FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB6DA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BArB9HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBsIC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB3IF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBmJC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BArBhKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB8JC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBzLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB%2BLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB5OD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBmNC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBxSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBkTC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBnVD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBsTE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB9VD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBgUE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBnVD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBqVC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BArBvYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB8YE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BArBvaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB4aG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBnbH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBqcE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBvkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBykBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB1lBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBymBE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB9oBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBsnBG%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBhrBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBgsBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBhsBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBosBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAC1wBN%3BAAAA%3BAAAA%3BAtB2CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBnCC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAtBbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBNC%3BAAAA%3BAAAA%3BAtBMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBOE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBhDA%3BAAAA%3BAAAA%3BAvBgDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBlDD%3BAAAA%3BAAAA%3BAxBkDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBtCC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAC%2FBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAC%2FKC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BA1BiCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */