.hero-sec {
  padding: 150px 0 60px; }

@media only screen and (max-width: 600px) {
  .hero-sec {
    padding: 100px 0 60px; } }

.hero-sec .hero-sec-bg {
  position: absolute;
  width: 50%;
  height: 150%;
  top: 0;
  right: 0;
  background-image: url("/imgs/rectangle.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  z-index: -1; }

@media only screen and (max-width: 1200px) {
  .hero-sec .hero-sec-bg {
    width: 70%;
    background-position: 0% 0%; } }

@media only screen and (max-width: 600px) {
  .hero-sec .hero-sec-bg {
    width: 100%;
    background-image: url("/imgs/rectangle-copy-5@2x.png");
    background-size: contain; } }

.hero-sec .subheader {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  margin: 25px 0 35px; }

.hero-sec .hero-content {
  display: flex;
  align-items: center; }

.hero-sec .hero-content .header-container {
  max-width: 560px;
  width: 100%; }

.hero-sec .hero-content .hero-img-container {
  margin-left: 80px; }

.hero-sec .hero-content .hero-img-container img {
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .hero-sec .hero-content {
    flex-direction: column; }
  .hero-sec .hero-content .header-container {
    order: 2;
    margin-top: 20px; }
  .hero-sec .hero-content .header-container .header {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; }
  .hero-sec .hero-content .hero-img-container {
    order: 1; } }

.list-items .list-item {
  display: flex;
  margin-bottom: 22px; }

.list-items .list-item .list-item-img {
  min-width: 6px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 3px;
  background-color: #205588;
  margin: 0 20px 0 5px; }

.list-items .list-item .list-item-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.4px; }

.list-items .list-item:nth-last-child(1) {
  margin-bottom: 0; }

.with-mawi-you-can .card-items {
  margin: 30px 0 90px; }

.with-mawi-you-can .card-items .card-item {
  margin-right: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 25px 20px; }

.with-mawi-you-can .card-items .card-item .card-item-img {
  margin-right: 20px; }

.with-mawi-you-can .card-items .card-item .card-item-text {
  max-width: 230px; }

.with-mawi-you-can .card-items .card-item .card-item-content {
  width: auto;
  display: flex;
  align-items: center; }

.with-mawi-you-can .card-items .card-item:nth-last-child(1) {
  margin-right: 0; }

@media only screen and (max-width: 1200px) {
  .with-mawi-you-can .card-items {
    margin: 30px 0 60px; } }

@media only screen and (max-width: 800px) {
  .with-mawi-you-can .card-items {
    flex-direction: column; }
  .with-mawi-you-can .card-items .card-item {
    margin-bottom: 10px; } }

.specs-section {
  margin-bottom: 90px; }

.specs-section .specs-content-container {
  display: flex; }

.specs-section .specs-content-container .specs-img-container {
  align-items: flex-end;
  display: flex; }

.specs-section .specs-content-container .specs-img-container img {
  width: 100%; }

.specs-section .specs-content-container .header {
  margin-bottom: 30px; }

@media only screen and (max-width: 1200px) {
  .specs-section .specs-content-container {
    flex-direction: column; }
  .specs-section .specs-content-container .specs-img-container img {
    margin-top: 0; } }

.accurate-section {
  background-image: url("/imgs/product/oval-research-copy@3x.png");
  background-size: auto 150%;
  background-repeat: no-repeat;
  background-position: 100% 0%; }

@media only screen and (max-width: 600px) {
  .accurate-section {
    background-size: 120% auto;
    background-position: -80% -100%; } }

.accurate-section .accurate-content-container {
  display: flex; }

.accurate-section .accurate-content-container .accurate-img-container {
  margin-left: 50px;
  align-items: flex-end;
  display: flex; }

.accurate-section .accurate-content-container .accurate-img-container img {
  width: 100%; }

@media only screen and (max-width: 600px) {
  .accurate-section .accurate-content-container .accurate-img-container {
    margin-top: 60px; } }

.accurate-section .accurate-content-container .accurate-content {
  display: flex;
  align-items: center;
  max-width: 365px;
  width: 100%; }

.accurate-section .accurate-content-container .accurate-content .text {
  margin-top: 80px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px; }

@media only screen and (max-width: 600px) {
  .accurate-section .accurate-content-container {
    flex-direction: column; }
  .accurate-section .accurate-content-container .accurate-img-container {
    margin-left: 0; }
  .accurate-section .accurate-content-container .accurate-content .text {
    margin-top: 6px; } }
