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

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

ul {
  margin: 0;
}

.container {
  width: auto;
  max-width: 100%;
  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: 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: 80px;
    padding-right: 80px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1160px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1600px) {
  .container {
    width: auto;
    max-width: 1560px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}

body {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 576px) {
  body {
    font-size: 20px;
  }
}

::-moz-selection {
  color: white;
  background: #048c8b;
}

::selection {
  color: white;
  background: #048c8b;
}

/**************************************************************/
html, body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  top: 0;
  left: 0;
  background: white;
}

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

a {
  color: #05A5A4;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #303030;
}

a, button, input {
  outline: 0;
}

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

.centered {
  text-align: center;
}

/**************************************************************/
#top-part {
  position: relative;
  top: 0;
  left: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  overflow: hidden;
}
@media (min-width: 576px) {
  #top-part {
    padding: 10vw;
  }
}
#top-part:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 576px) {
  #top-part:after {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 950px) {
  #top-part:after {
    background: rgba(255, 255, 255, 0);
  }
}
#top-part .slogan {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-part .slogan img {
  width: 200px;
  height: auto;
}
@media (min-width: 576px) {
  #top-part .slogan img {
    width: 400px;
  }
}
#top-part .slogan h1 {
  margin: 0;
  margin-top: -20px;
  padding: 0 0 0 80px;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.1;
}
@media (min-width: 576px) {
  #top-part .slogan h1 {
    padding: 0 0 0 160px;
    font-size: 24px;
    margin-top: -40px;
  }
}
#top-part video {
  width: auto;
  height: auto;
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
  z-index: -1;
}
@media (min-width: 576px) {
  #top-part video {
    left: 75%;
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
}

#services-part {
  background: #007e94;
  background: linear-gradient(48deg, #007e94 0%, #0fb2a8 100%);
  padding: 5vh 0;
}
#services-part ul.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#services-part ul.services li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 1vh 0;
  text-align: center;
  letter-spacing: 1px;
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  #services-part ul.services li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #services-part ul.services li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 1600px) {
  #services-part ul.services li {
    font-size: 28px;
  }
}

#contact-part {
  padding: 3vh 0;
}
#contact-part .contact {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact-part .contact h2 {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 0;
}
@media (min-width: 576px) {
  #contact-part .contact h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #contact-part .contact h2 {
    margin-right: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #05A5A4;
  }
}
#contact-part .contact p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  #contact-part .contact p {
    width: auto;
  }
}
#contact-part .contact p a {
  margin-right: 15px;
  display: block;
  background: linear-gradient(48deg, #007e94 0%, #0fb2a8 100%);
  background-size: 0% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 200ms ease-out, color 200ms ease-out;
  transition: background-size 200ms ease-out, color 200ms ease-out;
}
#contact-part .contact p a:last-child {
  margin-right: 0;
}
#contact-part .contact p a:hover {
  background-size: 100% 0.1em, 100% 0.1em;
}