/* ===========================================
   LOADING SCREEN SECTION
   =========================================== */
.a3-bmd{
	display:none;
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.a3-bmd{
	display:none !important;
}
@media (min-width: 1024px) {
  .loading-screen {
    z-index: 100000;
  }
}

.loader-icon-wrapper,
.lp-hero-icon-wrapper {
  width: 4rem;
  height: 4rem;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.loader-pill {
  width: 180px;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 
    inset 0 1px 3px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(99, 102, 241, 0.1);
}

.loader-progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(93deg, rgba(82, 133, 45, 1) 10%, rgba(185, 255, 118, 1) 90%, rgba(212, 255, 171, 1) 100%);
  border-radius: 100px;
  position: relative;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
}

.loader-progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateX(-100%);
}

.loader-percentage {
  font-size: 2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}

/* ===========================================
   HERO PAGE SECTION
   =========================================== */

.lp-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.lp-hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0px;
  will-change: transform, border-radius;
  z-index: 1;
  border: 4px solid #738167;
}

.lp-hero-image1,
.lp-hero-image2,
.lp-hero-image3,
.lp-hero-image4,
.lp-hero-image5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145%;
  height: 150%;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.lp-hero-image1 picture,
.lp-hero-image2 picture,
.lp-hero-image3 picture,
.lp-hero-image4 picture,
.lp-hero-image5 picture,
.lp-hero-image1 img,
.lp-hero-image2 img,
.lp-hero-image3 img,
.lp-hero-image4 img,
.lp-hero-image5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-hero-image1 { z-index: 1; }
.lp-hero-image2 { z-index: 2; }
.lp-hero-image3 { z-index: 3; }
.lp-hero-image4 { z-index: 4; }
.lp-hero-image5 { z-index: 5; opacity: 0; }

.lp-hero-box-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  will-change: transform;
}

.lp-hero-box {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 7rem;
}

.lp-hero-text-box {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.lp-hero-text-heading {
  font-size: 2rem;
  font-weight: 500;
  color: var(--main-text-color1);
  line-height: 1.3;
  margin-top: 0rem;
}

.lp-hero-text-subheading {
  padding: 0.3rem 2rem;
  background: #00000057;
  border-radius: 80px;
  width: fit-content;
  margin-top: 1rem;
  color: var(--main-text-color1);
  font-weight: var(--font-weight-desc);
}

.lp-hero-text-subheading p {
  font-size: 0.9rem;
  margin: 0 0 30px 0;
  opacity: 0.9;
  line-height: 1.6;
}

.lp-hero-text-cta {
  margin-top: 20px;
}

.lp-hero-btn {
  display: inline-block;
  padding: 16px 40px;
  background-color: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.lp-content-section {
  min-height: 100vh;
  padding: 100px 20px;
  background: linear-gradient(to bottom, #1a1a2e, #16213e);
  color: #ffffff;
  text-align: center;
}

.lp-content-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

/* ===========================================
   LANDING PAGE GENERAL
   =========================================== */

.landing-page-wrapper {
  overflow: hidden;
}

.uxui-phone-vid {
  display: none;
}

.pptx-diagram-wrapper {
  margin-top: -46rem;
  position: relative;
}

#sm-m-title-wrapper {
  margin: 0;
}

#mockup-carousel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sm-slide-sample {
  overflow: hidden;
  border-radius: 40px;
}

#mds-section {
  margin-left: 7%;
  margin-right: 7%;
  margin-bottom: var(--block-margin-b);
}

#pp-section {
  margin-left: 7%;
  margin-right: 7%;
  text-align: center;
}

/* ===========================================
   DESKTOP STYLES (min-width: 1440px)
   =========================================== */

@media (min-width: 1024px) {
  .lp-overlay {
    position: relative;
    overflow: hidden;
  }

  .bid-logo-text-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00000078, rgba(0, 0, 0, 0) 64%);
    background-position: center;
    opacity: 1;
    pointer-events: none;
    border-radius: 999px;
    z-index: 1;
  }

  .lp-circle {
    width: 3.1rem;
    height: 1.1rem;
    border-radius: 99px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    z-index: 2;
    position: relative;
  }

  #lp-logo-circle {background: linear-gradient(360deg, #35beff, #83ffea);box-shadow: inset 0px -4px 8px #92fff4;}
  #lp-uxui-circle {background: linear-gradient(360deg, #c3ff80, #46f772);box-shadow: inset 0px 0px 9px #ddffb6;}
  #lp-pptx-circle {background: linear-gradient(
360deg, #5b0d93, #fd54b6);box-shadow: inset 0px 0px 8px #ff8ff6;}
  #lp-mds-circle {background: linear-gradient(360deg, #ffa007, #fee400);box-shadow: inset 0px 0px 8px #c2f588;}
  #lp-wd-circle {background: linear-gradient(180deg, #8b64f9, #2e08d3);box-shadow: inset 0px 0px 8px #b445ff;}

  #lp-guidelines-section {
    margin-top: 5rem;
  }

  #lp-pptx-carousel {
    width: auto;
    margin-left: 7rem;
    margin-right: 0;
    box-sizing: border-box;
  }

  .sm-slide-sample {
    border-radius: 20px !important;
  }

  #sm-sample {
    display: flex;
    align-items: center;
    width: 40vw;
  }

  #mockup-carousel {
    width: 75%;
  }

  .Iconog-box {
    width: 80%;
  }

  #pp-section {
    margin-top: 7rem;
    margin-bottom: 3rem;
    width: fit-content;
  }

  #mds-section {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
}

/* ===========================================
   ZOOM HERO SECTION
   =========================================== */

.rz-section {
  position: relative;
  overflow: clip;
  background: transparent;
}

.rz-stage {
  position: relative;
  height: 100vh;
  height: 100svh;
  width: 100%;
  perspective: 1200px;
  overflow: hidden;
}

.rz-frame {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 18px;
  will-change: width, border-radius;
}

.rz-plane {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
}

.rz-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 50%;
  will-change: transform;
  border-radius: 16px;
}

.rz-caption {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 4vw, 48px);
  transform: translateX(-50%);
  width: min(92%, 1100px);
  padding: clamp(10px, 2.5vw, 18px) clamp(14px, 3.5vw, 22px);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 14px);
}

.rz-caption h2 {
  margin: 0;
  font-size: clamp(20px, 5vw, 40px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.rz-caption p {
  margin: 0;
  font-size: clamp(13px, 3.2vw, 16px);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .rz-stage {
    height: 75vh;
    height: 75svh;
  }
  .rz-caption {
    bottom: clamp(12px, 3.5vw, 28px);
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .rz-stage {
    height: 65vh;
    height: 65svh;
  }
  .rz-caption {
    width: 94%;
    bottom: clamp(10px, 4vw, 22px);
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rz-plane,
  .rz-image {
    transition: none !important;
    animation: none !important;
  }
}

/* ===========================================
   LOGO CAROUSEL
   =========================================== */

.bid-logo-carousel-wrapper {
  width: 80vw;
  height: 20vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  margin: 0 auto;
  box-sizing: border-box;
}

.bid-logo-carousel-full,
.bid-logo-carousel-icon {
  background: #171717;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #282828;
  border-radius: 80px;
}

.bid-logo-carousel-full {
  width: 100%;
  margin-right: 3%;
}

.bid-logo-carousel-icon {
  width: 37%;
}

.bid-logo-carousel-full img,
.bid-logo-carousel-icon img {
  width: 80%;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .bid-logo-carousel-wrapper {
    height: fit-content;
    justify-content: center;
  }

  .bid-logo-carousel-full,
  .bid-logo-carousel-icon {
    background: #090909;
    height: 20rem;
    border-radius: 120px;
  }

  .bid-logo-carousel-full {
    width: 71rem;
  }

  .bid-logo-carousel-icon {
    width: 27%;
  }

  .bid-logo-carousel-full img,
  .bid-logo-carousel-icon img {
    width: auto;
    height: 90%;
  }
}

/* ===========================================
   BRAND IDENTITY SECTION
   =========================================== */

.bid-guidelines-offer-wrap {
  display: flex;
  flex-direction: column;
  margin: 5% 0%;
}

.bid-guidelines-offer-icon {
  width: 6rem;
  margin-right: 4%;
  height: 6rem;
  border: 3px solid #343434;
  border-radius: 40px;
  padding: 3%;
  background: #171717;
  align-content: center;
}

.bid-guidelines-offer {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 2% 2%;
  background: #000000;
  border-radius: 58px;
  border: 4px solid #484e41;
  margin: 2% 0%;
}

.bid-guidelines-offer-title {
  font-size: var(--text-size-desc);
  font-weight: 500;
}

.bid-guidelines-sep {
  margin-left: 0;
  margin-right: auto;
  width: 20%;
  margin-top: 7%;
  margin-bottom: 7%;
  border: none;
  background-color: #b9ff76;
  height: 8px;
  border-radius: 4px;
}

.bid-positioning-sep {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  margin-top: 7%;
  margin-bottom: 7%;
  border: none;
  background-color: #e3f0d77a;
  height: 2px;
  border-radius: 4px;
}

.bid-guidelines-img-wrapper {
  position: relative;
  height: 800px;
}

.bid-guidelines-img-wrapper::before {
  content: "";
  position: absolute;
  top: -6%;
  right: 0;
  height: 1005px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.62) 28%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
  width: 70%;
}

.bid-guidelines-img-wrapper img {
  position: absolute;
  width: 190%;
  left: -14%;
  top: -6%;
}

.bid-callout-wrapper {
  margin-top: 15%;
  margin-bottom: 15%;
  position: relative;
  height: 1600px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.callout-top-shape-divider {
  display: flex;
  align-items: flex-end;
  margin-bottom: -2px;
  height: fit-content;
}

.callout-bottom-shape-divider {
  align-items: start;
}

.bid-callout-top-text,
.bid-callout-bottom-text {
  color: #e3f0d7;
  font-weight: 400;
  font-size: 100px;
  line-height: var(--line-height-title);
}

.bid-callout-img {
  position: absolute;
  left: auto;
  right: -41%;
  bottom: 21%;
  width: 106%;
}

.bid-filetype-section-wrapper {
  margin: 18% var(--block-margin-r) var(--block-margin-b) var(--block-margin-l);
}

.bid-filetype-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 21%;
  column-gap: 4%;
  margin-top: var(--text-margin);
}

.bid-filetype-grid > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #1c0d00;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 10% 3%;
  border: 4px solid #904100;
}

.bid-filetype-title {
  font-size: 39px;
  font-weight: 500;
  text-align: center;
}

.bid-filetype-icon1,
.bid-filetype-icon2,
.bid-filetype-icon3,
.bid-filetype-icon4,
.bid-filetype-icon5,
.bid-filetype-icon6,
.bid-filetype-icon7,
.bid-filetype-icon8 {
  width: 16px;
  height: 16px;
  border-radius: 99px;
  margin-right: 10%;
}

.bid-filetype-icon1 { background-color: #ef4b3a; }
.bid-filetype-icon2 { background-color: #ff7300; }
.bid-filetype-icon3 { background-color: #ffea00; }
.bid-filetype-icon4 { background-color: #a7fc47; }
.bid-filetype-icon5 { background-color: #00f7ff; }
.bid-filetype-icon6 { background-color: #925cff; }
.bid-filetype-icon7 { background-color: #9d00ff; }
.bid-filetype-icon8 { background-color: #ff008c; }

.customtype-section-description {
  display: flex;
  font-size: var(--text-size-desc);
  font-weight: var(--font-weight-desc);
  color: #e06500;
  line-height: var(--line-height-desc);
  background: #1d0d00bd;
  z-index: 1;
  position: relative;
  padding: 7%;
  border: 4px solid #e06500;
  border-radius: 80px;
}

.customtype-section-desc-highlight {
  color: #e3f0d7;
}

.bid-customtype-section-wrapper {
  font-size: var(--text-size-subtitle);
  font-weight: var(--font-weight-subtitle);
  margin-top: 30%;
  margin-bottom: var(--block-margin-b);
  margin-left: var(--block-margin-l);
  margin-right: var(--block-margin-r);
  line-height: var(--line-height-title);
}

.bid-customtype-img-wrap {
  width: 154%;
  margin-left: -31%;
  margin-top: -25%;
  margin-bottom: -18%;
}

.bid-customtype-img {
  width: 100%;
}

/* ===========================================
   DESKTOP BRAND IDENTITY (min-width: 1440px)
   =========================================== */

@media (min-width: 1024px) {
  .bid-logos {
    margin-top: 7%;
  }

  .desktop-pin {
    flex: 0 0 auto;
    position: relative;
    width: 30%;
    will-change: transform;
  }

  .bid-page-wrapper {
    background-color: black;
    color: #e3f0d7;
    overflow: hidden;
  }

  .desktop-bid-guidelines-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 2% 0 0;
    justify-content: center;
  }

  .bid-guidelines-offer-wrap {
    justify-content: space-around;
    flex-wrap: nowrap;
  }

  .bid-guidelines {
    display: flex;
  }

  .bid-guidelines-offer-icon {
    width: 3rem;
    height: 3rem;
    border: 4px solid #343434;
    border-radius: 20px;
    padding: 2%;
  }

  .bid-guidelines-offer {
    padding: 1rem;
    border-radius: 40px;
    margin: 1% 0%;
  }

  .bid-guidelines-offer-title {
    font-size: 2rem;
  }

  .bid-positioning-sep {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .bid-guidelines-img-wrapper {
    display: none;
  }

  .bid-callout-wrapper {
    margin-top: 4%;
    margin-bottom: 4%;
    height: 80vh;
  }

  .bid-callout-top-text {
    font-size: 4rem;
    width: 32%;
  }

  .bid-callout-img {
    width: 55vw;
    bottom: 0;
    top: 0%;
    right: 0;
  }

  .bid-callout-bottom-text {
    font-size: 4rem;
  }

  .bid-logo-text-wrapper {
    width: 40%;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    border-radius: 999px;
    background: #1b1f18ad;
    position: relative;
  }

  .bid-filetype-section-wrapper {
    margin: 13% var(--block-margin-r) var(--block-margin-b) var(--block-margin-l);
  }

  .bid-filetype-grid {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -15%;
  }

  .bid-filetype-grid > div {
    padding: 7% 0%;
  }

  .bid-filetype-icon1,
  .bid-filetype-icon2,
  .bid-filetype-icon3,
  .bid-filetype-icon4,
  .bid-filetype-icon5,
  .bid-filetype-icon6,
  .bid-filetype-icon7,
  .bid-filetype-icon8 {
    width: var(--desktop-bid-filetype-icon-size);
    height: var(--desktop-bid-filetype-icon-size);
  }
}

/* ===========================================
   BEFORE & AFTER WIDGET
   =========================================== */

.logo-before-after-wrapper {
  padding-top: var(--block-margin-t);
}

.bid-ba-wrap {
  --bid-width: 100%;
  position: relative;
  width: var(--bid-width);
  margin-inline: auto;
}

.bid-ba-wrap::before,
.bid-ba-wrap::after {
  position: absolute;
  z-index: 5;
  top: -5rem;
  color: #fff;
  border-radius: 999px;
  font-size: 3rem;
  pointer-events: none;
  content: '';
}

.bid-ba-wrap::before { content: attr(data-bid-label-before); left: 12px; }
.bid-ba-wrap::after { content: attr(data-bid-label-after); right: 12px; }

.bid-ba {
  --bid-pos: 50;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 80px;
  aspect-ratio: 163 / 125;
  background: #111;
  width: 100%;
  touch-action: pan-y;
  box-shadow: 0 12px 90px rgb(0 0 0 / 66%);
  border: 4px solid #ef4b3a;
}

@supports (overscroll-behavior: contain) {
  .bid-ba { overscroll-behavior-x: contain; }
}

.bid-ba__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bid-ba__img--before {
  clip-path: polygon(0 0, var(--bid-pos) 0, var(--bid-pos) 100%, 0 100%);
  background-color: #e3f0d7;
}

.bid-ba__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  appearance: none;
  background: none;
  cursor: ew-resize;
  color: transparent;
  border: none;
}

.bid-ba__range::-webkit-slider-thumb { appearance: none; width: 1px; height: 100%; }
.bid-ba__range::-moz-range-thumb { width: 1px; height: 100%; border: 0; background: transparent; }
.bid-ba__range::-ms-thumb { width: 1px; height: 100%; }

.bid-ba__handle {
  position: absolute;
  top: 50%;
  left: var(--bid-pos);
  transform: translate(-50%, -50%);
  height: 100%;
  aspect-ratio: 225 / 1074;
  background: url('https://a3x.co/wp-content/uploads/2025/08/bid-handle-grad.svg') no-repeat center/cover;
  pointer-events: none;
}

.bid-a-img {
  width: 43%;
  height: auto;
  margin-left: var(--block-margin-l);
}

.logo-blurb-carousel-wrapper {
  margin-top: var(--block-margin-t);
  margin-bottom: 21%;
}

.logo-blurb-wrapper {
  background: url('https://a3x.co/wp-content/uploads/2025/10/Bid-ba-carousel-bg.svg') no-repeat center/contain;
  height: auto;
  width: 100%;
  background-size: 100% auto;
  margin-top: -127%;
  padding-top: 136%;
}

.logo-blurb-title {
  color: #738167;
  font-size: var(--text-size-subtitle);
  font-weight: 600;
  margin-top: 13%;
  margin-left: var(--block-margin-l);
  margin-bottom: var(--text-margin);
  line-height: 1.2;
  margin-right: var(--block-margin-r);
  background: #363d2f6b;
  padding: 7%;
  border-radius: 80px;
  border: 3px solid #738167;
}

.logo-blurb-text-highight,
.logo-blurb-text-highight3 {
  color: var(--main-text-color1);
}

.logo-blurb-text-highight2 {
  color: #e67e29;
}

.logo-blurb-subtitle-wrapper {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  margin-left: var(--block-margin-l);
  margin-right: var(--block-margin-r);
  margin-bottom: var(--block-margin-l);
  margin-top: var(--block-margin-l);
  padding: 3% 4%;
  background: linear-gradient(72deg, rgb(255 235 196 / 0%), rgb(126 116 108 / 28%), rgb(38 27 19), rgb(0 0 0 / 29%));
  border: 4px solid #4a433d;
  border-radius: 80px;
}

.logo-blurb-subtitle-icon {
  width: 12%;
  height: auto;
  margin-right: 5%;
}

.logo-blurb-subtitle {
  font-size: 46px;
  font-weight: 500;
  background: linear-gradient(55deg, rgb(255, 235, 196), rgb(147 135 123) 60%, rgb(126 95 69), rgb(253 138 46), rgb(227, 240, 215));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ===========================================
   DESKTOP BEFORE & AFTER (min-width: 1440px)
   =========================================== */

@media (min-width: 1024px) {
  .logo-before-after-wrapper {
    padding-top: 0;
  }

  .bid-ba-wrap {
    width: 43rem;
    margin: 5rem 0 0 0;
  }

  .bid-ba-wrap::before,
  .bid-ba-wrap::after {
    color: #e3f0d7;
    font-weight: var(--font-weight-desc);
  }

  .logo-blurb-wrapper {
    background: none;
    margin-top: 7%;
    padding-top: 0;
  }

  .logo-blurb-title {
    font-size: 2rem;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    border: 4px solid #738167;
  }

  .logo-blurb-subtitle-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .logo-blurb-subtitle {
    font-size: 2rem;
  }
}

/* ===========================================
   MDS PAGE SECTION
   =========================================== */

.mds-page-wrapper {
  background-color: black;
  color: #e3f0d7;
  overflow: hidden;
}

.mds-gradient-wrapper1 {
  background: linear-gradient(0deg, #ff4b4b, transparent);
}

.mds-sm-subtitle {
  margin-bottom: var(--text-margin);
  color: #b9ff76;
  font-size: var(--text-size-desc);
  font-weight: var(--font-weight-desc);
}

.mds-legacy-title-span,
.mds-legacy-desc-span {
  color: #ff944d;
}

.mds-text-wrapper {
  margin-bottom: 0;
}

.mkt-support-offer-wrap {
  display: flex;
  flex-direction: column;
  margin: 5% 0%;
}

.mkt-support-wrapper {
  margin-top: 5%;
}

.mkt-support-offer-icon {
  width: 8rem;
  margin-right: 4%;
  height: 8rem;
  border: 3px solid #343434;
  border-radius: 40px;
  padding: 0rem;
  background: #171717;
  align-content: center;
}

.mkt-support-offer {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 2% 2%;
  background: #000000;
  border-radius: 58px;
  border: 4px solid #484e41;
  margin: 2% 0%;
}

.mkt-support-offer-title {
  font-size: var(--text-size-desc);
  font-weight: 500;
}

.pp-title {
  font-weight: 600;
  line-height: var(--line-height-title);
  font-size: var(--text-size-subtitle);
}

.mds-sm-platform-grid-wrapper {
  margin: 0;
}

/* ===========================================
   DESKTOP MDS PAGE (min-width: 1440px)
   =========================================== */

@media (min-width: 1024px) {
  .mds-sm-section-wrapper {
    background: #0000006e;
  }

  .mds-gradient-wrapper1 {
    background: linear-gradient(0deg, #000000, #192b26, #3c4b2c, #000000);
  }

  .mds-sm-subtitle {
    margin-bottom: 2rem;
    font-size: 2rem;
    padding: 1rem 2rem;
    background: #a7fc471c;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
  }

  .mkt-support-offer-wrap {
    margin: 2rem 0;
  }

  .mkt-support-wrapper {
    margin-top: 0;
  }

  .mkt-support-offer-icon {
    width: 4rem;
    height: 4rem;
    border: 3px solid #73816747;
    border-radius: 20px;
  }

  .mkt-support-offer {
    border-radius: 40px;
    border: 4px solid #73816757;
    margin: 1% 0%;
  }

  .mkt-support-offer-title {
    font-size: 1.5rem;
  }

  .pp-title {
    width: 64%;
  }
}

/* ===========================================
   SOCIAL MEDIA PLATFORM GRID
   =========================================== */

.sm-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 8%;
  margin-top: var(--block-margin-t);
  margin-bottom: 26%;
  column-gap: 3%;
}

.sm-platform-grid > div {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #171a18;
  border-radius: 40px;
}

.sm-platform-grid > div > div {
  text-align: center;
}

.sm-platform-grid-icon1 { width: 37%; }
.sm-platform-grid-icon2 { width: 31%; }
.sm-platform-grid-icon3 { width: 45%; margin-bottom: 1.1rem; }
.sm-platform-grid-icon4 { width: 35%; }
.sm-platform-grid-icon5 { width: 38%; }
.sm-platform-grid-icon6 { width: 40%; margin-bottom: 1.4rem; }
.sm-platform-grid-icon7 { width: 31%; margin-bottom: 2rem; }
.sm-platform-grid-icon8 { width: 34%; margin-bottom: 1.3rem; }

.sm-platform-grid-icon1,
.sm-platform-grid-icon2,
.sm-platform-grid-icon4,
.sm-platform-grid-icon5 {
  margin-bottom: 1rem;
}

[class^="sm-platform-grid-icon"] {
  height: auto;
  display: flex;
  align-content: stretch;
}

[class^="sm-platform-title"] {
  font-size: 24px;
  font-weight: 700;
  color: #5e6964;
  margin-bottom: 2rem;
}

/* ===========================================
   DESKTOP PLATFORM GRID (min-width: 1440px)
   =========================================== */

@media (min-width: 1024px) {
  .sm-platform-grid {
    column-gap: 3%;
    row-gap: 6%;
    margin-bottom: 2rem;
    width: 100%;
    margin-top: 4rem;
    justify-content: center;
  }

  .sm-platform-grid > div {
    padding: 1rem;
    background: #0000005c;
  }

  .sm-platform-grid [class^="sm-platform-title"] {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
@media(max-width:1024px){
	.glightbox-clean .gclose{
		width: 4rem;
		height: 4rem;
		top: 5rem;
		right: 5rem;
	}
  .glightbox-clean .gclose svg{
    width: 3rem;
  }
}


.splide,
.logo-before-after-wrapper,
.bid-ba-wrap {
  touch-action: pan-y;
}