.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-919546b9-f1c3-45e9-8228-10d498646bc0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-919546b9-f1c3-45e9-8228-10d498646bc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-919546b9-f1c3-45e9-8228-10d498646bc0.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-5489646b-83c3-43d5-b359-e50b155ddf24 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5489646b-83c3-43d5-b359-e50b155ddf24 {
  display: none;
}
#s-5489646b-83c3-43d5-b359-e50b155ddf24, #wrap-s-5489646b-83c3-43d5-b359-e50b155ddf24, #wrap-content-s-5489646b-83c3-43d5-b359-e50b155ddf24 { display: none !important; }}@media (max-width: 767px){#s-5489646b-83c3-43d5-b359-e50b155ddf24 {
  display: none;
}
#s-5489646b-83c3-43d5-b359-e50b155ddf24, #wrap-s-5489646b-83c3-43d5-b359-e50b155ddf24, #wrap-content-s-5489646b-83c3-43d5-b359-e50b155ddf24 { display: none !important; }}
#s-5489646b-83c3-43d5-b359-e50b155ddf24 {
  overflow: hidden;
  
  
}







  #s-5489646b-83c3-43d5-b359-e50b155ddf24 img.shogun-image {
    

    
    
    
  }


#s-5489646b-83c3-43d5-b359-e50b155ddf24 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 {
  text-align: center;
}
@media (min-width: 1200px){#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 {
  display: none;
}
#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6, #wrap-s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6, #wrap-content-s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 {
  display: none;
}
#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6, #wrap-s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6, #wrap-content-s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 {
  
}
}@media (max-width: 767px){#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 {
  
}
}
#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 {
  overflow: hidden;
  
  
}







  #s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 img.shogun-image {
    

    
    
    
  }


#s-6fbdc555-92c0-415e-ab0c-28f42d9de8a6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-961c4047-ca0a-4422-b634-757e497a9dc0 {
  margin-left: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-961c4047-ca0a-4422-b634-757e497a9dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-961c4047-ca0a-4422-b634-757e497a9dc0.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-7e42585c-2dae-42a5-a67d-cea38a7ac576 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-af13eb7c-7453-4214-a262-2f42e51c116e {
  min-height: 50px;
}








#s-af13eb7c-7453-4214-a262-2f42e51c116e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af13eb7c-7453-4214-a262-2f42e51c116e.shg-box.shg-c {
  justify-content: center;
}

#s-2263f88c-76f1-4182-8128-9d2738330a4d {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-2263f88c-76f1-4182-8128-9d2738330a4d {
  overflow: hidden;
  
  
}







  #s-2263f88c-76f1-4182-8128-9d2738330a4d img.shogun-image {
    

    
    
    
  }


#s-2263f88c-76f1-4182-8128-9d2738330a4d .shogun-image-content {
  
    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: 0px) {
[id="s-d0fe74f6-5707-4146-a51e-61beb830688a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0fe74f6-5707-4146-a51e-61beb830688a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-d0fe74f6-5707-4146-a51e-61beb830688a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-d0fe74f6-5707-4146-a51e-61beb830688a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-d0fe74f6-5707-4146-a51e-61beb830688a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-d0fe74f6-5707-4146-a51e-61beb830688a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-d0fe74f6-5707-4146-a51e-61beb830688a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

}

#s-9837953c-326a-4c1b-b6ca-2cdebc70df82 {
  min-height: 50px;
}








#s-9837953c-326a-4c1b-b6ca-2cdebc70df82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9837953c-326a-4c1b-b6ca-2cdebc70df82.shg-box.shg-c {
  justify-content: center;
}

#s-d81e0c8a-51b8-4ad9-855a-6d506ec6fb05 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-d81e0c8a-51b8-4ad9-855a-6d506ec6fb05 {
  overflow: hidden;
  
  
}







  #s-d81e0c8a-51b8-4ad9-855a-6d506ec6fb05 img.shogun-image {
    

    
    
    
  }


#s-d81e0c8a-51b8-4ad9-855a-6d506ec6fb05 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3cb913e4-35b0-41d5-9011-757df9286a1c {
  min-height: 50px;
}








#s-3cb913e4-35b0-41d5-9011-757df9286a1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cb913e4-35b0-41d5-9011-757df9286a1c.shg-box.shg-c {
  justify-content: center;
}

#s-bf239fb1-17bb-4c82-bbf3-e91d5cac4e9d {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-bf239fb1-17bb-4c82-bbf3-e91d5cac4e9d {
  overflow: hidden;
  
  
}







  #s-bf239fb1-17bb-4c82-bbf3-e91d5cac4e9d img.shogun-image {
    

    
    
    
  }


#s-bf239fb1-17bb-4c82-bbf3-e91d5cac4e9d .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-56566332-028c-43fe-b027-32251c76194a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56566332-028c-43fe-b027-32251c76194a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-56566332-028c-43fe-b027-32251c76194a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-56566332-028c-43fe-b027-32251c76194a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-e3cef335-3df7-4e58-bf2d-8d487d2a1975 {
  min-height: 50px;
}








#s-e3cef335-3df7-4e58-bf2d-8d487d2a1975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3cef335-3df7-4e58-bf2d-8d487d2a1975.shg-box.shg-c {
  justify-content: center;
}

#s-5a73bcc2-f81c-495c-a134-c65d521e0b9a {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-5a73bcc2-f81c-495c-a134-c65d521e0b9a {
  overflow: hidden;
  
  
}







  #s-5a73bcc2-f81c-495c-a134-c65d521e0b9a img.shogun-image {
    

    
    
    
  }


#s-5a73bcc2-f81c-495c-a134-c65d521e0b9a .shogun-image-content {
  
    justify-content: center;
  
}

#s-08b818d7-9af5-4e8a-a308-9657e21165c6 {
  min-height: 50px;
}








#s-08b818d7-9af5-4e8a-a308-9657e21165c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08b818d7-9af5-4e8a-a308-9657e21165c6.shg-box.shg-c {
  justify-content: center;
}

#s-34422bce-f703-4575-9777-cd1787fbb342 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-34422bce-f703-4575-9777-cd1787fbb342 {
  overflow: hidden;
  
  
}







  #s-34422bce-f703-4575-9777-cd1787fbb342 img.shogun-image {
    

    
    
    
  }


#s-34422bce-f703-4575-9777-cd1787fbb342 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b8b20ba9-885b-40e8-bf66-0d101590f601 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-b8b20ba9-885b-40e8-bf66-0d101590f601 {
  overflow: hidden;
  
  
}







  #s-b8b20ba9-885b-40e8-bf66-0d101590f601 img.shogun-image {
    

    
    
    
  }


#s-b8b20ba9-885b-40e8-bf66-0d101590f601 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-10e77b26-fea1-4993-b1a8-ffa1aec10812"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10e77b26-fea1-4993-b1a8-ffa1aec10812"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-10e77b26-fea1-4993-b1a8-ffa1aec10812"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-10e77b26-fea1-4993-b1a8-ffa1aec10812"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-bf1834e0-dd3e-47cf-99a9-aa5bf5173e3c {
  min-height: 50px;
}








#s-bf1834e0-dd3e-47cf-99a9-aa5bf5173e3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf1834e0-dd3e-47cf-99a9-aa5bf5173e3c.shg-box.shg-c {
  justify-content: center;
}

#s-5d27805a-d406-43b0-9b39-0cf29cf4846c {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-5d27805a-d406-43b0-9b39-0cf29cf4846c {
  overflow: hidden;
  
  
}







  #s-5d27805a-d406-43b0-9b39-0cf29cf4846c img.shogun-image {
    

    
    
    
  }


#s-5d27805a-d406-43b0-9b39-0cf29cf4846c .shogun-image-content {
  
    justify-content: center;
  
}

#s-3869a666-2dec-4eb7-9d8b-f6e8ec065ecc {
  min-height: 50px;
}








#s-3869a666-2dec-4eb7-9d8b-f6e8ec065ecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3869a666-2dec-4eb7-9d8b-f6e8ec065ecc.shg-box.shg-c {
  justify-content: center;
}

#s-58c76de9-4e18-42b5-95f1-8dcc93208cee {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-58c76de9-4e18-42b5-95f1-8dcc93208cee {
  overflow: hidden;
  
  
}







  #s-58c76de9-4e18-42b5-95f1-8dcc93208cee img.shogun-image {
    

    
    
    
  }


#s-58c76de9-4e18-42b5-95f1-8dcc93208cee .shogun-image-content {
  
    justify-content: center;
  
}

#s-d3300698-fd70-4bfe-aecf-901c3fa65398 {
  min-height: 50px;
}








#s-d3300698-fd70-4bfe-aecf-901c3fa65398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3300698-fd70-4bfe-aecf-901c3fa65398.shg-box.shg-c {
  justify-content: center;
}

#s-2867aa54-3a46-4d22-81ef-9998c89022a5 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-2867aa54-3a46-4d22-81ef-9998c89022a5 {
  overflow: hidden;
  
  
}







  #s-2867aa54-3a46-4d22-81ef-9998c89022a5 img.shogun-image {
    

    
    
    
  }


#s-2867aa54-3a46-4d22-81ef-9998c89022a5 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-3b81369b-52ac-4b48-8ad7-42f662f4ebaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b81369b-52ac-4b48-8ad7-42f662f4ebaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-3b81369b-52ac-4b48-8ad7-42f662f4ebaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-3b81369b-52ac-4b48-8ad7-42f662f4ebaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-3e945e8e-27d7-4d67-9f51-15fc1a41c24d {
  min-height: 50px;
}








#s-3e945e8e-27d7-4d67-9f51-15fc1a41c24d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e945e8e-27d7-4d67-9f51-15fc1a41c24d.shg-box.shg-c {
  justify-content: center;
}

#s-73efeafd-9244-412f-b7f3-32b0af0c5cae {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-73efeafd-9244-412f-b7f3-32b0af0c5cae {
  overflow: hidden;
  
  
}







  #s-73efeafd-9244-412f-b7f3-32b0af0c5cae img.shogun-image {
    

    
    
    
  }


#s-73efeafd-9244-412f-b7f3-32b0af0c5cae .shogun-image-content {
  
    justify-content: center;
  
}

#s-e6cec81b-e5b8-4f14-998b-d83ae08a4550 {
  min-height: 50px;
}








#s-e6cec81b-e5b8-4f14-998b-d83ae08a4550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6cec81b-e5b8-4f14-998b-d83ae08a4550.shg-box.shg-c {
  justify-content: center;
}

#s-47245481-d98d-4233-b570-6b9d3c57ada6 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-47245481-d98d-4233-b570-6b9d3c57ada6 {
  overflow: hidden;
  
  
}







  #s-47245481-d98d-4233-b570-6b9d3c57ada6 img.shogun-image {
    

    
    
    
  }


#s-47245481-d98d-4233-b570-6b9d3c57ada6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b76e3de0-bf18-4c79-afc3-2af595fb514a {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-b76e3de0-bf18-4c79-afc3-2af595fb514a {
  overflow: hidden;
  
  
}







  #s-b76e3de0-bf18-4c79-afc3-2af595fb514a img.shogun-image {
    

    
    
    
  }


#s-b76e3de0-bf18-4c79-afc3-2af595fb514a .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-75575b62-f6ca-4984-98aa-03efa5e3c1ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75575b62-f6ca-4984-98aa-03efa5e3c1ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-75575b62-f6ca-4984-98aa-03efa5e3c1ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-75575b62-f6ca-4984-98aa-03efa5e3c1ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-75575b62-f6ca-4984-98aa-03efa5e3c1ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-75575b62-f6ca-4984-98aa-03efa5e3c1ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-75575b62-f6ca-4984-98aa-03efa5e3c1ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

}

#s-ce5097b3-0d29-4e43-b810-3c2644e1d0c5 {
  min-height: 50px;
}








#s-ce5097b3-0d29-4e43-b810-3c2644e1d0c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce5097b3-0d29-4e43-b810-3c2644e1d0c5.shg-box.shg-c {
  justify-content: center;
}

#s-c6b66366-cda2-44d8-a64a-23887c6a20ed {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-c6b66366-cda2-44d8-a64a-23887c6a20ed {
  overflow: hidden;
  
  
}







  #s-c6b66366-cda2-44d8-a64a-23887c6a20ed img.shogun-image {
    

    
    
    
  }


#s-c6b66366-cda2-44d8-a64a-23887c6a20ed .shogun-image-content {
  
    justify-content: center;
  
}

#s-398ef0ab-58a9-4794-a868-26feccdd8bee {
  min-height: 50px;
}








#s-398ef0ab-58a9-4794-a868-26feccdd8bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-398ef0ab-58a9-4794-a868-26feccdd8bee.shg-box.shg-c {
  justify-content: center;
}

#s-461b52b2-d3da-484c-af95-ae2256afc915 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-461b52b2-d3da-484c-af95-ae2256afc915 {
  overflow: hidden;
  
  
}







  #s-461b52b2-d3da-484c-af95-ae2256afc915 img.shogun-image {
    

    
    
    
  }


#s-461b52b2-d3da-484c-af95-ae2256afc915 .shogun-image-content {
  
    justify-content: center;
  
}

#s-48fe9206-fb90-4118-ba9c-a655978d91da {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
}








#s-48fe9206-fb90-4118-ba9c-a655978d91da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48fe9206-fb90-4118-ba9c-a655978d91da.shg-box.shg-c {
  justify-content: center;
}

#s-c7f8c6ce-a829-4bda-ade3-be39a3920201 {
  margin-left: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-c7f8c6ce-a829-4bda-ade3-be39a3920201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7f8c6ce-a829-4bda-ade3-be39a3920201.shg-box.shg-c {
  justify-content: center;
}

#s-4f984e1b-435d-490c-8835-3a208595564a {
  min-height: 50px;
}








#s-4f984e1b-435d-490c-8835-3a208595564a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f984e1b-435d-490c-8835-3a208595564a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8c9733a3-8be0-4b6b-9731-7e60d7643b2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c9733a3-8be0-4b6b-9731-7e60d7643b2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-8c9733a3-8be0-4b6b-9731-7e60d7643b2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-8c9733a3-8be0-4b6b-9731-7e60d7643b2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-9cb59520-97e2-4fd5-91a0-1013fb0ea4d5 {
  min-height: 50px;
}








#s-9cb59520-97e2-4fd5-91a0-1013fb0ea4d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cb59520-97e2-4fd5-91a0-1013fb0ea4d5.shg-box.shg-c {
  justify-content: center;
}

#s-264d4637-67ef-48fc-b1d1-9dd8e5b2483c {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-264d4637-67ef-48fc-b1d1-9dd8e5b2483c {
  overflow: hidden;
  
  
}







  #s-264d4637-67ef-48fc-b1d1-9dd8e5b2483c img.shogun-image {
    

    
    
    
  }


#s-264d4637-67ef-48fc-b1d1-9dd8e5b2483c .shogun-image-content {
  
    justify-content: center;
  
}

#s-d772e7eb-f11a-47ae-a80e-5187d5ffa17d {
  min-height: 50px;
}








#s-d772e7eb-f11a-47ae-a80e-5187d5ffa17d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d772e7eb-f11a-47ae-a80e-5187d5ffa17d.shg-box.shg-c {
  justify-content: center;
}

#s-4ce3890c-c274-447f-ad27-ce2bcc307d5e {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-4ce3890c-c274-447f-ad27-ce2bcc307d5e {
  overflow: hidden;
  
  
}







  #s-4ce3890c-c274-447f-ad27-ce2bcc307d5e img.shogun-image {
    

    
    
    
  }


#s-4ce3890c-c274-447f-ad27-ce2bcc307d5e .shogun-image-content {
  
    justify-content: center;
  
}

#s-b8943a7f-da40-4751-aec6-509692016abe {
  min-height: 50px;
}








#s-b8943a7f-da40-4751-aec6-509692016abe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8943a7f-da40-4751-aec6-509692016abe.shg-box.shg-c {
  justify-content: center;
}

#s-8538541d-38c6-4a4b-a078-60250878addd {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-8538541d-38c6-4a4b-a078-60250878addd {
  overflow: hidden;
  
  
}







  #s-8538541d-38c6-4a4b-a078-60250878addd img.shogun-image {
    

    
    
    
  }


#s-8538541d-38c6-4a4b-a078-60250878addd .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-8b0969b1-97a2-4387-b47a-a5ee1a795b72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b0969b1-97a2-4387-b47a-a5ee1a795b72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-8b0969b1-97a2-4387-b47a-a5ee1a795b72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-8b0969b1-97a2-4387-b47a-a5ee1a795b72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-726c0fcb-2f9c-4d60-9e27-79df43f393d7 {
  min-height: 50px;
}








#s-726c0fcb-2f9c-4d60-9e27-79df43f393d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-726c0fcb-2f9c-4d60-9e27-79df43f393d7.shg-box.shg-c {
  justify-content: center;
}

#s-dd435a65-6ab7-4404-972e-5d3e4eac3722 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-dd435a65-6ab7-4404-972e-5d3e4eac3722 {
  overflow: hidden;
  
  
}







  #s-dd435a65-6ab7-4404-972e-5d3e4eac3722 img.shogun-image {
    

    
    
    
  }


#s-dd435a65-6ab7-4404-972e-5d3e4eac3722 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e88f31ab-a30c-4fe1-9d9d-a13533e1f81b {
  min-height: 50px;
}








#s-e88f31ab-a30c-4fe1-9d9d-a13533e1f81b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e88f31ab-a30c-4fe1-9d9d-a13533e1f81b.shg-box.shg-c {
  justify-content: center;
}

#s-dc86d952-6281-435b-906f-d95fb80460fd {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-dc86d952-6281-435b-906f-d95fb80460fd {
  overflow: hidden;
  
  
}







  #s-dc86d952-6281-435b-906f-d95fb80460fd img.shogun-image {
    

    
    
    
  }


#s-dc86d952-6281-435b-906f-d95fb80460fd .shogun-image-content {
  
    justify-content: center;
  
}

#s-efa329a3-bd16-4aa4-87a9-aae2afcc0f58 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-efa329a3-bd16-4aa4-87a9-aae2afcc0f58 {
  overflow: hidden;
  
  
}







  #s-efa329a3-bd16-4aa4-87a9-aae2afcc0f58 img.shogun-image {
    

    
    
    
  }


#s-efa329a3-bd16-4aa4-87a9-aae2afcc0f58 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-110c2391-978d-493e-b3ab-019861f04fcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-110c2391-978d-493e-b3ab-019861f04fcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-110c2391-978d-493e-b3ab-019861f04fcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-110c2391-978d-493e-b3ab-019861f04fcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-110c2391-978d-493e-b3ab-019861f04fcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-110c2391-978d-493e-b3ab-019861f04fcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-110c2391-978d-493e-b3ab-019861f04fcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

}

#s-c7713bfb-c9c4-40d9-a0d2-d65440e10256 {
  min-height: 50px;
}








#s-c7713bfb-c9c4-40d9-a0d2-d65440e10256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7713bfb-c9c4-40d9-a0d2-d65440e10256.shg-box.shg-c {
  justify-content: center;
}

#s-9fdb7a4d-d2af-44e8-8170-a95a18901c9c {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-9fdb7a4d-d2af-44e8-8170-a95a18901c9c {
  overflow: hidden;
  
  
}







  #s-9fdb7a4d-d2af-44e8-8170-a95a18901c9c img.shogun-image {
    

    
    
    
  }


#s-9fdb7a4d-d2af-44e8-8170-a95a18901c9c .shogun-image-content {
  
    justify-content: center;
  
}

#s-eb6db902-8b75-468f-8391-86a2dcd0c54b {
  min-height: 50px;
}








#s-eb6db902-8b75-468f-8391-86a2dcd0c54b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb6db902-8b75-468f-8391-86a2dcd0c54b.shg-box.shg-c {
  justify-content: center;
}

#s-df9301d3-93e4-422b-baa0-420f78708c05 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-df9301d3-93e4-422b-baa0-420f78708c05 {
  overflow: hidden;
  
  
}







  #s-df9301d3-93e4-422b-baa0-420f78708c05 img.shogun-image {
    

    
    
    
  }


#s-df9301d3-93e4-422b-baa0-420f78708c05 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-da118f17-3520-4c6f-9955-78b11ad61492"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da118f17-3520-4c6f-9955-78b11ad61492"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-da118f17-3520-4c6f-9955-78b11ad61492"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-da118f17-3520-4c6f-9955-78b11ad61492"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-da118f17-3520-4c6f-9955-78b11ad61492"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-da118f17-3520-4c6f-9955-78b11ad61492"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-da118f17-3520-4c6f-9955-78b11ad61492"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

}

#s-43144570-e051-4328-926b-3e748791d4a4 {
  min-height: 50px;
}








#s-43144570-e051-4328-926b-3e748791d4a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43144570-e051-4328-926b-3e748791d4a4.shg-box.shg-c {
  justify-content: center;
}

#s-c6901b40-645c-4603-9c2a-3e98df4d8328 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-c6901b40-645c-4603-9c2a-3e98df4d8328 {
  overflow: hidden;
  
  
}







  #s-c6901b40-645c-4603-9c2a-3e98df4d8328 img.shogun-image {
    

    
    
    
  }


#s-c6901b40-645c-4603-9c2a-3e98df4d8328 .shogun-image-content {
  
    justify-content: center;
  
}

#s-98163ff9-1674-43a4-9c93-fdb196e10577 {
  min-height: 50px;
}








#s-98163ff9-1674-43a4-9c93-fdb196e10577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98163ff9-1674-43a4-9c93-fdb196e10577.shg-box.shg-c {
  justify-content: center;
}

#s-d235d583-d245-4678-a616-bed8c050f546 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-d235d583-d245-4678-a616-bed8c050f546 {
  overflow: hidden;
  
  
}







  #s-d235d583-d245-4678-a616-bed8c050f546 img.shogun-image {
    

    
    
    
  }


#s-d235d583-d245-4678-a616-bed8c050f546 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d1496640-dced-46f4-a7a7-a82f702f34cc {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-d1496640-dced-46f4-a7a7-a82f702f34cc {
  overflow: hidden;
  
  
}







  #s-d1496640-dced-46f4-a7a7-a82f702f34cc img.shogun-image {
    

    
    
    
  }


#s-d1496640-dced-46f4-a7a7-a82f702f34cc .shogun-image-content {
  
    justify-content: center;
  
}

#s-959a0e0b-8a8f-459f-8a5b-66f4fd173419 {
  min-height: 50px;
}








#s-959a0e0b-8a8f-459f-8a5b-66f4fd173419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-959a0e0b-8a8f-459f-8a5b-66f4fd173419.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5ad424ca-cc9d-4642-a766-eec6285c1f70 {
  padding-top: 2em;
padding-bottom: 2em;
min-height: 50px;
}








#s-5ad424ca-cc9d-4642-a766-eec6285c1f70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ad424ca-cc9d-4642-a766-eec6285c1f70.shg-box.shg-c {
  justify-content: center;
}

#s-2627e07d-b846-45ba-a0a2-253940d0915f {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-2627e07d-b846-45ba-a0a2-253940d0915f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2627e07d-b846-45ba-a0a2-253940d0915f.shg-box.shg-c {
  justify-content: center;
}

#s-e4c1e61c-4775-444f-b644-fd8231d92727 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-34bd946f-042d-4dee-bcfb-259129b36eb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34bd946f-042d-4dee-bcfb-259129b36eb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-34bd946f-042d-4dee-bcfb-259129b36eb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-34bd946f-042d-4dee-bcfb-259129b36eb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

#s-d1eef1c5-13e1-471f-91b3-a80c2cf13e01 {
  min-height: 50px;
}








#s-d1eef1c5-13e1-471f-91b3-a80c2cf13e01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1eef1c5-13e1-471f-91b3-a80c2cf13e01.shg-box.shg-c {
  justify-content: center;
}

#s-3d69de0a-7106-4258-b0fb-5e9ee5332b3b {
  min-height: 50px;
}








#s-3d69de0a-7106-4258-b0fb-5e9ee5332b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d69de0a-7106-4258-b0fb-5e9ee5332b3b.shg-box.shg-c {
  justify-content: center;
}

#s-fa20ddfd-1782-407a-9dfa-8798810abad1 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-fa20ddfd-1782-407a-9dfa-8798810abad1 {
  overflow: hidden;
  
  
}







  #s-fa20ddfd-1782-407a-9dfa-8798810abad1 img.shogun-image {
    

    
    
    
  }


#s-fa20ddfd-1782-407a-9dfa-8798810abad1 .shogun-image-content {
  
    justify-content: center;
  
}

.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-49b1258f-1346-47df-9f49-45da508d1c23 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmRhYzMzZTktYzBkNS00ODhhLWE5NGMtNTZjNTRhNmYwZDk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJjZWJlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzhiZWIwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZGFjMzNlOS1jMGQ1LTQ4OGEtYTk0Yy01NmM1NGE2ZjBkOTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0.25em;
margin-left: auto;
margin-bottom: 0.25em;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 275px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#92cebe"}, {"id"=>2, "pos"=>1, "color"=>"#78beb0"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
}
#s-49b1258f-1346-47df-9f49-45da508d1c23:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzVlNmYxOWUtNDlhYi00OGI3LWI3MjMtMDc5NTJiZmM5ZDk4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmJjYmFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ5ZTgzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NWU2ZjE5ZS00OWFiLTQ4YjctYjcyMy0wNzk1MmJmYzlkOTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2bcbac"}, {"id"=>2, "pos"=>1, "color"=>"#1d9e83"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-49b1258f-1346-47df-9f49-45da508d1c23:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-49b1258f-1346-47df-9f49-45da508d1c23-root {
    text-align: center;
  }


#s-49b1258f-1346-47df-9f49-45da508d1c23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-49b1258f-1346-47df-9f49-45da508d1c23-root {
    text-align: center;
  }


#s-49b1258f-1346-47df-9f49-45da508d1c23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49b1258f-1346-47df-9f49-45da508d1c23-root {
    text-align: center;
  }


#s-49b1258f-1346-47df-9f49-45da508d1c23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49b1258f-1346-47df-9f49-45da508d1c23-root {
    text-align: center;
  }


#s-49b1258f-1346-47df-9f49-45da508d1c23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-49b1258f-1346-47df-9f49-45da508d1c23-root {
    text-align: center;
  }


#s-49b1258f-1346-47df-9f49-45da508d1c23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-a0bc15f9-5066-4ec9-8856-2204c2981b83 {
  min-height: 50px;
}








#s-a0bc15f9-5066-4ec9-8856-2204c2981b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0bc15f9-5066-4ec9-8856-2204c2981b83.shg-box.shg-c {
  justify-content: center;
}

#s-d6d38bca-fd0f-4738-bb14-98acbef8e0da {
  min-height: 50px;
}








#s-d6d38bca-fd0f-4738-bb14-98acbef8e0da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6d38bca-fd0f-4738-bb14-98acbef8e0da.shg-box.shg-c {
  justify-content: center;
}

#s-b34f6072-75f1-43e0-83a8-40c0622e4064 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-b34f6072-75f1-43e0-83a8-40c0622e4064 {
  overflow: hidden;
  
  
}







  #s-b34f6072-75f1-43e0-83a8-40c0622e4064 img.shogun-image {
    

    
    
    
  }


#s-b34f6072-75f1-43e0-83a8-40c0622e4064 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8e801887-d09b-4821-b869-18510654c6df {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmRhYzMzZTktYzBkNS00ODhhLWE5NGMtNTZjNTRhNmYwZDk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJjZWJlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzhiZWIwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZGFjMzNlOS1jMGQ1LTQ4OGEtYTk0Yy01NmM1NGE2ZjBkOTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0.25em;
margin-left: auto;
margin-bottom: 0.25em;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 275px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#92cebe"}, {"id"=>2, "pos"=>1, "color"=>"#78beb0"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
}
#s-8e801887-d09b-4821-b869-18510654c6df:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDRhOTUzOGMtNzhjOS00NzVhLTkzM2QtYzNjYTExMGY0YzJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmJjYmFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ5ZTgzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NGE5NTM4Yy03OGM5LTQ3NWEtOTMzZC1jM2NhMTEwZjRjMmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2bcbac"}, {"id"=>2, "pos"=>1, "color"=>"#1d9e83"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-8e801887-d09b-4821-b869-18510654c6df:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8e801887-d09b-4821-b869-18510654c6df-root {
    text-align: center;
  }


#s-8e801887-d09b-4821-b869-18510654c6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e801887-d09b-4821-b869-18510654c6df-root {
    text-align: center;
  }


#s-8e801887-d09b-4821-b869-18510654c6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e801887-d09b-4821-b869-18510654c6df-root {
    text-align: center;
  }


#s-8e801887-d09b-4821-b869-18510654c6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e801887-d09b-4821-b869-18510654c6df-root {
    text-align: center;
  }


#s-8e801887-d09b-4821-b869-18510654c6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e801887-d09b-4821-b869-18510654c6df-root {
    text-align: center;
  }


#s-8e801887-d09b-4821-b869-18510654c6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-76d90c4b-bdb4-4d09-8328-6dff83d3b8e9 {
  min-height: 50px;
}








#s-76d90c4b-bdb4-4d09-8328-6dff83d3b8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76d90c4b-bdb4-4d09-8328-6dff83d3b8e9.shg-box.shg-c {
  justify-content: center;
}

#s-c105d7be-a19d-4b53-8aec-e16f428b7b10 {
  min-height: 50px;
}








#s-c105d7be-a19d-4b53-8aec-e16f428b7b10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c105d7be-a19d-4b53-8aec-e16f428b7b10.shg-box.shg-c {
  justify-content: center;
}

#s-3cf33ccf-79b0-4062-b301-365bbee8376c {
  padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
}

#s-3cf33ccf-79b0-4062-b301-365bbee8376c {
  overflow: hidden;
  
  
}







  #s-3cf33ccf-79b0-4062-b301-365bbee8376c img.shogun-image {
    

    
    
    
  }


#s-3cf33ccf-79b0-4062-b301-365bbee8376c .shogun-image-content {
  
    justify-content: center;
  
}

#s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmRhYzMzZTktYzBkNS00ODhhLWE5NGMtNTZjNTRhNmYwZDk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJjZWJlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzhiZWIwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZGFjMzNlOS1jMGQ1LTQ4OGEtYTk0Yy01NmM1NGE2ZjBkOTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0.25em;
margin-left: auto;
margin-bottom: 0.25em;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 275px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#92cebe"}, {"id"=>2, "pos"=>1, "color"=>"#78beb0"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
}
#s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzIyMTg5ZTMtZTQzMS00ZWRiLTg4NDgtMTIwNjIzZWFiZmNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmJjYmFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ5ZTgzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMjIxODllMy1lNDMxLTRlZGItODg0OC0xMjA2MjNlYWJmY2YpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2bcbac"}, {"id"=>2, "pos"=>1, "color"=>"#1d9e83"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5-root {
    text-align: center;
  }


#s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5-root {
    text-align: center;
  }


#s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5-root {
    text-align: center;
  }


#s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5-root {
    text-align: center;
  }


#s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5-root {
    text-align: center;
  }


#s-a2da94f4-cbc7-4409-bb8b-49f6c5cbf6f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  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;
}
