.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-cf499c98-e421-4736-9630-71d1f48857d3 {
  background-size: cover;
background-attachment: fixed;
min-height: 700px;
background-position: center center;
background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf499c98-e421-4736-9630-71d1f48857d3 {
  display: none;
}
#s-cf499c98-e421-4736-9630-71d1f48857d3, #wrap-s-cf499c98-e421-4736-9630-71d1f48857d3, #wrap-content-s-cf499c98-e421-4736-9630-71d1f48857d3 { display: none !important; }}@media (max-width: 767px){#s-cf499c98-e421-4736-9630-71d1f48857d3 {
  display: none;
}
#s-cf499c98-e421-4736-9630-71d1f48857d3, #wrap-s-cf499c98-e421-4736-9630-71d1f48857d3, #wrap-content-s-cf499c98-e421-4736-9630-71d1f48857d3 { display: none !important; }}







#s-cf499c98-e421-4736-9630-71d1f48857d3 > .shg-box-overlay {
  background-color: rgba(10, 9, 9, 1);
  opacity: 0;
  display: block;
}#s-cf499c98-e421-4736-9630-71d1f48857d3.shg-box.shg-c {
  justify-content: 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-b488c413-6dce-4142-a378-f6635d3b9840 {
  margin-left: 100px;
margin-right: 100px;
}

#s-c7f4d241-6479-4609-ba39-f52f279016e8 {
  background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-c7f4d241-6479-4609-ba39-f52f279016e8 {
  display: none;
}
#s-c7f4d241-6479-4609-ba39-f52f279016e8, #wrap-s-c7f4d241-6479-4609-ba39-f52f279016e8, #wrap-content-s-c7f4d241-6479-4609-ba39-f52f279016e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7f4d241-6479-4609-ba39-f52f279016e8 {
  display: none;
}
#s-c7f4d241-6479-4609-ba39-f52f279016e8, #wrap-s-c7f4d241-6479-4609-ba39-f52f279016e8, #wrap-content-s-c7f4d241-6479-4609-ba39-f52f279016e8 { display: none !important; }}







#s-c7f4d241-6479-4609-ba39-f52f279016e8 > .shg-box-overlay {
  background-color: rgba(10, 9, 9, 1);
  opacity: 0;
  display: block;
}#s-c7f4d241-6479-4609-ba39-f52f279016e8.shg-box.shg-c {
  justify-content: center;
}

.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;
  flex-direction: column;
  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-7260fd13-3f4c-4c4e-b7ce-e6af0dd15b88 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-7260fd13-3f4c-4c4e-b7ce-e6af0dd15b88 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7260fd13-3f4c-4c4e-b7ce-e6af0dd15b88 img.shogun-image {
    

    
    
    
  }


#s-7260fd13-3f4c-4c4e-b7ce-e6af0dd15b88 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8958586e-68c4-4980-bb97-e208e5ca8edd {
  min-height: 50px;
}








#s-8958586e-68c4-4980-bb97-e208e5ca8edd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8958586e-68c4-4980-bb97-e208e5ca8edd.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;
}

@media (min-width: 768px) and (max-width: 991px){#s-635c2c51-72d6-4e86-b295-06fb4ff634e2 {
  display: none;
}
#s-635c2c51-72d6-4e86-b295-06fb4ff634e2, #wrap-s-635c2c51-72d6-4e86-b295-06fb4ff634e2, #wrap-content-s-635c2c51-72d6-4e86-b295-06fb4ff634e2 { display: none !important; }}@media (max-width: 767px){#s-635c2c51-72d6-4e86-b295-06fb4ff634e2 {
  display: none;
}
#s-635c2c51-72d6-4e86-b295-06fb4ff634e2, #wrap-s-635c2c51-72d6-4e86-b295-06fb4ff634e2, #wrap-content-s-635c2c51-72d6-4e86-b295-06fb4ff634e2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-635c2c51-72d6-4e86-b295-06fb4ff634e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-635c2c51-72d6-4e86-b295-06fb4ff634e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-635c2c51-72d6-4e86-b295-06fb4ff634e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-635c2c51-72d6-4e86-b295-06fb4ff634e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e2048f02-0ece-47c4-8812-1339d84639cd {
  max-width: 1080px;
text-align: center;
}

#s-e2048f02-0ece-47c4-8812-1339d84639cd {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e2048f02-0ece-47c4-8812-1339d84639cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-8fab30e8-d586-4bd8-bd6b-9b929e4e2f20 {
  margin-top: auto;
margin-left: 50px;
margin-bottom: auto;
margin-right: 50px;
min-height: 514px;
}








#s-8fab30e8-d586-4bd8-bd6b-9b929e4e2f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fab30e8-d586-4bd8-bd6b-9b929e4e2f20.shg-box.shg-c {
  justify-content: center;
}

#s-bdc9a862-62b2-416a-8837-792617c48809 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-bdc9a862-62b2-416a-8837-792617c48809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdc9a862-62b2-416a-8837-792617c48809.shg-box.shg-c {
  justify-content: flex-start;
}

.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-d211913b-0046-466d-a226-c241aabc9c9f {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-d211913b-0046-466d-a226-c241aabc9c9f:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-d211913b-0046-466d-a226-c241aabc9c9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d211913b-0046-466d-a226-c241aabc9c9f-root {
    text-align: center;
  }


#s-d211913b-0046-466d-a226-c241aabc9c9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d211913b-0046-466d-a226-c241aabc9c9f-root {
    text-align: center;
  }


#s-d211913b-0046-466d-a226-c241aabc9c9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d211913b-0046-466d-a226-c241aabc9c9f-root {
    text-align: center;
  }


#s-d211913b-0046-466d-a226-c241aabc9c9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d211913b-0046-466d-a226-c241aabc9c9f-root {
    text-align: center;
  }


#s-d211913b-0046-466d-a226-c241aabc9c9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d211913b-0046-466d-a226-c241aabc9c9f-root {
    text-align: center;
  }


#s-d211913b-0046-466d-a226-c241aabc9c9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}
@media (min-width: 1200px){#s-986fa991-e261-4499-bfc9-08f836a519c5 {
  display: none;
}
#s-986fa991-e261-4499-bfc9-08f836a519c5, #wrap-s-986fa991-e261-4499-bfc9-08f836a519c5, #wrap-content-s-986fa991-e261-4499-bfc9-08f836a519c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-986fa991-e261-4499-bfc9-08f836a519c5 {
  display: none;
}
#s-986fa991-e261-4499-bfc9-08f836a519c5, #wrap-s-986fa991-e261-4499-bfc9-08f836a519c5, #wrap-content-s-986fa991-e261-4499-bfc9-08f836a519c5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-986fa991-e261-4499-bfc9-08f836a519c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-986fa991-e261-4499-bfc9-08f836a519c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-986fa991-e261-4499-bfc9-08f836a519c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-986fa991-e261-4499-bfc9-08f836a519c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6ffe308e-ecb5-4408-93e7-dfdf98997535 {
  max-width: 1080px;
text-align: center;
}

#s-6ffe308e-ecb5-4408-93e7-dfdf98997535 {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6ffe308e-ecb5-4408-93e7-dfdf98997535 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f379fc20-e479-4c7d-8a4c-7204bfcf1fe1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}








#s-f379fc20-e479-4c7d-8a4c-7204bfcf1fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f379fc20-e479-4c7d-8a4c-7204bfcf1fe1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-33b5bbca-fddd-4bfc-b3ea-fa1f22754fb4 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 40px;
padding-bottom: 40px;
}








#s-33b5bbca-fddd-4bfc-b3ea-fa1f22754fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33b5bbca-fddd-4bfc-b3ea-fa1f22754fb4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1666600e-ed59-424e-bd8e-0517af751bf0 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-1666600e-ed59-424e-bd8e-0517af751bf0:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-1666600e-ed59-424e-bd8e-0517af751bf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1666600e-ed59-424e-bd8e-0517af751bf0-root {
    text-align: center;
  }


#s-1666600e-ed59-424e-bd8e-0517af751bf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1666600e-ed59-424e-bd8e-0517af751bf0-root {
    text-align: center;
  }


#s-1666600e-ed59-424e-bd8e-0517af751bf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1666600e-ed59-424e-bd8e-0517af751bf0-root {
    text-align: center;
  }


#s-1666600e-ed59-424e-bd8e-0517af751bf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1666600e-ed59-424e-bd8e-0517af751bf0-root {
    text-align: center;
  }


#s-1666600e-ed59-424e-bd8e-0517af751bf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1666600e-ed59-424e-bd8e-0517af751bf0-root {
    text-align: center;
  }


#s-1666600e-ed59-424e-bd8e-0517af751bf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-8fefaedb-eabc-42b3-80b4-7f83371b4955 {
  display: none;
}
#s-8fefaedb-eabc-42b3-80b4-7f83371b4955, #wrap-s-8fefaedb-eabc-42b3-80b4-7f83371b4955, #wrap-content-s-8fefaedb-eabc-42b3-80b4-7f83371b4955 { display: none !important; }}@media (max-width: 767px){#s-8fefaedb-eabc-42b3-80b4-7f83371b4955 {
  display: none;
}
#s-8fefaedb-eabc-42b3-80b4-7f83371b4955, #wrap-s-8fefaedb-eabc-42b3-80b4-7f83371b4955, #wrap-content-s-8fefaedb-eabc-42b3-80b4-7f83371b4955 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8fefaedb-eabc-42b3-80b4-7f83371b4955"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fefaedb-eabc-42b3-80b4-7f83371b4955"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fefaedb-eabc-42b3-80b4-7f83371b4955"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fefaedb-eabc-42b3-80b4-7f83371b4955"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8fefaedb-eabc-42b3-80b4-7f83371b4955"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-53f1d467-d97b-43bb-bb6d-65d2a3112138 {
  margin-top: auto;
margin-left: 50px;
margin-bottom: auto;
margin-right: 50px;
min-height: 514px;
}








#s-53f1d467-d97b-43bb-bb6d-65d2a3112138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53f1d467-d97b-43bb-bb6d-65d2a3112138.shg-box.shg-c {
  justify-content: center;
}

#s-0d0fb641-364a-42b9-a63c-a65faf9fce3f {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-0d0fb641-364a-42b9-a63c-a65faf9fce3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d0fb641-364a-42b9-a63c-a65faf9fce3f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-82fe0088-9524-4253-aa42-fc037bce3f1e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-82fe0088-9524-4253-aa42-fc037bce3f1e:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-82fe0088-9524-4253-aa42-fc037bce3f1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-82fe0088-9524-4253-aa42-fc037bce3f1e-root {
    text-align: center;
  }


#s-82fe0088-9524-4253-aa42-fc037bce3f1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-82fe0088-9524-4253-aa42-fc037bce3f1e-root {
    text-align: center;
  }


#s-82fe0088-9524-4253-aa42-fc037bce3f1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82fe0088-9524-4253-aa42-fc037bce3f1e-root {
    text-align: center;
  }


#s-82fe0088-9524-4253-aa42-fc037bce3f1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82fe0088-9524-4253-aa42-fc037bce3f1e-root {
    text-align: center;
  }


#s-82fe0088-9524-4253-aa42-fc037bce3f1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-82fe0088-9524-4253-aa42-fc037bce3f1e-root {
    text-align: center;
  }


#s-82fe0088-9524-4253-aa42-fc037bce3f1e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-dbbfd5f7-9a2a-4010-b11b-7e61c0c0d3ff {
  text-align: center;
}

#s-dbbfd5f7-9a2a-4010-b11b-7e61c0c0d3ff {
  overflow: hidden;
  
  
}







  #s-dbbfd5f7-9a2a-4010-b11b-7e61c0c0d3ff img.shogun-image {
    

    
    
    
  }


#s-dbbfd5f7-9a2a-4010-b11b-7e61c0c0d3ff .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-db05d014-4415-47b2-80f5-ad4b297ac9ab {
  display: none;
}
#s-db05d014-4415-47b2-80f5-ad4b297ac9ab, #wrap-s-db05d014-4415-47b2-80f5-ad4b297ac9ab, #wrap-content-s-db05d014-4415-47b2-80f5-ad4b297ac9ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db05d014-4415-47b2-80f5-ad4b297ac9ab {
  display: none;
}
#s-db05d014-4415-47b2-80f5-ad4b297ac9ab, #wrap-s-db05d014-4415-47b2-80f5-ad4b297ac9ab, #wrap-content-s-db05d014-4415-47b2-80f5-ad4b297ac9ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-db05d014-4415-47b2-80f5-ad4b297ac9ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db05d014-4415-47b2-80f5-ad4b297ac9ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db05d014-4415-47b2-80f5-ad4b297ac9ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db05d014-4415-47b2-80f5-ad4b297ac9ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-db05d014-4415-47b2-80f5-ad4b297ac9ab"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-810b6a21-932d-4a9b-b20a-abc13a496710 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}








#s-810b6a21-932d-4a9b-b20a-abc13a496710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-810b6a21-932d-4a9b-b20a-abc13a496710.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fbf2fb47-e34e-4a46-9d18-7e5749602ac0 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-fbf2fb47-e34e-4a46-9d18-7e5749602ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbf2fb47-e34e-4a46-9d18-7e5749602ac0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d278bb3-76da-45dd-9274-231d4f3da454 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-9d278bb3-76da-45dd-9274-231d4f3da454:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-9d278bb3-76da-45dd-9274-231d4f3da454:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d278bb3-76da-45dd-9274-231d4f3da454-root {
    text-align: center;
  }


#s-9d278bb3-76da-45dd-9274-231d4f3da454.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d278bb3-76da-45dd-9274-231d4f3da454-root {
    text-align: center;
  }


#s-9d278bb3-76da-45dd-9274-231d4f3da454.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d278bb3-76da-45dd-9274-231d4f3da454-root {
    text-align: center;
  }


#s-9d278bb3-76da-45dd-9274-231d4f3da454.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d278bb3-76da-45dd-9274-231d4f3da454-root {
    text-align: center;
  }


#s-9d278bb3-76da-45dd-9274-231d4f3da454.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d278bb3-76da-45dd-9274-231d4f3da454-root {
    text-align: center;
  }


#s-9d278bb3-76da-45dd-9274-231d4f3da454.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-751ed378-2040-42f0-b313-3e845d5e2667 {
  text-align: center;
}

#s-751ed378-2040-42f0-b313-3e845d5e2667 {
  overflow: hidden;
  
  
}







  #s-751ed378-2040-42f0-b313-3e845d5e2667 img.shogun-image {
    

    
    
    
  }


#s-751ed378-2040-42f0-b313-3e845d5e2667 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f0923e12-6ca0-4353-952a-77085457cba3 {
  display: none;
}
#s-f0923e12-6ca0-4353-952a-77085457cba3, #wrap-s-f0923e12-6ca0-4353-952a-77085457cba3, #wrap-content-s-f0923e12-6ca0-4353-952a-77085457cba3 { display: none !important; }}@media (max-width: 767px){#s-f0923e12-6ca0-4353-952a-77085457cba3 {
  display: none;
}
#s-f0923e12-6ca0-4353-952a-77085457cba3, #wrap-s-f0923e12-6ca0-4353-952a-77085457cba3, #wrap-content-s-f0923e12-6ca0-4353-952a-77085457cba3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f0923e12-6ca0-4353-952a-77085457cba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0923e12-6ca0-4353-952a-77085457cba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0923e12-6ca0-4353-952a-77085457cba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0923e12-6ca0-4353-952a-77085457cba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-43898ccd-d007-4fff-9312-c3ec9a72665e {
  max-width: 1080px;
text-align: center;
}

#s-43898ccd-d007-4fff-9312-c3ec9a72665e {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-43898ccd-d007-4fff-9312-c3ec9a72665e .shogun-image-content {
  
    justify-content: center;
  
}

#s-739e9faa-2eda-47c9-84fd-f234ab9de7c1 {
  margin-top: auto;
margin-left: 50px;
margin-bottom: auto;
margin-right: 50px;
min-height: 514px;
}








#s-739e9faa-2eda-47c9-84fd-f234ab9de7c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-739e9faa-2eda-47c9-84fd-f234ab9de7c1.shg-box.shg-c {
  justify-content: center;
}

#s-212748f8-cdf8-4426-a2dc-7775fa0c6ac7 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-212748f8-cdf8-4426-a2dc-7775fa0c6ac7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-212748f8-cdf8-4426-a2dc-7775fa0c6ac7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5e24e8df-9956-4a74-845a-1c42d7318527 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-5e24e8df-9956-4a74-845a-1c42d7318527:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-5e24e8df-9956-4a74-845a-1c42d7318527:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e24e8df-9956-4a74-845a-1c42d7318527-root {
    text-align: center;
  }


#s-5e24e8df-9956-4a74-845a-1c42d7318527.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5e24e8df-9956-4a74-845a-1c42d7318527-root {
    text-align: center;
  }


#s-5e24e8df-9956-4a74-845a-1c42d7318527.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e24e8df-9956-4a74-845a-1c42d7318527-root {
    text-align: center;
  }


#s-5e24e8df-9956-4a74-845a-1c42d7318527.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e24e8df-9956-4a74-845a-1c42d7318527-root {
    text-align: center;
  }


#s-5e24e8df-9956-4a74-845a-1c42d7318527.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5e24e8df-9956-4a74-845a-1c42d7318527-root {
    text-align: center;
  }


#s-5e24e8df-9956-4a74-845a-1c42d7318527.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-57220bc9-5403-427d-ba1f-56c26458b117 {
  display: none;
}
#s-57220bc9-5403-427d-ba1f-56c26458b117, #wrap-s-57220bc9-5403-427d-ba1f-56c26458b117, #wrap-content-s-57220bc9-5403-427d-ba1f-56c26458b117 { display: none !important; }}@media (max-width: 767px){#s-57220bc9-5403-427d-ba1f-56c26458b117 {
  display: none;
}
#s-57220bc9-5403-427d-ba1f-56c26458b117, #wrap-s-57220bc9-5403-427d-ba1f-56c26458b117, #wrap-content-s-57220bc9-5403-427d-ba1f-56c26458b117 { display: none !important; }}
@media (min-width: 0px) {
[id="s-57220bc9-5403-427d-ba1f-56c26458b117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57220bc9-5403-427d-ba1f-56c26458b117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57220bc9-5403-427d-ba1f-56c26458b117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57220bc9-5403-427d-ba1f-56c26458b117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-57220bc9-5403-427d-ba1f-56c26458b117"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0a4bb635-b8a0-430d-ab0a-5247a56fd714 {
  margin-top: auto;
margin-left: 50px;
margin-bottom: auto;
margin-right: 50px;
min-height: 514px;
}








#s-0a4bb635-b8a0-430d-ab0a-5247a56fd714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a4bb635-b8a0-430d-ab0a-5247a56fd714.shg-box.shg-c {
  justify-content: center;
}

#s-fc3fe46d-b497-4d01-8044-29c86f71a024 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-fc3fe46d-b497-4d01-8044-29c86f71a024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc3fe46d-b497-4d01-8044-29c86f71a024.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9065145d-504b-4f6f-94cc-2ebe712760b0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-9065145d-504b-4f6f-94cc-2ebe712760b0:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-9065145d-504b-4f6f-94cc-2ebe712760b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9065145d-504b-4f6f-94cc-2ebe712760b0-root {
    text-align: center;
  }


#s-9065145d-504b-4f6f-94cc-2ebe712760b0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9065145d-504b-4f6f-94cc-2ebe712760b0-root {
    text-align: center;
  }


#s-9065145d-504b-4f6f-94cc-2ebe712760b0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9065145d-504b-4f6f-94cc-2ebe712760b0-root {
    text-align: center;
  }


#s-9065145d-504b-4f6f-94cc-2ebe712760b0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9065145d-504b-4f6f-94cc-2ebe712760b0-root {
    text-align: center;
  }


#s-9065145d-504b-4f6f-94cc-2ebe712760b0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9065145d-504b-4f6f-94cc-2ebe712760b0-root {
    text-align: center;
  }


#s-9065145d-504b-4f6f-94cc-2ebe712760b0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-b1dfc024-49b2-4f88-adec-489689bf3443 {
  max-width: 1080px;
text-align: center;
}

#s-b1dfc024-49b2-4f88-adec-489689bf3443 {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b1dfc024-49b2-4f88-adec-489689bf3443 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-6023bb9f-48a0-447d-b715-6df3210cb821 {
  display: none;
}
#s-6023bb9f-48a0-447d-b715-6df3210cb821, #wrap-s-6023bb9f-48a0-447d-b715-6df3210cb821, #wrap-content-s-6023bb9f-48a0-447d-b715-6df3210cb821 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6023bb9f-48a0-447d-b715-6df3210cb821 {
  display: none;
}
#s-6023bb9f-48a0-447d-b715-6df3210cb821, #wrap-s-6023bb9f-48a0-447d-b715-6df3210cb821, #wrap-content-s-6023bb9f-48a0-447d-b715-6df3210cb821 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6023bb9f-48a0-447d-b715-6df3210cb821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6023bb9f-48a0-447d-b715-6df3210cb821"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6023bb9f-48a0-447d-b715-6df3210cb821"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6023bb9f-48a0-447d-b715-6df3210cb821"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9c6ffccc-b6f4-4ace-a09b-f57fe0150ddf {
  text-align: center;
}

#s-9c6ffccc-b6f4-4ace-a09b-f57fe0150ddf {
  overflow: hidden;
  
  
}







  #s-9c6ffccc-b6f4-4ace-a09b-f57fe0150ddf img.shogun-image {
    

    
    
    
  }


#s-9c6ffccc-b6f4-4ace-a09b-f57fe0150ddf .shogun-image-content {
  
    justify-content: center;
  
}

#s-6104e784-0a1a-40d2-a2c7-6aa08f905218 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}








#s-6104e784-0a1a-40d2-a2c7-6aa08f905218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6104e784-0a1a-40d2-a2c7-6aa08f905218.shg-box.shg-c {
  justify-content: flex-start;
}

#s-35af3ce3-129a-411f-8ba0-6f7a1b7c2e25 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 40px;
padding-bottom: 40px;
}








#s-35af3ce3-129a-411f-8ba0-6f7a1b7c2e25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35af3ce3-129a-411f-8ba0-6f7a1b7c2e25.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d7da317-ffc0-45a8-945b-018fb8cd2977 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-1d7da317-ffc0-45a8-945b-018fb8cd2977:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-1d7da317-ffc0-45a8-945b-018fb8cd2977:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d7da317-ffc0-45a8-945b-018fb8cd2977-root {
    text-align: center;
  }


#s-1d7da317-ffc0-45a8-945b-018fb8cd2977.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d7da317-ffc0-45a8-945b-018fb8cd2977-root {
    text-align: center;
  }


#s-1d7da317-ffc0-45a8-945b-018fb8cd2977.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d7da317-ffc0-45a8-945b-018fb8cd2977-root {
    text-align: center;
  }


#s-1d7da317-ffc0-45a8-945b-018fb8cd2977.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d7da317-ffc0-45a8-945b-018fb8cd2977-root {
    text-align: center;
  }


#s-1d7da317-ffc0-45a8-945b-018fb8cd2977.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d7da317-ffc0-45a8-945b-018fb8cd2977-root {
    text-align: center;
  }


#s-1d7da317-ffc0-45a8-945b-018fb8cd2977.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}
@media (min-width: 1200px){#s-961d1fd9-723a-46a0-b086-8093c8f9528e {
  display: none;
}
#s-961d1fd9-723a-46a0-b086-8093c8f9528e, #wrap-s-961d1fd9-723a-46a0-b086-8093c8f9528e, #wrap-content-s-961d1fd9-723a-46a0-b086-8093c8f9528e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-961d1fd9-723a-46a0-b086-8093c8f9528e {
  display: none;
}
#s-961d1fd9-723a-46a0-b086-8093c8f9528e, #wrap-s-961d1fd9-723a-46a0-b086-8093c8f9528e, #wrap-content-s-961d1fd9-723a-46a0-b086-8093c8f9528e { display: none !important; }}
@media (min-width: 0px) {
[id="s-961d1fd9-723a-46a0-b086-8093c8f9528e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-961d1fd9-723a-46a0-b086-8093c8f9528e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-961d1fd9-723a-46a0-b086-8093c8f9528e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-961d1fd9-723a-46a0-b086-8093c8f9528e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-961d1fd9-723a-46a0-b086-8093c8f9528e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-aac94ddd-6561-4d03-8c5a-025ea4d60adc {
  margin-left: 10%;
margin-right: 10%;
padding-top: 40px;
padding-bottom: 40px;
}








#s-aac94ddd-6561-4d03-8c5a-025ea4d60adc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aac94ddd-6561-4d03-8c5a-025ea4d60adc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-45290535-996a-4635-abd2-d72e4e4451ea {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-45290535-996a-4635-abd2-d72e4e4451ea:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-45290535-996a-4635-abd2-d72e4e4451ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45290535-996a-4635-abd2-d72e4e4451ea-root {
    text-align: center;
  }


#s-45290535-996a-4635-abd2-d72e4e4451ea.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-45290535-996a-4635-abd2-d72e4e4451ea-root {
    text-align: center;
  }


#s-45290535-996a-4635-abd2-d72e4e4451ea.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45290535-996a-4635-abd2-d72e4e4451ea-root {
    text-align: center;
  }


#s-45290535-996a-4635-abd2-d72e4e4451ea.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45290535-996a-4635-abd2-d72e4e4451ea-root {
    text-align: center;
  }


#s-45290535-996a-4635-abd2-d72e4e4451ea.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-45290535-996a-4635-abd2-d72e4e4451ea-root {
    text-align: center;
  }


#s-45290535-996a-4635-abd2-d72e4e4451ea.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-995f5b34-255f-482b-9e93-8815d2aa9b8a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}








#s-995f5b34-255f-482b-9e93-8815d2aa9b8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-995f5b34-255f-482b-9e93-8815d2aa9b8a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2c0b05ad-6bdd-48da-8e03-aaa5e3cd6ab8 {
  text-align: center;
}

#s-2c0b05ad-6bdd-48da-8e03-aaa5e3cd6ab8 {
  overflow: hidden;
  
  
}







  #s-2c0b05ad-6bdd-48da-8e03-aaa5e3cd6ab8 img.shogun-image {
    

    
    
    
  }


#s-2c0b05ad-6bdd-48da-8e03-aaa5e3cd6ab8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e91cda41-300d-41cb-93f7-e903a37a7f1f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-attachment: scroll;
}








#s-e91cda41-300d-41cb-93f7-e903a37a7f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e91cda41-300d-41cb-93f7-e903a37a7f1f.shg-box.shg-c {
  justify-content: center;
}

#s-41fe5cd3-12f8-4ed7-903c-883387ef1b64 {
  box-shadow:0px 7px 18px 2px rgba(0, 0, 0, 0.12);
margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}








#s-41fe5cd3-12f8-4ed7-903c-883387ef1b64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41fe5cd3-12f8-4ed7-903c-883387ef1b64.shg-box.shg-c {
  justify-content: center;
}

#s-6a8a923b-d4d1-4fac-b8f5-83c6d5bf83bb {
  margin-top: auto;
margin-left: 15px;
margin-bottom: auto;
margin-right: 15px;
padding-top: %;
padding-bottom: %;
min-height: 50px;
}








#s-6a8a923b-d4d1-4fac-b8f5-83c6d5bf83bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a8a923b-d4d1-4fac-b8f5-83c6d5bf83bb.shg-box.shg-c {
  justify-content: center;
}

#s-ee809102-bff9-41f5-8cc8-a55cbb54a79f {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-ab341dee-8697-40f7-be0d-f47dd7126377 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 1px;
max-width: 150px;
text-align: center;
background-color: rgba(150, 110, 8, 1);
text-decoration: none;
}
#s-ab341dee-8697-40f7-be0d-f47dd7126377:hover {background-color: rgba(230, 196, 97, 1) !important;
text-decoration: none !important;}#s-ab341dee-8697-40f7-be0d-f47dd7126377:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab341dee-8697-40f7-be0d-f47dd7126377-root {
    text-align: center;
  }


#s-ab341dee-8697-40f7-be0d-f47dd7126377.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ab341dee-8697-40f7-be0d-f47dd7126377-root {
    text-align: center;
  }


#s-ab341dee-8697-40f7-be0d-f47dd7126377.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab341dee-8697-40f7-be0d-f47dd7126377-root {
    text-align: center;
  }


#s-ab341dee-8697-40f7-be0d-f47dd7126377.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab341dee-8697-40f7-be0d-f47dd7126377-root {
    text-align: center;
  }


#s-ab341dee-8697-40f7-be0d-f47dd7126377.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ab341dee-8697-40f7-be0d-f47dd7126377-root {
    text-align: center;
  }


#s-ab341dee-8697-40f7-be0d-f47dd7126377.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  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;
}
