:root {
  --black: black;
  --white: white;
}

body {
  color: var(--black);
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

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

h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.ms-watermark {
  width: 100px;
  margin-bottom: 0;
  overflow: hidden;
}

.watermark-svg {
  width: 60%;
  max-width: none;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-800 {
  align-items: center;
  max-width: 800px;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.divider-section {
  color: #000;
  background-color: #f2f3ff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 25px 5%;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.top-cta {
  background-color: #dfe8ff;
  border-bottom: 1px solid #ccc;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 5% 40px;
  display: flex;
}

.footer {
  color: var(--black);
  background-color: #dfe8ff;
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.footer-top_left {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.job-card {
  border: 1px #f2f3ff;
  border-radius: 20px;
  overflow: hidden;
}

.job_description {
  margin-top: 25px;
}

.job-wrapper {
  position: relative;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.section.jobs {
  background-color: #faf9f4;
  padding-top: 35px;
  padding-bottom: 60px;
}

.navbar_logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.footer-credit {
  color: var(--black);
  font-size: .875rem;
  text-decoration: underline;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.job-rte {
  font-size: 16px;
  line-height: 1.4;
}

.job-rte p {
  margin-bottom: 10px;
  line-height: 26px;
}

.job-rte h3 {
  font-weight: 500;
}

.job-rte ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1100px;
}

.job-left {
  width: 72%;
}

.job-flex {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.job-body {
  padding-right: 70px;
}

.logo-footer {
  width: 70px;
  max-width: 130px;
}

.m-w6-600 {
  max-width: 770px;
}

.avatar-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.alert-block__text {
  color: #333;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
}

.content {
  z-index: 2;
  position: relative;
}

.contact-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.reverse {
  color: #fff;
}

.contact-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rrow-img {
  margin-left: 20px;
}

.services-p-small {
  color: #e1e1e1;
  margin-top: auto;
}

.contact-first-row {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.sub-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.avatar-content {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.p-features {
  color: #717171;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 30px;
}

.p-features._34 {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.p-features._60 {
  margin-bottom: 0;
}

.about-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 80px;
  padding-left: 135px;
  padding-right: 135px;
  display: flex;
}

.pink-text {
  color: #fd3e4f;
}

.heading {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
}

.about-block {
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  transition: color .5s;
  display: flex;
  position: relative;
}

.about-block:hover {
  color: var(--black);
}

.btn-second {
  float: right;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.alert-block {
  z-index: 100;
  background-color: #fff;
  border: 5px solid #e65555;
  width: 30%;
  margin: 50px;
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.social-icon {
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.social-icon.team-social-icon {
  margin-left: 0;
}

.social-icon.google {
  background-image: url('../images/google.svg');
}

.social-icon.twitter {
  background-image: url('../images/twitter.svg');
}

.social-icon.red {
  background-image: url('../images/facebook-r.svg');
  margin-left: 0;
  margin-right: 20px;
}

.social-icon.red.google-r {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.social-icon.red.twitter-r {
  background-image: url('../images/twitter-r.svg');
}

.header-container {
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/abstract-background-with-low-poly-design-1-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 135px;
  padding-right: 135px;
  display: flex;
}

.social-icon-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.social-icon-block.footer {
  justify-content: flex-start;
}

.social-icon-block.team-social {
  justify-content: center;
  margin-top: 20px;
}

.services-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.services-icon.icon-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.services-icon.icon-2 {
  background-image: url('../images/icon-2_1icon-2.png');
}

.services-icon.icon-3 {
  background-image: url('../images/icon-3_1icon-3.png');
}

.h3-number {
  z-index: 100;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 50px;
  line-height: 60px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: color .3s;
}

.nav-link:hover {
  color: #fd3f81;
}

.nav-link.w--current {
  color: #fd3e4f;
}

.about-container {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 30%, #fd3e4f 69%, #fd3e4f);
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 135px;
  display: flex;
}

.h4-about {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.services-container {
  background-color: #1d1d1d;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 135px;
  display: flex;
}

.huge-number {
  color: rgba(253, 62, 79, .35);
  text-align: left;
  font-size: 120px;
  line-height: 120px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-info-block {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.team-container {
  flex-direction: column;
  align-items: stretch;
  padding: 80px 135px;
  display: none;
}

.avatar-bg {
  z-index: 5;
  background-image: linear-gradient(45deg, rgba(253, 63, 179, .85), rgba(253, 63, 129, .85) 30%, rgba(253, 62, 79, .85) 70%, rgba(253, 62, 79, .85));
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member {
  flex-direction: column;
  align-items: center;
  width: 32%;
  display: flex;
}

.avatar {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.contact-container {
  background-image: url('../images/bg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  padding: 80px 135px 50px;
  display: flex;
}

.btn {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.h3-sub {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.p-contact {
  color: #525151;
  margin-top: 60px;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 26px;
}

.p-contact.black {
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
}

.contact-info-icon {
  background-image: url('../images/icon-mail_1icon-mail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact-info-icon.phone {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.services-intro {
  width: 35%;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.p-large {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 50px;
}

.p-large._25 {
  font-size: 22px;
  line-height: 40px;
}

.services-block {
  width: 48%;
  margin-bottom: 20px;
}

.services-block._25 {
  display: flex;
}

.features-title {
  margin-bottom: 60px;
  line-height: 50px;
}

.team-row {
  justify-content: space-between;
  display: flex;
}

.p-small {
  margin-bottom: 0;
}

.services {
  flex-flow: wrap;
  flex: 1;
  align-content: stretch;
  justify-content: space-between;
  margin-left: 60px;
  display: flex;
}

.alert-block__close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  font-family: Inconsolata, monospace;
  position: absolute;
  top: -28px;
  right: -5px;
}

.features-content {
  flex: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.features-content._351 {
  padding-top: 0;
}

.features-content._80 {
  padding-top: 0;
  padding-bottom: 0;
}

.h5-copyright {
  color: #fd3e4f;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 14px;
}

.features-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.features-container.padd {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 120px;
  padding-left: 135px;
  padding-right: 135px;
}

.features-container.padd.fddf {
  margin-top: 80px;
}

.features-container.padd-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 120px;
  padding-left: 135px;
  padding-right: 135px;
}

.color-bg {
  z-index: 1;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 30%, #fd3e4f 70%, #fd3e4f);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 25px 135px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.avatar-title {
  color: #fff;
  font-size: 16px;
}

.avatar-title.reverse {
  color: #9a9a9a;
}

.services-p {
  color: #dfdfdf;
  font-size: 20px;
  line-height: 25px;
}

.h3-services {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.avatar-img {
  z-index: 3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.avatar-img._2e {
  background-image: url('../images/layer-5.png');
}

.avatar-img._3e {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.img-column {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  max-width: 300px;
  display: flex;
}

.logo {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 176px;
  height: 58px;
}

.logo.pura {
  background-image: url('../images/Group-46.png');
  background-size: contain;
  width: 262px;
  height: 29px;
}

.logo.pura.w--current {
  background-image: url('../images/Group-45.png');
  width: 240px;
}

.logo.pura-copy {
  background-image: url('../images/Group-45.png');
  background-size: contain;
  width: 262px;
  height: 29px;
}

.logo.pura-copy.w--current {
  background-image: url('../images/Group-45.png');
  width: 240px;
}

.logo.pura-copy-copy {
  background-image: url('../images/Group-46.png');
  background-size: contain;
  width: 262px;
  height: 29px;
}

.logo.pura-copy-copy.w--current {
  background-image: url('../images/Group-46.png');
  width: 240px;
  height: auto;
}

.alet-block__link {
  color: #000;
}

.email-link {
  color: #222;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.features-title-copy {
  margin-bottom: 20px;
  line-height: 50px;
}

.features-title-copy-copy {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 50px;
}

.text-block {
  line-height: 24px;
}

.image {
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  .ms-watermark.w--current {
    width: 50px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .job-left {
    width: 100%;
  }

  .job-flex {
    flex-direction: column-reverse;
  }

  .p-features {
    font-size: 16px;
  }

  .about-row {
    padding-left: 80px;
    padding-right: 80px;
  }

  .btn-second {
    padding: 15px 25px;
    font-size: 14px;
  }

  .header-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .brand-container {
    flex: 1;
  }

  .social-icon-block {
    display: none;
  }

  .social-icon-block.footer {
    display: flex;
  }

  .h3-number {
    top: 20px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
    display: none;
  }

  .about-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h4-about {
    font-size: 18px;
    line-height: 20px;
  }

  .services-container {
    flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .huge-number {
    font-size: 100px;
  }

  .team-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .avatar {
    height: 300px;
  }

  .contact-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .h3-sub {
    font-size: 18px;
  }

  .services-intro {
    width: 100%;
    margin-bottom: 60px;
  }

  .nav-menu {
    background-color: #000;
    padding-left: 80px;
  }

  .p-large {
    font-size: 18px;
    line-height: 24px;
  }

  .features-title {
    line-height: 40px;
  }

  .p-small {
    font-size: 14px;
  }

  .services {
    margin-left: 0;
  }

  .features-content {
    padding-right: 80px;
  }

  .menu-icon-container {
    padding: 0;
    display: none;
  }

  .menu-icon-container.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .img-column {
    background-position: 100%;
    background-size: 500px;
  }

  .features-title-copy, .features-title-copy-copy {
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  .footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-credit {
    margin-top: 0;
  }

  .job-body {
    padding-bottom: 45px;
    padding-right: 30px;
  }

  .contact-first-row {
    flex-direction: column;
  }

  .p-features._0 {
    margin-bottom: 0;
  }

  .about-row {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-block {
    padding-top: 0;
  }

  .alert-block {
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .header-container {
    height: auto;
    padding: 80px 20px;
  }

  .menu-icon {
    display: none;
  }

  .about-container, .services-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .contact-container.none {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .features-title.reverse {
    margin-top: 0;
  }

  .team-row {
    flex-direction: column;
  }

  .features-content._351, .features-content._80 {
    padding-right: 0;
  }

  .features-container.padd.fddf, .features-container.padd-copy {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding: 20px 20px 0;
  }

  .avatar-img {
    background-position: 50% 0;
  }

  .img-column {
    display: none;
  }

  .features-title-copy {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .ms-watermark.w--current {
    width: auto;
  }

  .watermark-svg {
    width: 50px;
  }

  .job_description {
    margin-top: 0;
  }

  .job-body {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .avatar-name {
    font-size: 16px;
  }

  .reverse {
    margin-top: 0;
  }

  .contact-about {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .member-name {
    margin-bottom: 0;
    font-size: 16px;
  }

  .p-features {
    margin-bottom: 30px;
  }

  .about-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 30px;
  }

  .header-container {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-container, .services-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-container {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-container.none {
    padding-bottom: 0;
  }

  .h3-sub {
    font-size: 16px;
  }

  .nav-menu {
    padding-left: 20px;
  }

  .p-large {
    font-size: 14px;
  }

  .p-large._25 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .services-block {
    width: 100%;
  }

  .features-title {
    margin-bottom: 30px;
  }

  .services {
    flex-flow: column;
  }

  .features-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-content._351, .features-content._80 {
    padding-left: 0;
  }

  .navbar {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .avatar-title, .avatar-title.reverse {
    font-size: 14px;
  }

  .logo.pura-copy.w--current {
    width: 200px;
  }

  .logo.pura-copy-copy.w--current {
    width: 160px;
    height: auto;
  }

  .features-title-copy, .features-title-copy-copy {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}


