html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background: #202429 url('../img/hero_bg(0.4).png') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 14.3%;
}
header ::-moz-selection {
  background: rgba(255, 255, 255, 0.2);
}
header ::selection {
  background: rgba(255, 255, 255, 0.2);
}
header::after,
header::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  bottom: 0;
}
header::before {
  left: 0;
  border-width: 111px 0 0 50vw;
  border-color: transparent transparent transparent #fff;
}
header::after {
  right: 0;
  border-width: 0 0 111px 50vw;
  border-color: transparent transparent #fff transparent;
}
header section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1700px;
  max-width: 100%;
  overflow: hidden;
}
header section::after {
  content: "";
  position: absolute;
  background: url('../img/hero.png') no-repeat;
  background-size: contain;
  width: 38.5%;
  height: 78.9%;
  right: -1%;
  top: 10%;
}
header section h1 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 140px;
  position: relative;
  z-index: 1;
  letter-spacing: -8.5px;
  margin: 34px 0 38px -9px;
}
header section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
header section ul.jobs {
  margin: 3px 0 0 3px;
}
header section ul.jobs li {
  color: #1bae9a;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 21px;
  letter-spacing: 7.5px;
  position: relative;
}
header section ul.jobs li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 10px;
  width: 4px;
  height: 4px;
  border: 2px solid #1bae9a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header section ul.social li {
  width: 62px;
  height: 62px;
  border-radius: 100px;
  border: 1px solid #666772;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
header section ul.social li:hover {
  border-color: #fff;
}
header section ul.social li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url('../img/social.svg') no-repeat;
}
header section ul.social li a.facebook {
  background-position: 23px 16px;
}
header section ul.social li a.instagram {
  background-position: -41px 16px;
}
header section ul.social li a.vimeo {
  background-position: -105px 17px;
}
header section ul.social li a.youtube {
  background-position: -170px 16px;
}
header .arrow {
  position: absolute;
  z-index: 2;
  bottom: -49px;
  width: 104px;
  height: 104px;
  border-radius: 100px;
  background: #fff;
  left: calc(50% - 52px);
  box-shadow: 7.167px 18.672px 24px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
header .arrow span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header .arrow span::before,
header .arrow span::after {
  content: "";
  width: 17px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  bottom: calc(50% - 2px);
}
header .arrow span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(50% - 14px);
}
header .arrow span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: calc(50% - 14px);
}
header .arrow::after,
header .arrow::before {
  content: "";
  position: absolute;
  top: -59px;
  right: -59px;
  bottom: -59px;
  left: -59px;
  margin: auto;
  border-radius: 50%;
  opacity: 0.1;
  box-shadow: 7.167px 18.672px 24px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
header .arrow::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
header .arrow:hover:before {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  margin: auto;
}
main section {
  width: 1700px;
  max-width: 100%;
  margin: 0 auto -250px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 60px;
}
main section ::-moz-selection {
  background: rgba(32, 36, 41, 0.1);
}
main section ::selection {
  background: rgba(32, 36, 41, 0.1);
}
main section::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 205px;
  background: url('../img/check_work.svg') no-repeat;
  left: 27.4%;
  top: 3.7%;
  z-index: 2;
}
main section::after {
  content: "";
  width: 1400px;
  height: 840px;
  background: #fff;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
main section span.title {
  font-family: 'Red Hat Display', sans-serif;
  color: #1bae9a;
  text-transform: uppercase;
  font-size: 26px;
  margin-left: 7px;
  letter-spacing: 7.9px;
  position: relative;
  z-index: 2;
}
main section span.parallax {
  position: absolute;
  z-index: 1;
  color: rgba(37, 41, 47, 0.04);
  font-family: 'Poppins', sans-serif;
  top: 2%;
  font-size: 320px;
  letter-spacing: -19px;
  left: 41px;
  right: 0;
  margin: auto;
}
main section p {
  font-family: 'Red Hat Display', sans-serif;
  color: #7a8391;
  font-size: 24px;
  max-width: 100%;
  max-width: 50%;
  margin: 8.7% 29px 6% 0px;
  line-height: 36px;
  text-align: center;
  z-index: 2;
  position: relative;
}
main section div {
  line-height: 0;
  font-size: 0px;
}
main section iframe {
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
footer {
  background: #202429;
  padding-top: 250px;
  position: relative;
}
footer ::-moz-selection {
  background: rgba(255, 255, 255, 0.4);
}
footer ::selection {
  background: rgba(255, 255, 255, 0.4);
}
footer::after,
footer::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 0px;
}
footer::before {
  left: 0;
  border-width: 111px 50vw 0 0;
  border-color: #fff transparent transparent transparent;
}
footer::after {
  right: 0;
  border-width: 0 50vw 111px 0;
  border-color: transparent #fff transparent transparent;
}
footer section {
  width: 1700px;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
footer section:first-of-type {
  padding-top: 11.5%;
}
footer section:first-of-type h2 {
  font-size: 80px;
  letter-spacing: -4.7px;
  margin: 2% 0;
}
footer section:first-of-type span.title {
  margin-left: 7px;
}
footer section:last-of-type {
  padding-top: 7.8%;
}
footer section:last-of-type::before {
  content: "";
  position: absolute;
  left: -300%;
  right: -300%;
  top: 0;
  height: 1px;
  background: #4d5561;
}
footer section:last-of-type h2 {
  font-size: 56px;
  letter-spacing: -3.2px;
  margin: 2% 0 1.1%;
}
footer section:last-of-type span.title {
  margin-left: 11px;
  margin-bottom: 10px;
}
footer section:last-of-type ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer section:last-of-type ul.social {
  margin-bottom: 9.2%;
}
footer section:last-of-type ul.social li {
  width: 62px;
  height: 62px;
  border-radius: 100px;
  border: 1px solid #666772;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
footer section:last-of-type ul.social li:hover {
  border-color: #fff;
}
footer section:last-of-type ul.social li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url('../img/social.svg') no-repeat;
}
footer section:last-of-type ul.social li a.facebook {
  background-position: 23px 16px;
}
footer section:last-of-type ul.social li a.instagram {
  background-position: -41px 16px;
}
footer section:last-of-type ul.social li a.vimeo {
  background-position: -105px 17px;
}
footer section:last-of-type ul.social li a.youtube {
  background-position: -170px 16px;
}
footer section:last-of-type ul.contact {
  margin-bottom: 4.8%;
}
footer section:last-of-type ul.contact li {
  color: #909099;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 22px;
  margin: 0 19px;
  position: relative;
}
footer section:last-of-type ul.contact li span,
footer section:last-of-type ul.contact li a {
  color: #fff;
}
footer section:last-of-type ul.contact li span.heart,
footer section:last-of-type ul.contact li a.heart {
  color: #ff3030;
}
footer section:last-of-type ul.contact li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 10px;
  width: 4px;
  height: 4px;
  border: 2px solid #909099;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer section span.title {
  font-family: 'Red Hat Display', sans-serif;
  color: #1bae9a;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 7.9px;
  position: relative;
  z-index: 2;
}
footer section h2 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 800;
}
footer section ul.clients {
  list-style-type: none;
  padding: 0;
  width: 1380px;
  max-width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
footer section ul.clients:first-of-type {
  margin: 5.2% 0 3.6%;
}
footer section ul.clients:nth-of-type(2) {
  margin-bottom: 3.3%;
}
footer section ul.clients:nth-of-type(3) {
  margin-bottom: 5%;
}
footer section ul.clients:nth-of-type(4) {
  margin-bottom: 11.1%;
}
footer section ul.clients li {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 auto;
}
footer section ul.clients li a {
  pointer-events: none;
}
footer section ul.clients li[class*="row"] {
  flex-basis: 100%;
  height: 0;
}
footer section ul.clients li[class*="row"].row1 {
  padding-bottom: 3.6%;
}
footer section ul.clients li[class*="row"].row2 {
  padding-bottom: 3.3%;
}
footer section ul.clients li[class*="row"].row3 {
  padding-bottom: 5%;
}
footer section ul.clients li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
}
footer section ul.clients li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1780px) {
  header section,
  main section,
  footer section {
    width: 100%;
  }
  main,
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  main section span.parallax {
    font-size: 18.3908046vw;
  }
  main section::before {
    background-size: contain;
    width: 57.47126437vw;
    height: 11.7816092vw;
  }
}
@media screen and (max-width: 1480px) {
  main section::after {
    width: 100%;
    height: 71%;
  }
  main section div {
    width: calc(100% - 120px);
    position: relative;
    height: 0;
    padding-bottom: 51%;
  }
  main section div iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1400px) {
  main section::before {
    background: url('../img/check_work(resp).svg') no-repeat;
    background-size: contain;
    width: 55vw;
    height: 9.21428571vw;
    left: auto;
  }
  main section p {
    margin: 12% 0 6%;
    max-width: 75%;
  }
}
@media screen and (max-width: 1300px) {
  header section h1 {
    font-size: 10.76923077vw;
  }
  header section ul.jobs li {
    font-size: 2vw;
    line-height: 30px;
  }
  footer section:first-of-type h2 {
    font-size: 6.15384615vw;
    letter-spacing: -1px;
  }
  footer section:last-of-type h2 {
    font-size: 4.30769231vw;
    letter-spacing: 1px;
  }
  footer section span.title {
    font-size: 2vw;
    line-height: 30px;
  }
  footer section ul.clients li {
    padding: 0 20px;
  }
  footer section:last-of-type ul.contact {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer section:last-of-type ul.contact li {
    width: 40%;
  }
  footer section:last-of-type ul.contact li:nth-of-type(2)::after {
    display: none;
  }
  footer section:last-of-type ul.contact li:nth-of-type(1),
  footer section:last-of-type ul.contact li:nth-of-type(2) {
    margin-bottom: 10px;
  }
  footer section:last-of-type ul.contact li:nth-of-type(1),
  footer section:last-of-type ul.contact li:nth-of-type(3) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
  footer section:last-of-type ul.contact li:nth-of-type(2),
  footer section:last-of-type ul.contact li:nth-of-type(4) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  header:after {
    border-width: 0 0 65px 50vw;
  }
  header:before {
    border-width: 65px 0 0 50vw;
  }
  header section:after {
    right: -10%;
  }
  header section h1 {
    letter-spacing: -2px;
  }
  header .arrow {
    width: 80px;
    height: 80px;
    left: calc(50vw - 40px);
    bottom: -40px;
  }
  header .arrow:before,
  header .arrow:after {
    position: absolute;
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
    margin: auto;
  }
  header .arrow:hover:before {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    margin: auto;
  }
  main section {
    padding-bottom: 20px;
  }
  main section p {
    font-size: 18px;
    line-height: 24px;
  }
  main section div {
    width: calc(100% - 40px);
  }
  main section div iframe {
    border-radius: 8px;
  }
  main section span.parallax {
    display: none;
  }
  main section::after {
    border-radius: 16px;
    height: 67%;
  }
  footer::before {
    border-width: 65px 50vw 0 0;
  }
  footer::after {
    border-width: 0 50vw 65px 0;
  }
  footer section:last-of-type h2 {
    margin: 1% 0 2%;
  }
  footer section:last-of-type ul.contact li {
    font-size: 18px;
    line-height: 24px;
  }
  main,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 650px) {
  header section ul.jobs li:not(:last-of-type)::after,
  footer section:last-of-type ul.contact li:not(:last-of-type)::after {
    width: 3px;
    height: 3px;
    border-width: 1px;
  }
  header section ul.jobs li:not(:last-of-type)::after {
    top: 12px;
  }
  footer section:last-of-type ul.contact li:not(:last-of-type)::after {
    top: 9px;
  }
  header .arrow {
    width: 38px;
    height: 38px;
    left: calc(50% - 19px);
    bottom: -19px;
  }
  header .arrow span::before,
  header .arrow span::after {
    width: 10px;
    height: 2px;
  }
  header .arrow span:before {
    left: calc(50% - 8px);
  }
  header .arrow span:after {
    right: calc(50% - 8px);
  }
  header section h1 {
    font-size: 9vw;
    margin: 24px 0 28px;
  }
  header section ul.social li {
    width: 32px;
    height: 32px;
  }
  header section ul.social li a {
    background-size: 400%;
  }
  header section ul.social li a.facebook {
    background-position: 11px 7px;
  }
  header section ul.social li a.instagram {
    background-position: -27px 7px;
  }
  header section ul.social li a.vimeo {
    background-position: -66px 7px;
  }
  header section ul.social li a.youtube {
    background-position: -104px 7px;
  }
  footer section:last-of-type ul.social li {
    width: 32px;
    height: 32px;
  }
  footer section:last-of-type ul.social li a {
    background-size: 400%;
  }
  footer section:last-of-type ul.social li a.facebook {
    background-position: 11px 7px;
  }
  footer section:last-of-type ul.social li a.instagram {
    background-position: -27px 7px;
  }
  footer section:last-of-type ul.social li a.vimeo {
    background-position: -66px 7px;
  }
  footer section:last-of-type ul.social li a.youtube {
    background-position: -104px 7px;
  }
  footer section span.title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  footer section:last-of-type ul.contact li:nth-of-type(3) {
    margin-bottom: 10px;
  }
  footer section:last-of-type ul.contact li:nth-of-type(3)::after {
    display: none;
  }
  footer section:last-of-type ul.contact li:nth-of-type(3),
  footer section:last-of-type ul.contact li:nth-of-type(4) {
    width: 100%;
    justify-content: center;
  }
  header {
    padding-bottom: 75%;
    background-size: contain;
    margin-bottom: 10%;
  }
  header section h1 {
    font-size: 11vw;
  }
  header section::after {
    width: 48.5%;
    height: 86.9%;
  }
  main section p {
    max-width: 90%;
  }
  main section span.title {
    font-size: 15px;
  }
  footer {
    padding-top: 150px;
  }
  main section {
    margin: 0 auto -150px;
  }
}
@media screen and (max-width: 480px) {
  footer section span.title {
    font-size: 15px;
    text-align: center;
  }
  main section p,
  footer section:last-of-type ul.contact li {
    font-size: 13px;
    line-height: 22px;
  }
  header section ul.social {
    position: relative;
    z-index: 3;
  }
  header:after {
    border-width: 0 0 30px 50vw;
  }
  header:before {
    border-width: 30px 0 0 50vw;
  }
  footer::before {
    border-width: 30px 50vw 0 0;
  }
  footer::after {
    border-width: 0 50vw 30px 0;
  }
  footer section:last-of-type h2 {
    margin: 1% 0 5%;
  }
  footer section ul.clients li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 425px) {
  footer section:last-of-type ul.contact li:nth-of-type(1),
  footer section:last-of-type ul.contact li:nth-of-type(2) {
    width: 100%;
    justify-content: center;
  }
  footer section:last-of-type ul.contact li:nth-of-type(1)::after,
  footer section:last-of-type ul.contact li:nth-of-type(2)::after {
    display: none;
  }
  header section ul.social {
    margin-bottom: 15px;
  }
  header section ul.jobs {
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header section ul.jobs li {
    font-size: 10px;
    line-height: 1.6em;
  }
  header section ul.jobs li:nth-of-type(1)::after {
    top: 6px;
  }
  header section ul.jobs li:nth-of-type(2)::after {
    display: none;
  }
  footer {
    padding-top: 75px;
  }
  main section {
    margin: 0 auto -75px;
  }
}
/*# sourceMappingURL=style.css.map */