
#photo__icons-section .col-md-2 {
	height: 100px
}
.show__mobile {
	display: none
}
#learn__solution-section {
	position: relative
}
#learn__solution-section .learn__solution {
	position: absolute;
	left: 0;
	width: 37%
}
@media screen and (max-width:768px) {
	.show__mobile {
		display: block
	}
	.hide__mobile {
		display: none
	}
	#swiping__top-wrapper h1 {
		font-size: 29px!important
	}
	#learn__overview-img-section img {
		width: 100%!important
	}
}
#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
}
#swiping__info-section {
	height: 82vw;
	background: url(/images/src/swiping/swiping_info.png);
	background-size: 100%;
	background-repeat: no-repeat
}
.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
}
.info-text {
	font-size: 1rem;
	line-height: 1.625rem
}
.solution-text {
	font-size: 1rem;
	line-height: 1.625rem
}
.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: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
}

#swiping__top-wrapper {
	height: 130vh;
}
#learn__solution-section .learn__solution {
	left: -5%;
}
@media ( min-height: 1366px ) and ( max-width: 1024px ) {
	#swiping__top-wrapper h1 {
		padding-top: 2em;
	}
	#swiping__top-wrapper {
		height: 75vh!important;
	}
	.top__wrapper-div {
		width: 100%;
	}
	#swiping__top-wrapper .container::before {
		width: 700px;
		height: 700px;
		bottom: 106px;
		left: calc(50vw - 350px);
	}
	#swiping__top-wrapper .container::after {
		width: 480px;
		height: 480px;
		bottom: 245px;
		left: calc(50vw - 240px);
	}
}
@media screen and ( max-width: 768px) {
	#swiping__top-wrapper {
		height: 90vh;
	}
	.hexagon-wp {
		min-width: 350px;
	}
	.learn__top-img {
		width: 100%;
	}
	#swiping__top-wrapper h1 {
		font-size: 27px!important;
	}
	#learn__challenge-section .container {
		padding-bottom: 0em!important;
	}
	#learn__impact-section p {
		margin-bottom: 2em;
	}
}
@media screen and ( max-width: 400px) {
	.hexagon-wp {
		transform: scale(.7);
		margin-left: -4rem;
	}
}
/* Copied new code from <style> */
.show__mobile,
.show__mobile-small {
	display: none;
}
#swiping__top-wrapper {
	height: 155vh;
}
.top__wrapper-div {
	position: absolute!important;
		left: 5%;
		right: 5%;
		bottom: 0%;
}
#learn__solution-section .learn__solution {
	width: 50%;
	left: -10%;
}
.hexagon:hover {
		-webkit-transform: scale(.92);
		-ms-transform: scale(.92);
		transform: scale(.92);
		background-color: #e5f6ff;
}
@media screen and ( max-width: 2560px ) {
	.top__wrapper-div img {
		width: 52%;
	}
}
@media screen and ( max-width: 2000px ) {
	#swiping__top-wrapper {
		height: 142vh;
	}
}
@media screen and ( max-width: 1800px ) {
	#swiping__top-wrapper {
		height: 140vh;
	}
}
@media screen and ( max-width: 1600px ) {
	.top__wrapper-div img {
		width: 90%;
	}
	#swiping__top-wrapper {
		height: 168vh;
	}
}
@media screen and ( max-width: 1500px ) {
	#swiping__top-wrapper {
		height: 1200px;
	}
}
@media screen and ( max-width: 1024px ) {
	.show__mobile {
		display: block;
	}
	.hide__mobile {
		display: none;
	}
		.about__row h3 {
			margin-bottom: 0em!important;
		}
	#learn__challenge-section .container,
	#learn__overview-section .container {
		padding-bottom: 0em!important;
	}
	#learn__impact-section .container {
		padding-top: 0em!important;
	}
}
@media screen and ( max-width: 768px ) {
	.top__wrapper-text {
		width: 100%!important
	}
	.learn__top-img {
		margin-bottom: -3.5em;
	}
	#learn__solution-section .learn__solution {
		left: 0%;
	}
	#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: 100vh;
		}
		#swiping__top-wrapper h1 {
			margin-top: 1em;
			margin-bottom: 0em;
		}
		.learn__top-img {
			margin-bottom: 1em;
		}
		#learn__overview-section .container {
			padding-top: 0em!important;
			padding-bottom: 0em!important;
		}
		#learn__impact-section .container {
			padding-top: 0em!important;
		}
		.breadcrumbs__row {
			position: absolute;
		}
		#swiping__top-wrapper .container {
			clip-path: none;
			-webkit-clip-path: none;
		}
}
@media screen and ( max-width: 500px ) {
	.learn__img img {
		width: 70%!important;
		margin-bottom: 5em;
	}
	#swiping__top-wrapper {
		height: 95vh;
	}
	.show__mobile-small {
		display: block;
	}
	.hide__mobile-small {
		display: none;
	}
}
@media screen and ( max-height: 700px ) {
	#swiping__top-wrapper {
		height: 650px!important;
	}
	#swiping__top-wrapper h1{
		padding-top: 2em;
	}
}
