/** Shopify CDN: Minification failed

Line 109:0 Unexpected "<"
Line 240:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:oxi-step-section (INDEX:79, SCOPED:FALSE) */
.steps-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.steps-section-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin: auto;
}
  .steps-section .steps-text {
  flex: 1 1 300px;
}
.steps-section .steps-text h2 {
  font-size: 4rem;
  margin-bottom: 10px;
}
.steps-section .steps-text h3 {
  color: #3EA1B6;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.steps-section .steps-text p {
  margin-bottom: 15px;
}
.steps-section .steps-text a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #257083;
  color: #257083;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
}
.steps-section .steps-list {
  flex: 2 1 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.steps-section .step-block {
  flex: 1 1 120px;
  text-align: center;
}
.steps-section .step-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.steps-section .step-block .step-label {
  color: #3EA1B6;
  font-weight: 600;
  margin-bottom: 5px;
  /*font-family: "DM Mono", monospace;*/
}
.step-desc {
    /*font-family: 'DM Mono', system-ui;*/
    font-weight: 400;
}
/* END_SECTION:oxi-step-section */

/* START_SECTION:oxitab-feature-icons (INDEX:88, SCOPED:FALSE) */
.oxitab-feature-icons {
  padding: 40px 20px;
  text-align: center;
}
.oxitab-feature-icons .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  /* max-width: 1200px; */
  margin: auto;
}
.oxitab-feature-icons .feature-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.oxitab-feature-icons .feature-title {
  font-size: 1.2em;
  color: #3EA1B6;
  margin-bottom: 10px;
}
.feature-desc {
    font-weight: 500;
    font-size: 15px;
}
/* END_SECTION:oxitab-feature-icons */

/* START_SECTION:oxitab-hero (INDEX:91, SCOPED:FALSE) */
<style>
  /* Hero Section */
  .oxitab-hero {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      padding: 0;
      margin: 0;
      width: 100%;
      flex-direction: row;
  }
  .oxitab-hero.reverse {
      flex-direction: row-reverse;
  }
  .oxitab-hero__media {
      width: 50vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
  }
  .oxitab-hero__content {
      width: 50vw;
      padding: 60px;
      box-sizing: border-box;
  }
  .oxitab-hero__content_inner {
     max-width: 500px;
  }
  .oxitab-hero__reviews {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      font-weight: 500;
  }
  .oxitab-hero__stars {
      margin-right: 10px;
      display: inline-block;
  }
    .oxitab-hero__media .media-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .oxitab-hero__stars img {
      max-width: 100px;
      height: auto;
  }
  .oxitab-hero__title {
      font-size: 36px;
      font-weight: 600;
      margin: 0 0 20px;
  }
  .oxitab-hero__description {
     font-weight: 600;
     margin-bottom: 35px;
     font-size: 14px;
  }
  .oxitab-hero__cta {
      padding: 15px 25px;
      font-size: 18px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 15px;
      transition: opacity 0.3s ease;
      width: 170px;

  }
  .oxitab-hero__cta:hover {
      opacity: 0.8;
  }
  .oxitab-hero__guarantee {
     font-size: 14px;
     color: #555;
     font-weight: 600;
     display: flex;
     align-items: center;
  }
  .oxitab-hero__guarantee i {
      margin-right: 8px;
  }
    .oxi-button-group {
      display: flex
  ;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 25px;
      /* justify-content: space-evenly; */
  }
  @media (max-width: 768px) {
      .oxitab-hero {
          flex-direction: column !important;
      }
    .oxi-button-group {
          gap: 5px;
          width: 100%;
          flex-direction: column;
      }
      .oxitab-hero__media,
      .oxitab-hero__content {
          width: 100%;
      }
      .oxitab-hero__media {
          height: 60vh;
      }
      .oxitab-hero__content {
          padding: 30px 20px;
      }
      .oxitab-hero__title {
          font-size: 28px;
      }
  }
  .media-container {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
  }
  .media-container video,
  .media-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
  }
  </style>
/* END_SECTION:oxitab-hero */

/* START_SECTION:page-content-simple (INDEX:95, SCOPED:FALSE) */
.oxi-content-header {
  margin-bottom: 30px;
}

.oxi-content-header h1, h2, h3, h4, h5 {
  font-family: "Larken";
}
.oxi-content-header h1 {
  font-size: 32px;
  margin: 0;
}

.oxi-content-body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto";
}

.oxi-content-body h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;

}

.oxi-content-body h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;

}

.oxi-content-body p {
  margin-bottom: 20px;
}

.oxi-content-body ul, 
.oxi-content-body ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.oxi-content-body li {
  margin-bottom: 10px;
}

.oxi-content-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.oxi-last-updated {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .oxi-content-header h1 {
    font-size: 26px;
  }
  
  .oxi-content-body h2 {
    font-size: 22px;
  }
  
  .oxi-content-body h3 {
    font-size: 18px;
  }
}
/* END_SECTION:page-content-simple */

/* START_SECTION:why-oxi (INDEX:127, SCOPED:FALSE) */
.why-oxitab {
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.why-oxitab.page-width{
    padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.why-oxitab .guarantee-img {
  flex: 1 1 300px;
  text-align: center;
}
.why-oxitab .guarantee-img img {
  max-width: 100%;
  height: auto;
}
.why-oxitab .oxitab-text {
  flex: 1 1 400px;
}
.why-oxitab .oxitab-text h2 {
  font-size: 4rem;
  margin-bottom: 10px;
}
.why-oxitab .oxitab-text h3 {
  color: #3EA1B6;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.why-oxitab .oxitab-text p {
    font-weight: 500;
}

  .why-oxitab.page-width{
    padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
  @media (max-width: 768px) {
      .why-oxitab.page-width{
   
  gap: 0px !important;
}
  }
/* END_SECTION:why-oxi */