@charset "UTF-8";
:root {
  --blank-value: 80px;
}

.our-works {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.our-works-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 920px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.our-works-hero.-mobile {
  display: none;
}
.our-works-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 71px 54px 0 54px;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  border-left: 1px solid #6b78a5;
  border-right: 1px solid #95c4d3;
}
.our-works-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.our-works-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.our-works__hashtag {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
.our-works__description {
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 775px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
}
.our-works__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 204px 250px 204px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.our-works__intro {
  width: 100%;
  max-width: 775px;
  color: #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  text-align: center;
}
.our-works__values {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
  width: 100%;
}
.our-works__values__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 24px 24px 0;
  padding: 38px 24px;
  width: calc(33.3333333333% - 16px);
  border: 1px solid #e8ecf0;
  transition: border 0.4s, background-color 0.4s;
  text-decoration: none;
}
.our-works__values__item:hover {
  background-color: #fbfbfb;
  border: 1px solid #0154a3;
}
.our-works__values__item:nth-child(3n) {
  margin: 0 0 24px 0;
}
.our-works__values__info {
  display: flex;
  flex-direction: column;
}
.our-works__values__title {
  margin: 0;
  color: #181818;
  font-size: 16px;
  font-size: 1rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 700;
}
.our-works__values img {
  margin: 0 24px 0 0;
  width: 100%;
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-works__bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  height: 350px;
  background-color: #f0f3f6;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.our-works__bar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1280px 90px 0;
  border-color: transparent #ffffff transparent transparent;
}
.our-works__bar__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
}
.our-works__bar__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 475px;
}
.our-works__bar__title {
  margin: 0 0 10px 0;
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.our-works__bar__description {
  color:   #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
}
.our-works__bar__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
  width: 157px;
  height: 46px;
  border: 1px solid #bdc7d1;
  color: #181818;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
}
.our-works__bar__link:hover {
  background-color: #bdc7d1;
  color: #ffffff;
}
.our-works__bar__graph {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  max-width: 370px;
  height: 490px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-works__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 0 0;
  color: #181818;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
}
.our-works__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px){
  :root {
    --blank-value: 50px;
  }
  .our-works-hero {
    height: 610px;
  }
  .our-works-hero__container {
    border: 0;
  }
  .our-works__container {
    padding: 67px 67px 200px 67px;
    border: 0;
  }
  .our-works__bar__container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px){
  .our-works__values {
    flex-direction: column;
  }
  .our-works__values__item {
    width: 100%;
  }
  .our-works__bar {
    height: auto;
  }
  .our-works__bar__container {
    flex-direction: column;
    align-items: center;
    padding: 100px 40px 20px 40px;
    text-align: center;
  }
  .our-works__bar__information {
    align-items: center;
  }
  .our-works__bar__graph {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 30px 0 0 0;
    max-width: 180px;
    height: 260px;
  }
}
@media only screen and (max-width: 639px){
  .our-works-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .our-works__container {
    padding: 67px 24px 67px 24px;
  }
}
@media only screen and (max-width: 479px){
  .our-works-hero {
    display: none;
  }
  .our-works-hero.-mobile {
    display: flex;
  }
}