*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/* ---------------- */

html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	font-kerning: normal;
	color: rgba(0,37,61,1);
	text-align: left;
	
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: none;
	
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	background: rgb(0,37,61);
	background: rgb(255,255,255);
}

body {
	height: 100%;
	display: column;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

a {
	text-decoration: none;
}

/* -------------------- */
/* ---- COVER ---- */
/* -------------------- */

section.cover {
	width: 100%;
	height: 100;
	
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	
	background-color: rgb(255,255,255);
	background-image: url("/_img/cover.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
section.cover.hide {
	opacity: 0;
	z-index: -2400;
}
section.cover.show {
	opacity: 1;
	z-index: 2400;
	transition: opacity 0.24s ease-in-out;
}

section.cover section {
	width: 480px;
	
	position: absolute;
	left: 120px;
	top: 80px;
	
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

section.cover section img {
	width: 480px;
	height: 168px;
}

section.cover section #btn_get_started {
	min-width: 120px;
	margin: 40px auto 0 auto;
	padding: 16px 48px;
	font-size: 2.2rem;
	font-weight: 400;
	color: rgba(255,255,255,0.92);
	background: rgb(0,70,137);
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
}

/* ---------------- */

nav {
	width: 100%;
	height: 84px;
	
	position: fixed;
	left: 0;
	right: 0;
	bottom: -48px;
	
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 36px 48px;
	
	transform: translate(0, 0);
	transition: transform 0.2s ease-in-out;
	
	cursor: pointer;
	z-index: 1600;
}
nav.open {
	transform: translate(0, -48px);
	transition: transform 0.2s ease-in-out;
}


nav .nav_row:nth-of-type(1) {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
nav .nav_row:nth-of-type(1) .tab {
	width: 48px;
	height: 36px;
	padding: 4px 0 0 0;
	
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0em;
	
	background: rgba(242,242,242,0.90);
	-webkit-backdrop-filter: saturate(1.8) blur(20px);
	backdrop-filter: saturate(1.8) blur(20px);
	
	border-top-right-radius: 48px;
	border-top-left-radius: 48px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
nav .nav_row:nth-of-type(1) .tab img {
	width: 16px;
	height: 11px;
}

nav .nav_row:nth-of-type(2) {
	padding: 8px 0 7px 0;
	
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0,37,61,0.48);
	text-align: center;
	
	background: rgba(242,242,242,0.90);
	-webkit-backdrop-filter: saturate(1.8) blur(20px);
	backdrop-filter: saturate(1.8) blur(20px);
	
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(5, auto);
}
nav .nav_row:nth-of-type(2) .nav_link {
	height: 32px;
	padding: 0 48px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	border-left: 0px rgba(0,37,61,0.32) solid;
}
nav .nav_row:nth-of-type(2) .nav_link:nth-of-type(1) {
	border-left: 0;
}
nav .nav_row:nth-of-type(2) .nav_link.active {
	/*font-family: "OpenSans-SemiBold";*/
	color: rgba(0,37,61,0.96);
}

/* ---------------- */

h2 {
	margin: -8px 0 0 0;
	font-size: 4.4rem;
	line-height: 110%;
	margin: 0;
}

/* ---------------- */

section.screen {
	width: 100%;
	height: 100%;
	
	align-self: center;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	bottom: 0;
}
section.screen.hide {
	z-index: -1000;
	opacity: 0;
}
section.screen.show {
	z-index: 80;
	opacity: 100;
	transition: opacity 0.24s ease-in-out;
}

/* -------------------- */
/* ---- SECTION 01 ---- */
/* -------------------- */


section.screen_01 {
	width: 100%;
	height: 100%;
}

section.screen_01 .segment_wrapper {
	width: 100%;
	height: 100%;
	padding-top: 28px;
	white-space: nowrap;
	overflow-y: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-padding: 50%;
}

.segment_wrapper article {
	width: calc(100% - 96px);
	height: calc(100% - 48px);
	margin-right: 21px;
	padding: 48px;
	scroll-snap-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 16px;
	white-space: normal;
	overflow: hidden;
	scroll-snap-align: center;
	
	position: relative;
}

.segment_wrapper article:first-of-type {
	margin-left: 48px;
}
.segment_wrapper article:last-of-type {
	margin-right: 47px;
}

article.segment h2 {
	color: rgba(255,255,255,0.56);
}
article.segment h2 span {
	margin: -2px 0 8px 0;
	font-size: 1.8rem;
	font-weight: 600;
	color: rgba(255,255,255,0.36);
	line-height: 1em;
	display: block;
}

article.segment p {
	width: 440px;
	margin: -24px 0 0 0;
	
	font-size: 2.4rem;
	font-weight: 400;
	color: rgba(255,255,255,0.72);
	line-height: 1.5;
	
	transform: translate(0, 32px);
	overflow-wrap: break-word;
}

/* ---- SECTION 01 : SEGMENT 01 ---- */

article.seg_01 {
	background: rgb(194,211,227);
	background: #004689;
}

article.seg_01 section p {
	width: 520px;
}

article.seg_01 .collage {
	width: 360px;
	height: 100%;
	
	position: absolute;
	right: 0;
	top: 0;
	
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(224px, 1fr);
	grid-gap: 0px;
}
@media only screen and (max-width: 1024px) {
	article.seg_01 .collage {
		width: 320px;
	}
}

article.seg_01 .collage .item {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---- SECTION 01 : SEGMENT 02 ---- */

article.seg_02 {
	background: rgb(193,199,169);
	background: #7D894B;
	
	background-image: url("/_img/bg.soya.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

article.seg_02 section {
	width: 420px;
	position: absolute;
	z-index: 80;
}

article.seg_02 section h2, article.seg_02 section h2 span {
	color: rgb(0,70,137);
}

article.seg_02 section p {
	width: 420px;
	color: rgb(0,70,137);
}

article.seg_02 .item_01 {
	width: 64%;
	position: absolute;
	left: -320px;
	bottom: 72px;
	
	z-index: 4;
}

article.seg_02 .item_02 {
	height: 64%;
	position: absolute;
	right: 0px;
	top: -184px;
	
	transform: rotate(45deg);
	
	z-index: 4;
}

/* ---- SECTION 01 : SEGMENT 03 ---- */

article.seg_03 {
	background: rgb(180,181,207);
	background: #61639B;
}

article.seg_03 section {
	position: absolute;
	z-index: 80;
	
	top: 120px;
}

article.seg_03 section p {
	width: 420px;
}

article.seg_03 .item_01 {
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -50%;
	
	z-index: 16;
	
	transform: rotate(90deg);
}

article.seg_03 .item_02 {
	height: 64%;
	position: absolute;
	right: -96px;
	top: -100px;
	z-index: 8;
	
	transform: rotate(-105deg);
}

article.seg_03 .item_03 {
	height: 56%;
	position: absolute;
	left: 180px;
	top: -128px;
	
	transform: rotate(-6deg);
}

article.seg_03 .item_04 {
	height: 64%;
	position: absolute;
	right: 24px;
	bottom: -120px;
	
	transform: rotate(18deg);
	
	z-index: 4;
}

/* ---- SECTION 01 : SEGMENT 04 ---- */

article.seg_04 {
	background: rgb(177,205,214);
	background: #5B97A9;
	
	background-image: url("/_img/bg.solutions.jpg");
	background-size: cover;
	background-position: -120px center;
	background-repeat: no-repeat;
}

article.seg_04 section {
	width: 400px;
	height: 100%;
	padding: 48px 40px;
	z-index: 80;
	position: absolute;
	right: 0;
	top: 0;
	
	background: #A43789;
}

article.seg_04 section p {
	width: 100%;
	padding: 0 0 32px 0;
}

/* ---- SECTION 01 : SEGMENT 05 ---- */

article.seg_05 {
	background: rgb(247,210,199);
	background: #E77450;
}

article.seg_05 section {
	width: 460px;
}

article.seg_05 section p {
	width: 430px;
}

article.seg_05 img.img_girl {
	height: 80%;
	
	position: absolute;
	bottom: 0;
	left: 344px;
	
	z-index: 4;
}

article.seg_05 img.img_guy {
	height: 86%;
	
	position: absolute;
	bottom: 0;
	right: -40px;
}
@media only screen and (max-width: 1024px) {
	article.seg_05 img.img_girl {
		left: 352px;
	}

	article.seg_05 img.img_guy {
		right: -64px;
	}
}

/* ---- SECTION 01 : SEGMENT 06 ---- */

article.seg_06 {
	background: rgb(177,205,214);
	background: #CD9F2E;
	
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

article.seg_06 section {
	width: 440px;
	position: absolute;
	top: 201px;
	z-index: 20;
}
article.seg_06 section p {
	width: 440px;
}

article.seg_06 .img_frame {
	width: calc(100% - 536px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	
	background-image: url("/_img/citizenship.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* ---- SECTION 01 : SEGMENT 07 ---- */

article.seg_07 {
	background: rgb(177,205,214);
	background: #A43789;
	background: #5B97A9;
	
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

article.seg_07 section {
	width: 420px;
	z-index: 20;
	position: absolute;
	top: 201px;
}
article.seg_07 section p {
	width: 290px;
}

article.seg_07 img.seg_07_map {
	height: 100%;
	position: absolute;
	right: -32px;
	z-index: 0;
}

/* ---- SECTION 01 : SEGMENT 08 ---- */

article.seg_08 {
	background: rgb(177,205,214);
	background: #FECF8B;
}

article.seg_08 h2 {
	color: rgba(0,37,61,0.84);
}
article.seg_08 h2 span {
	color: rgba(0,37,61,0.42);
}
article.seg_08 p {
	width: 100%;
	color: rgba(0,37,61,0.84);
}

article.seg_08 .core_values {
	width: 100%;
	margin: 55px 0 0 0;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

article.seg_08 .core_values .a_value {
	width: 17.6%;
}

article.seg_08 .a_value .icon {
	width: 100%;
}

article.seg_08 .core_values .a_value h4 {
	margin: 16px 0 8px 0;
	font-size: 1.8rem;
	font-weight: 600;
}

article.seg_08 .core_values .a_value p {
	margin: -32px 0 0 0;
	font-size: 1.7rem;
	word-spacing: -0.038648em;
	color: rgba(0,37,61,0.92);
}

/* -------------------- */
/* ---- SECTION 02 ---- */
/* -------------------- */


section.screen_02 {
	width: 100%;
	height: 100%;
	padding: 28px 0 0 0;
	align-items: flex-start;
}

section.screen_02 section {
	width: calc(50% - 72px);
	height: calc(100% - 48px);
	margin: 0 24px 0 48px;
}

section.screen_02 section:nth-of-type(2) {
	margin: 0 48px 0 24px;
	border-radius: 12px;

	overflow-x: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

/* ------ */

section.screen_02 section:nth-of-type(1) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	overflow-x: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.screen_02 .employee {
	width: 100%;
	height: 64px;
	margin-top: 20px;
	border-radius: 6px;
	
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
	cursor: pointer;
}
.screen_02 .employee:nth-of-type(1) {
	margin-top: 0;
}

.employee .thumb {
	width: 60px;
	height: 60px;
	margin: 0 16px 0 0;
	border-radius: 50%;
	overflow: hidden;
}
.employee .thumb img {
	width: 60px;
	height: 60px;
	opacity: 0.6;
}

.employee .info {
	height: 100%;
	margin: 0;
	
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255,255,255,0.56);
	
	flex-grow: 1;
	
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.employee .info strong {
	font-size: 1.7rem;
	font-weight: 600;
}

.employee.active {
/*	background: rgba(0,70,137,0.32);*/
}
.employee.active .info {
	color: rgba(255,255,255,0.84);
}
.employee.active .info strong {
	color: rgba(255,255,255,0.92);
}
.employee.active .thumb img {
	opacity: 1.0;
}

/* -------- */

.screen_02 .profile {
	width: 100%;
	height: 100%;
	font-size: 1.7em;
	font-weight: 400;
	
	display: grid;
	grid-template-rows: auto auto auto;
	grid-template-columns: 1fr;
	
	display: none;
	
	z-index: -20;
	
	border-radius: 12px;
	overflow: hidden;

	overflow-x: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.screen_02 .profile.active {
	display: block;
	z-index: 120;
}

.screen_02 .profile .block {
	width: 100%;
}

.screen_02 .profile .block.map {
	width: 100%;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}
.screen_02 .profile .block.map img {
	width: 100%;
	display: block;
}


.screen_02 .profile .block.resume {
	width: 100%;
	padding: 28px 24px 0 24px;
	background: rgb(255,255,255);
	
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	
	position: relative;
}

.screen_02 .profile .block.resume img.portrait {
	width: 160px;
	height: 160px;
	border: 8px rgb(255,255,255) solid;
	border-radius: 50%;
	
	position: absolute;
	left: 50%;
	top: 0;
	
	box-sizing: content-box;
	
	margin: -88px 0 0 -88px;
	
	z-index: 40;
}

.screen_02 .profile h3 {
	margin: 72px 0 16px 0;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}
.screen_02 .profile h3 span {
	width: 100%;
	margin: 2px 0 0 0;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.3;
	display: block;
}

.screen_02 .profile .row {
	padding: 10px 0;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
	border-bottom: 1px rgb(216,216,216) solid;
}
.screen_02 .profile .row:nth-of-type(1) {
	border-top: 1px rgb(216,216,216) solid;
}


.screen_02 .profile .row .copy {
	width: calc(100% - 102px);
	font-weight: 400;
	align-items: center;
	flex-grow: 1;
}
.screen_02 .profile .row .copy span span {
	font-size: 1.4rem;
	font-weight: 700;
	opacity: 0.64;
}

.screen_02 .profile .row .graphic {
	width: 54px;
	margin: 0 0 0 16px;
	align-items: center;
}
.screen_02 .profile .row .graphic img {
	width: 54px;
	height: 36px;
}


.screen_02 .profile .block.summary {
	width: 100%;
	margin: 0;
	padding: 24px 24px 32px 24px;
	line-height: 1.5;
	background: rgb(255,255,255);
	border-radius: 0 0 12px 12px;
}



/* -------------------- */
/* ---- SECTION 03 ---- */
/* -------------------- */

section.screen_03 {
	width: 100%;
	height: 100%;
	padding: 28px 0 0 0;
	align-items: flex-start;
}

section.screen_03 section {
	margin: 0 0 0 48px;
	width: calc(50% - 48px);
	height: calc(100% - 48px);
	
	overflow-x: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	
	position: relative;
}

section.screen_03 section:nth-of-type(2) {
	margin: 0 48px 0 0;
}

@media only screen and (max-width: 1024px) {
	section.screen_03 section {
		margin: 0 0 0 32px;
		width: calc(50% - 32px);
	}

	section.screen_03 section:nth-of-type(2) {
		margin: 0 32px 0 0;
	}
}

.screen_03 section h2 {
	width: 100%;
	margin: 0;
	font-size: 2.8rem;
	font-weight: 600;
	color: rgba(255,255,255,0.72);
}

.screen_03 section.col_left h2 {
	position: absolute;
	left: 0;
	top: 0;
}

.screen_03 section.col_right h2 {
	padding: 0 0 0 24px;
}

/* -------- */

.screen_03 .degrees {
	margin-top: 60px;
}

.screen_03 .degrees .degree {
	width: 96%;
	height: 52px;
	margin: 16px 0 0 0;
	padding: 0 16px;
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(255,255,255,0.78);
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	
	background: rgba(0,70,137,0.68);
	border-radius: 6px;
	
	transition: color 0.1s linear;
}
.screen_03 .degrees .degree:nth-of-type(1) {
	margin: 0;
}

.screen_03 .degrees .degree.active {
	width: 100%;
	color: rgba(255,255,255,0.92);
	background: rgba(0,70,137,1);
	border-radius: 6px 0 0 6px;
}

/* -------- */

.screen_03 section.col_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
}

.screen_03 section.col_right .careers {
	height: calc(100% - 60px);
	margin: 32px 0 0 0;
	padding: 24px 4px 24px 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	
	border-radius: 12px;
}
.screen_03 section.col_right .careers.active {
	background: #004689;
}

.screen_03 section.col_right .careers .careers_wrapper {
	width: 100%;
	height: 100%;
	
	overflow-x: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.screen_03 section.col_right .careers ul.the_careers {
	width: 100%;
	list-style: none;
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(255,255,255,0.92);

	opacity: 0;
	z-index: 0;
	display: none;
}
.screen_03 section.col_right .careers ul.the_careers.show {
	opacity: 1;
	z-index: 120;
	display: block;
}

.screen_03 section.col_right .careers ul li {
	width: 100%;
	padding: 0 0 24px 32px;
	display: block;
	
	background-image: url("/_img/icon.checkmark.svg");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.screen_03 section.col_right .careers ul li:last-of-type {
	padding: 0 0 0 32px;
}


/* -------------------- */
/* ---- SECTION 04 ---- */
/* -------------------- */

section.screen_04 {
	height: 100%;
	padding: 28px 0 0 0;
	align-items: flex-start;
}

#bunge_trivia_game {
	width: 100% !important;
	height: calc(100% - 48px) !important;
	margin: 0 auto;
	padding: 0; border: 0;
	overflow: hidden;
	display: block;
}