html,body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	height:100%;
	width: 100%;
	min-width: 360px;
}
.clearfix {
  overflow: auto;
}
.remove{
	display: none;
}
.hide{
	visibility: hidden;
}
.transparent {
	background-color: transparent;
}
.extra-padding-top {
	padding-top:120px !important; 
}
.extra-padding-top-s {
	padding-top:40px !important; 
}
.extra-padding-bottom {
	padding-bottom:120px !important; 
}
.no-padding {
	padding:0 !important; 
}
.half-opc {
	opacity: 50%;
}

/*Font*/
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 64px;
	line-height: 80px;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 56px;
	line-height: 120%;
}
h2.bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 120%;
}
h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
}
.subtitle-20 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
}
.underline-txt-16 {
	font-family: "Quicksand", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-decoration-line: underline;
}
.body-txt-16 {
	font-family: "Quicksand", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.label-txt-16 {
	font-family: "Quicksand", serif !important;
	font-weight: 900;
	font-size: 16px;
	line-height: 150%;
}
.body-txt-14 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}
.label-txt-14 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
}
.caption-13 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
}

/*Color*/
.dark-pri-txt {
	color:#11103B;
}
.dark-support-txt {
	color: #34355B;
}
.light-pri-txt {
	color: #C9E1F0;
}
.light-support-txt {
	color: #B3C0CF;
}
.deco-blue {
	color: #416CC1;
} 
.divider {
	background-color: rgba(255,255,255, 0.08);
}
.white-bg {
  background-color: white;
}
.light-bg {
  background-color: #F3F9FF;
}
.dark-bg {
	background-color: #080F20;
}
.blue-bg {
	background-color: #D0E4FF;
}
.deco-blue-bg {
	background-color: #416CC1;
}

/*cursor*/
a {
	cursor: pointer;
	text-decoration: none;
}
.cursor {
	cursor: pointer;
}

/*shadow*/
.screen-shadow {
	box-shadow: 0 4px 28px 0 rgba(15, 20, 50, 0.20);
}
.bar-shadow {
	box-shadow: 0 2px 12px 0 rgba(31, 31, 31, 0.40);
}
/*Button*/
.l-bt {
	background-color: #1F2229;
	border:2px solid #1F2229;
	padding: 8px 24px;
	color:#ffffff;
	text-align: center;
	border-radius: 32px;
	cursor: pointer;
	transition: 0.3s;
}
.l-bt:hover {
	background-color: #4659E3;
	border:2px solid #4659E3;
	color: #ffffff;
}
.l-bt-2nd {
	background-color: transparent;
	padding: 8px 24px;
	border:2px solid #11103B;
	color:#11103B;
	text-align: center;
	border-radius: 32px;
	cursor: pointer;
	transition: 0.3s;
}
.l-bt-2nd:hover {
	border:2px solid #4659E3;
	color: #4659E3;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hidden by default */
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: opacity 0.3s ease;
}
.back-to-top:hover {
	
}
.back-to-top .icon-button {
  background-repeat: no-repeat;
  position: relative;
  display: block;
  top: 8px;
  left: 8px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding: 48px;
}

/*Icon-button*/
.icon-button {
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: 0.3s;
}
.arrow-forward-white {
	background-image: url(image/arrow-forward-white.svg);
}
.arrow-back-white {
	background-image: url(image/arrow-back-white.svg);
}
.arrow-forward-black {
	background-image: url(image/arrow-forward-black.svg);
}
.arrow-back-black {
	background-image: url(image/arrow-back-black.svg);
}
.arrow-forward-blue {
	background-image: url(image/arrow-forward-blue.svg);
}
.arrow-back-blue {
	background-image: url(image/arrow-back-blue.svg);
}
.point-right-white {
	background-image: url(image/point-right-white.svg);
}
.point-right-white:hover {
	background-image: url(image/point-right-white-hover.svg);
}
.point-right-black {
	background-image: url(image/point-right-black.svg);
}
.point-right-black:hover {
	background-image: url(image/point-right-black-hover.svg);
}
.point-up-white {
	background-image: url(image/point-up-white.svg);
}

/*Icons*/
.icon {
	width: 24px;
	height: 24px;
}
.star-filled {
	background-image: url(image/Star-filled.svg);
}

/*top bar*/
.top-bar, .project-pages .bar-container {
	width: 100%;
	max-width: 960px;
	margin:0 auto;
	height: 64px;
	position: relative;
	display: flex;
  align-items: center;
}
.logo {
	height: 24px;
	position: relative;
	padding:20px 16px;
}
.top-bar ul {
	position: relative;
  padding: 0 0 0 24px;
  margin: 0;
  display: inline-block;
}
.top-bar li {
	float: left;
  list-style-type: none;
  padding: 8px 16px 0 16px;
  margin: 0;
}


/*landing page*/
.landing-page {
	width: 100%;
	max-width: 960px;
	margin:0 auto;
	height: 90%;
	max-height: 720px;
	display: table;
	table-layout: fixed;
	text-align: center;
}
.bg-graphic {
	width: 60%;
	position: absolute;
	right: 0px;
	vertical-align: middle;
	z-index: -1;
}
.landing-page .left-pane {
	width: 50%;
	height: 100%;
	min-height: 380px;
	position: relative;
  vertical-align: middle;
  display: table-cell;
  text-align: left;
}
.landing-page h1 {
	position: relative;
	padding: 0 16px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
.landing-page p {
	position: relative;
	padding: 16px;
	margin: 0;
	width: 100%;
	font-weight: 400 !important;
	box-sizing: border-box;
}
.landing-page .l-bt {
	position: relative;
	margin: 40px 8px;
}
.landing-page .right-pane {
	position: relative;
	width: 50%;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}
.landing-image {
	width: 80% ;
	opacity: 80%;
	padding: 0 16px;
	float: right;
}

/*work*/
section.work {
	padding: 80px 0;
}
.work-container {
	width: 100%;
	max-width: 960px;
	margin:0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}
section.work h2 {
	margin: 8px 0;
}
section.work .body-txt-16 {
	max-width: 480px;
}
.container.work {
	margin-top:40px;
	justify-content: space-between;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}
.container.work .project-wrapper {
	flex: 30%;
	background-color: white;
	border: 1px solid rgba(0,0,0, 0.08);
	box-sizing: border-box;
	margin-right: 3.3%;
	margin-bottom: 40px;
	border-radius: 16px;
	transition: 0.3s;
}
.container.work .project-wrapper:hover {
	background-color: #F2F5F8;
}
.container.work .project-wrapper:hover img {
	transform: scale(1.05,1.05);
}
.container.work .project-wrapper.no-margin {
	margin-right: 0;
}
.project-wrapper .project-img-wrapper {
	background-color: #CEE9EC;
	width: 100%;
	height: 216px;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}
.project-wrapper.funding .project-img-wrapper {
	background-color: #CEE9EC;
}
.project-wrapper.referral .project-img-wrapper {
	background-image: linear-gradient(45deg, #57EEC1, #009FB8);
}
.project-wrapper.backup .project-img-wrapper, .project-wrapper.transfer .project-img-wrapper, .project-wrapper.design-system .project-img-wrapper {
	background-color: #1f2b47;
}
.project-wrapper .project-img-wrapper .project-img {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-wrapper .project-img-wrapper img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	position: relative;
	transition: 0.3s;
}
section.work h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 16px;
	padding: 20px 0 8px;
	border-bottom: 1px solid rgba(0,0,0, 0.05);
}
section.work .border {
  width: 40px;
  height: 2px;
  position: relative;
  bottom: 2px;
  left: 16px;
}
section.work ul {
	position: relative;
	padding: 0;
  margin: 8px 0 32px 16px;
  display: block;
}
section.work li {
	float: left;
  list-style-type: none;
  padding: 0px 12px 0 0;
  margin: 0;
}

/*case study*/
.case-home-container {
	width: 100%;
	height: 600px;
	overflow: hidden;
	max-width: 960px;
	padding: 0 16px;
	margin: auto;
	box-sizing: border-box;
}
.case-home-container .left-pane {
    width: 50%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}
.case-home-container .left-pane img {
	width: 100%;
	display: block;
}
.case-home-container .right-pane {
	width: 39%;
	height: 100%;
	padding-top: 80px;
	box-sizing: border-box;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.case-home-container h2 {
	margin: 0 0 16px 0;
}
.case-home-container button {
	margin-top: 40px;
}


/*footer*/
.footer-container {
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: block;
	padding: 80px 16px 24px;
	box-sizing: border-box;
}
.footer-container .contact-wrapper {
	margin-bottom: 80px;
}
.footer-container .left-pane {
	width: 50%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}
.footer-container .right-pane {
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.footer-container h2 {
	margin: 0;
}
.footer-container ul {
	margin: 0;
	padding: 0;
}
.footer-container ul li {
	padding: 4px 0;
	list-style-type: none;
}
.footer-container .divider {
	width: 100%;
	height: 1px;
	display: block;
	margin: auto;
}
.footer-container .cr-container {
	display: block;
	width: 100%;
	height: 48px;
}
.copyright {
	float: right;
	padding: 0px;
}


/*project-pages*/
.project-pages .top-bar, .case-page .top-bar {
	max-width: none;
}
.project-pages .back-container, .case-page .back-container {
	width: 100%;
	max-width: 1120px;
	margin:0 auto;
	height: 64px;
	position: relative;
}
.project-pages .back-container p, .case-page .back-container p {
	max-width: 1120px;
	position: relative;
	margin-left: 32px;
	line-height: 32px;
	box-sizing: border-box;
	display: inline-block;
}
.project-pages .back-container p::before, .case-page .back-container p::before {
	content: '';
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -32px;
}
.project-pages .back-container p::before {
  background-image: url(image/arrow-back-white.svg);
}
.case-page .back-container p::before {
  background-image: url(image/arrow-back-black.svg);
}
.overview-container .txt-container {
	padding: 80px 16px;
	max-width: 1120px;
	margin:auto;
	display: block;
	box-sizing: border-box
}
.overview-container .txt-container .wrap-half-page {
	width: 75%;
}
.overview-container ul {
	position: relative;
  padding: 0;
  margin: 0;
  display: block;
}
.overview-container li {
	float: left;
  list-style-type: none;
  padding: 0px 32px 0 0;
  margin: 0;
  font-weight: 700 !important;
  position: relative;
}
.overview-container li::after {
	content: "";
	background-color: #E8ECF3;
	height: 10px;
	width: 2px;
	position: absolute;
	top: 11px;
	right: 16px;
}
.overview-container li:last-child::after {
	height: 0px;
}
.overview-container h2 {
	padding: 0;
	margin: 8px 0 0 0;
	padding-bottom: 40px;
}
.overview-container .txt-container p {
	width: 100%;
	min-width: 320px;
}
.overview-container p.body-txt-16 {
	margin: 0;
	padding-top: 8px;
}
.overview-container p.subtitle-20 {
	padding-top:40px;
	margin: 0;
}
.main-page h3 {
	margin: auto;
	width: 90%;
	max-width: 800px;
	text-align: center;
	padding: 80px 0 0 0;
}
.main-page h3.less-padding {
	padding:48px 0;
}
.main-page p {
	margin: auto;
	width: 90%;
	max-width: 800px;
	text-align: center;
	padding: 16px 0;
}
.main-page .single-img {
	margin: auto;
	padding: 24px 0 48px 0;
	width: 100%;
	min-width: 320px;
	max-width: 900px;
	position: relative;
	display: block;
}
.main-page .img-container {
	width: 100%;
  max-width: 1002px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.main-page .bg-img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.main-page .img-3cols {
	width: 33.3%;
	padding: 40px 4% 120px 4%;
	box-sizing: border-box;
}
.main-page .img-2cols.left {
	width: 40%;
	padding: 40px 10% 120px 0;
	box-sizing: border-box;
}
.main-page .img-2cols.right {
	width: 40%;
	padding: 40px 0 120px 10%;
	box-sizing: border-box;
}
.main-page .img-2cols.per-s {
	width: 38%;
	padding: 40px 10% 120px 0;
	box-sizing: border-box;
}
.main-page .img-2cols.per-l {
	width: 62%;
	padding: 40px 0 120px 0;
	box-sizing: border-box;
}

/*project footer*/
.project-pages footer {
	width: 100%;
	height: 136px;
	padding: 0 16px;
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box
}
.project-pages footer button {
	float: right;
	margin: 32px 0;
}
.project-pages footer button span {
	position: relative;
	margin-right: 20px;
}
.project-pages footer button span::after {
	content: "";
	background-image: url(image/arrow-forward-black.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -5px;
  right: -32px;
}
.project-pages footer button.previous {
	float: left;
}
.project-pages footer button.previous span {
	position: relative;
	margin-left: 20px;
	margin-right: 0;
}
.project-pages footer button.previous span::after {
	content: '';
  background-image: url(image/arrow-back-black.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top:-5px;
  left: -32px;
}
.project-pages footer button:hover span::after {
	background-image: url(image/arrow-forward-blue.svg);
}
.project-pages footer button:hover.previous span::after {
	background-image: url(image/arrow-back-blue.svg);
}

/*case study*/
.case-page .landing {
	background: radial-gradient(rgb(90, 48, 96), rgb(43, 34, 67));
}
.case-section {
	padding:48px 0;
}
.case-page h2 {
	max-width: 1120px;
	margin: 48px auto 32px auto;
	padding: 16px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 800;
}
.case-page h3 {
	max-width: 1120px;
	margin: 48px auto 32px auto;
	padding: 16px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 300;
}
.case-page .case-main-page h3 {
	max-width: 960px;
	margin: 48px auto 8px;
	padding: 0 16px 0 16px;
	box-sizing: border-box;
	text-align: left;
	border-left: 6px solid #1D1D38;
	font-weight: 800;
}
.case-page .case-main-page h3:last-child {
	padding-top: 40px;
	border-left: none;
}
.case-page .case-main-page p {
	max-width: 960px;
	margin: auto;
	padding: 4px 16px 4px 24px;
	box-sizing: border-box;
	text-align: left;
}
.case-page .case-main-page p.subtitle-20 {
	padding: 48px 16px 4px 24px;
}
.case-page .case-main-page ul {
	max-width: 960px;
	margin: auto;
	padding: 8px 16px 4px 80px;
	box-sizing: border-box;
}
.case-page .case-main-page .col-2 p.label-txt-16 {
	padding-top: 40px;
}
.case-page .case-main-page p.label-txt-14 {
	padding-top: 4px;
	padding-bottom: 24px;
}
.case-page p.fixed-width {
	width: 200px;
	display: inline-block;
	padding-left: 0px;
}
.case-page img {
	margin: auto;
	padding: 48px 16px;
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	position: relative;
	display: block;
}
.case-page .box-container {
	width: 100%;
	max-width: 1200px;
	margin: 16px auto;
	border:1px solid #34355b;
	border-radius: 20px;
	display: block;
}
.case-page .box-container .col-1 {
	width: 340px;
	display: inline-block;
	vertical-align: top;
	padding: 0 16px 0 40px;
	box-sizing: border-box;
}
.case-page .box-container .col-2 {
	width: calc(100% - 346px);
	padding: 64px 40px 0 3%;
	display: inline-block;
	box-sizing: border-box;
}
.case-page .box-container h3 {
	border: none;
	padding: 0;
}
.case-page .box-container p {
	padding: 0;
}
.case-page .box-container img {
	min-width: 0;
	padding: 24px 0;
}
.case-page .box-container ul {
	padding: 0 0 0 16px;
}
.case-page .box-container ul .fixed-width {
	width: 100px;
}
.case-page .box-container .col-2 img {
	width: 250px;
	margin-left: 0;
}
.case-page img.wide-width {
	max-width: 1120px;
	padding-top: 24px;
}
.case-page .define-container {
	max-width: 960px;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}
.case-page .define-container .col-1 {
	width: calc(100% - 360px);
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.case-page .define-container .col-2 {
	width: 340px;
	display: inline-block;
}
.case-page .define-container .col-2 img {
	padding:24px 0;
}
.case-page table.define-container {
	border-top:1px solid #E1E6EC;
	border-bottom:1px solid #E1E6EC;
	margin: 40px auto;
}
.case-page table.define-container th:first-child, .case-page table.define-container td:first-child {
	width: 24px;
	padding: 8px 0 8px 8px;
	vertical-align: top;
	box-sizing: border-box;
	vertical-align: text-bottom;
}
.case-page table.define-container th:nth-child(2), .case-page table.define-container td:nth-child(2) {
	width: 44%;
	padding: 16px;
	box-sizing: border-box;
	vertical-align: text-bottom;
}
.case-page table.define-container th:nth-child(3), .case-page table.define-container td:nth-child(3) {
	width: calc(56% - 64px);
	padding: 16px;
	box-sizing: border-box;
	vertical-align: text-bottom;
}
.case-page table.define-container th:last-child, .case-page table.define-container td:last-child {
	width: 40px;
	padding: 16px 8px;
	box-sizing: border-box;
	vertical-align: text-bottom;
}
.case-page .story-container {
	width: 100%;
	min-width: 360px;
	max-width: 960px;
	padding: 24px;
	box-sizing:border-box;
	margin: 24px auto;
}
.case-page .case-main-page .story-container p {
	padding: 4px;
}
.case-page .case-section.deliver {
	max-width: 960px;
  margin: auto;
  padding: 4px 16px 4px 24px;
  box-sizing: border-box;
  text-align: left;
}
.case-page .case-section.deliver li {
	padding: 8px 0;
}
.case-page .case-section.deliver {
	padding-bottom: 120px;
}
.case-page .case-section.deliver ul.contact {
	list-style-type: none;
	padding: 8px 16px 4px 24px;
}
.case-page .case-section.deliver ul.contact li{
	padding: 4px 0;
}


@media only screen and (max-width: 872px) {
	/*homepage*/
	.bg-graphic {
		width: 90%;
	}
	.landing-page .left-pane {
		width: 100%;
		padding-right: 20%;
		box-sizing: border-box;
	}
	.landing-page .right-pane {
		display: none;
	}
	.contact-page .right-pane {
    padding: 0;
	}
	.container.work .project-wrapper {
		flex: 47%;
		margin-right: 2.9%;
	}
	.container.work .project-wrapper.no-margin {
		margin-right: 2.9%;
	}
	.case-home-container {
		height: auto;
	}
	.case-home-container .left-pane {
		display: none;
	}

	.footer-container .left-pane {
		width: 100%;
	}
	.footer-container .right-pane {
		width: 100%;
	  float: none;
	}

/*case study*/
	.case-home-container .right-pane {
		width: 100%;
		padding: 48px 0;
	}
	.case-page .box-container {
		border-radius: 0;
	}
	.case-page img {
    margin: auto;
    padding: 48px 16px;
    box-sizing: border-box;
	}
	.case-page .box-container .col-1, .case-page .box-container .col-2 {
		width: 100%;
	}
	.case-page .define-container .col-1, .case-page .define-container .col-2 {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.case-page table.define-container th:first-child, .case-page table.define-container td:first-child {
	width: 16px;
	padding: 8px 0;
	vertical-align: top;
	box-sizing: border-box;
	vertical-align: text-bottom;
	}
}
	


@media only screen and (max-width: 560px) {
/*	general*/
	h1 {
		font-size: 56px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 20px;
	}
	.subtitle-20 {
		font-size: 18px;
	}
	.extra-padding-bottom {
    padding-bottom: 64px !important;
	}
	.extra-padding-top {
	    padding-top: 64px !important;
	}
/*	landing page*/
	.landing-page .left-pane {
		padding-right: 0;
	}
	/*work*/
.container.work .project-wrapper {
	flex: 98%;
	margin-right: 1%;
}
.container.work .project-wrapper.no-margin {
	margin-right: 1%;
}
/*  contact page*/
	.contact-page {
		display: block;
		height: 746px;
	}
	.contact-page .right-pane {
		width: 100%;
    padding: 0;
	}
	.contact-page .left-pane {
		width: 100%;
		padding: 0;
	}

/*  project page*/
	.overview-container .txt-container .wrap-half-page {
	    width: 100%;
	}
	.main-page .single-img {
	padding: 24px 16px;
	box-sizing: border-box;
	}
	.main-page .img-container {
		display: block;
	}
  .main-page .img-3cols {
    width: 100%;
    padding: 24px 48px;
  }
  .main-page .img-2cols.left {
    width: 48%;
    padding: 24px 6% 0 0;
}
  .main-page .img-2cols.right {
    width: 48%;
    padding: 24px 0 0 6%;
  }
  .main-page .img-2cols.per-s {
    width: 34%;
    padding: 16px 6% 24px 0;
    box-sizing: border-box;
	}
	.main-page .img-2cols.per-l {
    width: 64%;
    padding: 16px 0 24px 0;
    box-sizing: border-box;
	}
	footer .l-bt-2nd {
		padding: 8px 12px;
	}
}