/** Shopify CDN: Minification failed

Line 58:8 Expected identifier but found whitespace
Line 58:10 Unexpected "{"
Line 58:19 Expected ":"
Line 340:8 Expected identifier but found whitespace
Line 340:10 Unexpected "{"
Line 340:19 Expected ":"

**/


/* CSS from section stylesheet tags */
.fg-wrapper {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 2rem;
    position: relative;
}
.fg-titles {
    margin: 2rem auto;
}
.fg-layout {
       display: flex;
    max-width: 1330px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}
.fg-col {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    height: 100%;
    grid-auto-columns: 1fr;
}
.fg-col--left {
            width: 33%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
}
.fg-col--right {
            width: 33%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
}

.fg-box {
  flex: 1;
  padding: 1rem;
  /* background-color: var(--box-bg, #f60); */
  color: {{ section.settings.box_text_color }};
  border-radius: 4px;
  max-width: 75%;
  text-align: var(--text-align, left);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* box-shadow: 0 0 12px #0000001a; */
}
.fg-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.fg-icon-img {
  width: 40px;
  height: 40px;
}
.fg-box-wrap {
  display: flex;
  justify-content: center;
}
.fg-col--left .fg-box-wrap {
  justify-content: flex-start;
}
.fg-col--right .fg-box-wrap {
  justify-content: flex-end;
}

.fg-media {
     width: 33.33%;
    align-self: center;
}

img.fg-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 340px;
}
img.fg-media-gif {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fg-box h3,
.fg-box p {
  margin: 0 0 10px 0;
}
.fg-box h3 {
  font-weight: 800;
    font-size: 28px;
    margin: 24px 0;
    line-height: 1.3;
}
.fg-box p {
     font-size: 18px;
    max-width: 250px;
    display: inline-block;
}

/* Responsive */
@media only screen and (max-width: 1400px) and (min-width: 1060px) {
  .fg-pointer--left {
    left: -85px !important;
    top: 40% !important;
    max-width: 40% !important;
  }
  .fg-pointer--right {
    right: -85px !important;
    top: 40% !important;
    max-width: 40% !important;
  }
  .fg-pointer {
    transform: translateY(-35%) !important;
  }
}
@media screen and (max-width: 768px) {
  .fg-wrapper {
    padding: 0;
  }
  .fg-layout {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .fg-box {
    max-width: 100%;
  }
  .fg-col--left {
    order: 2;
  }
  .fg-media {
    order: 1;
  }
  .fg-col--right {
    order: 3;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
  .fg-box {
    max-width: 90%;
  }
  .fg-layout {
    max-width: 100%;
  }
}

.set {
    position: relative;
}
.title__ {
    display: inline-block;
    z-index: 1;
    position: relative;
    background-color: #fff;
    max-width: 75%;
}
span.line__ {
    position: absolute;
    display: block;
    width: calc(100% - 70px);
    border-bottom: 1px solid black;
    top: 50%;
    left: 70px;
}
span.line__:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50px;
    right: 0;
    top: -5px;
}
.fg-col.fg-col--right .fg-box {
    text-align: right;
}
.fg-col.fg-col--right .fg-box .title__ {
    display: inline-block;
    z-index: 1;
    position: relative;
    background-color: #fff;
    max-width: 75%;
}
.fg-col.fg-col--right .set span.line__ {
    top: 50%;
    left: 0;
    position: absolute;
    display: block;
    width: calc(100% - 70px);
    border-bottom: 1px solid black;
}
.fg-col.fg-col--right .fg-box span.line__:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50px;
    left: 0;
    top: -5px;
}
.fg-layout-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .fg-layout.desktop {
    display: none;
}
.fg-layout-mobile{
  display: flex;
  align-items: center;
}
.fg-mobile-content-col {
    flex-direction: column;
    padding: 0 0 0 20px;
    width: 50%;
}
.fg-mobile-img-col {
    flex: 1;
    overflow: hidden;
}
.fg-mobile-content-col .fg-col.fg-col--left {
    width: 100%;
            gap: 0;
}
.fg-mobile-content-col .fg-col.fg-col--right {
    width: 100%;
}
.fg-col {
    width: 100%;
    max-width: 322px;
    position: relative;
    margin: 10px 0;
}
.fg-mobile-img-col .fg-media {
    width: 200%;
    overflow: hidden;
}
.fg-mobile-img-col .fg-media img.fg-media-gif {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.set {
    display: flex;
    align-items: center;
}
.title__ h3{
  font-size: 16px;
  line-height: 1.3;
  margin: 12px 0;
}
.text_ {
    font-size: 14px;
    max-width: 250px;
    display: inline-block;
}
.fg-mobile-content-col span.line__ {
    width: 37%;
    border-bottom: 1px solid black;
    top: 36px;
    left: calc(100% + 8px);
}
.fg-box{
  width: 100%;
        max-width: 322px;
        position: relative;
        margin: 10px 0;
        padding: 0;
        min-height: 100%;
}
}
.fg-media video.video-slide {
    max-height: 500px;
    object-fit: contain;
}
.feature-grid-wrapper {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding: 8rem 2rem;
    position: relative;
}
.feature-grid-container{
    
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    display: grid;
    max-width: 75%;
    margin: 0 auto;
}
.feature-grid-column {
    /* grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    grid-auto-columns: 1fr;
    display: grid;
    align-items: stretch; */
        display: flex;
    flex-flow: column;
    justify-content: space-evenly;
}

.feature-grid-box {
  flex: 1;
  padding: 1rem;
  background-color: var(--box-bg, #f60);
  color: {{ section.settings.box_text_color }};
  border-radius: 4px;
   max-width: 75%;
  text-align: var(--text-align, left);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0 12px #0000001a;
  
    
}
.feature-grid-box p {
  margin: 0;
}
.feature-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.icon-img {
  width: 40px;
  height: 40px;
}
.feature-center-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 40px 0; */
}

.pointer-image {
  position: absolute;
  width: 60px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.pointer-left {
  left: -15rem;
}

.pointer-right {
  right: -15rem;
}
@media only screen and (max-width: 1400px) and (min-width: 1060px) {
  .pointer-left {
    left: -90px !important;
    top: 40% !important;
    width: 100%;
    max-width: 40% !important;
}
.pointer-right {
    right: -95px !important;
    width: 100%;
    top: 40% !important;
    max-width: 40% !important;
}
.pointer-image{
  transform: translateY(-35%) !important;
}
}
@media screen and (max-width: 768px) {
  .feature-grid-wrapper{
    padding: 0rem 2rem !important;
  }
  .pointer-image {
    display: none;
  }

  .feature-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-center-container {
    order: -1;
  }
}
img.feature-center-img {
       width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 385px;
    max-height: 385px;
}

/* @media screen and (max-width: 768px) {
  .feature-grid-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .feature-grid-column {
    order: 2;
  }
  .feature-center-img {
    order: 1;
    margin: 2rem auto;
  }
} */
.feature-center-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pointer-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: auto;
}

.pointer-left {
left: -95px;
    top: 50%;
    width: 100%;
    max-width: 45%;
}

.pointer-right {
 right: -95px;
    width: 100%;
    top: 50%;
    max-width: 45%;
}
.feature-content-wrapper{
    display: flex;
    justify-content: center;
}
.left__column .feature-content-wrapper {
    justify-content: flex-start;
}
.right__column .feature-content-wrapper {
    justify-content: flex-end;
}
.feature-grid-box h3,.feature-grid-box p {
    margin: 0px 0px 10px 0px;
    /* color: white; */
}
.feature-grid-box h3 {
  font-size: 1.7rem;
  font-weight: 800;
}
.feature-grid-box p {
    font-size: 1.4rem;
    line-height: 135%;
}
video.feature-video-img{
  max-width: 280px;
  width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
img.feature-center-gif {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pointer-image {
    display: none;
  }
  .feature-grid-container {
    grid-template-columns: 1fr;
    max-width: 100%;
}
.feature-grid-box {
  max-width: 100%;
}
.feature-grid-column.left__column {
    order: 2;
}
    .feature-center-container {
        order: 1;
    }
    .feature-grid-column.right__column {
    order: 3;
}
}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
  .pointer-left{
    display: none;
  }
  .pointer-right{
    display: none;
  }
  .feature-grid-box{
    max-width: 90%;
  }
  .feature-grid-container{
    max-width: 100%;
  }
}