#photo__icons-section .col-md-2 {
	height: 140px;
}
#photo__challenge-section {
	position: relative;
}

#photo__challenge-section .photo__circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 40px;
}
#photo__challenge-section .photo__circle-1 {
	background: #e45a24;
	-webkit-box-shadow: 0 0 0 20px rgba(228, 90, 36, .3), 0 0 0 10px rgba(228, 90, 36, .5);
	box-shadow: 0 0 0 20px rgba(228, 90, 36, .3), 0 0 0 10px rgba(228, 90, 36, .5);
}
#photo__challenge-section .photo__circle-text-1 {
	color: #e45a24;
	font-size: 1.4em;
}
#photo__challenge-section .photo__circle-2 {
	background: #e97d24;
	-webkit-box-shadow: 0 0 0 20px rgba(233, 125, 36, .3), 0 0 0 10px rgba(233, 125, 36, .5);
	box-shadow: 0 0 0 20px rgba(233, 125, 36, .3), 0 0 0 10px rgba(233, 125, 36, .5);
}
#photo__challenge-section .photo__circle-text-2 {
	color: #e97d24;
	font-size: 1.4em;
}
#photo__challenge-section .photo__circle-3 {
	background: #000;
	-webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, .3), 0 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 20px rgba(0, 0, 0, .3), 0 0 0 10px rgba(0, 0, 0, .5);
}
#photo__challenge-section .photo__circle-text-3 {
	color: #000;
	font-size: 1.4em;
}
#photo__challenge-section .photo__challenge-phone {
	background-size: cover;
	width: 470px;
	height: 600px;
	position: absolute;
	display: block;
	right: 10%;
	top: 0;
}
#photo__solution-section {
	position: relative;
}
#photo__solution-section .photo__solution-phone {
	background-size: cover;
	width: 470px;
	height: 600px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: -110px;
	position: absolute;
	bottom: 0%;
	left: 0;
}
.about__row-white h3 {
	padding-top: .85em;
	padding-left: 1em;
}
@media screen and (max-width:768px) {
	.top__wrapper-img-div {
		position: relative;
	}
	#photo__icons-section .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#photo__icons-section .col-md-2 {
		width: 30% !important;
	}
	.photo__circle-colors {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.photo__circle-colors .col-md-4 {
		width: 33%;
		margin-bottom: 3em;
	}
	.photo__solution-phone {
		width: 315px!important;
		height: 400px!important;
		bottom: 90%!important;
		right: 0;
	}
	.photo__challenge-phone {
		width: 370px!important;
		height: 410px!important;
		right: -9%!important;
	}
	#photo__challenge-section .about__row {
		margin-bottom: 9em;
	}
}
@media screen and ( max-width: 380px ) {
	.photo__circle-colors .col-md-4 {
		width: 50%;
		margin-bottom: 3em;
	}
}
.show__mobile {
	display: none;
}
#swiping__top-wrapper {
	position: relative;
	height: 100vh;
	background: -webkit-gradient(linear, left top, left bottom, from(#0e032a), to(#866eff));
	background: -o-linear-gradient(top, #0e032a 0, #866eff 100%);
	background: linear-gradient(180deg, #0e032a 0, #866eff 100%);
	-webkit-clip-path: circle(1384px at 49.1% calc(100% - 1430px));
	clip-path: circle(1384px at 49.1% calc(100% - 1430px));
}
#swiping__top-wrapper .container::before {
	position: absolute;
	display: block;
	content: '';
	border: 2px solid #1d2965;
	border-radius: 50%;
	width: 1236px;
	height: 1236px;
	z-index: -1;
	bottom: 106px;
	left: calc(50vw - 618px);
}
#swiping__top-wrapper .container::after {
	position: absolute;
	display: block;
	content: '';
	border: 2px solid #1d2965;
	border-radius: 50%;
	width: 954px;
	height: 954px;
	z-index: -1;
	bottom: 245px;
	left: calc(50vw - 476px);
}
#swiping__top-wrapper h1 {
	font-size: 43px;
	font-weight: 400;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	padding-top: 4em;
}
@media screen and (max-width:768px) {
	#swiping__top-wrapper p {
		width: 100%!important;
	}
	#swiping__top-wrapper .container {
		height: 100vh;
		-webkit-clip-path: circle(150vw at 50% calc(100% - 156vw));
		clip-path: circle(150vw at 50% calc(100% - 156vw));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.info-title {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 2.688rem;
	word-break: inherit;
	white-space: nowrap;
	padding: 15px 0 15px 25px;
	margin: 0;
	background-image: url(../images/dist/info-bg-title.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.info-mobile-text {
	z-index: 2;
}
.hexagon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 138px;
	height: 79.67px;
	background-color: #fff;
	margin: 25px 7px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.hexagon-wrapper {
	width: 26rem;
}
.hexagon-1 {
	margin-top: 9rem;
}
.hexagon-2 {
	margin-left: -1rem;
}
.hexagon-3 {
	margin-top: 1.1rem;
	margin-left: .9rem;
}
.hexagon:hover {
	-webkit-transform: scale(.92);
	-ms-transform: scale(.92);
	transform: scale(.92);
	background-color: #e5f6ff;
}
.hexagon::after, .hexagon::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97.58px;
	height: 97.58px;
	-webkit-transform: scaleY(.5774) rotate(-45deg);
	-ms-transform: scaleY(.5774) rotate(-45deg);
	transform: scaleY(.5774) rotate(-45deg);
	background-color: inherit;
	left: 20.2096px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}
.hexagon::before {
	top: -48.7904px;
}
.hexagon::after {
	bottom: -48.7904px;
}
.hexagon span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 79.6743px;
	z-index: 2;
	background: inherit;
}
@media screen and (max-width:1024px) {
	.hexagon-wrapper {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 6em 0;
	}
	.hexagon-1 {
		margin: 25px 7px;
	}
	.hexagon-2 {
		margin: 25px 7px;
	}
	.hexagon-3 {
		margin: 25px 7px;
	}
	.hexagon.hexagon-ms {
		margin-left: 0;
	}
	.hexagon.hexagon-nmt {
		margin: 39.84px 5px;
	}
}
@media screen and (max-width:768px) {
	.header-title {
		font-size: 1.8rem;
		line-height: 1.1;
	}
	.header-mt {
		margin-top: 7rem;
	}
	.info-title {
		font-size: 1.5rem;
		line-height: 1.5rem;
		padding: 27px 0 15px 27px;
	}
	.info-svg {
		width: 7.5rem;
		height: auto;
	}
	.info-mobile-text {
		padding: 10px 22px;
		background: rgba(255, 255, 255, .8);
		margin: 0 10px;
	}
	.hexagon-wrapper {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2rem 1rem;
	}
	.hexagon-3 {
		margin: 25px 7px;
	}
	.hexagon-4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-left: 4.7rem;
	}
	.splide__arrow {
		width: 53px;
		height: 53px;
	}
	.mb-custom {
		margin-bottom: 3rem;
	}
	.impact-mt {
		margin-top: 0;
		padding-bottom: 2rem;
	}
}
@media screen and (max-width:768px) {
	#swiping__top-wrapper {
		position: relative;
	}
	#swiping__top-wrapper h1 {
		padding-top: 1em!important
	}
	#swiping__top-wrapper .container::after {
		position: absolute;
		display: block;
		content: '';
		border: 2px solid #1d2965;
		border-radius: 50%;
		width: 72vw;
		height: 72vw;
		z-index: -1;
		top: -20vw;
		bottom: auto;
		left: calc(14vw);
		opacity: .5;
	}
	#swiping__top-wrapper .container::before {
		width: 90vw;
		height: 90vw;
		z-index: -1;
		bottom: auto;
		border: 1px solid #1d2965;
		left: calc(5vw);
		opacity: .8;
		top: -29vw;
	}
}
.about__row h3 {
	font-family: Montserrat, sans-serif;
	font-size: 43px;
	font-weight: 400;
	letter-spacing: 0;
	background-image: url(../../images/case-studies/square_big_grey.png);
	background-position: px 0;
	background-repeat: no-repeat;
	padding: .4em .6em;
}
.hexagon-new:nth-child(3) {
    margin-left: 4.9em;
}
.hexagon-new:nth-child(n+3) {
    margin-top: 2.8em;
}
@media screen and ( max-width: 1024px ) {
	#swiping__top-wrapper h1 {
		font-size: 41px;
	}
}
@media (min-height: 1366px) and ( max-width: 1024px ) {
	#swiping__top-wrapper {
		height: 70vh!important;
	}
	#swiping__top-wrapper h1 {
		padding-top: 2em;
	}
	#swiping__top-wrapper .container::before {
		width: 700px;
		height: 700px;
		bottom: 106px;
		left: calc(50vw - 350px);
		top: 10vw;
		border-width: 2px;
	}
	#swiping__top-wrapper .container::after {
		width: 480px;
		height: 480px;
		bottom: 245px;
		left: calc(50vw - 240px);
		top: 20vw;
		border-width: 2px;
	}
	.photo__challenge-phone {
		top: 60%!important;
	}
	#photo__solution-section .photo__solution-phone {
		top: -25%;
		left: 10%;
	}
	#photo__challenge-section {
		padding-bottom: 20em;
	}
	.hexagon-new:nth-child(n+3) {
		margin-left: 0em!important;
		margin-top: 0em!important;
	}
	.hexagon-new-wrp {
		width: 100%!important;
	}
	#photo__impact-section .about__row .info-title {
		width: 30%;
	}
	#photo__impact-section .about__row .photo__impact-text {
		width: 70%;
	}
	#photo__solution-section .photo__solution-phone {
		top: -45%!important;
		width: 520px!important;
		height: 600px!important;
	}
}
@media (min-height: 1024px) and (max-width: 768px) {
	#swiping__top-wrapper {
		height: 72vh!important;
	}
}
@media (min-width: 768px) and (max-width: 950px) {
	#photo__challenge-section .photo__challenge-phone {
		width: 432px !important;
		height: 558px !important;
	}
}
@media screen and (max-width:768px) {
	#photo__impact-section .col-md-6:nth-child(1) {
		width: 66%!important;
	}
	#photo__impact-section .col-md-6:nth-child(2) {
		width: 33%!important;
	}
	.hexagon-new {
		margin-top: 4.8em;
	}
	.hexagon-new:last-child,
	.hexagon-new:first-child {
		margin-left: 0em!important;
	}
	.hexagon-new:first-child {
		margin-top: 0em!important;
	}
	.hexagon-new:last-child {
		margin-top: 4.8em;
	}
	#photo__solution-section .container .col-md-6:nth-child(1) {
		display: none!important;
	}
	#photo__solution-section .container .col-md-6:nth-child(2),
	#photo__challenge-section .container .col-md-7 {
		width: 100%!important;
	}
	/* .photo__circle-colors .col-md-4 {
		width: 33%!important;
	} */
	#photo__challenge-section .container {
		padding-bottom: 8em!important;
	}
	.photo__solution-phone {
		width: 465px!important;
		height: 520px!important;
		top: -30%!important;
		left: 5%!important;
	}
	#photo__challenge-section .photo__challenge-phone {
		width: 465px!important;
		height: 520px!important;
		top: 50%!important;
		right: 5%!important;
	}

}
@media (min-width: 380px) and (max-width: 767px){
	#photo__challenge-section .photo__challenge-phone {
		margin-top: 40px !important;
	}
	.photo__solution-phone {
		margin-top: -49px !important;
	}
}
@media screen and ( max-width: 380px ) {
	.photo__circle-colors .col-md-4 {
		width: 50%!important;
	}
}
#swiping__top-wrapper {
	height: 120vh;
}
@media screen and ( max-width: 768px) {
	#swiping__top-wrapper {
		height: 85vh;
		overflow: hidden;
	}
	.photo__top-img {
		width: 100%;
		margin-top: -5em;
	}
	.photo__div {
		overflow: hidden;
	}
}
@media screen and ( max-width: 435px ) {
	#photo__impact-section .col-md-6:nth-child(1),
	#photo__impact-section .col-md-6:nth-child(2) {
		width: 100%!important;
	}
	.hexagon-new:nth-child(3) {
		margin-left: 4.9em!important;
		margin-top: 2.8em!important;
	}
	.hexagon-new {
		margin-top: 0em!important;
	}
	.photo__solution-phone {
	    width: 400px!important;
    	height: 480px!important;
    	top: -30%!important;
    	left: 15%!important;
	}
	#photo__challenge-section .photo__challenge-phone {
    	width: 441px!important;
    	height: 470px!important;
    	top: 60%!important;
    	right: 10%!important;
	}
}
#swiping__top-wrapper {
	height: 125vh;
}
.top__wrapper-img-div {
	position: absolute!important;
		left: 5%;
		right: 5%;
		bottom: 0%;
}
#photo__challenge-section .photo__challenge-phone {
	width: 670px;
		height: 780px;
		right: 1%;
		z-index: 1;
}
.about__row-white {
	padding-top: 8em;
}
#photo__solution-section .photo__solution-phone {
	width: 720px;
	height: 830px;
}
#photo__impact-section {
	position: relative;
}
#photo__impact-section .container::before {
	position: absolute;
	content: '';
	display: block;
	z-index: -1;
	background: url(../../images/case-studies/ai-photo/ai_impact.png);
	right: 0;
	top: 0;
	background-size: cover;
	width: 220px;
	height: 500px;
}
.hexagon-new-hov:hover {
		-webkit-transform: scale(.92);
		-ms-transform: scale(.92);
		transform: scale(.92);
		background-color: #e5f6ff;
}
@media screen and ( max-width: 2600px ) {
	#swiping__top-wrapper {
		height: 1100px;
	}
}
@media screen and ( max-width: 1900px ) {
	#swiping__top-wrapper {
		height: 1100px;
	}
}
@media screen and ( max-width: 1440px ) {
	#swiping__top-wrapper {
		height: 1100px;
	}
}
@media screen and ( max-width: 1024px ) {
	#photo__challenge-section .photo__challenge-phone {
		width: 500px;
		height: 580px;
	}
	#photo__solution-section .photo__solution-phone {
		width: 420px;
		height: 535px;
	}
}
@media screen and ( max-width: 830px ) {
	.about__row-white {
		padding-top: 0em;
	}
	#photo__solution-section .photo__solution-phone {
		width: 550px;
		height: 600px;
		left: -15%;
    	top: 12%;
	}
}
@media screen and ( max-width: 768px ) {
	.about__row-white {
		padding-top: 10em;
	}
	#swiping__top-wrapper > .container,
		#swiping__top-wrapper > .container > .row,
		#swiping__top-wrapper > .container > .row > .col-md-12 {
			height: 100%!important;
		}
		#swiping__top-wrapper > .container > .row {
			padding-top: 3em;
		}
		#swiping__top-wrapper {
			height: 800px;
			clip-path: circle(150vw at 50% calc(100% - 156vw));
		}
		.photo__top-img {
			margin-bottom: 0em!important;
		}
		.top__wrapper-img-div {
			position: absolute!important;
			left: 5%;
			right: 5%;
			bottom: 2%;
		}
		#photo__overview-section .container {
			padding-top: 0em!important;
			padding-bottom: 0em!important;
		}
		#photo__icons-section .container,
		#photo__challenge-section .container,
		#photo__impact-section .container {
			padding-top: 0em!important;
		}
		.photo__solution-phone {
			top: -11%;
			z-index: 2;
		}
		.photo__challenge-phone {
			top: 72%!important;
			width: 340px!important;
			right: -3%!important;
		}
		.photo__impact-text {
			background: rgba(255, 255, 255, 0.7);
			padding: 1em;
		}
		.breadcrumbs__row {
			position: absolute;
		}
		.hexagon-new:nth-child(2) {
			margin-top: 0em;
			margin-left: 1em;
		}
		.hexagon-new:nth-child(3) {
			margin-top: 3.5em;
			margin-left: 5em!important;
		}
}
@media screen and ( max-width: 500px ) {
	#swiping__top-wrapper {
		height: 750px;
	}
}
@media screen and ( max-width: 380px ) {
	#photo__solution-section .photo__solution-phone {
		width: 300px!important;
		height: 380px!important;
		top: -25%!important;
		left: 20%!important;
	}
	#photo__challenge-section .photo__challenge-phone {
		width: 300px!important;
		height: 370px!important;
		top: 70%!important;
		right: 30%!important;
	}
}
@media screen and ( max-width: 330px ) {
	#swiping__top-wrapper {
		height: 810px;
	}
	#swiping__top-wrapper h1 {
		font-size: 28px!important;
	}
}
@media screen and ( max-height: 710px ) {
	#swiping__top-wrapper {
		height: 1015px;
	}
	#swiping__top-wrapper h1{
		padding-top: 2em;
	}
}
