.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-8f8701bc-2dc9-4694-b61b-e4b808acda26 {
  min-height: 50px;
}








#s-8f8701bc-2dc9-4694-b61b-e4b808acda26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f8701bc-2dc9-4694-b61b-e4b808acda26.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-3a05accb-2a35-4bd2-b8fc-b696dad5e26c {
  min-height: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c {
  display: none;
}
#s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c, #wrap-s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c, #wrap-content-s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c { display: none !important; }}@media (max-width: 767px){#s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c {
  display: none;
}
#s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c, #wrap-s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c, #wrap-content-s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c { display: none !important; }}
#s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c {
  overflow: hidden;
  
  
}







  #s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c img.shogun-image {
    

    
    
    
  }


#s-3a05accb-2a35-4bd2-b8fc-b696dad5e26c .shogun-image-content {
  
    justify-content: center;
  
}

#s-da22bd9f-4d1e-4843-a6f1-b083781170ab {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da22bd9f-4d1e-4843-a6f1-b083781170ab {
  display: none;
}
#s-da22bd9f-4d1e-4843-a6f1-b083781170ab, #wrap-s-da22bd9f-4d1e-4843-a6f1-b083781170ab, #wrap-content-s-da22bd9f-4d1e-4843-a6f1-b083781170ab { display: none !important; }}







#s-da22bd9f-4d1e-4843-a6f1-b083781170ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da22bd9f-4d1e-4843-a6f1-b083781170ab.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-1644250c-8ded-4bc7-a539-6888a29ed48d {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1644250c-8ded-4bc7-a539-6888a29ed48d {
  display: none;
}
#s-1644250c-8ded-4bc7-a539-6888a29ed48d, #wrap-s-1644250c-8ded-4bc7-a539-6888a29ed48d, #wrap-content-s-1644250c-8ded-4bc7-a539-6888a29ed48d { display: none !important; }}
@media (min-width: 0px) {
[id="s-1644250c-8ded-4bc7-a539-6888a29ed48d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1644250c-8ded-4bc7-a539-6888a29ed48d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1644250c-8ded-4bc7-a539-6888a29ed48d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1644250c-8ded-4bc7-a539-6888a29ed48d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-56fa2c47-965f-403a-aecf-d7f443d6f631 {
  margin-top: 8px;
margin-left: 35%;
margin-bottom: 0px;
margin-right: 35%;
padding-bottom: 46px;
max-width: 300px;
text-align: center;
}

#s-56fa2c47-965f-403a-aecf-d7f443d6f631 {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-56fa2c47-965f-403a-aecf-d7f443d6f631 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e958b94f-3968-4f04-8a3f-c208aafe3468 {
  margin-top: 14px;
margin-bottom: 14px;
text-align: center;
}

#s-e958b94f-3968-4f04-8a3f-c208aafe3468 {
  overflow: hidden;
  
  
}







  #s-e958b94f-3968-4f04-8a3f-c208aafe3468 img.shogun-image {
    

    
    
    
  }


#s-e958b94f-3968-4f04-8a3f-c208aafe3468 .shogun-image-content {
  
    justify-content: center;
  
}

#s-780ad8cc-65ab-4fda-9a23-ab58c7b2221c {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}

#s-780ad8cc-65ab-4fda-9a23-ab58c7b2221c {
  overflow: hidden;
  
  
}







  #s-780ad8cc-65ab-4fda-9a23-ab58c7b2221c img.shogun-image {
    

    
    
    
  }


#s-780ad8cc-65ab-4fda-9a23-ab58c7b2221c .shogun-image-content {
  
    justify-content: center;
  
}

#s-d93997ec-1fba-41f4-a35b-45fe22a56585 {
  margin-top: 27px;
margin-left: 18%;
margin-right: 18%;
text-align: center;
}

#s-d93997ec-1fba-41f4-a35b-45fe22a56585 {
  overflow: hidden;
  
  
}







  #s-d93997ec-1fba-41f4-a35b-45fe22a56585 img.shogun-image {
    

    
    
    
  }


#s-d93997ec-1fba-41f4-a35b-45fe22a56585 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eebf1fe8-8dae-4a79-8460-af702c6155f1 {
  min-height: 50px;
}








#s-eebf1fe8-8dae-4a79-8460-af702c6155f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eebf1fe8-8dae-4a79-8460-af702c6155f1.shg-box.shg-c {
  justify-content: center;
}

#s-e0db3f4f-1d27-4795-87a3-e1af80bc8b22 {
  max-width: 1125px;
text-align: center;
}

#s-e0db3f4f-1d27-4795-87a3-e1af80bc8b22 {
  overflow: hidden;
  
  
      max-width: 1125px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e0db3f4f-1d27-4795-87a3-e1af80bc8b22 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e {
  display: none;
}
#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e, #wrap-s-8cadf4a7-d945-45da-bdb0-901b4e78be9e, #wrap-content-s-8cadf4a7-d945-45da-bdb0-901b4e78be9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e {
  display: none;
}
#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e, #wrap-s-8cadf4a7-d945-45da-bdb0-901b4e78be9e, #wrap-content-s-8cadf4a7-d945-45da-bdb0-901b4e78be9e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e {
  display: none;
}
#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e, #wrap-s-8cadf4a7-d945-45da-bdb0-901b4e78be9e, #wrap-content-s-8cadf4a7-d945-45da-bdb0-901b4e78be9e { display: none !important; }}@media (max-width: 767px){#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e {
  display: none;
}
#s-8cadf4a7-d945-45da-bdb0-901b4e78be9e, #wrap-s-8cadf4a7-d945-45da-bdb0-901b4e78be9e, #wrap-content-s-8cadf4a7-d945-45da-bdb0-901b4e78be9e { display: none !important; }}
@media (min-width: 0px) {
[id="s-8cadf4a7-d945-45da-bdb0-901b4e78be9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cadf4a7-d945-45da-bdb0-901b4e78be9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8cadf4a7-d945-45da-bdb0-901b4e78be9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cadf4a7-d945-45da-bdb0-901b4e78be9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a38a8bcc-294e-4e64-aa24-1584eae8d518 {
  margin-top: 24px;
margin-left: 35%;
margin-bottom: 0px;
margin-right: 35%;
padding-bottom: 5px;
text-align: center;
}

#s-a38a8bcc-294e-4e64-aa24-1584eae8d518 {
  overflow: hidden;
  
  
}







  #s-a38a8bcc-294e-4e64-aa24-1584eae8d518 img.shogun-image {
    

    
    
    
  }


#s-a38a8bcc-294e-4e64-aa24-1584eae8d518 .shogun-image-content {
  
    justify-content: center;
  
}

#s-98d37768-ad60-443b-9112-9679401cde16 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-98d37768-ad60-443b-9112-9679401cde16 {
  overflow: hidden;
  
  
}







  #s-98d37768-ad60-443b-9112-9679401cde16 img.shogun-image {
    

    
    
    
  }


#s-98d37768-ad60-443b-9112-9679401cde16 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cbe531ef-f8d7-4133-bb86-fe7b068bcdca {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}

#s-cbe531ef-f8d7-4133-bb86-fe7b068bcdca {
  overflow: hidden;
  
  
}







  #s-cbe531ef-f8d7-4133-bb86-fe7b068bcdca img.shogun-image {
    

    
    
    
  }


#s-cbe531ef-f8d7-4133-bb86-fe7b068bcdca .shogun-image-content {
  
    justify-content: center;
  
}

#s-6c855dac-c24f-40c2-932a-f17ddcd2183e {
  min-height: 50px;
}








#s-6c855dac-c24f-40c2-932a-f17ddcd2183e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c855dac-c24f-40c2-932a-f17ddcd2183e.shg-box.shg-c {
  justify-content: center;
}

#s-5fc90039-a14f-41bd-a56f-2f06a2ae6a72 {
  text-align: center;
}

#s-5fc90039-a14f-41bd-a56f-2f06a2ae6a72 {
  overflow: hidden;
  
  
}







  #s-5fc90039-a14f-41bd-a56f-2f06a2ae6a72 img.shogun-image {
    

    
    
    
  }


#s-5fc90039-a14f-41bd-a56f-2f06a2ae6a72 .shogun-image-content {
  
    justify-content: center;
  
}

#s-262c0c0e-c799-46b4-90b1-80690edbe4df {
  margin-top: 39px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-262c0c0e-c799-46b4-90b1-80690edbe4df {
  display: none;
}
#s-262c0c0e-c799-46b4-90b1-80690edbe4df, #wrap-s-262c0c0e-c799-46b4-90b1-80690edbe4df, #wrap-content-s-262c0c0e-c799-46b4-90b1-80690edbe4df { display: none !important; }}







#s-262c0c0e-c799-46b4-90b1-80690edbe4df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-262c0c0e-c799-46b4-90b1-80690edbe4df.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 {
  
  
  
}

@media (min-width: 768px) and (max-width: 991px){#s-be9021fd-7cf9-48b2-94bf-cdca974e9881 {
  display: none;
}
#s-be9021fd-7cf9-48b2-94bf-cdca974e9881, #wrap-s-be9021fd-7cf9-48b2-94bf-cdca974e9881, #wrap-content-s-be9021fd-7cf9-48b2-94bf-cdca974e9881 { display: none !important; }}@media (max-width: 767px){#s-be9021fd-7cf9-48b2-94bf-cdca974e9881 {
  display: none;
}
#s-be9021fd-7cf9-48b2-94bf-cdca974e9881, #wrap-s-be9021fd-7cf9-48b2-94bf-cdca974e9881, #wrap-content-s-be9021fd-7cf9-48b2-94bf-cdca974e9881 { display: none !important; }}
.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-1eac7bcc-dc5d-49d9-bcd3-db604f709b01 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2Y2Yjg1MDktNWE2MS00ZjQ3LTgyY2UtNDhkZjRiMTc3YjM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZjZiODUwOS01YTYxLTRmNDctODJjZS00OGRmNGIxNzdiMzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 25px;
margin-left: 39%;
margin-right: 39%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#080808"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}];
}
#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01:hover {background-color: rgba(59, 59, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01 {
  display: none;
}
#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01, #wrap-s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01, #wrap-content-s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01 { display: none !important; }}

  #s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01-root {
    text-align: center;
  }


#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01-root {
    text-align: center;
  }


#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01-root {
    text-align: center;
  }


#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01-root {
    text-align: center;
  }


#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01-root {
    text-align: center;
  }


#s-1eac7bcc-dc5d-49d9-bcd3-db604f709b01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a {
  text-align: center;
}
@media (min-width: 1200px){#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a {
  display: none;
}
#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a, #wrap-s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a, #wrap-content-s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a {
  display: none;
}
#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a, #wrap-s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a, #wrap-content-s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a { display: none !important; }}@media (max-width: 767px){#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a {
  display: none;
}
#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a, #wrap-s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a, #wrap-content-s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a { display: none !important; }}
#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a {
  overflow: hidden;
  
  
}







  #s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a img.shogun-image {
    

    
    
    
  }


#s-56b4ef21-82e9-42e9-9012-f73d6bde8c5a .shogun-image-content {
  
    justify-content: center;
  
}

#s-3a3a2938-9106-4d78-9f13-36336c537d25 {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-3a3a2938-9106-4d78-9f13-36336c537d25 {
  display: none;
}
#s-3a3a2938-9106-4d78-9f13-36336c537d25, #wrap-s-3a3a2938-9106-4d78-9f13-36336c537d25, #wrap-content-s-3a3a2938-9106-4d78-9f13-36336c537d25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a3a2938-9106-4d78-9f13-36336c537d25 {
  display: none;
}
#s-3a3a2938-9106-4d78-9f13-36336c537d25, #wrap-s-3a3a2938-9106-4d78-9f13-36336c537d25, #wrap-content-s-3a3a2938-9106-4d78-9f13-36336c537d25 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a3a2938-9106-4d78-9f13-36336c537d25 {
  
}
}@media (max-width: 767px){#s-3a3a2938-9106-4d78-9f13-36336c537d25 {
  display: none;
}
#s-3a3a2938-9106-4d78-9f13-36336c537d25, #wrap-s-3a3a2938-9106-4d78-9f13-36336c537d25, #wrap-content-s-3a3a2938-9106-4d78-9f13-36336c537d25 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3a3a2938-9106-4d78-9f13-36336c537d25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a3a2938-9106-4d78-9f13-36336c537d25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a3a2938-9106-4d78-9f13-36336c537d25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a3a2938-9106-4d78-9f13-36336c537d25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0da17ab2-9647-4f80-8834-ab1c8625b6e4 {
  margin-top: 17px;
margin-bottom: 17px;
text-align: center;
}

#s-0da17ab2-9647-4f80-8834-ab1c8625b6e4 {
  overflow: hidden;
  
  
}







  #s-0da17ab2-9647-4f80-8834-ab1c8625b6e4 img.shogun-image {
    

    
    
    
  }


#s-0da17ab2-9647-4f80-8834-ab1c8625b6e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7b4293b7-90b4-4613-ab3c-f629bfb16945 {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}

#s-7b4293b7-90b4-4613-ab3c-f629bfb16945 {
  overflow: hidden;
  
  
}







  #s-7b4293b7-90b4-4613-ab3c-f629bfb16945 img.shogun-image {
    

    
    
    
  }


#s-7b4293b7-90b4-4613-ab3c-f629bfb16945 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9ada80a6-e206-4d7a-96c1-c075d0138064 {
  margin-top: 13px;
margin-left: 18%;
margin-right: 18%;
min-height: 0px;
text-align: center;
}

#s-9ada80a6-e206-4d7a-96c1-c075d0138064 {
  overflow: hidden;
  
  
}







  #s-9ada80a6-e206-4d7a-96c1-c075d0138064 img.shogun-image {
    

    
    
    
  }


#s-9ada80a6-e206-4d7a-96c1-c075d0138064 .shogun-image-content {
  
    justify-content: center;
  
}

#s-44771ee3-ba73-4be3-a668-7a50bd7d8e0e {
  min-height: 50px;
}








#s-44771ee3-ba73-4be3-a668-7a50bd7d8e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44771ee3-ba73-4be3-a668-7a50bd7d8e0e.shg-box.shg-c {
  justify-content: center;
}

#s-8d32602f-2e7d-49a2-b58f-9f5f6df63b2f {
  max-width: 1125px;
text-align: center;
}

#s-8d32602f-2e7d-49a2-b58f-9f5f6df63b2f {
  overflow: hidden;
  
  
      max-width: 1125px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8d32602f-2e7d-49a2-b58f-9f5f6df63b2f .shogun-image-content {
  
    justify-content: center;
  
}

#s-7c9d50da-30ca-4605-a242-e35f9374e729 {
  margin-top: 39px;
min-height: 50px;
}








#s-7c9d50da-30ca-4605-a242-e35f9374e729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c9d50da-30ca-4605-a242-e35f9374e729.shg-box.shg-c {
  justify-content: center;
}

#s-f200778b-a371-499d-93f4-26f0aa2e5131 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f200778b-a371-499d-93f4-26f0aa2e5131 {
  display: none;
}
#s-f200778b-a371-499d-93f4-26f0aa2e5131, #wrap-s-f200778b-a371-499d-93f4-26f0aa2e5131, #wrap-content-s-f200778b-a371-499d-93f4-26f0aa2e5131 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f200778b-a371-499d-93f4-26f0aa2e5131 {
  display: none;
}
#s-f200778b-a371-499d-93f4-26f0aa2e5131, #wrap-s-f200778b-a371-499d-93f4-26f0aa2e5131, #wrap-content-s-f200778b-a371-499d-93f4-26f0aa2e5131 { display: none !important; }}@media (max-width: 767px){#s-f200778b-a371-499d-93f4-26f0aa2e5131 {
  display: none;
}
#s-f200778b-a371-499d-93f4-26f0aa2e5131, #wrap-s-f200778b-a371-499d-93f4-26f0aa2e5131, #wrap-content-s-f200778b-a371-499d-93f4-26f0aa2e5131 { display: none !important; }}
#s-90cb289e-1e76-4a0f-a2bb-5cbed9967383 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGEyNDhjNGItZDNhOC00MTE1LThmZDItNmU4NjY5ZmE2ZDg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YTI0OGM0Yi1kM2E4LTQxMTUtOGZkMi02ZTg2NjlmYTZkODUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 25px;
margin-left: 32%;
margin-right: 32%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#080808"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}];
}
#s-90cb289e-1e76-4a0f-a2bb-5cbed9967383:hover {background-color: rgba(59, 59, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90cb289e-1e76-4a0f-a2bb-5cbed9967383:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90cb289e-1e76-4a0f-a2bb-5cbed9967383-root {
    text-align: center;
  }


#s-90cb289e-1e76-4a0f-a2bb-5cbed9967383.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-90cb289e-1e76-4a0f-a2bb-5cbed9967383-root {
    text-align: center;
  }


#s-90cb289e-1e76-4a0f-a2bb-5cbed9967383.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90cb289e-1e76-4a0f-a2bb-5cbed9967383-root {
    text-align: center;
  }


#s-90cb289e-1e76-4a0f-a2bb-5cbed9967383.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90cb289e-1e76-4a0f-a2bb-5cbed9967383-root {
    text-align: center;
  }


#s-90cb289e-1e76-4a0f-a2bb-5cbed9967383.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-90cb289e-1e76-4a0f-a2bb-5cbed9967383-root {
    text-align: center;
  }


#s-90cb289e-1e76-4a0f-a2bb-5cbed9967383.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 {
  text-align: center;
}
@media (min-width: 1200px){#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 {
  display: none;
}
#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79, #wrap-s-868ffb5c-9cae-46da-bd01-a9dac27cfe79, #wrap-content-s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 {
  display: none;
}
#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79, #wrap-s-868ffb5c-9cae-46da-bd01-a9dac27cfe79, #wrap-content-s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 {
  display: none;
}
#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79, #wrap-s-868ffb5c-9cae-46da-bd01-a9dac27cfe79, #wrap-content-s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 { display: none !important; }}@media (max-width: 767px){#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 {
  overflow: hidden;
  
  
}







  #s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 img.shogun-image {
    

    
    
    
  }


#s-868ffb5c-9cae-46da-bd01-a9dac27cfe79 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231 {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231 {
  display: none;
}
#s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231, #wrap-s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231, #wrap-content-s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231 {
  display: none;
}
#s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231, #wrap-s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231, #wrap-content-s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231 {
  
}
}@media (max-width: 767px){#s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231 {
  display: none;
}
#s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231, #wrap-s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231, #wrap-content-s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5993cd81-d904-4ce0-b78a-6e8a8e7fa231"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-495bfbdb-7726-45e1-9381-38dbc25b2c6e {
  margin-top: 24px;
margin-left: 35%;
margin-bottom: 0px;
margin-right: 35%;
padding-bottom: 5px;
text-align: center;
}

#s-495bfbdb-7726-45e1-9381-38dbc25b2c6e {
  overflow: hidden;
  
  
}







  #s-495bfbdb-7726-45e1-9381-38dbc25b2c6e img.shogun-image {
    

    
    
    
  }


#s-495bfbdb-7726-45e1-9381-38dbc25b2c6e .shogun-image-content {
  
    justify-content: center;
  
}

#s-5fcfa02e-857c-4346-9bb5-bb8813ff2066 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-5fcfa02e-857c-4346-9bb5-bb8813ff2066 {
  overflow: hidden;
  
  
}







  #s-5fcfa02e-857c-4346-9bb5-bb8813ff2066 img.shogun-image {
    

    
    
    
  }


#s-5fcfa02e-857c-4346-9bb5-bb8813ff2066 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b7794631-e8b5-4939-8ef8-555cb569d548 {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}

#s-b7794631-e8b5-4939-8ef8-555cb569d548 {
  overflow: hidden;
  
  
}







  #s-b7794631-e8b5-4939-8ef8-555cb569d548 img.shogun-image {
    

    
    
    
  }


#s-b7794631-e8b5-4939-8ef8-555cb569d548 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8b976602-5f74-428b-8786-8d0a5aef6406 {
  min-height: 50px;
}








#s-8b976602-5f74-428b-8786-8d0a5aef6406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b976602-5f74-428b-8786-8d0a5aef6406.shg-box.shg-c {
  justify-content: center;
}

#s-976452eb-67b7-4ffa-8d26-0125bf54c739 {
  text-align: center;
}

#s-976452eb-67b7-4ffa-8d26-0125bf54c739 {
  overflow: hidden;
  
  
}







  #s-976452eb-67b7-4ffa-8d26-0125bf54c739 img.shogun-image {
    

    
    
    
  }


#s-976452eb-67b7-4ffa-8d26-0125bf54c739 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aec05df3-87f8-4d8c-9dd9-41804d596a58 {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-aec05df3-87f8-4d8c-9dd9-41804d596a58 {
  display: none;
}
#s-aec05df3-87f8-4d8c-9dd9-41804d596a58, #wrap-s-aec05df3-87f8-4d8c-9dd9-41804d596a58, #wrap-content-s-aec05df3-87f8-4d8c-9dd9-41804d596a58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aec05df3-87f8-4d8c-9dd9-41804d596a58 {
  display: none;
}
#s-aec05df3-87f8-4d8c-9dd9-41804d596a58, #wrap-s-aec05df3-87f8-4d8c-9dd9-41804d596a58, #wrap-content-s-aec05df3-87f8-4d8c-9dd9-41804d596a58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aec05df3-87f8-4d8c-9dd9-41804d596a58 {
  display: none;
}
#s-aec05df3-87f8-4d8c-9dd9-41804d596a58, #wrap-s-aec05df3-87f8-4d8c-9dd9-41804d596a58, #wrap-content-s-aec05df3-87f8-4d8c-9dd9-41804d596a58 { display: none !important; }}@media (max-width: 767px){#s-aec05df3-87f8-4d8c-9dd9-41804d596a58 {
  
}
}
@media (min-width: 0px) {
[id="s-aec05df3-87f8-4d8c-9dd9-41804d596a58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aec05df3-87f8-4d8c-9dd9-41804d596a58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aec05df3-87f8-4d8c-9dd9-41804d596a58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aec05df3-87f8-4d8c-9dd9-41804d596a58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba166949-80a3-4327-ab37-c397aaed7137 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-ba166949-80a3-4327-ab37-c397aaed7137 {
  margin-top: 5px;
margin-bottom: 10px;
}
}
#s-ba166949-80a3-4327-ab37-c397aaed7137 {
  overflow: hidden;
  
  
}







  #s-ba166949-80a3-4327-ab37-c397aaed7137 img.shogun-image {
    

    
    
    
  }


#s-ba166949-80a3-4327-ab37-c397aaed7137 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2fcc66b8-6a85-40a6-b0ef-a8e3495df930 {
  margin-left: 13%;
margin-bottom: 44px;
margin-right: 13%;
text-align: center;
}

#s-2fcc66b8-6a85-40a6-b0ef-a8e3495df930 {
  overflow: hidden;
  
  
}







  #s-2fcc66b8-6a85-40a6-b0ef-a8e3495df930 img.shogun-image {
    

    
    
    
  }


#s-2fcc66b8-6a85-40a6-b0ef-a8e3495df930 .shogun-image-content {
  
    justify-content: center;
  
}

#s-690c2a32-e975-4bf8-84a6-6fd688e04ddb {
  margin-top: -15px;
margin-left: 16%;
margin-bottom: 25px;
margin-right: 16%;
text-align: center;
}

#s-690c2a32-e975-4bf8-84a6-6fd688e04ddb {
  overflow: hidden;
  
  
}







  #s-690c2a32-e975-4bf8-84a6-6fd688e04ddb img.shogun-image {
    

    
    
    
  }


#s-690c2a32-e975-4bf8-84a6-6fd688e04ddb .shogun-image-content {
  
    justify-content: center;
  
}

#s-868dc32a-8b3f-41bd-a166-4d8390832385 {
  min-height: 50px;
}








#s-868dc32a-8b3f-41bd-a166-4d8390832385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-868dc32a-8b3f-41bd-a166-4d8390832385.shg-box.shg-c {
  justify-content: center;
}

#s-02e07ce6-2e15-4ac3-b143-3bf71f34e017 {
  max-width: 1125px;
text-align: center;
}

#s-02e07ce6-2e15-4ac3-b143-3bf71f34e017 {
  overflow: hidden;
  
  
      max-width: 1125px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-02e07ce6-2e15-4ac3-b143-3bf71f34e017 .shogun-image-content {
  
    justify-content: center;
  
}

#s-11357bc7-258f-4856-89e3-076f09423c98 {
  margin-top: 39px;
min-height: 100px;
}








#s-11357bc7-258f-4856-89e3-076f09423c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11357bc7-258f-4856-89e3-076f09423c98.shg-box.shg-c {
  justify-content: center;
}

#s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40 {
  display: none;
}
#s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40, #wrap-s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40, #wrap-content-s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40 {
  display: none;
}
#s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40, #wrap-s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40, #wrap-content-s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40 {
  display: none;
}
#s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40, #wrap-s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40, #wrap-content-s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40 { display: none !important; }}@media (max-width: 767px){#s-b5c92abe-7ffd-4fab-83d7-e459c6b02c40 {
  
}
}
#s-0f28ca6f-d53f-4873-b632-e154d2b37bde {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzY0MWVjYjMtZDY1OC00OTkzLTg3NDktODA3YWMyNTRjMjlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNjQxZWNiMy1kNjU4LTQ5OTMtODc0OS04MDdhYzI1NGMyOWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 25px;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#080808"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}];
}
#s-0f28ca6f-d53f-4873-b632-e154d2b37bde:hover {background-color: rgba(59, 59, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f28ca6f-d53f-4873-b632-e154d2b37bde:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0f28ca6f-d53f-4873-b632-e154d2b37bde {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTcyMTRjZGEtYjk5OS00MjAxLWJlZDUtYjk4MjQzZGEzN2Y4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDgwODA4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NzIxNGNkYS1iOTk5LTQyMDEtYmVkNS1iOTgyNDNkYTM3ZjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#080808"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}];
}
}

  #s-0f28ca6f-d53f-4873-b632-e154d2b37bde-root {
    text-align: center;
  }


#s-0f28ca6f-d53f-4873-b632-e154d2b37bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f28ca6f-d53f-4873-b632-e154d2b37bde-root {
    text-align: center;
  }


#s-0f28ca6f-d53f-4873-b632-e154d2b37bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f28ca6f-d53f-4873-b632-e154d2b37bde-root {
    text-align: center;
  }


#s-0f28ca6f-d53f-4873-b632-e154d2b37bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f28ca6f-d53f-4873-b632-e154d2b37bde-root {
    text-align: center;
  }


#s-0f28ca6f-d53f-4873-b632-e154d2b37bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f28ca6f-d53f-4873-b632-e154d2b37bde-root {
    text-align: center;
  }


#s-0f28ca6f-d53f-4873-b632-e154d2b37bde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-042b8409-4945-40ab-b7fb-161a81d5e355 {
  margin-top: 39px;
min-height: 50px;
}
@media (min-width: 1200px){#s-042b8409-4945-40ab-b7fb-161a81d5e355 {
  display: none;
}
#s-042b8409-4945-40ab-b7fb-161a81d5e355, #wrap-s-042b8409-4945-40ab-b7fb-161a81d5e355, #wrap-content-s-042b8409-4945-40ab-b7fb-161a81d5e355 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-042b8409-4945-40ab-b7fb-161a81d5e355 {
  display: none;
}
#s-042b8409-4945-40ab-b7fb-161a81d5e355, #wrap-s-042b8409-4945-40ab-b7fb-161a81d5e355, #wrap-content-s-042b8409-4945-40ab-b7fb-161a81d5e355 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-042b8409-4945-40ab-b7fb-161a81d5e355 {
  display: none;
}
#s-042b8409-4945-40ab-b7fb-161a81d5e355, #wrap-s-042b8409-4945-40ab-b7fb-161a81d5e355, #wrap-content-s-042b8409-4945-40ab-b7fb-161a81d5e355 { display: none !important; }}@media (max-width: 767px){#s-042b8409-4945-40ab-b7fb-161a81d5e355 {
  
}
}







#s-042b8409-4945-40ab-b7fb-161a81d5e355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-042b8409-4945-40ab-b7fb-161a81d5e355.shg-box.shg-c {
  justify-content: center;
}

#s-778aa889-5971-4878-8044-2d076d325f41 {
  margin-left: 8%;
margin-right: 8%;
}

#s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e {
  margin-top: 39px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e {
  display: none;
}
#s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e, #wrap-s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e, #wrap-content-s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e { display: none !important; }}@media (max-width: 767px){#s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e {
  display: none;
}
#s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e, #wrap-s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e, #wrap-content-s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e { display: none !important; }}







#s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2a7461e-136a-4454-a0f7-c9d2212c6a8e.shg-box.shg-c {
  justify-content: center;
}

#s-267861a6-0fe4-40c9-9403-2a1469ac879c {
  margin-left: 22%;
margin-right: 22%;
}
@media (max-width: 767px){#s-267861a6-0fe4-40c9-9403-2a1469ac879c {
  display: none;
}
#s-267861a6-0fe4-40c9-9403-2a1469ac879c, #wrap-s-267861a6-0fe4-40c9-9403-2a1469ac879c, #wrap-content-s-267861a6-0fe4-40c9-9403-2a1469ac879c { display: none !important; }}
#s-4b15a556-7538-4443-aa5a-584a93c33466 {
  margin-top: 39px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4b15a556-7538-4443-aa5a-584a93c33466 {
  display: none;
}
#s-4b15a556-7538-4443-aa5a-584a93c33466, #wrap-s-4b15a556-7538-4443-aa5a-584a93c33466, #wrap-content-s-4b15a556-7538-4443-aa5a-584a93c33466 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b15a556-7538-4443-aa5a-584a93c33466 {
  display: none;
}
#s-4b15a556-7538-4443-aa5a-584a93c33466, #wrap-s-4b15a556-7538-4443-aa5a-584a93c33466, #wrap-content-s-4b15a556-7538-4443-aa5a-584a93c33466 { display: none !important; }}@media (max-width: 767px){#s-4b15a556-7538-4443-aa5a-584a93c33466 {
  display: none;
}
#s-4b15a556-7538-4443-aa5a-584a93c33466, #wrap-s-4b15a556-7538-4443-aa5a-584a93c33466, #wrap-content-s-4b15a556-7538-4443-aa5a-584a93c33466 { display: none !important; }}







#s-4b15a556-7538-4443-aa5a-584a93c33466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b15a556-7538-4443-aa5a-584a93c33466.shg-box.shg-c {
  justify-content: center;
}

#s-ba80fc1e-e760-4bc1-bd54-30766d65d85b {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-ba80fc1e-e760-4bc1-bd54-30766d65d85b {
  display: none;
}
#s-ba80fc1e-e760-4bc1-bd54-30766d65d85b, #wrap-s-ba80fc1e-e760-4bc1-bd54-30766d65d85b, #wrap-content-s-ba80fc1e-e760-4bc1-bd54-30766d65d85b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba80fc1e-e760-4bc1-bd54-30766d65d85b {
  display: none;
}
#s-ba80fc1e-e760-4bc1-bd54-30766d65d85b, #wrap-s-ba80fc1e-e760-4bc1-bd54-30766d65d85b, #wrap-content-s-ba80fc1e-e760-4bc1-bd54-30766d65d85b { display: none !important; }}@media (max-width: 767px){#s-ba80fc1e-e760-4bc1-bd54-30766d65d85b {
  display: none;
}
#s-ba80fc1e-e760-4bc1-bd54-30766d65d85b, #wrap-s-ba80fc1e-e760-4bc1-bd54-30766d65d85b, #wrap-content-s-ba80fc1e-e760-4bc1-bd54-30766d65d85b { display: none !important; }}
/*
  $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;
}
