/** Shopify CDN: Minification failed

Line 242:1 Expected "}" to go with "{"

**/
.page-padding {
  padding: 0 5%;
  display: flex;
  justify-content: center;
}

.page-padding-small {
  padding: 0 2rem;
  display: flex;
  justify-content: center;
}

.justify-center {
  justify-content: center;
}

.justify-bottom {
  justify-content: flex-end;
}

.container-large {
  width: 100%;
  max-width: 80rem;
}

.container-medium {
  width: 100%;
  max-width: 60rem;
}

.container-small {
  width: 100%;
  max-width: 40rem;
}

.padding-vertical-small {
  padding-top: 2rem;
}

.padding-vertical-medium {
  padding-top: 5rem;
}

.padding-vertical-large {
  padding-top: 8rem;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.hide {
  display: none;
}

.two-col-grid {
  display: flex;
  gap: 1.25rem;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.reverse {
   flex-direction: row-reverse;
}

.grid-text-wrap {
  flex-basis: 50%;
  padding: 1.5rem;
}

.flex-50 {
  flex-basis: 50%;
}

.text-wrap {
  display: flex;
  flex-direction: column;
}

.grid-images-wrap {
  flex-basis: 50%;
  display: flex;
  gap: 2rem;
}

.grid-item-wrap {
  position: relative;
  min-height: 250px;
}

.image-large {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.image-xlarge {
  height: 600px;
  object-position: 0% 10%;
  width:100%;
  object-fit: cover;
}

.shadow-border {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.image-border {
  
}

.width-50 {
  width: 50%;
}

.section-borders {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.icon-grid {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding-top: 0.5rem;
}

.text-icon-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-basis: 25%;
}

.icon-small {
  width: 25px;
  height: 25px;
}

.subheading {
  font-size: 1.25rem;
  font-weight: bold;
}

.val-text {
  font-size: 1rem;
  font-weight: bold;
}

.text-weight-bold {
  font-weight: bold;
}

.button-left {
  align-self: flex-start;
}

.button-center {
  align-self: center;
}

.button-right {
  align-self: flex-en;
}

.moby {
  display: none;
}

@media only screen and (max-width:750px){

.padding-vertical-medium {
  padding-top: 1rem;
}

.desky {
  display: none;
}

.moby {
  display: unset;
}

.mobile-static {
  position: static !important;
}

.mobile-black-text {
  color: black !important;
}

.mobile-btn-black {
  color: white !important;
  background-color: black !important;
  border-color: white !important;
}  
  
.val-text {
  font-size: 0.8rem;
  font-weight: bold;
}

.text-icon-wrap {
  gap: 1rem;
  flex-basis: 30%;
}

.icon-grid {
  gap: 1rem;
}

.two-col-grid {
   flex-direction: column;
}

.reverse {
   flex-direction: column;
}

.flex-50 {
  flex-basis: 100%;
}