.bglightblue {
	background-color: #f0f5fb;
}

.sm-preview-bgblue {
  background: #3681BA !important;
}

.sm-how-it-works-wrapper {
  padding: 33px 39px 85px 39px;
}

.sm-swiper {
	display: none !important;
}

.sm-why-sup > div:last-child {
  grid-column: initial;
}

.sm-why-sup > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.sm-social-channels {
	display: flex;
	align-items: stretch;
	gap: 16px;
}

.sm-social-channels > div {
	padding: 64px 32px;
	box-sizing: border-box;
}

.sm-social-block-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.sm-social-block-title > p {
	max-width: 400px;
}

.sm-social-blocks {
	display: grid;
	grid-template-columns: 150px 150px;
	gap: 10px;
	justify-content: center;
	margin-top: 32px;
}

.sm-social-blocks > div {
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 14px;
	transition: all 0.3s ease;
  transform-style: preserve-3d;
	cursor: pointer;
}

.sm-cta-banner {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-right: 17px;
  background: linear-gradient(82.86deg, rgba(251, 174, 0, 0) 0%, #FBAE00 100%);
}

.sm-cta-banner > p {
  margin-top: 16px;
}

.sm-cta-banner .button {
  margin-top: 28px;
  padding: 12px 26px;
}

@media screen and (max-width: 900px) {
  .sm-swiper {
		display: flex !important;
	}

	.sm-swiper .swiper-wrapper {
		height: auto;
		min-height: 300px;
	}
}

@media screen and (max-width: 768px) {
	.sm-social-channels {
		flex-direction: column;
	}
}

@media screen and (max-width: 700px) {
	.sm-supops > img {
		object-position: 100% -300px;
	}
}

@media screen and (max-width: 540px) {
	.sm-supops > img {
		object-position: 100% 100%;
	}
}

@media screen and (max-width: 480px) {
	.sm-how-it-works-wrapper {
		padding: 28px 16px;
	}

	.sm-social-channels > div {
		padding: 28px 16px;
	}

	.sm-page-content > div:last-child > div {
		padding: 28px 16px;
	}

	.sm-page-content > div:last-child > ul > li {
		padding: 28px 16px;
	}

	.sm-security > div {
		padding: 28px 16px;
	}

	.sm-security > ul > li {
		padding: 28px 16px;
	}

	.sm-client-review > div {
		padding: 28px 16px;
	}

	.sm-request-form .major-request-form-contents {
		padding: 28px 16px;
	}
}

@media screen and (max-width: 360px) {
	.sm-social-blocks {
		grid-template-columns: 1fr;
	}
	.sm-social-blocks > div {
		width: 100%;
	}
}