.text-center {
  text-align: center; }

body {
  font-family: "soleil", sans-serif;
  font-style: normal;
  font-weight: 400; }

h2 {
  font-size: 50px;
  line-height: 64px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px; }

h3 {
  font-weight: 800;
  margin: 30px 0 10px;
  font-size: 24px;
  line-height: 30px; }

.input--wrapper {
  position: relative;
  margin-inline: auto;
  margin-bottom: 20px; }

.input {
  font-size: 20px;
  width: 100%;
  padding: 24px 24px 12px 18px;
  padding-right: 30px;
  color: #000;
  border: 1px solid #2d3142;
  transition: border-color 250ms;
  background-color: #fff; }
  .input:focus {
    outline: none;
    border-bottom-color: #777; }
  .input::-moz-placeholder {
    color: transparent; }
  .input:-ms-input-placeholder {
    color: transparent; }
  .input::placeholder {
    color: transparent; }
  .input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute; }

.label {
  position: absolute;
  top: 22px;
  left: 18px;
  color: #000;
  pointer-events: none;
  font-weight: 400;
  transform-origin: left center;
  transition: transform 250ms, top 250ms, color 250ms; }

.input:not(:-moz-placeholder-shown) + .label {
  transform: translateY(-100%) scale(0.75);
  top: 24px;
  color: #333; }

.input:not(:-ms-input-placeholder) + .label {
  transform: translateY(-100%) scale(0.75);
  top: 24px;
  color: #333; }

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
  transform: translateY(-100%) scale(0.75);
  top: 24px;
  color: #333; }

.clear {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  background: none;
  border: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: #777;
  transition: color 250ms;
  display: flex;
  align-items: center;
  justify-content: center; }
  .clear:hover, .clear:focus {
    color: #333; }

.input:-moz-placeholder-shown + .label + .clear {
  display: none; }

.input:-ms-input-placeholder + .label + .clear {
  display: none; }

.input:placeholder-shown + .label + .clear {
  display: none; }

.input--note {
  font-size: 13px;
  font-weight: 300;
  color: #333; }

textarea {
  height: 180px;
  resize: none; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 35px; }

.col--3 {
  width: 100%;
  padding-bottom: 35px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 768px) {
    .col--3 {
      width: 50%; } }
  @media (min-width: 1025px) {
    .col--3 {
      width: 33.333%; } }
  .col--3 p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 16px; }
    .col--3 p strong {
      font-weight: 800; }

.col--2 {
  width: 100%;
  padding-bottom: 35px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 768px) {
    .col--2 {
      width: 50%; } }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-family: Soleil, Arial, sans-serif;
  background: #0c5d77;
  background: radial-gradient(circle, #0c5d77 0%, #013c53 100%);
  background-size: 110% 110%;
  background-position: -5% -5%;
  position: relative;
  box-shadow: inset 0 0 30px 25px rgba(1, 48, 67, 0.2); }

.hp-wrapper {
  min-height: 100vh; }

.logo {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0; }
  .logo .logo-marker {
    position: absolute;
    top: 10px;
    left: 0;
    width: 35px;
    height: 35px; }

@media (min-width: 768px) {
  .logo {
    font-size: 100px;
    padding-left: 70px; }
    .logo .logo-marker {
      top: 17px;
      width: 45px;
      height: 70px; } }

.btn-primary {
  font-weight: 700;
  font-size: 20px; }

.hp-contents {
  margin-top: 0px;
  padding: 20px 20px 0;
  color: #fff; }
  .hp-contents .hp-attributes {
    list-style-type: none;
    font-size: 0;
    margin: 0 0 10px;
    padding: 0;
    color: #fff; }
    .hp-contents .hp-attributes li {
      font-size: 20px;
      letter-spacing: 1px;
      font-weight: bold;
      display: inline-block; }
      @media (min-width: 768px) {
        .hp-contents .hp-attributes li {
          font-size: 30px; } }
    .hp-contents .hp-attributes li:nth-child(n + 2)::before {
      content: "+";
      margin-left: 10px;
      margin-right: 10px;
      color: #4bcffa; }
  .hp-contents .hp-details {
    margin: 50px auto 20px;
    font-size: 20px;
    color: #fff; }
    @media (max-width: 767px) {
      .hp-contents .hp-details {
        font-size: 20px; } }

hr {
  border-top-color: #53a3bc; }

.grecaptcha-badge {
  visibility: hidden; }

.form-group label {
  margin-bottom: 0.25rem;
  font-size: 14px; }

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer; }

.btn--arrow {
  color: #ed672d;
  border: 2px solid #ed672d;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 40px 10px 20px;
  transition: background-color 200ms, color 200ms;
  position: relative; }
  @media (min-width: 1025px) {
    .btn--arrow {
      font-size: 24px;
      line-height: 24px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  .btn--arrow svg {
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -4px;
    transition: right 200ms ease-out; }
    .btn--arrow svg path {
      fill: #ed672d;
      transition: fill 200ms; }
  .btn--arrow:hover, .btn--arrow:focus {
    color: #fff;
    background: #ed672d; }
    .btn--arrow:hover svg, .btn--arrow:focus svg {
      right: 21px; }
      .btn--arrow:hover svg path, .btn--arrow:focus svg path {
        fill: #fff; }

.btn--primary {
  background-color: #ed672d;
  color: #fff;
  border: 2px solid #ed672d;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600; }

.btn--secondary {
  background-color: #fff;
  color: #2d3142;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 20px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  transition: color 200ms; }
  @media (min-width: 1025px) {
    .btn--secondary {
      padding: 15px 30px;
      font-size: 24px;
      line-height: 24px; } }
  .btn--secondary:hover {
    color: #ed672d; }

.btn--icon {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  padding: 10px 30px 10px 65px;
  position: relative;
  min-width: 260px;
  text-align: left;
  box-shadow: transparent;
  transition: box-shadow 100ms; }
  .btn--icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 36px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat; }
  .btn--icon.btn--icon-email::after {
    background-image: url("../images/icon-email.svg"); }
  .btn--icon.btn--icon-linkedin::after {
    background-image: url("../images/icon-linkedin.svg"); }
  .btn--icon:hover, .btn--icon:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.btn--icon-label {
  display: block;
  margin-bottom: 4px; }

.btn--icon-info {
  display: block;
  color: #000;
  font-weight: 300;
  font-size: 16px; }

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px; }

.container--medium {
  max-width: 900px; }

.container--slim {
  max-width: 720px; }

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

a {
  color: #ed672d; }

.content-section {
  padding-top: 60px;
  padding-bottom: 60px; }

.experience--grid {
  display: flex;
  list-style-type: none;
  margin: 10px 0 35px;
  padding: 0;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .experience--grid.experience--grid-scroll {
      overflow-x: scroll;
      scroll-behavior: smooth;
      margin-right: -24px;
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .experience--grid {
      flex-wrap: wrap; } }
  .experience--grid li {
    padding: 10px; }
    @media (max-width: 767px) {
      .experience--grid li {
        width: 40vw;
        flex-shrink: 0; } }
    @media (min-width: 768px) {
      .experience--grid li {
        width: 20%; } }

.experience--item {
  background-color: #fff;
  height: 150px;
  align-content: center;
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 15px;
  border-radius: 10px;
  transform: perspective(1000px) rotateY(90deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease; }
  .experience--item img {
    display: block;
    margin: 0 auto; }
  .experience--item.active {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }

.footer--copyright {
  margin-top: 120px;
  text-align: center;
  color: #fff; }
  .footer--copyright a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .footer--copyright a::before {
      content: "|";
      color: #397d94;
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }
