.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-6f76715c-2f58-4bd8-9de4-3c21e1c3bd71 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}

#s-6f76715c-2f58-4bd8-9de4-3c21e1c3bd71 {
  background-image: url(https://i.shgcdn.com/2dfd260d-ff80-494b-ba63-7a7b7ae7e2e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6f76715c-2f58-4bd8-9de4-3c21e1c3bd71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f76715c-2f58-4bd8-9de4-3c21e1c3bd71.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-cffea1de-6811-4444-995b-7a68df77beaa {
  box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.05);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8182d4fc-95f0-42db-9e1a-62754b52717c {
  margin-left: 10px;
margin-right: 10px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-8182d4fc-95f0-42db-9e1a-62754b52717c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8182d4fc-95f0-42db-9e1a-62754b52717c.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-496acc0a-cea6-4664-95fd-71496dd1d32d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-496acc0a-cea6-4664-95fd-71496dd1d32d .shogun-heading-component h1 {
  color: rgba(55, 69, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f712ada3-658a-4c48-a1a0-f7db811fb1d8 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-f712ada3-658a-4c48-a1a0-f7db811fb1d8 .shogun-heading-component h2 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3980c89a-f0d0-4ada-ac8b-b4422f4197c5 {
  margin-bottom: 15px;
text-align: left;
}

#s-3980c89a-f0d0-4ada-ac8b-b4422f4197c5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-86342197-eb5f-49a1-b2e3-67b263706c84 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-86342197-eb5f-49a1-b2e3-67b263706c84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86342197-eb5f-49a1-b2e3-67b263706c84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-86342197-eb5f-49a1-b2e3-67b263706c84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-86342197-eb5f-49a1-b2e3-67b263706c84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(58, 87, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d-root {
    text-align: center;
  }


#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d-root {
    text-align: center;
  }


#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d-root {
    text-align: center;
  }


#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d-root {
    text-align: center;
  }


#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d-root {
    text-align: center;
  }


#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d-root {
    text-align: center;
  }


#s-ad2e73a1-6457-4d7c-8fdf-200ff8f7cb7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(0, 170, 240, 1);
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7e20cf"}, {"id"=>3, "pos"=>0.3772727272727273, "color"=>"#fccc63"}, {"id"=>4, "pos"=>0.6909090909090909, "color"=>"#fbad50"}, {"id"=>2, "pos"=>1, "color"=>"#cd486b"}];
hover-type: gradient;
}
#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5-root {
    text-align: center;
  }


#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5-root {
    text-align: center;
  }


#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5-root {
    text-align: center;
  }


#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5-root {
    text-align: center;
  }


#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5-root {
    text-align: center;
  }


#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5-root {
    text-align: center;
  }


#s-fa4bbe45-cf78-4c93-bc1f-ff0aeba965f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-751df562-e40b-4de4-b7cc-51c2fdf02650 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(223, 74, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-751df562-e40b-4de4-b7cc-51c2fdf02650:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-751df562-e40b-4de4-b7cc-51c2fdf02650:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-751df562-e40b-4de4-b7cc-51c2fdf02650-root {
    text-align: center;
  }


#s-751df562-e40b-4de4-b7cc-51c2fdf02650.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-751df562-e40b-4de4-b7cc-51c2fdf02650-root {
    text-align: center;
  }


#s-751df562-e40b-4de4-b7cc-51c2fdf02650.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-751df562-e40b-4de4-b7cc-51c2fdf02650-root {
    text-align: center;
  }


#s-751df562-e40b-4de4-b7cc-51c2fdf02650.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-751df562-e40b-4de4-b7cc-51c2fdf02650-root {
    text-align: center;
  }


#s-751df562-e40b-4de4-b7cc-51c2fdf02650.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-751df562-e40b-4de4-b7cc-51c2fdf02650-root {
    text-align: center;
  }


#s-751df562-e40b-4de4-b7cc-51c2fdf02650.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-751df562-e40b-4de4-b7cc-51c2fdf02650-root {
    text-align: center;
  }


#s-751df562-e40b-4de4-b7cc-51c2fdf02650.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-48497f34-f16e-4090-86a9-e25ae2c975ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48497f34-f16e-4090-86a9-e25ae2c975ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-48497f34-f16e-4090-86a9-e25ae2c975ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-48497f34-f16e-4090-86a9-e25ae2c975ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-7e0f40ff-4410-4120-9ced-b443ed8dafa3 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-7e0f40ff-4410-4120-9ced-b443ed8dafa3 img.shogun-image {
    

    
    
    
  }


#s-7e0f40ff-4410-4120-9ced-b443ed8dafa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec3c57cb-bcf1-4e3e-befc-d6047be28db8 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-ec3c57cb-bcf1-4e3e-befc-d6047be28db8 img.shogun-image {
    

    
    
    
  }


#s-ec3c57cb-bcf1-4e3e-befc-d6047be28db8 .shogun-image-content {
  
    align-items: center;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-44fc7612-3bcd-4606-b209-8de6600963fc {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-08df6b6f-cf4c-45ad-a0cd-fa7bff530e1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08df6b6f-cf4c-45ad-a0cd-fa7bff530e1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08df6b6f-cf4c-45ad-a0cd-fa7bff530e1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08df6b6f-cf4c-45ad-a0cd-fa7bff530e1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-33f1d5ba-6155-47b4-b197-b318b0e3b39c {
  text-align: center;
}







  #s-33f1d5ba-6155-47b4-b197-b318b0e3b39c img.shogun-image {
    

    
    
    
  }


#s-33f1d5ba-6155-47b4-b197-b318b0e3b39c .shogun-image-content {
  
    align-items: center;
  
}

#s-96dbd7f4-74e7-4591-a58c-c71acebe5309 {
  text-align: center;
}







  #s-96dbd7f4-74e7-4591-a58c-c71acebe5309 img.shogun-image {
    

    
    
    
  }


#s-96dbd7f4-74e7-4591-a58c-c71acebe5309 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dcf5744-a600-4930-948e-a5b57c15766d {
  text-align: center;
}







  #s-6dcf5744-a600-4930-948e-a5b57c15766d img.shogun-image {
    

    
    
    
  }


#s-6dcf5744-a600-4930-948e-a5b57c15766d .shogun-image-content {
  
    align-items: center;
  
}

#s-2973b5d0-f95e-41f2-968c-76c7b5a0401b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-437bd951-5dfa-494c-a2f0-f0d2386104c6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 600px;
text-align: center;
}







  #s-437bd951-5dfa-494c-a2f0-f0d2386104c6 img.shogun-image {
    

    
    
    
  }


#s-437bd951-5dfa-494c-a2f0-f0d2386104c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b731286-6712-46b8-9bc3-76d6cd196bab {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b731286-6712-46b8-9bc3-76d6cd196bab .shogun-heading-component h1 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-91e5fd5c-860e-4253-acaa-a5bd1bdad42c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a1a0fe07-e75e-4577-8dc9-ef72bd8aef32 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 600px;
text-align: center;
}







  #s-a1a0fe07-e75e-4577-8dc9-ef72bd8aef32 img.shogun-image {
    

    
    
    
  }


#s-a1a0fe07-e75e-4577-8dc9-ef72bd8aef32 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0d2f188-5452-4aeb-9808-bdb7c4612e7b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c7a98ebc-3f84-48d3-8418-af54fed89be4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-cab22cdf-a2af-41dd-9c84-709dee3f5314 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-cab22cdf-a2af-41dd-9c84-709dee3f5314 img.shogun-image {
    

    
    
    
  }


#s-cab22cdf-a2af-41dd-9c84-709dee3f5314 .shogun-image-content {
  
    align-items: center;
  
}

#s-c27bd51d-c2b2-49aa-ac73-33c44cc09d5c {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-0f287558-34a5-40c1-b00c-6b6b7fca9c3c {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f287558-34a5-40c1-b00c-6b6b7fca9c3c .shogun-heading-component h1 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-52815fed-0d0a-480f-8445-48198b0f245f {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52815fed-0d0a-480f-8445-48198b0f245f .shogun-heading-component h3 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fa123873-3fc8-4646-b57d-e9e10c28cafe {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1bd0ecab-c88b-4bc7-afcf-44a6a91a79d7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 600px;
text-align: center;
}







  #s-1bd0ecab-c88b-4bc7-afcf-44a6a91a79d7 img.shogun-image {
    

    
    
    
  }


#s-1bd0ecab-c88b-4bc7-afcf-44a6a91a79d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-235e6b8f-25a8-41f4-a58c-512efec61157 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-ff692b33-9087-41c8-8b83-94103c07fd64 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-f9c63f41-8559-453a-aaf4-77c6348cfe4f {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 25%;
padding-right: 25%;
text-align: center;
}







  #s-f9c63f41-8559-453a-aaf4-77c6348cfe4f img.shogun-image {
    

    
    
    
  }


#s-f9c63f41-8559-453a-aaf4-77c6348cfe4f .shogun-image-content {
  
    align-items: center;
  
}

#s-b1ce98c7-9d3d-419d-9d32-01ba2dd6bd62 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-45a9fd33-5f29-4d53-a98c-1ef501508f0f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-2be27b96-2e73-4dd3-84ef-94bcf877f89b {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

#s-4579094d-b3f1-49e8-a187-0b417304afb7 {
  margin-top: 20px;
margin-bottom: 20px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-939fbbe1-6ad7-4234-ac35-302a8944680d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-939fbbe1-6ad7-4234-ac35-302a8944680d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-939fbbe1-6ad7-4234-ac35-302a8944680d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-939fbbe1-6ad7-4234-ac35-302a8944680d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(59, 74, 52, 1);
}

#s-939fbbe1-6ad7-4234-ac35-302a8944680d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-939fbbe1-6ad7-4234-ac35-302a8944680d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(59, 74, 52, 1);
  text-align: left;
  
  
  
  font-size: 18px;
}

#s-939fbbe1-6ad7-4234-ac35-302a8944680d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a20d3a00-1f6c-4ffa-9b59-97b64736602d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-fc5a581a-5b01-4363-9aaa-67bc56994166 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-21e17905-83c9-4f41-8f78-901ad9f9dee0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-60211c0c-d2e4-4acb-8fdc-a472de824338 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-3166129b-5cce-4af2-8e25-22191dae5fda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-2062bbb0-b176-4640-97af-3cbe270f9f38 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 600px;
text-align: center;
}







  #s-2062bbb0-b176-4640-97af-3cbe270f9f38 img.shogun-image {
    

    
    
    
  }


#s-2062bbb0-b176-4640-97af-3cbe270f9f38 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccc0f78a-1f12-4443-8dec-5c72b0128b41 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-394f3119-09a2-4d06-91dd-bd39b31a8857 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c2d007f6-4ef7-4805-a2c1-28bc6208a5c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2d007f6-4ef7-4805-a2c1-28bc6208a5c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2d007f6-4ef7-4805-a2c1-28bc6208a5c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2d007f6-4ef7-4805-a2c1-28bc6208a5c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf5c8a4a-c9d3-407d-96e9-bc3b6f42d87f {
  text-align: center;
}







  #s-cf5c8a4a-c9d3-407d-96e9-bc3b6f42d87f img.shogun-image {
    

    
    
    
  }


#s-cf5c8a4a-c9d3-407d-96e9-bc3b6f42d87f .shogun-image-content {
  
    align-items: center;
  
}

#s-e612a8d5-7eb0-415c-accc-67ac53db10b4 {
  text-align: center;
}







  #s-e612a8d5-7eb0-415c-accc-67ac53db10b4 img.shogun-image {
    

    
    
    
  }


#s-e612a8d5-7eb0-415c-accc-67ac53db10b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e6afdc-d159-4013-8228-0c116dea83b2 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b7e6afdc-d159-4013-8228-0c116dea83b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7e6afdc-d159-4013-8228-0c116dea83b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7e6afdc-d159-4013-8228-0c116dea83b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7e6afdc-d159-4013-8228-0c116dea83b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-172145e2-0cea-4abd-b817-9d919935b350 {
  text-align: center;
}







  #s-172145e2-0cea-4abd-b817-9d919935b350 img.shogun-image {
    

    
    
    
  }


#s-172145e2-0cea-4abd-b817-9d919935b350 .shogun-image-content {
  
    align-items: center;
  
}

#s-16147211-d902-4053-8f02-cdd62294dec4 {
  text-align: center;
}







  #s-16147211-d902-4053-8f02-cdd62294dec4 img.shogun-image {
    

    
    
    
  }


#s-16147211-d902-4053-8f02-cdd62294dec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3a46d73-6c73-4625-a85d-397081c403bc {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-accd0826-17e4-4436-b5c0-f44ccd14af22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-accd0826-17e4-4436-b5c0-f44ccd14af22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-accd0826-17e4-4436-b5c0-f44ccd14af22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-accd0826-17e4-4436-b5c0-f44ccd14af22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-accd0826-17e4-4436-b5c0-f44ccd14af22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-accd0826-17e4-4436-b5c0-f44ccd14af22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-accd0826-17e4-4436-b5c0-f44ccd14af22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-accd0826-17e4-4436-b5c0-f44ccd14af22"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-174eda2c-7855-4fa2-80bb-7d421bfdd9f2 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1061e935-8bd6-4441-8302-48ab48106888 {
  text-align: center;
}







  #s-1061e935-8bd6-4441-8302-48ab48106888 img.shogun-image {
    

    
    
    
  }


#s-1061e935-8bd6-4441-8302-48ab48106888 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4bac998-533c-4f9b-8984-b79426d37e13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4bac998-533c-4f9b-8984-b79426d37e13 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-26810edb-e6de-4d47-b8af-9799d51224fb {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-676b1e31-7df2-4db3-a3e1-fa81ad4c849b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-676b1e31-7df2-4db3-a3e1-fa81ad4c849b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-676b1e31-7df2-4db3-a3e1-fa81ad4c849b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-676b1e31-7df2-4db3-a3e1-fa81ad4c849b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-676b1e31-7df2-4db3-a3e1-fa81ad4c849b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-676b1e31-7df2-4db3-a3e1-fa81ad4c849b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-676b1e31-7df2-4db3-a3e1-fa81ad4c849b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-05e53b78-e8ba-466b-af29-a0c3e4839ef2 {
  text-align: center;
}







  #s-05e53b78-e8ba-466b-af29-a0c3e4839ef2 img.shogun-image {
    

    
    
    
  }


#s-05e53b78-e8ba-466b-af29-a0c3e4839ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-26c21782-e25a-498c-951f-03cf9215f858 {
  text-align: center;
}







  #s-26c21782-e25a-498c-951f-03cf9215f858 img.shogun-image {
    

    
    
    
  }


#s-26c21782-e25a-498c-951f-03cf9215f858 .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-d7da16ab-ef86-472c-b74a-acd146144cec hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e63f5343-9a92-4838-bee8-fa0e543a0f7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e63f5343-9a92-4838-bee8-fa0e543a0f7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e63f5343-9a92-4838-bee8-fa0e543a0f7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e63f5343-9a92-4838-bee8-fa0e543a0f7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e63f5343-9a92-4838-bee8-fa0e543a0f7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e63f5343-9a92-4838-bee8-fa0e543a0f7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e63f5343-9a92-4838-bee8-fa0e543a0f7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-11afbf4c-d4cf-4e80-b60c-054bffa0db34 {
  text-align: center;
}







  #s-11afbf4c-d4cf-4e80-b60c-054bffa0db34 img.shogun-image {
    

    
    
    
  }


#s-11afbf4c-d4cf-4e80-b60c-054bffa0db34 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8b89f0c-d347-41fd-8c0c-982c01db9c1e {
  text-align: center;
}







  #s-e8b89f0c-d347-41fd-8c0c-982c01db9c1e img.shogun-image {
    

    
    
    
  }


#s-e8b89f0c-d347-41fd-8c0c-982c01db9c1e .shogun-image-content {
  
    align-items: center;
  
}

#s-57a56bed-f64a-477b-b25d-d41ff5736d06 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-dfd73922-05fd-4f8f-a95c-ead7c434481d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfd73922-05fd-4f8f-a95c-ead7c434481d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd73922-05fd-4f8f-a95c-ead7c434481d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd73922-05fd-4f8f-a95c-ead7c434481d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd73922-05fd-4f8f-a95c-ead7c434481d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd73922-05fd-4f8f-a95c-ead7c434481d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd73922-05fd-4f8f-a95c-ead7c434481d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a64f9a87-5c73-4f93-a25d-8d1fe5c7a245 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
text-align: center;
}







  #s-a64f9a87-5c73-4f93-a25d-8d1fe5c7a245 img.shogun-image {
    

    
    
    
  }


#s-a64f9a87-5c73-4f93-a25d-8d1fe5c7a245 .shogun-image-content {
  
    align-items: center;
  
}

#s-89667b8b-abb7-421b-bd36-718a10adc2f4 {
  text-align: center;
}







  #s-89667b8b-abb7-421b-bd36-718a10adc2f4 img.shogun-image {
    

    
    
    
  }


#s-89667b8b-abb7-421b-bd36-718a10adc2f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0facc58c-4fee-4b3f-8a64-8700afa26d8e hr {
  border-top: 2px solid #ddd;
}

#s-1d3dfc89-a64f-435a-9ec3-8aa9a04fef3c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1186fcca-afbf-4ad2-98f0-77be8b25f464 {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-1186fcca-afbf-4ad2-98f0-77be8b25f464:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1186fcca-afbf-4ad2-98f0-77be8b25f464:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDU1YjNhMTgtNjE2NC00Y2UzLWE1MDUtNjViZjQ5MzBiZWVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNTViM2ExOC02MTY0LTRjZTMtYTUwNS02NWJmNDkzMGJlZWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-1186fcca-afbf-4ad2-98f0-77be8b25f464-root {
    text-align: center;
  }


#s-1186fcca-afbf-4ad2-98f0-77be8b25f464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1186fcca-afbf-4ad2-98f0-77be8b25f464-root {
    text-align: center;
  }


#s-1186fcca-afbf-4ad2-98f0-77be8b25f464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1186fcca-afbf-4ad2-98f0-77be8b25f464-root {
    text-align: center;
  }


#s-1186fcca-afbf-4ad2-98f0-77be8b25f464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1186fcca-afbf-4ad2-98f0-77be8b25f464-root {
    text-align: center;
  }


#s-1186fcca-afbf-4ad2-98f0-77be8b25f464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1186fcca-afbf-4ad2-98f0-77be8b25f464-root {
    text-align: center;
  }


#s-1186fcca-afbf-4ad2-98f0-77be8b25f464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-94c794d3-91d4-46c9-9b73-f29640fc28d7 {
  display: none;
}
#s-94c794d3-91d4-46c9-9b73-f29640fc28d7, #wrap-s-94c794d3-91d4-46c9-9b73-f29640fc28d7 { display: none !important; }}@media (max-width: 767px){#s-94c794d3-91d4-46c9-9b73-f29640fc28d7 {
  display: none;
}
#s-94c794d3-91d4-46c9-9b73-f29640fc28d7, #wrap-s-94c794d3-91d4-46c9-9b73-f29640fc28d7 { display: none !important; }}
#s-1c4cf015-04e2-4c7e-83ec-fcf92a4b0f20 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(106, 132, 95, 1);
}








#s-1c4cf015-04e2-4c7e-83ec-fcf92a4b0f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c4cf015-04e2-4c7e-83ec-fcf92a4b0f20.shg-box.shg-c {
  justify-content: center;
}

#s-08dde3b3-ccf3-41ad-bccd-03b2f10d849f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08dde3b3-ccf3-41ad-bccd-03b2f10d849f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5f780983-dc13-472d-9d2c-dee213b6444a {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-5f780983-dc13-472d-9d2c-dee213b6444a:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f780983-dc13-472d-9d2c-dee213b6444a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTc3Y2UzZDUtMDNmYy00MGYxLWEwZjktNzI5MTM3MDQ2ZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNzdjZTNkNS0wM2ZjLTQwZjEtYTBmOS03MjkxMzcwNDZkNDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-5f780983-dc13-472d-9d2c-dee213b6444a-root {
    text-align: center;
  }


#s-5f780983-dc13-472d-9d2c-dee213b6444a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f780983-dc13-472d-9d2c-dee213b6444a-root {
    text-align: center;
  }


#s-5f780983-dc13-472d-9d2c-dee213b6444a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f780983-dc13-472d-9d2c-dee213b6444a-root {
    text-align: center;
  }


#s-5f780983-dc13-472d-9d2c-dee213b6444a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f780983-dc13-472d-9d2c-dee213b6444a-root {
    text-align: center;
  }


#s-5f780983-dc13-472d-9d2c-dee213b6444a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f780983-dc13-472d-9d2c-dee213b6444a-root {
    text-align: center;
  }


#s-5f780983-dc13-472d-9d2c-dee213b6444a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-df9e76a6-4b02-40e2-9a9d-4fa9ce174aa6 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-df9e76a6-4b02-40e2-9a9d-4fa9ce174aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df9e76a6-4b02-40e2-9a9d-4fa9ce174aa6.shg-box.shg-c {
  justify-content: center;
}

#s-04c54fe5-5760-4bd9-aaba-74b8ee6f7c1f {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1000px;
}








#s-04c54fe5-5760-4bd9-aaba-74b8ee6f7c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04c54fe5-5760-4bd9-aaba-74b8ee6f7c1f.shg-box.shg-c {
  justify-content: center;
}

#s-60e003cf-a2a8-49c9-b82c-d6722c597b18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60e003cf-a2a8-49c9-b82c-d6722c597b18 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8246718b-5b5d-4703-861c-c040db4c227e {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 32px;
padding-right: 25px;
text-align: center;
}

#s-8246718b-5b5d-4703-861c-c040db4c227e .shogun-heading-component h1 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (min-width: 0px) {
[id="s-cb7645ad-95c0-41c9-a43f-5a05c9020bcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb7645ad-95c0-41c9-a43f-5a05c9020bcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb7645ad-95c0-41c9-a43f-5a05c9020bcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb7645ad-95c0-41c9-a43f-5a05c9020bcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1405311e-8352-4319-8930-836202e44fc5 {
  text-align: center;
}







  #s-1405311e-8352-4319-8930-836202e44fc5 img.shogun-image {
    

    
    
    
  }


#s-1405311e-8352-4319-8930-836202e44fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-136cc9a2-5f7d-4e03-8e08-bc893a537a0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-136cc9a2-5f7d-4e03-8e08-bc893a537a0f .shogun-heading-component h2 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9 {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZhYTcxZGYtYzFiMi00MGJjLTlhOTctYjg1NjExZDVkYTI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmFhNzFkZi1jMWIyLTQwYmMtOWE5Ny1iODU2MTFkNWRhMjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9-root {
    text-align: center;
  }


#s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9-root {
    text-align: center;
  }


#s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9-root {
    text-align: center;
  }


#s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9-root {
    text-align: center;
  }


#s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9-root {
    text-align: center;
  }


#s-0b5a3024-d870-4b9e-b948-7ee8cc4f2fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
