html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container {
    width: auto;
    max-width: 536px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .container {
    width: auto;
    max-width: 728px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1280px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 120px;
    padding-right: 120px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1600px) {
  .container {
    width: auto;
    max-width: 1480px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 120px;
    padding-right: 120px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}

body {
  font-family: "Fira Code", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-optical-sizing: auto;
}
@media (min-width: 576px) {
  body {
    font-size: 18px;
  }
}

::-moz-selection {
  background: #95C02E;
  color: white;
}

::selection {
  background: #95C02E;
  color: white;
}

/**************************************************************/
html, body {
  -webkit-font-smoothing: antialiased;
}

body {
  background: white;
  font-family: "Fira Code", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4 {
  font-family: "Fira Code", sans-serif;
  font-weight: 500;
  color: black;
}
h1 strong, h2 strong, h3 strong, h4 strong {
  font-weight: 600;
}

h1 {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 34px;
  }
}

p, li {
  color: black;
  font-weight: 400;
}

a {
  color: #144C79;
  font-weight: 700;
  text-decoration: none;
}
a:hover, a:focus {
  color: black;
  text-decoration: none;
}

a, button, input {
  outline: 0;
}

a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

ul:not([class]) {
  padding: 0;
  margin: 0 0 30px;
}
ul:not([class]) li {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 0 0 22px;
  margin: 0 0 10px;
  list-style-type: none;
}
ul:not([class]) li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #95C02E;
  border-radius: 50%;
  content: "";
}

/**************************************************************/
#main-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  gap: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 1200px) {
  #main-content {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 1200px) {
  #main-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 1600px) {
  #main-content {
    gap: 150px;
  }
}
#main-content .image-wrapper {
  position: relative;
  min-height: 200px;
}
@media (min-width: 1200px) {
  #main-content .image-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#main-content .image-wrapper .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 150vw;
  height: 150vw;
  border-radius: 50%;
  margin-left: -75vw;
  background: black;
}
@media (min-width: 1200px) {
  #main-content .image-wrapper .image {
    top: 50%;
    right: 0;
    left: auto;
    width: 100vw;
    height: 100vw;
    margin-left: 0;
    margin-top: -50vw;
  }
}
#main-content .image-wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-content .content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding: 30px 30px 0;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media (min-width: 576px) {
  #main-content .content-wrapper {
    padding: 50px 50px 0;
  }
}
@media (min-width: 768px) {
  #main-content .content-wrapper {
    -ms-grid-columns: 1fr 50px 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 70px 70px 0;
    gap: 50px;
  }
}
@media (min-width: 1200px) {
  #main-content .content-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 1000px;
    padding: 100px 100px 100px 0;
  }
}
@media (min-width: 1600px) {
  #main-content .content-wrapper {
    gap: 70px;
  }
}
#main-content .content-wrapper .logo-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media (min-width: 768px) {
  #main-content .content-wrapper .logo-side {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#main-content .content-wrapper .logo-side img {
  max-width: min(150px, 100%);
}
@media (min-width: 768px) {
  #main-content .content-wrapper .logo-side img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  #main-content .content-wrapper .logo-side img {
    max-width: 200px;
  }
}
@media (min-width: 1600px) {
  #main-content .content-wrapper .logo-side img {
    max-width: 300px;
  }
}
#main-content .content-wrapper .logo-side .lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #main-content .content-wrapper .logo-side .lang-switcher {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
#main-content .content-wrapper .logo-side .lang-switcher a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 60px;
  background: #DCECF9;
  line-height: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#main-content .content-wrapper .logo-side .lang-switcher a:hover {
  background: #b0d4f2;
}
#main-content .content-wrapper .logo-side .lang-switcher a.current {
  background: #144C79;
}
#main-content .content-wrapper .logo-side .lang-switcher a.current span {
  color: white;
}
#main-content .content-wrapper .content-side > *:first-child:not(button) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#main-content .content-wrapper .content-side > *:last-child {
  margin-bottom: 0 !important;
}
#main-content .content-wrapper .content-side h1 {
  margin: 0 0 20px;
}
#main-content .content-wrapper .content-side .links {
  display: -ms-grid;
  display: grid;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main-content .content-wrapper .content-side .links li {
  margin: 0 0 10px;
}
#main-content .content-wrapper .content-side .links li:last-child {
  margin: 0;
}
#main-content .content-wrapper .content-side .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}