.content {
  position: absolute;
  overflow: hidden; }
  .content__left {
    float: left;
    width: 56rem;
    height: 100%;
    padding: 3rem 4rem; }
    @media screen {
      .content__left::after {
        content: '2024 Copyright';
        height: 4rem;
        width: 100%;
        position: absolute;
        bottom: 0.5rem;
        color: #e6e6e6; } }
  .content__right {
    position: absolute;
    float: right;
    width: 24rem;
    background-color: #f5f5f5;
    color: #666;
    height: 100%;
    padding: 2rem 3rem;
    right: 1rem;
    -webkit-box-shadow: 0.5rem 1rem 1.5rem rgba(102, 102, 102, 0.15);
    -moz-box-shadow: 0.5rem 1rem 1.5rem rgba(102, 102, 102, 0.15);
    box-shadow: 0.5rem 1rem 1.5rem rgba(102, 102, 102, 0.15); }
  .content__swapped__left {
    float: right; }
  .content__swapped__right {
    float: left;
    left: 1rem; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  background-color: #ddd; }
  @media print {
    html {
      background-color: #fff; } }
.content {
  width: 80rem;
  min-height: 113.16129036rem;
  background-color: #fff; }
  @media screen and (min-width: 60rem) {
    .content {
      margin: 6rem 0;
      -webkit-box-shadow: 1rem 2rem 3rem rgba(102, 102, 102, 0.3);
      -moz-box-shadow: 1rem 2rem 3rem rgba(102, 102, 102, 0.3);
      box-shadow: 1rem 2rem 3rem rgba(102, 102, 102, 0.3);
      position: absolute;
      left: 50%;
      transform: translateX(-50%); } }
  @media print {
    .content {
      margin: 0;
      height: 113.16129036rem; } }
body {
  box-sizing: border-box;
  margin: 0px; }

@media print {
  @page {
    margin: 0;
    size: A4; } }

::selection {
  color: #fff;
  background-color: rgba(106, 105, 172, 0.6); }

body {
  font-family: 'Lora', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 2.12rem;
  color: #666; }

.mainHeading {
  text-transform: uppercase;
  font-size: 5rem;
  color: #aaa; }
  .mainHeading span {
    color: #8b8abe; }

.section__title {
  font-size: 2.1rem;
  color: #666; }

h1,
h2 {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif; }

.section {
  display: block;
  margin-bottom: 2rem; }
  .section__heading {
    width: 100%;
    overflow: hidden; }
  .section__title {
    position: relative; }
    .section__title::after {
      content: '';
      position: absolute;
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-color: #aaa;
      width: 50rem;
      height: 4px;
      margin-left: 1.5rem;
      margin-top: 1.5rem;
      transition: all 0.5s ease-in-out; }
    .section__title:hover::after {
      border-color: #8b8abe; }

.sideSection {
  display: block;
  margin-bottom: 3rem; }
  @media print {
    .sideSection {
      page-break-inside: avoid; } }
  .sideSection__heading {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1rem;
    color: #666; }
  .sideSection__title {
    position: relative; }
    .sideSection__title::after, .sideSection__title::before {
      content: '';
      position: absolute;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666;
      width: 10rem;
      height: 4px;
      margin-top: 1.1rem; }
    .sideSection__title::after {
      margin-left: 1rem; }
    .sideSection__title::before {
      margin-left: -11rem; }
  .sideSection li {
    list-style: none; }

.experience__extra_padding {
  padding-top: 4rem !important; }

.experience__item {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px; }
  @media print {
    .experience__item {
      page-break-inside: avoid; } }
  .experience__item:not(:first-child) {
    padding-top: 1.5rem; }
  .experience__item::before {
    content: "";
    height: 90%;
    width: 1.5px;
    position: absolute;
    background: linear-gradient(#ddd, rgba(255, 255, 255, 0));
    margin-top: 25px; }

.experience__header, .experience__subheader {
  display: flex;
  width: 100%;
  height: 2.4rem; }

.experience__job {
  position: relative;
  transition: transform 0.2s cubic-bezier(0.63, 0.21, 0.76, 1.58);
  margin-bottom: 2rem; }
  .experience__job:hover {
    transform: translateX(0.5rem); }

.experience__company, .experience__position {
  text-align: left;
  width: 70%;
  float: left; }

.experience__company {
  color: #666; }

.experience__position {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #666;
  margin-left: 1rem; }

.experience__date, .experience__place {
  float: right;
  text-align: right;
  width: 30%;
  color: #aaa; }

.experience__date {
  font-weight: 400; }

.experience__place::before {
  font-family: 'Material Icons';
  color: #e3bfb8;
  font-size: 1.4rem;
  content: 'place';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900; }

.experience__bullet {
  list-style: square inside;
  margin-left: 1rem; }

.experience__badges {
  display: block;
  text-align: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.experience__badge {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
  background-color: #e3bfb8;
  color: #fff;
  border-radius: 1rem;
  padding: 0.1rem 0.6rem; }

@media print {
  .education__item {
    page-break-inside: avoid; } }

.references__item {
  display: inline-block;
  min-width: 49%; }
  @media print {
    .references__item {
      page-break-inside: avoid; } }
  .references__item:not(:first-child) {
    padding-top: 1.5rem; }

.references__header, .references__subheader {
  display: block;
  width: 100%; }

.references__subheader {
  margin-bottom: 0.5rem; }

.references__person {
  position: relative;
  transition: transform 0.2s cubic-bezier(0.63, 0.21, 0.76, 1.58); }
  .references__person:hover {
    transform: translateX(0.5rem); }

.references__name, .references__relation {
  text-align: left;
  width: 100%;
  color: #666; }

.references__contact {
  position: relative;
  font-size: 1rem; }
  .references__contact > i {
    background-color: #e3bfb8;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
    padding-top: 0.5rem;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
  .references__contact > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 1.5rem;
    line-height: 1.2rem; }

.references li {
  list-style: none; }

.contact {
  line-height: 2rem; }
  .contact__item {
    position: relative;
    font-size: 1rem; }
    .contact__item > i {
      background-color: #e3bfb8;
      color: #fff;
      font-size: 1rem;
      text-align: center;
      border-radius: 50%;
      padding-top: 0.5rem;
      width: 2rem;
      height: 2rem;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem; }
    .contact__item > span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .contact__link {
    text-decoration: none;
    color: #666; }

.avatar {
  width: 100%;
  height: 18rem;
  position: relative;
  overflow: hidden; }
  .avatar__container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    clip-path: circle(50% at 50% 56%);
    height: 16rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.63, 0.21, 0.76, 1.58); }
    .avatar__container:hover {
      width: 110%; }
  .avatar__img {
    object-fit: cover;
    width: 110%;
    transition: all 0.3s cubic-bezier(0.63, 0.21, 0.76, 1.58);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .avatar__img:hover {
      width: 105%; }

.skills__group {
  margin-bottom: 0.8rem; }
  .skills__group span {
    font-weight: 700;
    display: inline-block; }
    .skills__group span::after {
      content: ":"; }
    .skills__group span:hover ~ li {
      background-color: #8b8abe;
      color: #fff; }
  .skills__group li {
    display: inline-block;
    font-size: 105%;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    padding: 0 1px;
    border-radius: 2px; }
    .skills__group li:not(:last-child)::after {
      content: ", "; }
    .skills__group li:hover {
      background-color: #8b8abe;
      color: #fff; }

.language__item {
  display: table;
  width: 100%; }

.language__name, .language__level {
  display: table-cell;
  width: 50%; }

.language__level {
  text-align: right; }

.interests {
  display: block;
  -moz-column-count: 2;
  column-count: 2;
  width: 100%;
  text-align: right; }
  @media print {
    .interests {
      page-break-inside: avoid; } }
  .interests__item:nth-child(n+4) {
    text-align: left; }

.pageNotFound {
  padding-top: 8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .pageNotFound__text {
    padding-top: 3rem; }
