.cre-t-06-hero-usp-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  min-height: 130px;
  padding: 15px;
}

.cre-t-06-hero-usp-wrapper {
  display: grid;
  max-width: 1216px;
  width: 100%;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0 auto;
}

.cre-t-06-hero-usp-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.cre-t-06-hero-usp-image-parent {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dbeafe;
}

.cre-t-06-hero-usp-image {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cre-t-06-hero-usp-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cre-t-06-hero-usp-title {
  margin-top: 8px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cre-t-06-hero-usp-title h4 {
  color: #101828;
  text-align: center;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.312px;
  margin-top: 0;
  margin-bottom: 0;
}

.cre-t-06-hero-usp-description {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cre-t-06-hero-usp-description p {
  color: #4a5565;
  text-align: center;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  /* 162.5% */
  margin-top: 0;
  margin-bottom: 0;
}

.cre-t-06-hero-container {
  display: block;
  background-color: #ffffff;
  /* padding: 0 15px; */
}

.cre-t-06-hero-wrapper {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 438px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 48px;
}

.cre-t-06-hero-left {
  display: block;
}

.cre-t-06-hero-right {
  display: block;
}

.cre-t-06-hero-left-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.cre-t-06-hero-right-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 14px;
  border: 1px solid #f3f4f6;
  background: #fff;
  overflow: hidden;
}

.cre-t-06-hero-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.cre-t-06-hero-header h1 {
  color: #173b63;
  font-family: inherit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 125% */
  letter-spacing: 0.352px;
  margin: 0;
  padding: 0;
}

.cre-t-06-hero-description {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 26px;
  max-width: 666px;
  width: 100%;
}

.cre-t-06-hero-description p {
  color: #4a5565;
  font-family: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.5px;
  /* 162.5% */
  letter-spacing: -0.449px;
  margin: 0;
  padding: 0;
}

.cre-t-06-hero-lists {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.cre-t-06-hero-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 12px;
}

.cre-t-06-hero-list-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cre-t-06-hero-list-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cre-t-06-hero-list-content {
  color: #364153;
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: -0.439px;
  margin: 0;
  padding: 0;
}

.cre-t-06-hero-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cre-t-06-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cre-t-06-hero-cta a {
  border-radius: 10px;
  background: #155dfc;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  max-width: 325px;
  width: 100%;
  height: 60px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.cre-t-06-hero-cta a:hover {
  background: #366195;
}

.cre-t-06-hero-cta a span {
  color: #fff;
  text-align: center;
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: normal;
  text-shadow: none;
}

.cre-t-06-hero-cta-footer-text {
  max-width: 255px;
  width: 100%;
  margin-top: 10px;
}

.cre-t-06-hero-cta-footer-text p {
  color: #4a5565;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.312px;
  margin: 0;
  padding: 0;
}

.cre-t-06-hero-image {
  display: flex;
  width: 435px;
  height: 326px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  aspect-ratio: 431/323;
  background: black;
}

.cre-t-06-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cre-t-06-hero-review {
  padding: 22px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

.cre-t-06-hero-review-img {
  width: 73px;
  min-width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.cre-t-06-hero-review-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cre-t-06-hero-review-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
}

.cre-t-06-hero-review-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.cre-t-06-hero-review-content1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.cre-t-06-hero-review-content1 p {
  margin: 0;
  padding: 0;
  color: #364153;
  font-family: inherit;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.312px;
}

.cre-t-06-hero-review-content1 p strong {
  font-weight: 700;
}

.cre-t-06-hero-review-content2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.cre-t-06-hero-review-content2 p {
  margin: 0;
  padding: 0;
  color: #101828;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.cre-t-06-hero-review-trustpilot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}

.cre-t-06-hero-review-trustpilot1 {
  width: 108px;
  min-width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cre-t-06-hero-review-trustpilot1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cre-t-06-hero-review-trustpilot2 {
  width: 95px;
  min-width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cre-t-06-hero-review-trustpilot2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cre-t-06-partner-container {
  background: #fff;
}

.cre-t-06-partner-wrapper {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 195px 1fr;
  align-items: center;
  justify-content: center;
  gap: 21px;
  padding: 0 48px;
}

.cre-t-06-partner-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cre-t-06-partner-text p {
  color: #000;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.312px;
  margin: 0;
  padding: 0;
}

.cre-t-06-partner-text p br {
  box-sizing: border-box;
}

.cre-t-06-partner-img-lists {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.cre-t-06-partner-img-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cre-t-06-partner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 1570px) {
  .cre-t-06-hero-wrapper {
    max-width: 1440px;
    padding: 48px 63px;
  }
  .flex-lg-row {
	flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
	flex-direction: row !important;
  }
}

@media only screen and (max-width: 767.98px) {
	.width-100 {
		width: 100%;
	}
}