html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-block-start: 115px;
}
@media (min-width: 981px) {
  html {
    scroll-padding-block-start: 148px;
  }
}
.header-menu-open {
  overflow: hidden;
}
body {
  font-size: clamp(14px, 16 / 1400 * 100vw, 16px);
}
body #primary {
  margin: 0 !important;
}
body.search .ast-container {
  max-width: 100%;
  padding: 0 !important;
}
body.search #content .product-listing-loop {
  max-width: 100%;
}
@media (min-width: 1321px) {
  body.search #content .facetwp-template {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1541px) {
  body.search #content .facetwp-template {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site .site-content section > .uagb-container-inner-blocks-wrap {
  width: 90% !important;
}
@media (max-width: 1400px) {
  #content h1, #content .title-h1 {
    font-size: clamp(46px, 78 / 1400 * 100vw, 78px);
  }
  #content h1 h1, #content h1 h2, #content h1 h3, #content h1 h4, #content h1 h5, #content .title-h1 h1, #content .title-h1 h2, #content .title-h1 h3, #content .title-h1 h4, #content .title-h1 h5 {
    font-size: inherit;
  }
  #content h2, #content .title-h2 {
    font-size: clamp(34px, 64 / 1400 * 100vw, 64px);
  }
  #content h2 h1, #content h2 h2, #content h2 h3, #content h2 h4, #content h2 h5, #content .title-h2 h1, #content .title-h2 h2, #content .title-h2 h3, #content .title-h2 h4, #content .title-h2 h5 {
    font-size: inherit;
  }
  #content .heading-large h1 {
    font-size: clamp(46px, 72 / 1400 * 100vw, 72px);
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  #content h1, #content .title-h1 {
    line-height: 1.15;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  #content .heading-large h1 {
    line-height: 115%;
  }
}
#content .hero-title .uagb-desc-text {
  letter-spacing: 0.07rem;
  font-size: 1.188rem;
}
#content .ls-1-5 .uagb-desc-text {
  letter-spacing: 0.078em;
}
#content .wp-block-uagb-buttons a {
  font-size: 1.25rem;
  box-shadow: none;
  transition: all 0.4s ease;
}
#content .custom-button a {
  position: relative;
  overflow: hidden;
  transition: color 1.5s;
}
#content .custom-button a .uagb-button__link {
  position: relative;
  top: -1.5px;
  z-index: 1;
  transition: color 0.5s;
}
#content .custom-button a:after {
  content: "";
  position: absolute;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-3);
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#content .custom-button a:hover:after {
  transform: translate(0%, 0%) rotate(0deg);
}
#content .custom-button-white a {
  position: relative;
  overflow: hidden;
  transition: color 1.5s;
}
#content .custom-button-white a .uagb-button__link {
  position: relative;
  top: -1.5px;
  z-index: 1;
  transition: color 0.5s;
}
#content .custom-button-white a:after {
  content: "";
  position: absolute;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-1);
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#content .custom-button-white a:hover:after {
  transform: translate(0%, 0%) rotate(0deg);
}
#content .custom-border-button a {
  position: relative;
  background: transparent;
  overflow: hidden;
  transition: color 1.5s;
}
#content .custom-border-button a .uagb-button__link {
  position: relative;
  top: -1.5px;
  z-index: 1;
  transition: color 0.5s;
}
#content .custom-border-button a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-image: linear-gradient(87deg, var(--ast-global-color-5) -8.22%, var(--ast-global-color-3) 44.33%, var(--ast-global-color-4) 100%) 1;
  pointer-events: none;
  transition: transform 1.5s;
}
#content .custom-border-button a:after {
  content: "";
  position: absolute;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-3);
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#content .custom-border-button a:hover:after {
  transform: translate(0%, 0%) rotate(0deg);
}
#content .custom-dark-button a {
  position: relative;
  overflow: hidden;
  transition: color 1.5s;
  border: none;
}
#content .custom-dark-button a .uagb-button__link {
  position: relative;
  top: -1.5px;
  z-index: 1;
  transition: color 0.5s;
}
#content .custom-dark-button a:after {
  content: "";
  position: absolute;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-3);
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#content .custom-dark-button a:hover:after {
  transform: translate(0%, 0%) rotate(0deg);
}
#content .custom-border-link a {
  position: relative;
  background: transparent;
  overflow: hidden;
}
#content .custom-border-link a .uagb-button__link {
  transition: all 0.5s;
}
#content .custom-border-link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(87deg, var(--ast-global-color-5) -8.22%, var(--ast-global-color-3) 44.33%, var(--ast-global-color-4) 100%) 1;
  pointer-events: none;
}
#content .custom-list .uagb-icon-list__label {
  font-size: 1.25rem;
  letter-spacing: 0.015rem;
}
#content .custom-border-img {
  position: relative;
  border: 8px solid transparent;
  border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1401" height="774" viewBox="0 0 1401 774" fill="none"><path d="M0.00591123 214.97C-0.0420648 209.819 0.217345 202.548 0.231009 196.471C0.290997 171.016 0.47082 161.583 0.572807 138.552C0.724295 104.402 0.383346 3.05001 2.18555 3.04736C2.18559 3.04736 2.18564 3.04736 2.18568 3.04736C2.20335 3.04736 2.22123 3.05711 2.23931 3.07685C2.58265 3.43192 2.95747 12.0526 3.34576 13.3319C3.7342 14.609 6.2419 13.6513 6.38288 25.895C6.56866 43.6476 5.92567 86.2333 5.95417 95.7017C5.97381 102.175 6.20177 110.144 6.24225 118.421C6.37271 145.108 6.20601 159.073 6.82526 183.117C6.49893 192.734 6.17259 202.352 5.84626 211.969C5.99757 224.517 5.56718 243.536 5.59089 251.159C5.61038 257.413 5.86844 261.078 5.88044 267.597C5.89535 274.907 5.6168 286.135 5.65876 299.433C5.72625 321.235 6.39944 325.114 6.48493 338.195C6.5734 351.759 6.20751 372.854 6.4444 390.162C6.51846 392.333 6.59252 394.504 6.66657 396.675C6.83405 395.119 7.00153 393.564 7.16901 392.009C7.24698 400.726 6.90374 404.475 6.89753 412.486C6.89003 421.911 7.21544 426.72 7.21394 433.062C7.21242 438.257 6.95149 445.302 6.96784 452.038C6.99034 461.86 7.36708 459.712 7.43757 464.997C7.46495 467.106 7.67285 506.093 7.67585 508.293C7.69071 525.021 7.17504 526.477 7.12995 539.816C7.00697 576.812 7.42365 614.789 7.58112 649.01C7.65157 664.291 7.62161 680.235 7.53913 695.471C6.21938 671.473 5.19228 724.583 7.25739 704.721C6.96361 721.673 7.52109 733.693 7.42683 749.763C7.38481 756.865 7.23783 762.473 7.15133 770.047L4 766.896C7.51111 766.936 11.4451 766.963 16.1463 766.961C42.4821 766.946 71.289 766.132 78.8635 767.603C109.779 767.344 136.555 767.877 147.697 766.579C155.67 766.499 176.1 767.273 185.041 767.378C193.497 767.477 258.379 767.826 268.993 767.846C279.608 767.865 298.188 767.886 307.128 767.772C318.359 767.631 326.207 766.285 346.203 767.859C369.451 767.732 377.735 767.777 399.357 767.96C403.272 767.993 403.715 768.227 406.002 768.227C410.713 768.227 418.728 768.054 427.138 768.033C440.967 767.999 448.86 768.491 447.318 767.739C456.436 767.613 465.553 767.487 474.671 767.361C477.869 767.506 481.068 767.651 484.266 767.796C489.141 767.638 494.015 767.48 498.89 767.322C493.165 768.41 527.473 767.768 516.334 767.144C534.008 767.369 551.682 767.594 569.356 767.819C566.89 769.055 608.163 767.961 604.688 767.289C606.711 767.29 608.733 767.291 610.756 767.292C628.461 767.621 644.72 767.352 666.301 767.573C687.88 767.793 685.854 767.913 692.416 768.482C697.494 768.449 702.572 768.417 707.651 768.384C734.296 766.826 729.587 769.524 775.215 768.329C789.793 769.308 825.728 768.793 849.555 768.497C852.328 768.462 852.375 768.272 856.068 768.213C865.095 768.072 888.132 768.317 887.344 767.704C895.318 767.881 903.293 768.058 911.267 768.236C917.785 768.124 924.303 768.013 930.821 767.901C930.788 767.71 930.755 767.518 930.722 767.327C943.846 767.979 964.47 767.729 974.643 767.885C976.667 767.916 977.105 768.18 983.398 768.252C990.753 768.338 1004.46 768.26 1013.22 768.342C1016.63 768.05 1020.04 767.757 1023.45 767.465C1039.12 767.306 1044.63 768.078 1053.83 768.138C1055.49 768.149 1085.72 768.093 1087.35 768.077C1100.69 767.946 1096.91 767.288 1135.48 767.429C1142.34 767.455 1147.9 767.682 1154.11 767.691C1165.07 767.708 1198.12 767.192 1200.72 766.715C1214.02 767.312 1249.6 767.068 1260.09 767.24C1263.25 767.293 1263.96 767.673 1273.69 767.754C1281.57 767.82 1301.87 767.516 1311.87 767.567C1322.48 767.622 1326.27 767.942 1331.03 767.964C1335.52 767.985 1339.66 767.727 1345.79 767.729C1364.9 767.738 1382.2 768.153 1397.31 768.161C1397.54 768.161 1397.77 768.161 1398 768.161L1396.11 770.047C1396.11 748.486 1395.36 729.404 1395.02 711.32C1395.07 706.783 1395.24 702.326 1395.24 697.569C1395.26 638.73 1395.4 572.357 1395.57 513.342C1395.64 485.945 1396.68 417.817 1394.95 436.001C1394.65 426.48 1395.34 357.253 1395.35 344.085C1395.36 330.921 1395.05 320.485 1395.05 310.138C1395.04 278.912 1395.26 256.923 1394.99 218.914C1394.92 209.098 1394.55 198.579 1394.56 192.766C1394.56 185.764 1394.92 178.228 1394.94 169.156C1394.99 147.533 1394.87 107.235 1394.93 86.4896C1394.95 82.7019 1395.26 81.3715 1395.36 75.9543C1395.74 54.8583 1395.7 31.2119 1394.71 35.3959C1394.94 24.3205 1394.99 13.5851 1394.97 3.04736L1398 6.08127C1382.81 6.11531 1368.03 6.30271 1353.24 6.32136C1300.25 6.38585 1203.74 6.15341 1157.59 6.57185C1128.48 6.83582 1129.23 7.28245 1086.38 6.89704C1076.87 6.81157 1067.4 6.69628 1055.86 6.59431C1028.82 6.35435 1004.01 5.52925 983.398 6.52351C953.365 6.26564 929.445 6.44851 907.162 5.59821C904.535 5.80215 901.908 6.00609 899.281 6.21003C895.599 6.21508 891.917 6.22012 888.234 6.22517C887.086 6.03067 885.937 5.83617 884.789 5.64167C858.411 5.58929 824.945 6.38871 802.617 6.38288C765.18 6.37388 668.759 6.06331 633.261 5.80085C614.415 5.66147 613.4 6.07805 602.611 5.22175C598.396 5.28132 594.18 5.34089 589.965 5.40046C587.327 5.58796 584.689 5.77546 582.052 5.96296C557.873 5.97046 529.195 5.67922 506.161 5.6822C464.189 5.6882 401.162 6.20424 359.013 5.8653C348.445 5.77983 335.234 5.39316 324.885 5.39753C309.822 5.40353 306.161 6.0452 287.047 6.0572C254.103 6.07669 192.751 5.33126 161.613 5.38825C152.364 5.40476 148.049 5.64352 141.663 5.66901C114.885 5.7785 92.9005 5.75905 67.2237 6.128C39.6534 5.51309 42.0352 4.7194 33.4909 3.91852C27.0157 3.31406 7.16024 1.91324 4.34166 1.38385C2.36178 1.01192 9.75402 0.533476 6.97961 0.124078C40.0112 -0.202864 53.8883 0.157056 80.7102 0.732966C130.243 0.710017 179.776 0.687067 229.309 0.664118C233.815 0.887589 238.322 1.11106 242.828 1.33453C242.828 1.33502 242.828 1.33551 242.828 1.33599C261.851 1.59389 269.913 1.01839 280.172 0.887751C378.387 -0.36306 571.696 0.615913 679.82 0.756892C703.12 0.786876 778.913 0.485749 794.901 0.848689C799.04 0.943211 800.191 1.28779 804.595 1.30279C843.939 1.09788 883.283 0.89296 922.627 0.688044C1003.53 1.22346 1087.17 0.781274 1168.7 0.698786C1245.39 0.621088 1321.81 0.537568 1398 0.465136L1400.58 0.460365L1400.58 3.04736C1400.72 145.985 1400.81 288.102 1400.76 429.62C1400.74 471.549 1401 524.756 1400.84 565.804C1400.77 582.935 1400.21 590.073 1400.63 612.578C1400.48 612.814 1400.33 613.051 1400.18 613.287C1400.36 632.927 1400.7 645.477 1400.73 667.497C1400.76 686.039 1400.78 735.097 1400.73 751.482C1400.7 759.981 1400.42 756.815 1400.42 764.738C1400.42 766.313 1400.43 768.096 1400.44 770.047L1400.44 772.479L1398 772.484C1383.15 772.557 1358.59 772.858 1342.04 772.858C1325.09 772.858 1296.5 772.537 1283.46 772.583C1236.52 772.748 1185.38 773.224 1135.34 773.097C1121.52 773.061 1103.75 772.699 1099.42 772.709C1090.96 772.73 1088.45 773.081 1082.77 773.126C1053.92 773.354 1008.95 772.937 980.678 772.921C888.541 772.867 790.933 773.02 699.193 772.956C641.233 772.915 544.916 772.977 491.405 772.713C479.866 772.656 482.942 772.271 473.253 772.271C462.509 772.272 456.691 772.531 451.671 772.552C416.918 772.699 340.202 772.962 307.392 772.696C301.142 772.645 296.609 772.344 292.867 772.345C290.973 772.345 286.694 772.551 280.749 772.572C228.25 772.758 189.972 772.638 138.531 772.567C95.9038 772.51 50.3506 772.548 4 772.594L1.4578 772.599L1.45308 770.047C1.39292 709.27 1.32064 647.122 1.43804 588.404C1.48304 565.854 2.07881 550.39 2.07281 547.219C2.06079 540.26 1.66007 535.806 1.56109 521.713C1.23574 474.855 1.66335 411.748 1.46246 367.179C1.36348 345.16 0.854801 314.903 0.742241 293.234C0.652266 275.928 0.851806 235.055 0.628471 227.385C0.493542 222.718 0.0601647 220.559 0.00591123 214.97ZM31.9575 767.295C28.8744 767.988 61.2765 767.412 49.1206 767.04C46.3829 766.957 32.7543 767.115 31.9575 767.295ZM1396.45 618.827C1396.25 619.123 1396.06 619.42 1395.86 619.717C1395.94 623.971 1396.02 628.224 1396.1 632.478C1396.22 630.088 1396.34 627.697 1396.46 625.306C1396.46 623.146 1396.45 620.987 1396.45 618.827Z" fill="%23130600"/></svg>') 8 stretch;
  border-radius: 4px;
}
header #ast-desktop-header .site-primary-header-wrap {
  width: 90%;
  padding: 0;
}
header #ast-mobile-header .ast-primary-header-bar {
  padding: 0 !important;
  border: none;
}
header #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row {
  width: 90%;
  margin: auto;
  padding: 0 !important;
}
@media (max-width: 980px) {
  header #ast-mobile-header .ast-menu-toggle {
    color: white;
  }
}
header #ast-mobile-header .ast-mobile-header-content {
  height: calc(100vh + 147px);
  background: black;
  padding-top: 20px;
}
header #ast-mobile-header .ast-mobile-header-content ul {
  background-color: var(--ast-global-color-0);
}
header #ast-mobile-header .ast-mobile-header-content ul a {
  text-transform: uppercase;
}
header #ast-mobile-header .ast-mobile-header-content .header-widget-area {
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
header #ast-mobile-header .ast-mobile-header-content .header-widget-area .uagb-icon-list__wrap {
  gap: 20px;
  flex-direction: column;
  align-items: self-start;
}
header .site-primary-header-wrap .ast-builder-grid-row {
  position: relative;
}
header .site-primary-header-wrap .site-header-primary-section-left .site-branding {
  padding: 12px 0;
}
header .site-primary-header-wrap .site-header-primary-section-right {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  gap: 26px 40px;
}
header .site-primary-header-wrap .site-header-primary-section-right > * {
  padding: 0;
}
header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu {
  width: 100%;
}
header .site-primary-header-wrap .site-header-primary-section-right .uagb-icon-list__wrap {
  gap: 41px;
}
header .site-primary-header-wrap .site-header-primary-section-right .uagb-icon-list__wrap .wp-block-uagb-icon-list-child a {
  display: flex;
  align-items: center;
}
header .site-primary-header-wrap .site-header-primary-section-right .uagb-icon-list__wrap .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {
  display: flex;
  position: relative;
  top: -2px;
  margin-right: 9px;
}
header .site-primary-header-wrap .site-header-primary-section-right .uagb-icon-list__wrap .uagb-icon-list__label {
  transition: all 0.3s;
}
header .site-primary-header-wrap .site-header-primary-section-right .uagb-icon-list__wrap .contact-social img {
  width: 17px;
}
header .site-primary-header-wrap .site-header-primary-section-right .ast-search-menu-icon svg {
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (max-width: 980px) {
  header .site-primary-header-wrap .site-header-primary-section-right .ast-header-search .slide-search .search-form {
    right: -4px;
  }
}
@media (max-width: 980px) {
  header .site-primary-header-wrap .site-header-primary-section-right .ast-header-search .slide-search .search-form .ast-search-icon {
    position: relative;
    top: 2px;
  }
}
header .site-primary-header-wrap .site-header-primary-section-right .ast-header-search .slide-search .search-form .search-field {
  background-color: var(--ast-global-color-0);
  border: none;
  color: var(--ast-global-color-1);
  width: 400px;
}
@media (max-width: 767px) {
  header .site-primary-header-wrap .site-header-primary-section-right .ast-header-search .slide-search .search-form .search-field {
    width: 200px;
  }
}
header .site-primary-header-wrap .site-header-primary-section-right .ast-header-search .slide-search .search-form .search-field::placeholder {
  color: var(--ast-global-color-1);
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul {
  align-self: baseline;
  align-items: baseline;
}
@media (min-width: 981px) {
  header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul > li > .sub-menu {
    top: calc(100% + 39px);
    margin: 0;
    border: none;
    padding: 16px;
    width: 290px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 981px) {
  header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul > li > .sub-menu:before {
    height: 42px !important;
  }
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul > li > .sub-menu > li > .menu-link {
  padding: 15.5px 8px;
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul > li > .sub-menu .menu-link {
  line-height: 100%;
  font-weight: 500;
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul li:last-child a {
  padding-right: 0;
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul li:first-child a {
  padding-left: 0;
}
@media (max-width: 1400px) {
  header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul li a {
    padding-left: 9px;
    padding-right: 9px;
  }
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul li span {
  line-height: 1;
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation ul .current-menu-item a {
  color: var(--ast-global-color-2);
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation .explore-our-campers-button {
  font-family: "Alexandria", sans-serif;
  border-left: 1px solid;
  border-color: white;
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation .explore-our-campers-button a {
  padding-left: 30px;
}
@media (max-width: 1400px) {
  header .site-primary-header-wrap .main-header-bar-navigation .main-navigation .explore-our-campers-button a {
    padding-left: 18px;
  }
}
header .site-primary-header-wrap .main-header-bar-navigation .main-navigation .last-menu-item {
  margin-right: 8px;
}
.transparent-header #masthead {
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .transparent-header #masthead .ast-primary-header-bar {
    transition: none;
  }
}
.transparent-header:not(.ast-primary-sticky-header-active) #masthead .ast-primary-header-bar {
  background: transparent;
  border: none;
}
.transparent-header:not(.ast-primary-sticky-header-active) #masthead .site-branding {
  padding: 4px 0 3px;
}
.header-menu-open .transparent-header #masthead .ast-primary-header-bar {
  background-color: black;
}
body footer {
  font-family: "Montserrat", sans-serif;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap {
  max-width: 1720px !important;
  width: 90% !important;
}
@media (max-width: 1400px) {
  body footer .footer-main > .uagb-container-inner-blocks-wrap {
    flex-wrap: wrap !important;
    gap: 40px !important;
  }
}
@media (max-width: 1400px) {
  body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-1 {
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 {
    max-width: 69%;
  }
}
@media (max-width: 1400px) {
  body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 {
    max-width: 100%;
  }
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .footer-menu-1 .footer-main-menu > ul {
  column-count: 2;
  display: block;
  gap: 80px;
}
@media (max-width: 980px) {
  body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .footer-menu-1 .footer-main-menu > ul {
    gap: 30px;
  }
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .footer-menu-1 .footer-main-menu > ul li {
  margin-bottom: 4px;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .footer-menu-1 .footer-main-menu > ul li:last-child {
  margin-bottom: 0;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .footer-menu-1 .footer-main-menu > ul li a {
  font-weight: 400;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .footer-menu-1 .footer-main-menu > ul li a:hover {
  color: var(--ast-global-color-3);
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .footer-menu-2 .wp-block-uagb-icon-list .uagb-icon-list__wrap {
  flex-direction: column;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .footer-menu-2 .wp-block-uagb-icon-list .uagb-icon-list__wrap .uagb-icon-list__label {
  transition: all 0.3s;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .opening-hours {
  border: none;
  margin: 0;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .opening-hours th, body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .opening-hours td {
  border: none;
  font-weight: 400;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .opening-hours td {
  padding: 0;
  text-transform: capitalize;
}
body footer .footer-main > .uagb-container-inner-blocks-wrap .footer-main-col-2 .opening-hours th {
  text-align: left;
  line-height: 1;
  padding: 6px 16px 6px 0;
}
body footer .footer-copyright > .uagb-container-inner-blocks-wrap {
  max-width: 1720px !important;
  width: 90% !important;
}
@media (max-width: 1600px) {
  body footer .footer-copyright > .uagb-container-inner-blocks-wrap .footer-copyright-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  body footer .footer-copyright-wrapper {
    flex-direction: column !important;
  }
}
@media (max-width: 1400px) {
  body footer .footer-copyright-col-1 {
    order: 3 !important;
  }
}
@media (max-width: 460px) {
  body footer .footer-copyright-col-1 {
    text-align: center;
  }
}
@media (max-width: 1400px) {
  body footer .footer-copyright-col-2 {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  body footer .footer-copyright-col-2 {
    justify-content: left !important;
  }
}
@media (max-width: 460px) {
  body footer .footer-copyright-col-2 {
    justify-content: center !important;
  }
}
body footer .footer-copyright-col-2 .wp-block-uagb-image {
  width: max-content !important;
}
@media (max-width: 1400px) {
  body footer .footer-copyright-col-3 {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  body footer .footer-copyright-col-3 {
    justify-content: left !important;
  }
}
@media (max-width: 460px) {
  body footer .footer-copyright-col-3 {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
body footer .footer-copyright-col-3 .wp-block-uagb-advanced-heading {
  width: max-content !important;
}
#content .gform_wrapper .gform_validation_errors {
  display: none !important;
}
#content .gform_wrapper .gform_heading {
  display: none;
}
#content .gform_wrapper .gform_fields {
  gap: 28px 20px;
}
#content .gform_wrapper .gform_footer {
  position: relative;
  overflow: hidden;
  max-width: fit-content;
  margin: 40px 0 0 auto;
  padding: 0;
}
#content .gform_wrapper .gform_footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-image: linear-gradient(87deg, #FF613A -8.22%, #EF3E12 44.33%, #AC2A0A 100%) 1;
  pointer-events: none;
  transition: transform 0.5s;
}
#content .gform_wrapper .gform_footer:after {
  content: "";
  position: absolute;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: #EF3E12;
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#content .gform_wrapper .gform_footer .gform_button {
  font-family: "Genos", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  height: 44px;
  padding: 10px 21px;
  color: #212121;
  transition: color 0.5s;
  z-index: 1;
  border: none;
  outline: none;
  background: transparent;
}
#content .gform_wrapper .gform_footer:hover:before {
  border-image: linear-gradient(87deg, #EF3E12 0%, #AC2A0A 100%) 1;
}
#content .gform_wrapper .gform_footer:hover:after {
  transform: translate(-20%, -25%) rotate(0deg);
}
#content .gform_wrapper .gform_footer:hover .gform_button {
  color: white;
}
#content .gform_wrapper .gform_footer .gform-loader {
  display: none !important;
}
#content .contact-us-form_wrapper .gfield_label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
#content .contact-us-form_wrapper .gfield input, #content .contact-us-form_wrapper .gfield textarea, #content .contact-us-form_wrapper .gfield select {
  font-size: 18px;
  height: 3rem;
  line-height: 3rem;
  color: #212121;
  padding: 0 15px;
  border: 1px solid #909090;
  border-radius: 0;
  box-shadow: none;
}
#content .contact-us-form_wrapper .gfield input::placeholder, #content .contact-us-form_wrapper .gfield textarea::placeholder, #content .contact-us-form_wrapper .gfield select::placeholder {
  color: #969696;
}
#content .contact-us-form_wrapper .gfield textarea {
  height: 121px;
  min-height: 100px;
  max-height: 320px;
  max-width: 100%;
  min-width: 100%;
  line-height: 120%;
  padding: 13px 15px;
}
#content .newsletter-form_wrapper .gfield_label {
  display: none;
}
#content .newsletter-form_wrapper .gfield input {
  font-size: 17px;
  font-weight: 600;
  height: 47px;
  line-height: 3rem;
  color: #212121;
  padding: 0 130px 0px 20px;
  border: 2px solid var(--ast-global-color-0);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
#content .newsletter-form_wrapper .gfield input::placeholder {
  color: #969696;
}
#content .newsletter-form_wrapper .gfield input:focus::placeholder {
  color: transparent;
}
#content .newsletter-form_wrapper .gform-footer {
  margin: 0;
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  background-color: var(--ast-global-color-0);
}
#content .newsletter-form_wrapper .gform-footer::before {
  border: 2px solid var(--ast-global-color-0);
  border-image: unset !important;
}
#content .newsletter-form_wrapper .gform-footer .button {
  color: #FBF1E8;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 40px;
}
body #content .scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
@media (min-width: 981px) {
  body #content .scroll-down {
    bottom: 72px;
  }
}
body #content .scroll-down-hero .uagb-container-inner-blocks-wrap {
  position: static;
}
body #content .scroll-down .wp-block-outermost-icon-block {
  animation: scrollDownIcon 2.5s infinite;
}
body #content .section-split-hero__left-wrap {
  width: 80%;
}
@media (max-width: 767px) {
  body #content .section-split-hero__left-wrap {
    width: 90%;
  }
}
body #content .section-split-hero__left-wrap-title-subtitle .uagb-desc-text {
  font-size: 1.25rem;
  letter-spacing: 0.094rem;
}
body #content .section-split-hero__right-badge {
  width: calc(100% - 132px);
}
@media (max-width: 1400px) {
  body #content .section-split-hero__right-badge {
    width: calc(100% - 75px);
  }
}
@media (max-width: 767px) {
  body #content .section-split-hero__right-badge {
    padding-right: 58px;
    width: 100%;
  }
}
body #content .section-split-hero__right-badge .swiper-content {
  padding: 10px 0;
}
body #content .section-split-hero__right-badge .swiper-button-prev {
  display: none;
}
body #content .section-split-hero__right-badge .swiper-button-next {
  border: 1px solid #4E4E4E;
  transition: all 0.4s ease;
}
body #content .section-split-hero__right-badge .swiper-button-next:hover {
  background: #4E4E4E;
}
body #content .section-split-hero__right .scroll-down {
  position: relative;
  left: 0;
  transform: unset;
  width: max-content;
  margin-right: auto;
  margin-left: unset;
  padding: 38px;
  bottom: 25px;
}
@media (max-width: 1400px) {
  body #content .section-split-hero__right .scroll-down {
    padding: 10px;
    bottom: 50px;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body #content .section-split-hero__right .scroll-down {
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  body #content .section-split-hero__right .scroll-down {
    bottom: unset;
    top: 45px;
    position: absolute;
    margin: auto;
    left: 50%;
    padding: 0;
  }
}
body #content .section-about__right-wrap {
  width: 90%;
}
body #content .section-dual-promo-block__left-image, body #content .section-dual-promo-block__right-image {
  min-height: clamp(390px, 41.0975609756vw, 674px);
}
body #content .section-dual-promo-block__left img {
  width: clamp(120px, 16.7073170732vw, 274px);
}
body #content .section-dual-promo-block__right img {
  width: clamp(120px, 19.2073170732vw, 315px);
}
body #content .section-product-cards-block__row .homeProductsFlex {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem {
  display: flex;
  width: calc(33.33% - 5.5px);
}
@media (max-width: 980px) {
  body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem {
    width: 100%;
  }
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductImage {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 80%;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 30%, #240E02 87%);
  z-index: 1;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink:hover .homeProductButton::before {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink:hover .homeProductImage {
  transform: scale(1.05);
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  min-height: clamp(340px, 31.7073170732vw, 520px);
  background-position: center;
  background-size: cover;
  padding: clamp(20px, 2.3170731707vw, 38px);
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4a1e0525;
}
@media (max-width: 980px) {
  body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent {
    min-height: 400px;
  }
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent .homeProductTitle {
  font-size: 1.25rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: var(--ast-global-color-1);
  margin-bottom: clamp(10px, 1.8292682927vw, 30px);
  text-align: center;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent .homeProductAttributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(10px, 1.8292682927vw, 30px);
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent .homeProductAttributes .homeProductAttrItem {
  line-height: 1;
  color: var(--ast-global-color-1);
  text-align: center;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent .homeProductButton {
  position: relative;
  overflow: hidden;
  background-color: var(--ast-global-color-8);
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent .homeProductButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-3);
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent .homeProductButton span {
  border-radius: 0;
}
body #content .section-product-cards-block__row .homeProductsFlex .homeProductItem .homeProductLink .homeProductContent .homeProductButton span .uagb-button__link {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  padding: 11px 22px;
  text-transform: uppercase;
  font-family: Genos;
  position: relative;
}
body #content .section-logos__content {
  max-width: 1680px;
  width: 90%;
}
body #content .section-logos__logos-slider .swiper-wrapper {
  padding: 8px 0;
}
body #content .section-logos__logos-slider .swiper-wrapper .swiper-slide {
  width: max-content;
}
body #content .section-cards-grid__row-card {
  transition: background-size 0.4s ease;
}
body #content .section-cards-grid__row-card:hover .wp-block-button__link:after {
  transform: translate(0%, 0%) rotate(0deg);
}
body #content .section-cards-grid__row-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: unset;
  left: 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(180deg, transparent 0%, #240E02 100%);
  opacity: 1;
}
body #content .section-showcase-cards__row .facetwp-template {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body #content .section-showcase-cards__row .facetwp-template .cases-item:last-child {
  display: none;
}
body #content .section-showcase-cards__row-item:hover .wp-block-button__link:after {
  transform: translate(0%, 0%) rotate(0deg);
}
body #content .section-showcase-cards__row-item .wp-block-uagb-buttons {
  width: 222px;
}
@media (max-width: 767px) {
  body #content .section-showcase-cards__row-item .wp-block-uagb-buttons {
    width: 100%;
  }
}
body #content .section-tabs__row-tabs-header-item {
  cursor: pointer;
  border-right: 1px solid #F2E1D6;
}
body #content .section-tabs__row-tabs-header-item:last-child {
  border-right: none;
}
body #content .section-tabs__row-tabs-header-item img {
  transition: all 0.3s;
}
body #content .section-tabs__row-tabs-header-item:hover img {
  transform: scale(1.05);
}
body #content .section-tabs__row-tabs-header-item.active {
  background-color: #F2E1D6;
  border-radius: 4px 4px 0 0;
}
body #content .section-tabs__row-tabs-header-item.active img {
  transform: scale(1.05);
}
body #content .section-tabs__row-tabs-main-title .uagb-heading-text {
  letter-spacing: -0.03rem;
}
body #content .section-tabs__row-tabs-main-wrapper {
  width: 90%;
}
body #content .section-featured-showcase__row-wrapper {
  background-color: transparent;
}
body #content .section-featured-showcase__row-wrapper-image-wrapper {
  min-height: clamp(500px, 47.1951219512vw, 774px);
}
body #content .section-featured-showcase__row-cta .wp-block-uagb-buttons .uagb-buttons__wrap {
  justify-content: space-between;
}
body #content .section-image-content-block > .uagb-container-inner-blocks-wrap {
  max-width: 1630px;
}
body #content .section-stats-showcase > .uagb-container-inner-blocks-wrap {
  max-width: 1610px;
}
body #content .section-story-block > .uagb-container-inner-blocks-wrap {
  max-width: 1620px;
}
body #content .section-hero-cta-block__row-img img {
  width: clamp(120px, 13.6585365854vw, 224px);
}
body #content .section-newsletter-block__row-img {
  min-height: clamp(350px, 40.6097560976vw, 666px);
}
@keyframes scrollDownIcon {
  0% {
    bottom: 0px;
  }
  30% {
    bottom: -10px;
  }
  60% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
#content .facetwp-type-pager {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 981px) {
  #content .facetwp-type-pager {
    margin-top: 60px;
  }
}
#content .facetwp-type-pager .facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .facetwp-type-pager .facetwp-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  background-color: var(--ast-global-color-1) !important;
  color: var(--ast-global-color-0) !important;
  text-decoration: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  #content .facetwp-type-pager .facetwp-page {
    height: 44px;
    width: 50px;
  }
}
#content .facetwp-type-pager .facetwp-page span {
  position: relative;
  bottom: -1.5px;
  z-index: 1;
}
#content .facetwp-type-pager .facetwp-page:hover, #content .facetwp-type-pager .facetwp-page.active {
  color: white !important;
}
#content .facetwp-type-pager .facetwp-page.active {
  background: #212121 !important;
}
#content .facetwp-type-pager .facetwp-page.active svg {
  fill: white;
}
#content .facetwp-type-pager .facetwp-page:before {
  content: "";
  position: absolute;
  width: 150%;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-3);
  border-radius: 100%;
  transform: translate(-75%, 75%) rotate(-45deg);
  transition: transform 0.3s;
  pointer-events: none;
  z-index: 0;
}
#content .facetwp-type-pager .facetwp-page:not(.active):hover:before {
  transform: translate(0%, 0%) rotate(-45deg);
}
#content .facetwp-type-pager .facetwp-page.next svg, #content .facetwp-type-pager .facetwp-page.prev svg {
  transition: all 0.2s linear;
}
#content .facetwp-type-pager .facetwp-page.next:hover svg, #content .facetwp-type-pager .facetwp-page.prev:hover svg {
  fill: var(--ast-global-color-1) !important;
}
.page-id-528 {
  overflow: visible;
  background-color: white;
}
@media (max-width: 980px) {
  #content .product-listing-hero #shop-navigation {
    flex-wrap: wrap;
  }
}
#content .product-listing-hero #shop-navigation .shop-navigation-tab {
  position: relative;
  flex: auto;
  transition: all 0.5s;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 980px) {
  #content .product-listing-hero #shop-navigation .shop-navigation-tab {
    border: none;
  }
}
#content .product-listing-hero #shop-navigation .shop-navigation-tab:before {
  content: "";
  position: absolute;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: #ef3e12;
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#content .product-listing-hero #shop-navigation .shop-navigation-tab .wp-block-uagb-advanced-heading {
  position: relative;
  z-index: 1;
}
#content .product-listing-hero #shop-navigation .shop-navigation-tab .wp-block-uagb-advanced-heading .uagb-heading-text {
  font-size: clamp(16px, 1.46vw, 24px);
  transition: color 0.3s;
  overflow-wrap: normal;
}
#content .product-listing-hero #shop-navigation .shop-navigation-tab.active:before, #content .product-listing-hero #shop-navigation .shop-navigation-tab:hover:before {
  transform: translate(0%, 0%) rotate(0deg);
}
#content .product-listing-hero #shop-navigation .shop-navigation-tab.active .uagb-heading-text, #content .product-listing-hero #shop-navigation .shop-navigation-tab:hover .uagb-heading-text {
  color: white;
}
#content .product-listing-hero #shop-navigation .shop-navigation-tab.active {
  pointer-events: none;
}
#content .product-listing-content {
  color: #212121;
}
#content .product-listing-content .uagb-container-inner-blocks-wrap {
  max-width: 1720px;
}
#content .product-listing-loop {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1440px) {
  #content .product-listing-loop {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 981px) {
  #content .product-listing-loop .filter-mobile {
    display: none;
  }
}
#content .product-listing-loop .filter-mobile.open-button .icon-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#content .product-listing-loop .filter-mobile.open-button .icon-container:before {
  content: "";
  position: absolute;
  width: 150%;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-3);
  border-radius: 100%;
  transform: translate(-75%, 75%) rotate(-45deg);
  transition: transform 0.3s;
  pointer-events: none;
  z-index: 0;
}
#content .product-listing-loop .filter-mobile.open-button .icon-container path {
  transition: transform 0.3s;
}
#content .product-listing-loop .filter-mobile.open-button .icon-container:hover:before {
  transform: translate(-15%, -15%) rotate(0deg);
}
#content .product-listing-loop .filter-mobile.open-button .icon-container:hover path {
  fill: white;
}
@media (max-width: 980px) {
  #content .product-listing-loop .filter-sort-by-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }
}
#content .product-listing-loop .filter-sort-by-wrapper .product-count {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  color: #2c2c2c;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet {
  margin-bottom: 0;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by {
  display: flex;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-wrap.fs-open .fs-label {
  background: transparent;
  color: #ef3e12;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-wrap.fs-open .fs-label:after {
  opacity: 1;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-wrap.fs-open .fs-arrow {
  background: url("/wp-content/uploads/2025/11/sortby-icon-hover.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-label {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 19px;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-label-wrap {
  max-width: fit-content;
  margin: 0 0 0 auto;
  background: transparent;
  border: none;
  cursor: pointer;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-label-wrap:hover .fs-label {
  background: transparent;
  color: #ef3e12;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-label-wrap:hover .fs-label:after {
  opacity: 1;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-label-wrap:hover .fs-arrow {
  background: url("/wp-content/uploads/2025/11/sortby-icon-hover.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-arrow {
  border: none;
  background: url("/wp-content/uploads/2025/11/sortby-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 8px;
  right: 0;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-dropdown {
  width: 170px;
  right: 0;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
  border: none;
  padding: 16px;
}
@media (min-width: 768px) {
  #content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-dropdown {
    right: -24px;
  }
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-option {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  max-width: fit-content;
  padding: 7.5px 0;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-option:first-child {
  display: none;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-option:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-option.selected, #content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-option:hover {
  background: transparent;
  color: #ef3e12;
}
#content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-option.selected:after, #content .product-listing-loop .filter-sort-by-wrapper .facetwp-facet-product_sort_by .fs-option:hover:after {
  opacity: 1;
}
#content .product-listing-loop .facetwp-template {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  #content .product-listing-loop .facetwp-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1321px) {
  #content .product-listing-loop .facetwp-template {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1180px) {
  #content .product-listing-nomad {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #content .product-listing-nomad {
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  #content .product-listing-nomad .nomad-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #content .product-listing-nomad .nomad-logo .wp-block-uagb-image {
    justify-content: center;
    margin: 0;
  }
}
#content .product-listing-nomad .nomad-btns .uagb-buttons__wrap {
  row-gap: 14px;
  justify-content: center;
}
#content .product-listing-nomad .nomad-btns .button-outline a {
  position: relative;
  color: #212121;
  background: transparent;
  overflow: hidden;
  transition: color 0.5s;
}
#content .product-listing-nomad .nomad-btns .button-outline a .uagb-button__link {
  position: relative;
  top: -1.5px;
  color: inherit;
  z-index: 1;
}
#content .product-listing-nomad .nomad-btns .button-outline a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-image: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%) 1;
  pointer-events: none;
  transition: transform 0.5s;
}
#content .product-listing-nomad .nomad-btns .button-outline a:after {
  content: "";
  position: absolute;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: #ef3e12;
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#content .product-listing-nomad .nomad-btns .button-outline a:hover {
  color: white;
}
#content .product-listing-nomad .nomad-btns .button-outline a:hover:after {
  transform: translate(0%, 0%) rotate(0deg);
}
#content .product-listing-nomad .nomad-btns .button-border-bottom a {
  position: relative;
  padding: 5px 0;
}
#content .product-listing-nomad .nomad-btns .button-border-bottom a .uagb-button__link {
  transition: all 0.2s;
}
#content .product-listing-nomad .nomad-btns .button-border-bottom a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%);
}
#content .product-listing-nomad .nomad-btns .button-border-bottom a:hover {
  color: #ef3e12;
}
#content .product-listing-nomad .nomad-btns .button-border-bottom a svg {
  position: relative;
  top: -1.5px;
}
#content .product-item {
  position: relative;
  padding: clamp(14px, 1.56vw, 24px);
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: #2c2c2c;
}
#content .product-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
#content .product-item:hover {
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.15);
}
#content .product-item:hover:after {
  opacity: 1;
}
#content .product-item:hover .product-image > img {
  transform: translate(-50%, -50%) scale(1.05);
}
#content .product-image {
  position: relative;
  padding-bottom: 72.63%;
  overflow: hidden;
  margin-bottom: 24px;
}
#content .product-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
#content .product-image-logo {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 78px;
  max-height: 74px;
  width: 100%;
  height: 100%;
  padding: 8px;
  background: #f2e1d6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#content .product-image-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#content .product-image-badge {
  position: absolute;
  max-width: fit-content;
  left: 16px;
  top: 16px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 30px;
  background: #d6d6d6;
  padding: 5px 10px 2px;
}
#content .product-title {
  margin-bottom: 9px;
}
#content .product-title h5 {
  font-weight: 700;
  text-transform: none;
  color: #2c2c2c;
  margin: 0;
}
#content .product-excerpt {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .product-excerpt p {
  margin-bottom: 0;
}
#content .product-price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
#content .product-price-wrap .price-title {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 3px;
}
#content .product-price-wrap .price-tier-col {
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 120%;
  padding: 3px 14px;
  border: 1px solid rgba(61, 61, 61, 0.3);
}
#content .product-price-wrap .price-tier-col span {
  position: relative;
  bottom: -1px;
}
#content .product-price-wrap .amount {
  font-size: clamp(16px, 1.16vw, 19px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.1055em;
}
#content .product-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content .product-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
  padding-top: 21px;
  border-top: 1px solid #d6d6d6;
}
#content .product-footer a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: fit-content;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  color: #212121;
  padding: 8px 0;
  z-index: 1;
}
#content .product-footer a:after {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%);
  bottom: 0;
  transition: all 0.2s;
}
#content .product-footer a:hover {
  color: #ef3e12;
}
#content .product-footer a:hover:after {
  opacity: 1;
}
#content .product-footer a:hover svg {
  fill: #ef3e12;
}
#content .product-footer a svg {
  position: relative;
  top: -1.5px;
}
/* Filter */
#product-listing-filter {
  font-family: "League Spartan Fix", sans-serif;
  transition: all 0.3s ease-out;
  margin-left: 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  #product-listing-filter {
    max-width: 300px;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  #product-listing-filter {
    position: absolute;
    left: -100%;
    height: 100%;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    background-color: white;
  }
}
@media (min-width: 981px) {
  #product-listing-filter .sticky-inner {
    position: sticky;
    top: 148px;
  }
}
@media (max-width: 980px) {
  #product-listing-filter .filters-title {
    display: none;
  }
}
#product-listing-filter #close-filter {
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 981px) {
  #product-listing-filter #close-filter {
    display: none;
  }
}
#product-listing-filter #close-filter .uagb-heading-text, #product-listing-filter #close-filter svg {
  transition: all 0.2s;
}
#product-listing-filter #close-filter:hover .uagb-heading-text {
  color: var(--ast-global-color-3);
}
#product-listing-filter #close-filter:hover svg {
  fill: var(--ast-global-color-3);
}
#product-listing-filter.filter-toggle {
  left: -5%;
}
#product-listing-filter .facetwp-facet {
  margin-bottom: 0;
}
#product-listing-filter .facetwp-counter {
  display: none;
}
#product-listing-filter .facetwp-reset {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  color: var(--ast-global-color-0);
  transition: all 0.3s ease-out;
}
#product-listing-filter .facetwp-reset:hover {
  color: var(--ast-global-color-3) !important;
}
#product-listing-filter .facetwp-display-value {
  position: relative;
  top: -1px;
  font-size: 16px;
  line-height: 130%;
}
#product-listing-filter .facetwp-checkbox {
  position: relative;
  background-image: url("/wp-content/uploads/2025/11/checkout-default.svg");
  background-size: 18px 18px;
  padding-left: 28px;
  margin-bottom: 2px;
}
#product-listing-filter .facetwp-checkbox:last-child {
  margin-bottom: 0;
}
#product-listing-filter .facetwp-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  background: url("/wp-content/uploads/2025/11/checkout-active.svg") no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  background-size: contain;
  transform: translateY(-51%);
  opacity: 0;
  pointer-events: none;
}
#product-listing-filter .facetwp-checkbox.checked:before {
  opacity: 1;
}
#product-listing-filter .facetwp-type-fselect {
  display: flex;
  font-size: 16px;
  width: 100% !important;
}
#product-listing-filter .facetwp-type-fselect .fs-option {
  padding: 8px;
}
@media (min-width: 1441px) {
  #product-listing-filter .facetwp-type-fselect .fs-option {
    padding: 10px 16px;
  }
}
#product-listing-filter .facetwp-type-fselect .fs-label {
  padding: 10px 8px;
}
@media (min-width: 1441px) {
  #product-listing-filter .facetwp-type-fselect .fs-label {
    padding: 15px 16px;
  }
}
#product-listing-filter .facetwp-type-fselect .fs-label-wrap {
  border-color: #878787;
}
#product-listing-filter .facetwp-type-fselect .fs-arrow {
  border: none;
  background: url("/wp-content/uploads/2025/11/fselect-arrow.svg") no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  right: 6px;
}
@media (min-width: 1441px) {
  #product-listing-filter .facetwp-type-fselect .fs-arrow {
    right: 14px;
    width: 14px;
    height: 8px;
  }
}
#product-listing-filter .facetwp-type-fselect .fs-wrap {
  position: relative;
  width: 100%;
}
#product-listing-filter .facetwp-type-fselect .fs-wrap:before {
  position: absolute;
  top: -22px;
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #6c6c6c;
}
#product-listing-filter .facetwp-type-fselect[data-name="product_min_price"] .fs-option:first-child {
  display: none;
}
#product-listing-filter .facetwp-type-fselect[data-name="product_min_price"] .fs-wrap:before {
  content: "Min";
}
#product-listing-filter .facetwp-type-fselect[data-name="product_max_price"] .fs-option:first-child {
  display: none;
}
#product-listing-filter .facetwp-type-fselect[data-name="product_max_price"] .fs-wrap:before {
  content: "Max";
}
#product-listing-filter .facetwp-type-slider {
  display: flex;
  flex-direction: column-reverse;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-wrap {
  padding-bottom: 0px;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-wrap .noUi-target {
  background: #d6d6d6;
  border: none;
  border-radius: 4px;
  height: 4px;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-wrap .noUi-connect {
  background: #006acc;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-wrap .noUi-handle {
  width: 10px;
  height: 10px;
  right: -2px;
  top: -3px;
  border: none;
  background: #006acc;
  border-radius: 100%;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-wrap .noUi-handle:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background: rgba(0, 106, 204, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100%;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-wrap .noUi-handle.noUi-handle-upper {
  right: -8px;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 17px;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-label .divider, #product-listing-filter .facetwp-type-slider .facetwp-slider-label .prefix {
  font-weight: 400;
}
#product-listing-filter .facetwp-type-slider .facetwp-slider-reset {
  display: none;
}
#product-listing-filter .filters-close-wrapper {
  display: flex;
}
#product-listing-filter #filters-close a {
  transition: all 0.3s ease-out;
}
#product-listing-filter #filters-close a .uagb-button__link {
  transition: all 0.3s ease-out;
}
#product-listing-filter #filters-close a:before, #product-listing-filter #filters-close a:after {
  display: none !important;
}
#product-listing-filter #filters-close a:hover, #product-listing-filter #filters-close a:focus {
  color: #006acc !important;
}
#product-listing-filter #filters-close a:hover .uagb-button__link, #product-listing-filter #filters-close a:focus .uagb-button__link {
  color: #006acc !important;
}
#product-listing-filter #filters-open {
  position: absolute;
  top: 15px;
  right: 13px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#product-listing-filter #filters-open .icon-container {
  position: relative;
  overflow: hidden;
}
#product-listing-filter #filters-open .icon-container:before {
  content: "";
  position: absolute;
  width: 150%;
  aspect-ratio: 1;
  background-color: #006acc;
  border-radius: 100%;
  transform: translate(-75%, 75%) rotate(-45deg);
  transition: transform 0.3s;
  pointer-events: none;
  z-index: 0;
}
#product-listing-filter #filters-open .icon-container path {
  transition: all 0.3s;
}
#product-listing-filter #filters-open:hover .icon-container:before {
  transform: translate(-15%, -15%) rotate(0deg);
}
#product-listing-filter #filters-open:hover .icon-container path {
  fill: white;
}
#product-listing-filter .filter-nav {
  position: relative;
}
#product-listing-filter .filter-item {
  transition: all 0.3s ease-out;
}
#product-listing-filter .filter-item.active .filter-title-icon-open {
  display: none;
}
#product-listing-filter .filter-item.active .filter-title-icon-close {
  display: flex;
}
#product-listing-filter .filter-item:not(.models) .filter-content {
  display: none;
}
@media (max-width: 767px) {
  #product-listing-filter .filter-clear-wrap {
    padding: 20px;
  }
}
#product-listing-filter .filter-title {
  cursor: pointer;
}
@media (max-width: 1440px) {
  #product-listing-filter .filter-title {
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  #product-listing-filter .filter-title {
    padding: 16px 20px;
  }
}
#product-listing-filter .filter-title:hover .uagb-heading-text {
  color: var(--ast-global-color-3);
}
#product-listing-filter .filter-title:hover .filter-title-icon svg {
  fill: var(--ast-global-color-3);
}
#product-listing-filter .filter-title .uagb-heading-text {
  transition: all 0.3s;
}
#product-listing-filter .filter-title-icon svg {
  transition: all 0.3s;
}
#product-listing-filter .filter-title-icon-close {
  display: none;
}
@media (max-width: 1440px) {
  #product-listing-filter .filter-content {
    padding: 0 24px 24px;
  }
}
@media (max-width: 767px) {
  #product-listing-filter .filter-content {
    padding: 0 20px 16px;
  }
}
#content .contact-excerpt {
  font-size: clamp(16px, 1.16vw, 19px) !important;
  line-height: 140% !important;
}
.single-product {
  background: white;
}
@media (min-width: 981px) {
  .single-product {
    overflow: visible;
  }
}
@media (min-width: 981px) {
  .single-product:not(.ast-primary-sticky-header-active) #masthead a {
    color: #333;
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead a:hover {
    color: var(--ast-global-color-3);
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .wp-block-uagb-icon-list img {
    filter: invert(0.5);
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .wp-block-uagb-icon-list .uagb-icon-list__label {
    color: #333 !important;
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .wp-block-uagb-icon-list .wp-block-uagb-icon-list-child:hover .uagb-icon-list__label {
    color: var(--ast-global-color-3) !important;
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .ast-primary-header-bar {
    background: transparent;
    border: none;
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .site-branding {
    padding: 4px 0 3px;
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .site-branding img {
    filter: invert(1);
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .ast-mobile-svg {
    fill: #333;
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .explore-our-campers-button {
    border-color: #333;
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .search-field {
    background: white;
    color: black;
  }
  .single-product:not(.ast-primary-sticky-header-active) #masthead .search-field::placeholder {
    color: black;
  }
}
.single-product #content .ast-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.single-product .product-single-trim, .single-product .attr-block-builds, .single-product .builds-prod-item {
  display: none;
}
.single-product.cat-liquid-springs .product-single-trim, .single-product.cat-liquid-springs .attr-block-builds, .single-product.cat-nomad-rvs .product-single-trim, .single-product.cat-nomad-rvs .attr-block-builds, .single-product.cat-international-truck-bodies .product-single-trim, .single-product.cat-international-truck-bodies .attr-block-builds {
  display: flex;
}
.single-product.cat-liquid-springs .global-prod-item, .single-product.cat-liquid-springs .attr-block-global, .single-product.cat-nomad-rvs .global-prod-item, .single-product.cat-nomad-rvs .attr-block-global, .single-product.cat-international-truck-bodies .global-prod-item, .single-product.cat-international-truck-bodies .attr-block-global {
  display: none;
}
.single-product.cat-liquid-springs .builds-prod-item, .single-product.cat-nomad-rvs .builds-prod-item, .single-product.cat-international-truck-bodies .builds-prod-item {
  display: block;
}
#product-single ::selection {
  background-color: #000000;
  color: #ffffff;
}
#product-single .uagb-container-inner-blocks-wrap {
  max-width: 1720px;
}
@media (max-width: 980px) {
  #product-single .uagb-container-inner-blocks-wrap {
    flex-direction: column;
  }
}
#product-single #lightgallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 981px) {
  #product-single #lightgallery {
    grid-template-columns: 1fr 1fr;
  }
}
#product-single #lightgallery li {
  position: relative;
  overflow: hidden;
  display: none;
  padding-bottom: 64.367%;
}
#product-single #lightgallery li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  transition: all 0.6s;
  pointer-events: none;
}
#product-single #lightgallery li:first-child {
  padding-bottom: 63.5%;
  grid-column: 1 / 5;
}
@media (min-width: 981px) {
  #product-single #lightgallery li:first-child {
    grid-column: 1 / 3;
  }
}
#product-single #lightgallery li:nth-child(-n + 7) {
  display: block;
}
#product-single #lightgallery li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.6s;
  transform: scale(1);
}
#product-single #lightgallery li .view-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.6s;
  font-weight: 500;
  line-height: 100%;
  color: white;
  pointer-events: none;
}
#product-single #lightgallery li:hover:before {
  opacity: 1;
}
#product-single #lightgallery li:hover img {
  transform: scale(1.05);
}
#product-single #lightgallery li:hover .view-image {
  opacity: 1;
}
#product-single #open-gallery-btn {
  position: relative;
  max-width: fit-content;
  cursor: pointer;
  color: #212121;
}
#product-single #open-gallery-btn p {
  color: inherit !important;
}
#product-single #open-gallery-btn:after {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%);
  bottom: 0;
  transition: all 0.2s;
}
#product-single #open-gallery-btn:hover {
  color: #ef3e12;
}
#product-single #open-gallery-btn:hover:after {
  opacity: 1;
}
#product-single #open-gallery-btn:hover path {
  fill: #ef3e12;
}
@media (max-width: 980px) {
  #product-single .product-single-gallery, #product-single .product-single-content {
    max-width: 100%;
  }
}
@media (min-width: 981px) {
  #product-single .product-single-gallery-sticky {
    position: sticky;
    top: 140px;
  }
}
#product-single .product-single-content .category-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 12px;
}
@media (min-width: 981px) {
  #product-single .product-single-content .category-wrap {
    margin-top: 8px;
  }
}
#product-single .product-single-content .category-wrap .cat-image {
  max-width: 68px;
}
#product-single .product-single-content .category-wrap .cat-image:empty {
  display: none;
}
#product-single .product-single-title h1 {
  font-size: clamp(32px, 3.9vw, 64px);
}
#product-single .product-single-excerpt .uagb-heading-text {
  font-size: clamp(14px, 1.23vw, 19px);
  letter-spacing: 0.079em;
}
#product-single .product-single-price {
  font-size: clamp(26px, 2.34vw, 36px);
  line-height: 120%;
  color: #212121;
}
#product-single .product-single-price-wrap {
  margin-top: clamp(30px, 2.99vw, 42px) !important;
}
#product-single .product-single-price .uagb-heading-text {
  font-size: clamp(26px, 2.34vw, 36px);
}
#product-single .product-single-trim {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.11115em;
  color: #333;
  text-transform: uppercase;
}
#product-single .product-single-trim .product-trim {
  position: relative;
  top: 0.1em;
}
#product-single .product-single-features .entry-content {
  font-size: 18px;
  line-height: 150%;
  padding-top: 18px;
  margin-top: 17px;
  border-top: 1px solid #d9d9d9;
  color: #212121;
}
#product-single .product-single-features .entry-content ul {
  margin-left: 28px;
}
#product-single .product-single-attrs {
  margin: clamp(30px, 3.9vw, 51px) 0 clamp(30px, 3.9vw, 58px) !important;
}
#product-single .product-single-attrs .wp-block-uagb-buttons .uagb-buttons__wrap {
  row-gap: 0;
}
@media (min-width: 981px) and (max-width: 1100px) {
  #product-single .product-single-attrs .wp-block-uagb-buttons .uagb-buttons__wrap {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  #product-single .product-single-attrs .wp-block-uagb-buttons .uagb-buttons__wrap {
    flex-direction: column;
  }
}
#product-single .product-single-attrs .wp-block-uagb-buttons .wp-block-uagb-buttons-child {
  width: 100%;
}
#product-single .product-single-attrs .product-status {
  background: #d6d6d6;
  border-radius: 30px;
  color: #333;
  line-height: 1;
  font-weight: 500;
  padding: 5px 10px 2px;
}
#product-single .product-attributes-custom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px 10px;
  max-width: 731px;
}
@media (min-width: 981px) and (max-width: 1280px) {
  #product-single .product-attributes-custom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  #product-single .product-attributes-custom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  #product-single .product-attributes-custom {
    grid-template-columns: 1fr;
  }
}
#product-single .product-attributes-custom .attr-row.attr-paportable-fridges-stoves-type, #product-single .product-attributes-custom .attr-row.attr-pastorage-boxes-pods {
  display: none;
}
#product-single .product-attributes-custom .attr-row strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #6c6c6c;
  margin-bottom: 4px;
}
#product-single .product-attributes-custom .attr-row span {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #212121;
}
#related-products .uagb-container-inner-blocks-wrap {
  max-width: 1720px;
}
@media (max-width: 767px) {
  #related-products .related-products-title {
    flex-direction: column;
    align-items: center;
  }
}
#related-products .related-products-title .uagb-heading-text {
  font-size: clamp(32px, 3.9vw, 64px);
}
#related-products .related-products-title .uagb-button__link {
  position: relative;
  top: -1.5px;
}
#related-products .button-outline a {
  position: relative;
  color: #212121;
  background: transparent;
  overflow: hidden;
  transition: color 0.5s;
}
#related-products .button-outline a .uagb-button__link {
  color: inherit;
  z-index: 1;
}
#related-products .button-outline a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-image: linear-gradient(87deg, var(--ast-global-color-5) -8.22%, var(--ast-global-color-3) 44.33%, var(--ast-global-color-4) 100%) 1;
  pointer-events: none;
  transition: transform 0.5s;
}
#related-products .button-outline a:after {
  content: "";
  position: absolute;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-3);
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#related-products .button-outline a:hover {
  color: white;
}
#related-products .button-outline a:hover:after {
  transform: translate(0%, 0%) rotate(0deg);
}
#related-products .facetwp-template[data-name="products_related"] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  #related-products .facetwp-template[data-name="products_related"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1321px) {
  #related-products .facetwp-template[data-name="products_related"] {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
#content .facetwp-template[data-name="blog_posts"] {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  #content .facetwp-template[data-name="blog_posts"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 981px) {
  #content .facetwp-template[data-name="blog_posts"] {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px clamp(20px, 2.33vw, 40px);
  }
}
#content .facetwp-type-pager.facetwp-facet-blog_pager {
  margin-top: 0;
}
#content .blog-listing-hero .uagb-container-inner-blocks-wrap, #content .blog-listing-content .uagb-container-inner-blocks-wrap {
  max-width: 1720px;
}
@media (max-width: 1400px) {
  #content .blog-listing-hero h1 {
    font-size: clamp(46px, 5.5714285714vw, 78px);
  }
}
#content .blog-listing-content ::selection {
  background-color: #000000;
  color: #ffffff;
}
#content .blog-item {
  position: relative;
  padding: clamp(14px, 1.56vw, 24px);
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: #6c6c6c;
}
#content .blog-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
#content .blog-item:hover {
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.15);
}
#content .blog-item:hover:after {
  opacity: 1;
}
#content .blog-item:hover .blog-item-image > img {
  transform: translate(-50%, -50%) scale(1.05);
}
#content .blog-item-image {
  position: relative;
  padding-bottom: 52.2%;
  overflow: hidden;
  margin-bottom: 12px;
}
#content .blog-item-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
#content .blog-item-meta {
  display: flex;
  align-items: center;
  gap: 11px;
}
#content .blog-item-meta svg {
  position: relative;
  top: -2px;
}
#content .blog-item-cat {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
}
#content .blog-item-date {
  position: relative;
  top: -1.5px;
  font-size: 14px;
}
#content .blog-item-title {
  margin: 8px 0 9px;
}
#content .blog-item-title h2 {
  font-size: 20px;
  line-height: 110%;
  font-weight: 700;
  text-transform: none;
  color: #2c2c2c;
  margin: 0;
}
#content .blog-item-excerpt {
  font-size: 14px;
  line-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .blog-item-excerpt p {
  margin: 0;
}
#content .blog-item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content .blog-item-footer {
  margin-top: 14px;
}
#content .blog-item-footer a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: fit-content;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 100%;
  color: #212121;
  padding: 8px 0;
  z-index: 1;
}
#content .blog-item-footer a:after {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(87deg, #ff613a -8.22%, #ef3e12 44.33%, #ac2a0a 100%);
  bottom: 0;
  transition: all 0.2s;
}
#content .blog-item-footer a svg {
  position: relative;
  top: -1.5px;
  transition: all 0.2s;
}
#content .blog-item-footer a:hover {
  color: #ef3e12;
}
#content .blog-item-footer a:hover:after {
  opacity: 1;
}
#content .blog-item-footer a:hover svg {
  fill: #ef3e12;
}
.single-post {
  background: white;
}
@media (min-width: 981px) {
  .single-post:not(.ast-primary-sticky-header-active) #masthead a {
    color: #333;
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead a:hover {
    color: var(--ast-global-color-3);
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .wp-block-uagb-icon-list img {
    filter: invert(0.5);
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .wp-block-uagb-icon-list .uagb-icon-list__label {
    color: #333 !important;
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .wp-block-uagb-icon-list .wp-block-uagb-icon-list-child:hover .uagb-icon-list__label {
    color: var(--ast-global-color-3) !important;
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .ast-primary-header-bar {
    background: transparent;
    border: none;
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .site-branding {
    padding: 4px 0 3px;
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .site-branding img {
    filter: invert(1);
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .ast-mobile-svg {
    fill: #333;
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .explore-our-campers-button {
    border-color: #333;
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .search-field {
    background: white;
    color: black;
  }
  .single-post:not(.ast-primary-sticky-header-active) #masthead .search-field::placeholder {
    color: black;
  }
}
.single-post #content .ast-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.single-post #content ::selection {
  background-color: #000000;
  color: #ffffff;
}
#content .blog-single-title h1 {
  font-size: clamp(42px, 4.44vw, 64px) !important;
}
#content .blog-single-section .entry-content {
  font-size: 16px;
  line-height: 150%;
}
@media (min-width: 981px) {
  #content .blog-single-section .entry-content {
    font-size: 18px;
  }
}
#content .blog-single-section .entry-content > *:not(.wp-block-image) {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog-single-section .entry-content h2, #content .blog-single-section .entry-content h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  margin: 39px 0 7px;
}
#content .blog-single-section .entry-content h2:first-child, #content .blog-single-section .entry-content h3:first-child {
  margin-top: 0;
}
#content .blog-single-section .entry-content h4 {
  font-weight: 600;
  margin: 24px auto 12px;
}
@media (min-width: 981px) {
  #content .blog-single-section .entry-content h4 {
    margin: 44px auto 33px;
  }
}
#content .blog-single-section .entry-content p {
  margin: 0 0 16px;
}
#content .blog-single-section .entry-content p:last-child {
  margin-bottom: 0;
}
#content .blog-single-section .entry-content .wp-block-image {
  margin-top: 29px;
  margin-bottom: 35px;
}
#content .blog-single-section .entry-content .wp-block-image:first-child {
  margin-top: 0;
}
#content .blog-single-section .entry-content .wp-block-image:last-child {
  margin-bottom: 0;
}
#content .facetwp-template[data-name="cases_listing"] {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  #content .facetwp-template[data-name="cases_listing"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 981px) {
  #content .facetwp-template[data-name="cases_listing"] {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
#content .cases-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
}
#content .cases-item:hover .cases-item-image img {
  transform: scale(1.05);
}
#content .cases-item:hover .cases-item-btn a:before {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
#content .cases-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content .cases-item-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4A1E05;
  opacity: 0.2;
  pointer-events: none;
}
#content .cases-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}
#content .cases-item-top, #content .cases-item-content {
  position: relative;
  z-index: 1;
}
#content .cases-item-top {
  position: relative;
  min-height: 112px;
  padding: 16px 24px;
}
#content .cases-item-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(74, 30, 5, 0.5) 0%, rgba(74, 30, 5, 0) 100%);
  left: 0;
  bottom: 0;
  pointer-events: none;
}
#content .cases-item-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  min-height: 177px;
  padding: 24px 24px 18px;
}
@media (min-width: 981px) and (max-width: 1440px) {
  #content .cases-item-content {
    flex-direction: column;
    justify-content: flex-end;
  }
}
#content .cases-item-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 14, 2, 0) 0%, #240E02 100%);
  left: 0;
  bottom: 0;
  pointer-events: none;
}
#content .cases-item-content h2 {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
}
#content .cases-item-content p {
  color: #fff;
  margin: 0;
}
#content .cases-item-excerpt {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 119%;
  max-width: calc(100% - 169px);
}
@media (min-width: 981px) and (max-width: 1440px) {
  #content .cases-item-excerpt {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  #content .cases-item-excerpt {
    max-width: calc(100% - 129px);
  }
}
#content .cases-item-btn {
  width: 145px;
  margin-bottom: 7px;
}
@media (min-width: 981px) and (max-width: 1440px) {
  #content .cases-item-btn {
    width: 100%;
  }
}
@media (max-width: 540px) {
  #content .cases-item-btn {
    width: 105px;
  }
}
#content .cases-item-btn a {
  position: relative;
  font-family: "Genos", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  padding: 9.5px 10px 11.5px;
  background: #212121;
  color: white;
  overflow: hidden;
}
@media (max-width: 540px) {
  #content .cases-item-btn a {
    font-size: 16px;
  }
}
#content .cases-item-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 150%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--ast-global-color-3);
  border-radius: 100%;
  transform: translate(-100%, 60%) rotate(-45deg);
  transition: transform 0.5s;
  pointer-events: none;
}
#content .cases-item-btn a span {
  position: relative;
}
#content .cases-item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (min-width: 981px) {
  .single-case {
    overflow: visible;
  }
}
.single-case #content .ast-container {
  padding: 0;
  max-width: 100%;
}
#content .cases-single-section .uagb-container-inner-blocks-wrap {
  max-width: 1720px;
}
#content .cases-single-content .entry-content {
  font-size: 16px;
  line-height: 150%;
  color: #6c6c6c;
}
@media (min-width: 981px) {
  #content .cases-single-content .entry-content {
    font-size: 18px;
  }
}
#content .cases-single-content .entry-content > *:not(.wp-block-image) {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#content .cases-single-content .entry-content h2, #content .cases-single-content .entry-content h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  margin: 39px 0 7px;
}
#content .cases-single-content .entry-content h2:first-child, #content .cases-single-content .entry-content h3:first-child {
  margin-top: 0;
}
#content .cases-single-content .entry-content h4 {
  font-weight: 600;
  margin: 24px auto 12px;
}
@media (min-width: 981px) {
  #content .cases-single-content .entry-content h4 {
    margin: 44px auto 33px;
  }
}
#content .cases-single-content .entry-content p {
  margin: 0 0 16px;
}
#content .cases-single-content .entry-content p:last-child {
  margin-bottom: 0;
}
#content .cases-single-content .entry-content .wp-block-image {
  margin-top: 29px;
  margin-bottom: 35px;
}
#content .cases-single-content .entry-content .wp-block-image:first-child {
  margin-top: 0;
}
#content .cases-single-content .entry-content .wp-block-image:last-child {
  margin-bottom: 0;
}
#content .cases-single-content .entry-content ul {
  margin-top: 20px;
  margin-bottom: 0;
}
#content .cases-single-content .entry-content ul:last-child {
  margin-bottom: 0;
}
#content .cases-single-content .entry-content ul li {
  margin-left: 12px;
  padding-left: 23px;
  margin-bottom: 5px;
}
#content .cases-single-content .entry-content ul li:last-child {
  margin-bottom: 0;
}
#content .cases-single-content .entry-content ul li strong:first-child {
  font-family: "Genos", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
}
#content .cases-single-content .entry-content ul li::marker {
  font-size: 1.4em;
  color: black;
}
@media (min-width: 981px) {
  #content .cases-single-sidebar {
    width: 70%;
  }
}
@media (min-width: 981px) and (max-width: 1440px) {
  #content .cases-single-sidebar {
    padding-right: 0;
  }
}
@media (min-width: 981px) and (min-height: 1071px) {
  #content .cases-single-sidebar-sticky {
    position: sticky;
    top: 140px;
  }
}
#content .cases-single-sidebar .facetwp-template {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#content .cases-single-sidebar .cases-item-content {
  min-height: 180px;
}
#content .cases-single-sidebar .cases-item-top {
  min-height: 72px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fblackdirtoverland.sitepreview.app%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fglobal%2F_header-transparent.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fglobal%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fglobal%2F_sections.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fglobal%2F_facetwp-custom.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fpages%2F_product-listing.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fpages%2F_product-single.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fpages%2F_blog-listing.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fpages%2F_blog-single.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fpages%2F_cases-listing.scss%22%2C%22wp-content%2Fthemes%2Fblackdirtoverland%2Fscss%2Fpages%2F_cases-single.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADfD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BACJX%3BADgBO%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BACvDX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkEO%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBJ%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE1TI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACRO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhFf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqGuB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FFvB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyG2B%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BADhIf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsJ%2BB%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADvJ3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmKuB%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BADpLnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6Le%3BAAAA%3BAAAA%3BACxOf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAElBE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAC1BC%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAHuCX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGrB2B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHqB3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGVuC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHFvC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGW2C%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAapB%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjEnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmFmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHnFnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2GmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHzGnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkImB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC1KlB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7KM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALwBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKZe%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BALYf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKJuB%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BALFf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKoBmB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALhCf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKyEe%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BALpHnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK4HuB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALlL%2FB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKgM%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsB5B%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMY%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAL3UnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0VuB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAShB%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACjgBF%3BAAAA%3BAAAA%3BAAAA%3BANwBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMfG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BACvFP%3BAAAA%3BAAAA%3BAAAA%3BAPgCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOnBmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPmBnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOPuB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPhDf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2D2B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAPhFnC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO8FmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMgB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAUxB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPhQf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsRuB%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAY5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAPjoBhB%3BAO2oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPlnBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOipBG%3BAAAA%3BAAAA%3BAAAA%3BAPvpBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO8pBO%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAPr%2BBf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOi%2FBO%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPp%2FBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO4%2FBe%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPthCX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQrCG%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BARmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQTe%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BARtEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8EG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgGO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BARpHX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6HW%3BAAAA%3BAAAA%3BAAIA%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%3BAAAA%3BAAAA%3BAAAA%3BAAoBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BARpMX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgOW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARhOX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BOmB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARtUX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ6UO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAR3WH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmXO%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%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%3BAAGI%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FdV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASTA%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1MN%3BAAAA%3BAAAA%3BAV0BC%3BAUpBG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAV7DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUsEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAVzFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUkGG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1IG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXmBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWPO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYgB%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX5LX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYrBO%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZOX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYGmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAZtBf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2BBe%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAZ%2FEvB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY4Fe%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */