/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:16 Expected identifier but found whitespace
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:78 Expected ":"
Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
Line 21:84 Expected ":"
... and 24 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  @media (min-width: 1240px) {
	#shopify-section-{{ section.id }} .two-col-wrapper.page-width {
      width: 80%;
      padding-left: 5%;
      padding-right: 5%;
      margin-bottom: 80px;
	}
  }
  .two-col__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-12,
  .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-col__media img {
    width: 100%;
    height: auto;
  }
  
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #shopify-section-{{ section.id }} .two-col__description {
    color: #000;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 512px;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  
  #shopify-section-{{ section.id }} .two-col__block-title {
    color: #000;
    font-family: Nunito Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.25px;
    margin-top: 80px;
    margin-bottom: 10px;
  }

  #shopify-section-{{ section-id }} .two-col__block-descriptioin {
    color: #000;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
  }
  #shopify-section-{{ section-id }} .two-col__block-descriptioin p + p {
    margin-top: 40px;
  }
  #shopify-section-{{ section.id }} .title-wrapper-with-link .two-col__title {
    color: #000;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.25px;
    width: 100%;
  }
  #shopify-section-{{ section.id }} .title-wrapper-with-link {
    margin-bottom: 0 !important;
  }
  .two-col__media-desk,
  .two-col__info-desk {
    display: none;
  }
  @media (min-width: 768px) {
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .two-col__media-desk,
    .two-col__info-desk {
      display: block;
    }
    .two-col__media-mobile,
    .two-col__info-mobile {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .two-col__description {
      margin-bottom: 50px;
    }
    .two-col__info {
      text-align: center;
    }
    .two-col__block-descriptioin {
      margin: 24px 0 64px;
    }
  }