@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
* {
  box-sizing: border-box; }

html {
  line-height: 1.15; }

a {
  text-decoration: none; }

#app {
  padding: 32px; }

.content-wrapper {
  margin: 0 auto; }

.content-wrapper .header {
  position: sticky;
  top: 0;
  background-color: #213448;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -16px -16px 16px;
  padding: 16px; }

.content-wrapper .header .social-icons {
  display: flex;
  height: 42px; }

.content-wrapper .header h1 {
  font-size: 2rem;
  margin: 0 0 16px; }

.content-wrapper .header h1 small {
  margin-top: 4px;
  display: block;
  font-size: 1.125rem;
  font-weight: 400; }

small {
  font-size: 80%; }

@media (min-width: 768px) {
  .content-wrapper .header h1 {
    font-size: 3rem; } }
@media only screen and (min-width: 1200px) {
  .content-wrapper {
    max-width: 1168px; } }
@media (min-width: 768px) {
  .content-wrapper .header {
    flex-direction: row;
    padding: 32px 16px 0;
    margin: -32px -16px 16px; } }
.content {
  position: relative; }

.content-wrapper .header::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  background: #213448;
  z-index: -1; }

.content:not([class*="page-slide"]) {
  -webkit-animation: show-e0b46748 cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  animation: show-e0b46748 cubic-bezier(0.25, 0.8, 0.25, 1) forwards; }

.about-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px; }

@media (min-width: 768px) {
  .about-information {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24vh;
    padding-top: 32px; } }
.about-information picture {
  margin: 0 auto; }

.about-information .profile-image {
  border: 4px solid #EAE0CF;
  width: 248px;
  height: 100%;
  min-height: 248px;
  min-width: 248px;
  border-radius: 50%;
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
  margin: 0 auto 48px;
  margin-right: auto;
  margin-bottom: 48px; }

@media (min-width: 768px) {
  .about-information .profile-image {
    margin-bottom: 0;
    margin-right: 48px; } }
@media (min-width: 1200px) {
  .about-information .about-text {
    font-size: 2.5rem; } }
@media (min-width: 768px) {
  .about-information .about-text {
    font-weight: 300;
    font-size: 2rem; } }
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
    margin: 16px 0; } }
h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #547792;
  margin: 16px 0; }

.about-information .about-text {
  color: #EAE0CF;
  margin: 0;
  font-size: 1.5rem; }

p {
  margin: 16px 0; }

body {
  margin: 0;
  min-height: 100vh;
  padding: 0;
  min-width: 288px;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #213448;
  font-family: 'Poppins',sans-serif;
  color: white; }

.logo {
  font-size: 3rem;
  color: #547792;
  font-weight: 800; }

.desc {
  font-size: 2rem;
  font-weight: 600; }

.social-icons a {
  background-color: transparent;
  font-size: 2.5rem;
  margin: 0 1.5rem 3rem 0;
  transition: 0.3s ease;
  color: #EAE0CF; }

.social-icons a:hover {
  color: #e1e7e1;
  transform: scale(1.3) translateY(-5px);
  background-color: #EAE0CF;
  box-shadow: 0  0 25px #b5c5b4; }

@media (min-width: 1200px) {
  .information-section {
    padding: 32px 0; } }
@media (min-width: 768px) {
  .information-section {
    background: unset;
    padding: 32px 0;
    margin-left: 0;
    margin-right: 0; } }
.information-section {
  position: relative;
  background: #94B4C1;
  color: #213448;
  padding: 32px 16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 0; }

.information-section .information-header {
  color: #213448;
  position: relative;
  z-index: 1; }

.information-section .information-section-background {
  width: 100%;
  background: #213448;
  height: inherit; }

@media (min-width: 768px) {
  .information-section .information-text {
    padding: 0 32px;
    font-size: 1.5rem; } }
.information-section .information-text {
  font-size: 1rem;
  line-height: 1.44;
  padding: 0;
  position: relative;
  z-index: 1; }

@media (min-width: 768px) {
  .information-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 100%;
    background: #547792;
    z-index: 0; } }
.badge-list {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px 0;
  margin-bottom: 32px; }

.badge-list .badge {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  list-style: none;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #EAE0CF;
  color: #EAE0CF;
  white-space: nowrap;
  margin: 0 4px 16px; }

.experience {
  align-items: flex-start; }

.experience {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 32px; }

.experience .job-card {
  background-color: #232323; }

.experience button .job-card {
  justify-content: stretch; }

@media (min-width: 768px) {
  .experience .job-card {
    margin: 8px;
    font-size: 1.125rem;
    width: calc(50% - 16px); } }
.experience .job-card {
  border: none;
  text-align: left;
  color: #fff;
  display: inline-block;
  background-color: #1e1e1e;
  padding: 24px;
  border-radius: 4px;
  min-height: 100%;
  line-height: 1.44; }

@media (min-width: 768px) {
  .experience .job-card h3 {
    font-size: 1.5rem; } }
.experience .job-card h3 small {
  display: block;
  font-weight: 400;
  color: #94B4C1; }

.experience .job-card .job-card-video {
  aspect-ratio: 16/9;
  position: relative;
  margin-left: -24px;
  margin-top: -24px;
  width: calc(100% + 48px);
  display: inline-flex;
  background-color: #213448;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden; }

.experience video {
  width: 100%;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5); }

.video-additional-info {
  display: flex;
  position: relative;
  padding: 12px 24px;
  margin-left: -16px;
  margin-right: -32px;
  margin-bottom: -52px;
  left: -8px;
  background-color: rgba(30, 30, 30, 0.8);
  top: -50px;
  font-size: .875rem; }

.video-additional-info .icon {
  margin-right: 2px; }

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(inline-block);
  height: 1em;
  vertical-align: -.125em; }

.video-additional-info > div {
  margin-right: 16px; }

.clickable-card-header:not(small) {
  color: #213448;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.clickable-card-header:not(small) .clickable-header-icon {
  margin-left: auto; }

.clickable-card-header:not(small) small {
  width: 100%; }

.experience .job-card.job-card[type="button"]:hover {
  cursor: pointer;
  color: #f7e6e9; }

.portfolio-header {
  display: flex;
  margin-bottom: 16px; }

@media (min-width: 768px) {
  .portfolio-header .portfolio-close {
    font-size: 1.75rem; } }
.portfolio-header .portfolio-close {
  display: inline-flex;
  align-items: center;
  font-size: 1.75rem;
  color: #547792;
  text-decoration: none;
  max-height: 44px;
  font-size: 1.125rem;
  white-space: nowrap; }

.portfolio-header .portfolio-close small {
  margin-left: 8px;
  line-height: 1.84375; }

@media (min-width: 786px) {
  .portfolio-top {
    margin: 8px; } }
img {
  display: block;
  margin: auto;
  width: 100%; }

.content-placeholder {
  position: relative;
  width: 100%;
  display: inline-flex;
  background-color: #252525;
  overflow: hidden; }

.part {
  margin: 0 0 32px; }

@media (min-width: 768px) {
  .part .part-header {
    font-size: 1.5rem; } }
.part .part-header {
  display: block;
  font-size: 1.125rem; }

/*# sourceMappingURL=style.css.map */
