#gld-cta-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gld-cta-banner.gld-cta-banner-with-padding {
  max-width: 1216px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
#gld-cta-banner.gld-cta-banner-with-padding .container {
  width: 100%;
  gap: 64px;
}
#gld-cta-banner.gld-cta-banner-with-padding .container .content {
  max-width: 716px;
  margin: 0 auto;
}
#gld-cta-banner.gld-cta-banner-with-padding .container .content .description,
#gld-cta-banner.gld-cta-banner-with-padding .container .content .description p {
  line-height: 28px;
  max-width: 716px;
}
#gld-cta-banner .container {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
  position: relative;
  display: flex;
  width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media (width <= 699px) {
  #gld-cta-banner .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#gld-cta-banner .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
#gld-cta-banner .container .content .title {
  color: var(--default-primary-1, #FEFEFE);
  margin: 0;
}
#gld-cta-banner .container .content .description,
#gld-cta-banner .container .content .description p {
  color: var(--default-primary-1, #FEFEFE);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  max-width: 530px;
}
#gld-cta-banner .container .button {
  display: flex;
  justify-content: center;
  width: auto;
}
#gld-cta-banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gld-cta-banner .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gld-cta-banner:has(.background-video) .container {
  padding-top: 132px;
  padding-bottom: 132px;
  max-width: 1172px;
  width: 100%;
}
@media (width <= 1024px) {
  #gld-cta-banner:has(.background-video) .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (width <= 699px) {
  #gld-cta-banner:has(.background-video) .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#gld-cta-banner:has(.background-video) .content {
  gap: 16px;
}
#gld-cta-banner:has(.background-video) .content .description,
#gld-cta-banner:has(.background-video) .content .description p {
  max-width: 632px;
  color: var(--grey-stroke, #E8EBEF);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}
#gld-cta-banner .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gld-cta-banner .background-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 31, 41, 0.76);
}
#gld-cta-banner .background-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-color:has(.gld-cta-banner-with-padding) {
  padding: 80px 20px;
}
@media (width <= 1250px) {
  .bg-color:has(.gld-cta-banner-with-padding) {
    padding: 60px 20px;
  }
}
@media (width <= 699px) {
  .bg-color:has(.gld-cta-banner-with-padding) {
    padding: 40px 20px;
  }
}