@font-face {
  font-family: HelveticaNeue;
  src: url("fonts/HelveticaNeue-Light.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 500;
  src: url("fonts/HelveticaNeue-Medium.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 500;
  src: url("fonts/HelveticaNeue-Bold.otf") format("opentype");
}

h1 {
  letter-spacing: 3px;
  margin-bottom: 20px;
}

h2 {
  font-size: 2em;
  font-weight: bold;
}

body {
  font-family: HelveticaNeue, sans-serif;
  font-size: 17px;
  background-color: #fff1df;
  color: #224161;
}

.l-container {
  margin: 0 auto;
  width: 95%;
  max-width: 1440px;
}

.title {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 6em;
  text-align: center;
}

.title-o {
  position: relative;
  display: inline-block;
  top: 12px;
  height: 102px;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  margin-bottom: 2em;
}

.content {
  display: flex;
  justify-content: center;
  line-height: 1.5em;
}

@media (max-width: 992px) {
  .content {
    flex-direction: column;
    text-align: center;
  }

  .content .column-left {
    order: 2;
  }

  .content .column-right {
    order: 1;
  }
}

  .content .column-left {
    margin-right: 2em;
  }

  .content .column-right {

  }

    .content .column-right .general-info {
      margin-bottom: 2em;
    }

.socials {
  margin-top: 2em;
}

.socials h3 {
  margin-bottom: 0.5em;
}

.socials ul {
  margin: 0;
  padding: 0;
}

.socials ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 1em;
}

.socials a {
  font-size: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

  .socials a.facebook {
    background-image: url("icons/ico-facebook.svg");
  }

  .socials a.linkedin {
    background-image: url("icons/ico-linkedin.svg");
  }

  .socials a.instagram {
    background-image: url("icons/ico-instagram.svg");
  }

.bottom {
  margin-top: 2em;
  font-size: 0.9em;
  text-align: center;
}

/* flexmail */
.flexmail {
  margin-top: 3em;
}

  .flexmail > iframe {
    height: 330px;
  }