h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.2;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

.s-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-base {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-base.is--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-base.is--container--services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-base.is__footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-hero {
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
  background-color: #07f;
  color: #fff;
}

.body {
  font-family: 'Helvetica Now', sans-serif;
  line-height: 1.2;
}

.s-header__logo {
  width: 50px;
}

.s-header__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.s-hero__h1 {
  width: 80%;
  font-size: 76px;
  font-weight: 500;
}

.s-hero__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  text-decoration: none;
}

.s-hero__logos {
  display: -ms-grid;
  display: grid;
  width: 550px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cta__arrow-icon {
  margin-left: 15px;
}

.header-button__icon {
  width: 24px;
  margin-left: 10px;
}

.text-block {
  font-size: 18px;
}

.s-hero__ilustration {
  position: absolute;
  left: 57%;
  top: auto;
  right: 0%;
  bottom: -30%;
  width: 600px;
}

.s-base.is--services {
  padding-top: 150px;
  padding-bottom: 150px;
}

.s-base.is__2fifty {
  padding-bottom: 75px;
  background-color: #000;
}

.s-base.is--get {
  background-color: #ff1a40;
}

.s-base.is__kaeru {
  padding-bottom: 150px;
  background-color: #000;
}

.s-base.is--elastica {
  background-color: #fdffeb;
}

.s-base.is--close {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #07f;
  color: #fff;
}

.services__heading {
  margin-bottom: 35px;
  font-size: 72px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
}

.services__paragraph {
  width: 700px;
  font-size: 42px;
  letter-spacing: -1px;
}

.u-divider {
  width: 75px;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.u-divider.is--black {
  background-color: #000;
}

.work-image {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-image.is--elastica-img-container {
  margin-top: -180px;
  text-align: right;
}

.work-text {
  width: 40%;
  margin-top: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.work-text.is--elastica {
  color: #000;
}

.work-text.is--get-text {
  margin-bottom: 50px;
}

.work-text__subtitle {
  width: 310px;
  margin-top: 15px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-style: italic;
  font-weight: 400;
}

.work-text__subtitle.is--black {
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.6);
}

.work-text__title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.work-text__paragraph {
  margin-bottom: 45px;
}

.work-text__quote {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.work-text__quote.is--black {
  color: rgba(0, 0, 0, 0.6);
}

.work-text__quotee {
  color: rgba(255, 255, 255, 0.6);
}

.work-text__quotee.is--black {
  color: rgba(0, 0, 0, 0.6);
}

.work-image__get {
  margin-top: -180px;
  margin-left: 100px;
}

.work-image__kaeru {
  width: 85%;
}

.work-image__elastica {
  width: 80%;
}

.close-logo-comp {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.s-footer {
  position: relative;
  top: -200px;
  margin-bottom: -200px;
  padding-top: 175px;
  padding-bottom: 100px;
  background-color: #000;
}

.footer-link-icon {
  margin-left: 30px;
}

.s-post-footer {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07f;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .c-base {
    padding-right: 5%;
    padding-left: 5%;
  }

  .c-base.is--container--services {
    padding-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-hero {
    padding-bottom: 100px;
  }

  .s-hero__h1 {
    width: 90%;
    font-size: 62px;
  }

  .s-hero__logos {
    width: 50%;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .s-hero__ilustration {
    bottom: -15%;
    width: 450px;
  }

  .s-base.is__2fifty {
    padding-bottom: 0px;
  }

  .s-base.is__kaeru {
    padding-bottom: 75px;
  }

  .s-base.is--close {
    padding-top: 100px;
  }

  .services__heading {
    font-size: 62px;
  }

  .services__paragraph {
    width: 600px;
    font-size: 36px;
  }

  .work-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .work-image.is--elastica-img-container {
    margin-top: 0px;
  }

  .work-text {
    width: 100%;
    margin-bottom: 50px;
  }

  .work-text__title {
    width: 450px;
  }

  .work-image__get {
    max-width: 80%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .work-image__kaeru {
    width: 1005%;
    margin-bottom: -117px;
  }

  .work-image__elastica {
    width: 60%;
  }

  .close-logo-comp {
    width: 90%;
    padding: 48px 33px;
  }

  .s-footer {
    padding-bottom: 40px;
  }

  .work-img__2fifty {
    margin-bottom: -105px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .s-hero__h1 {
    font-size: 54px;
  }

  .s-hero__cta {
    font-size: 36px;
  }

  .s-hero__logos {
    width: 55%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .cta__arrow-icon.is--horizontal {
    width: 50px;
  }

  .s-hero__ilustration {
    width: 300px;
  }

  .services__heading {
    font-size: 9vw;
  }

  .services__paragraph {
    width: 100%;
    font-size: 32px;
  }

  .work-image__get {
    max-width: 100%;
    margin-right: -12%;
  }

  .work-image__kaeru {
    margin-bottom: -99px;
  }

  .work-image__elastica {
    width: 100%;
  }

  .close-logo-comp {
    padding: 40px 30px;
    grid-column-gap: 25px;
    grid-row-gap: 35px;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    padding-bottom: 125px;
  }

  .s-hero__h1 {
    font-size: 10vw;
  }

  .s-hero__cta {
    font-size: 32px;
  }

  .s-hero__logos {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cta__arrow-icon {
    height: 30px;
    margin-bottom: -3px;
  }

  .s-hero__ilustration {
    bottom: -25%;
    width: 250px;
  }

  .s-base.is--services {
    padding-top: 219px;
  }

  .services__heading {
    margin-bottom: 15px;
  }

  .services__paragraph {
    font-size: 22px;
  }

  .work-text__title {
    width: auto;
    font-size: 24px;
  }

  .work-image__get {
    max-width: 110%;
    margin-right: -15%;
  }

  .work-img__2fifty {
    max-width: 110%;
    margin-left: 10%;
  }

  .text-block-2 {
    text-align: right;
  }
}

@font-face {
  font-family: 'Helvetica Now';
  src: url('https://somosmeta.com/fonts/HelveticaNowText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now';
  src: url('https://somosmeta.com/fonts/HelveticaNowText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now';
  src: url('https://somosmeta.com/fonts/HelveticaNowText-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now';
  src: url('https://somosmeta.com/fonts/HelveticaNowText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now';
  src: url('https://somosmeta.com/fonts/HelveticaNowText-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}