/*IMPORT*/
/*COLORS*/
/*MEASURES*/
/*TYPOGRAPHY*/
.heading-1 {
  font-family: 'Merriweather', serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
.heading-3 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
}
.heading-4 {
  font-family: 'Merriweather', serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
}
.heading-5 {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.paragraph-footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.paragraph-big {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.line {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.label {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.label-small {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.watermark {
  font-family: 'Merriweather', serif;
  font-size: 169px;
  font-weight: 800;
  line-height: 200px;
}
.watermark-small {
  font-family: 'Merriweather', serif;
  font-size: 82px;
  font-weight: 800;
  line-height: 100px;
}
.number {
  font-family: 'Roboto Slab', serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 150px;
  letter-spacing: -10px;
}
/*ANIMATIONS*/
@-webkit-keyframes pump {
  0% {
    fill: #DCDCDC;
  }
  50% {
    fill: transparent;
  }
  100% {
    fill: #DCDCDC;
  }
}
@keyframes pump {
  0% {
    fill: #DCDCDC;
  }
  50% {
    fill: transparent;
  }
  100% {
    fill: #DCDCDC;
  }
}
.animate-amp {
  -webkit-animation: pump 0s ease-out;
          animation: pump 0s ease-out;
}
body:not(.loaded) .animate-amp {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animate-heading-left,
.animate-heading-right {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
body:not(.loaded) .animate-heading-left,
body:not(.loaded) .animate-heading-right {
  opacity: 0;
}
body:not(.loaded) .animate-heading-left {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
body:not(.loaded) .animate-heading-right {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}
.animate-fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.25s 0.5s ease-out, -webkit-transform 0.25s 0.5s ease-out;
  transition: opacity 0.25s 0.5s ease-out, transform 0.25s 0.5s ease-out;
  transition: opacity 0.25s 0.5s ease-out, transform 0.25s 0.5s ease-out, -webkit-transform 0.25s 0.5s ease-out;
}
body:not(.loaded) .animate-fade-in {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}
.animate-header::after {
  transition: -webkit-transform 0.2s 0.4s ease-out;
  transition: transform 0.2s 0.4s ease-out;
  transition: transform 0.2s 0.4s ease-out, -webkit-transform 0.2s 0.4s ease-out;
}
.section:not(.section-loaded) .animate-header::after {
  -webkit-transform: translate3d(-50%, 0, 0) scale(0, 1);
          transform: translate3d(-50%, 0, 0) scale(0, 1);
}
.animate-header .section-header-number {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.3s 0.25s ease-out, -webkit-transform 0.4s 0.25s ease-out;
  transition: opacity 0.3s 0.25s ease-out, transform 0.4s 0.25s ease-out;
  transition: opacity 0.3s 0.25s ease-out, transform 0.4s 0.25s ease-out, -webkit-transform 0.4s 0.25s ease-out;
}
.section:not(.section-loaded) .animate-header .section-header-number {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
.animate-header .section-header-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.2s 0.2s ease-out, -webkit-transform 0.3s 0.2s ease-out;
  transition: opacity 0.2s 0.2s ease-out, transform 0.3s 0.2s ease-out;
  transition: opacity 0.2s 0.2s ease-out, transform 0.3s 0.2s ease-out, -webkit-transform 0.3s 0.2s ease-out;
}
.section:not(.section-loaded) .animate-header .section-header-title {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}
.animate-content {
  opacity: 1;
  transition: opacity 0.15s 0.85s ease-out;
}
.section:not(.section-loaded) .animate-content {
  opacity: 0;
}
/*GLOBAL*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.loaded) {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
}
body:not(.loaded) .scroll-action {
  pointer-events: none;
}
div,
a {
  display: block;
}
/*CLASSES*/
.no-select {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-wrap {
  white-space: nowrap;
}
.section {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  padding: 150px 0 200px;
}
.section::after {
  bottom: -50px;
  font-family: 'Merriweather', serif;
  font-size: 169px;
  font-weight: 800;
  line-height: 200px;
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section:nth-child(even)::after {
  right: 20px;
  color: #F0F0F0;
  text-align: right;
}
.section:nth-child(odd) {
  background-color: #F0F0F0;
}
.section:nth-child(odd)::after {
  left: 20px;
  color: #FFFFFF;
  text-align: left;
}
.section:nth-child(odd) .section-header-number {
  color: #DCDCDC;
}
.section-header {
  height: 150px;
  position: relative;
  margin: 0 auto 200px;
}
.section-header::after {
  left: 50%;
  bottom: 0px;
  width: 32px;
  height: 4px;
  background-color: #D0021B;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1, 1);
          transform: translate3d(-50%, 0, 0) scale(1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.section-header-number {
  color: #F0F0F0;
  font-family: 'Roboto Slab', serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 150px;
  letter-spacing: -10px;
  display: block;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-header-title {
  top: 88px;
  width: 100%;
  color: #161314;
  font-family: 'Merriweather', serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
  position: absolute;
  z-index: 10;
}
.container {
  max-width: 1200px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 40px;
}
.icon {
  display: block;
  position: relative;
}
.icon-white-fill {
  fill: #FFFFFF;
}
.icon-gainsboro-fill {
  fill: #DCDCDC;
}
.icon-gray-fill {
  fill: #9B9B9B;
}
.icon-space-fill {
  fill: #6A6A6A;
}
.icon-jet-fill {
  fill: #161314;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: inherit;
}
/*RESPONSIVE - 840px*/
@media (max-width: 840px) {
  .section::after {
    bottom: -35px;
    font-size: 128px;
    line-height: 150px;
  }
  .section-header {
    margin-bottom: 150px;
  }
}
/*RESPONSIVE - 640px*/
@media (max-width: 640px) {
  .section {
    padding: 100px 0;
  }
  .section::after {
    display: none;
  }
  .section:nth-child(even)::after {
    right: 0px;
  }
  .section:nth-child(odd)::after {
    left: 0px;
  }
  .section-header {
    height: 100px;
    margin-bottom: 100px;
  }
  .section-header::after {
    width: 24px;
    height: 3px;
  }
  .section-header-number {
    font-size: 76px;
    line-height: 100px;
    letter-spacing: -6px;
  }
  .section-header-title {
    top: 58px;
    font-size: 28px;
    line-height: 40px;
  }
}
/*RESPONSIVE - 320px*/
@media (max-width: 320px) {
  .container {
    padding: 0 20px;
  }
}
/*FOOTER*/
.footer {
  width: 100%;
  font-size: 0px;
  text-align: center;
  position: relative;
  padding: 35px 0;
}
.footer-left,
.footer-right {
  color: #6A6A6A;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}
.footer-left {
  float: left;
}
.footer-right {
  float: right;
}
.footer-love {
  width: 16px;
  height: 30px;
  fill: #D0021B;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.footer-link {
  color: #6A6A6A;
  font-weight: 600;
  display: inline-block;
  transition: color 0.25s ease-out;
}
.footer-link:hover {
  color: #161314;
}
/*RESPONSIVE - 840px*/
@media (max-width: 840px) {
  .footer {
    padding: 20px 0;
  }
  .footer-left,
  .footer-right {
    width: 100%;
    display: block;
    float: none;
  }
}
/*INDEX*/
/*HEADER*/
.header {
  min-height: 100vh;
  background-image: url(../images/header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  padding: 200px 0;
}
.header .container {
  display: table-row;
  overflow: visible;
}
.header-nav {
  top: 60px;
  width: 100%;
  font-size: 0px;
  text-align: center;
  position: absolute;
}
.header-nav-link {
  color: #6A6A6A;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  position: relative;
  margin: 0 20px;
  transition: color 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: color 0.25s ease-out, transform 0.25s ease-out;
  transition: color 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.header-nav-link:hover {
  color: #161314;
}
.header-nav-link:active {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}
.header-heading {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.header-heading-inside {
  height: 188px;
  position: relative;
}
.header-heading-authors {
  height: 100%;
}
.header-heading-name {
  width: 50%;
  color: #161314;
  font-family: 'Merriweather', serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  z-index: 10;
  position: absolute;
}
.header-heading-name:first-child {
  top: 28px;
  left: 20px;
  text-align: right;
}
.header-heading-name:last-child {
  bottom: 28px;
  right: 20px;
  text-align: left;
}
.header-heading-amp {
  top: 0px;
  width: 100%;
  height: 100%;
  fill: #DCDCDC;
  position: absolute;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
}
.header-scroll {
  left: 0px;
  bottom: 60px;
  width: 100%;
  font-size: 0px;
  display: table;
  text-align: center;
  position: absolute;
}
.header-scroll-link {
  width: 32px;
  height: 30px;
  fill: #9B9B9B;
  display: inline-block;
  transition: fill 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: fill 0.25s ease-out, transform 0.25s ease-out;
  transition: fill 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.header-scroll-link:hover {
  fill: #161314;
}
.header-scroll-link:active {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}
/*RESPONSIVE - 640px*/
@media (max-width: 640px) {
  .header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .header-nav {
    top: 35px;
  }
  .header-nav-link {
    font-size: 13px;
    font-weight: 600;
  }
  .header-heading-inside {
    height: 154px;
  }
  .header-heading-name {
    font-size: 42px;
    line-height: 50px;
  }
  .header-heading-name:first-child {
    top: 24px;
  }
  .header-heading-name:last-child {
    bottom: 24px;
  }
  .header-scroll {
    bottom: 35px;
  }
  .header-scroll-link {
    width: 26px;
  }
}
/*RESPONSIVE - 440px*/
@media (max-width: 440px) {
  .header-nav {
    padding: 0 30px;
  }
  .header-nav-link {
    width: calc((100% - 100px) / 5);
    margin: 0 10px;
  }
  .header-heading-inside {
    height: 128px;
  }
  .header-heading-name {
    font-size: 36px;
    line-height: 40px;
  }
  .header-heading-name:first-child {
    top: 18px;
  }
  .header-heading-name:last-child {
    bottom: 18px;
  }
}
/*RESPONSIVE - 320px*/
@media (max-width: 320px) {
  .header-nav {
    padding: 0 10px;
  }
}
/*SERVICES*/
.services::after {
  content: 'Slu\17E' 'by';
}
.services-list {
  width: 100%;
  font-size: 0px;
  text-align: left;
}
.services-list-item {
  width: calc((100% - 6 * 40px) / 3);
  vertical-align: top;
  display: inline-block;
  margin: 0 40px 80px;
}
.services-list-item:nth-child(7),
.services-list-item:nth-child(8),
.services-list-item:nth-child(9) {
  margin-bottom: 0px;
}
.services-list-item-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
.services-list-item-name {
  color: #161314;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 18px;
}
.services-list-item-paragraph {
  color: #6A6A6A;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: justify;
}
/*RESPONSIVE - 840px*/
@media (max-width: 840px) {
  .services .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services-list-item {
    width: calc((100% - 3 * 40px) / 3);
    margin-left: 20px;
    margin-right: 20px;
  }
}
/*RESPONSIVE - 640px*/
@media (max-width: 640px) {
  .services-list-item {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
  .services-list-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .services-list-item-icon {
    margin: 0 auto 18px;
  }
  .services-list-item-name {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .services-list-item-paragraph {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
}
/*RESPONSIVE - 440px*/
@media (max-width: 440px) {
  .services-list-item {
    padding: 0 20px;
  }
}
/*RESPONSIVE - 320px*/
@media (max-width: 320px) {
  .services-list-item {
    padding: 0;
  }
}
/*ABOUT*/
.about::after {
  content: 'O n\E1s';
}
.about-subsection {
  width: 100%;
  font-size: 0px;
  text-align: left;
  padding: 0 40px;
}
.about-subsection:not(:last-child) {
  margin-bottom: 80px;
}
.about-subsection-label {
  width: 140px;
  color: #9B9B9B;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  margin: 3px 0;
}
.about-subsection-paragraph {
  width: calc(100% - 60px - 2 * 40px);
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-align: justify;
  vertical-align: top;
  display: inline-block;
  padding-left: 100px;
}
.about-subsection-paragraph a {
  color: inherit;
  text-decoration: underline;
}
/*RESPONSIVE - 840px*/
@media (max-width: 840px) {
  .about-subsection {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-subsection-label {
    width: 100px;
  }
  .about-subsection-paragraph {
    width: calc(100% - 100px);
    padding-left: 40px;
  }
}
/*RESPONSIVE - 640px*/
@media (max-width: 640px) {
  .about-subsection {
    padding: 0px 20px;
  }
  .about-subsection:not(:last-child) {
    margin-bottom: 50px;
  }
  .about-subsection-label {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .about-subsection-paragraph {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding-left: 0px;
    text-align: left;
  }
}
/*RESPONSIVE - 440px*/
@media (max-width: 440px) {
  .about-subsection {
    padding: 0;
  }
}
/*PROFILES*/
.profiles::after {
  content: 'Profily';
}
.profiles .container {
  overflow: visible;
}
.profiles-list {
  width: 100%;
  font-size: 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.profiles-list::before {
  top: 0px;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 360px;
  background: url(../images/noise.png) repeat, linear-gradient(to top, #F0F0F0, #FFFFFF 80%);
  content: '';
  display: block;
  position: absolute;
}
.profile {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 0 40px;
}
.profile-inside {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.profile-photo {
  max-width: 320px;
  height: 360px;
  position: relative;
  margin: 0 auto;
}
.profile-photo img {
  bottom: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
}
.profile-header {
  width: 100%;
  height: 100px;
  display: table;
  margin: 20px auto;
  position: relative;
}
.profile-name {
  color: #161314;
  font-family: 'Merriweather', serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.profile-watermark {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #F0F0F0;
  font-family: 'Merriweather', serif;
  font-size: 82px;
  font-weight: 800;
  line-height: 100px;
  position: absolute;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.profile-content {
  width: 100%;
  position: relative;
}
.profile-paragraph {
  color: #6A6A6A;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 32px;
}
.profile-bottom {
  width: 100%;
  height: 100%;
  font-size: 0px;
  text-align: center;
  display: table-row;
  vertical-align: bottom;
  position: relative;
}
.profile-bottom-inside {
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}
.profile-bottom-line {
  color: #161314;
  font-weight: 600;
  margin-bottom: 32px;
}
.profile-bottom-group {
  width: 100%;
  display: table;
  position: relative;
  margin-top: 2px;
  padding-top: 32px;
}
.profile-bottom-group::before {
  top: -2px;
  width: 60px;
  height: 2px;
  background-color: #D0021B;
  content: '';
  display: block;
  position: absolute;
}
.profile-contact {
  width: calc((100% - 40px) / 2);
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 48px;
}
.profile-contact:first-child {
  float: left;
}
.profile-contact:last-child {
  float: right;
}
.profile-contact-icon {
  left: 0px;
  width: 26px;
  height: 48px;
  fill: #6A6A6A;
  stroke: #6A6A6A;
  position: absolute;
}
.profile-contact-label {
  width: 100%;
  color: #9B9B9B;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
}
.profile-contact-link {
  width: 100%;
  color: #161314;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  line-height: 24px;
  margin-top: 2px;
}
/*RESPONSIVE - 1080px*/
@media (max-width: 1080px) {
  .profiles .profile-contact {
    width: 100%;
    float: none;
  }
  .profiles .profile-contact:not(:last-child) {
    margin-bottom: 20px;
  }
}
/*RESPONSIVE - 840px*/
@media (max-width: 840px) {
  .profiles .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .profiles .profile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*RESPONSIVE - 640px*/
@media (max-width: 640px) {
  .profiles-list {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profiles-list::before {
    display: none;
  }
  .profiles .profile {
    width: 100%;
    display: block;
    padding: 0;
  }
  .profiles .profile::before {
    top: 0px;
    left: -60px;
    width: 100vw;
    height: 260px;
    background: url(../images/noise.png) repeat, linear-gradient(to top, #F0F0F0, #FFFFFF 80%);
    content: '';
    display: block;
    position: absolute;
  }
  .profiles .profile:not(:last-child) {
    margin-bottom: 100px;
  }
  .profiles .profile-photo {
    max-width: 240px;
    height: 260px;
  }
  .profiles .profile-header {
    height: 80px;
  }
  .profiles .profile-name {
    font-size: 24px;
  }
  .profiles .profile-watermark {
    font-size: 68px;
    line-height: 80px;
  }
  .profiles .profile-paragraph {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .profiles .profile-bottom-line {
    font-weight: 600;
  }
  .profiles .profile-bottom-group {
    padding-top: 20px;
  }
  .profiles .profile-contact {
    padding-left: 36px;
  }
  .profiles .profile-contact-icon {
    width: 22px;
    height: 40px;
  }
  .profiles .profile-contact-label {
    font-size: 10px;
    line-height: 15px;
  }
  .profiles .profile-contact-link {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }
}
/*RESPONSIVE - 440px*/
@media (max-width: 440px) {
  .profiles-list {
    padding: 0 20px;
  }
  .profiles .profile::before {
    left: -40px;
  }
}
/*RESPONSIVE - 320px*/
@media (max-width: 320px) {
  .profiles-list {
    padding: 0;
  }
  .profiles .profile::before {
    left: -20px;
  }
}
/*CONTACT*/
.contact {
  overflow: visible;
  margin-bottom: 350px;
}
.contact .container {
  overflow: visible;
}
.contact-logo {
  width: 146px;
  height: 40px;
  opacity: .75;
  margin-bottom: 10px;
}
.contact-logo svg {
  display: block;
}
.contact-paragraph {
  color: #6A6A6A;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.contact-group {
  width: 100%;
  font-size: 0px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
}
.contact-item {
  width: 360px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 20px 20px;
}
.contact-item-link {
  top: 55px;
  color: #161314;
  font-family: 'Merriweather', serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  display: table;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
.contact-item-watermark {
  top: 0px;
  left: 50%;
  color: #DCDCDC;
  font-family: 'Merriweather', serif;
  font-size: 82px;
  font-weight: 800;
  line-height: 100px;
  position: absolute;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.contact-bottom {
  left: 0px;
  width: 100%;
  position: absolute;
}
.contact-bottom-line {
  color: #6A6A6A;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.contact-bottom-line-bold {
  color: #161314;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-bottom-line-small {
  font-size: 14px;
  text-align: center;
  pointer-events: none;
}
.contact-bottom-line-small a {
  display: inline-block;
  color: #161314;
}
.contact-card {
  max-width: 440px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px 0 rgba(22, 19, 20, 0.12);
  border-radius: 8px;
  margin: 50px auto;
  padding: 40px 70px;
}
.contact-card-group {
  position: relative;
}
.contact-card-group:not(:last-child) {
  margin-bottom: 20px;
}
.contact-card-logo {
  width: 154px;
  height: 70px;
}
/*RESPONSIVE - 640px*/
@media (max-width: 640px) {
  .contact {
    margin-bottom: 300px;
  }
  .contact-paragraph {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-group {
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .contact-item {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .contact-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact-item-link {
    top: 40px;
    font-size: 24px;
  }
  .contact-item-watermark {
    font-size: 68px;
    line-height: 80px;
  }
  .contact-bottom {
    width: 100%;
    padding: 0 60px;
  }
  .contact-bottom-line {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-bottom-line-small {
    font-size: 12px;
    line-height: 20px;
  }
  .contact-card {
    padding: 45px 50px;
  }
}
/*RESPONSIVE - 440px*/
@media (max-width: 440px) {
  .contact-bottom {
    padding: 0 40px;
  }
  .contact-card {
    padding: 45px 40px;
  }
}
/*RESPONSIVE - 320px*/
@media (max-width: 320px) {
  .contact {
    margin-bottom: 280px;
  }
  .contact-bottom {
    padding: 0 20px;
  }
  .contact-card {
    padding: 35px 40px;
  }
}