.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-18a6c468-fba6-4f9b-b964-323896c01fd9 {
  background-size: cover;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
background-repeat: repeat;
}








#s-18a6c468-fba6-4f9b-b964-323896c01fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18a6c468-fba6-4f9b-b964-323896c01fd9.shg-box.shg-c {
  justify-content: center;
}

#s-73b248b3-9e9d-4097-b296-90551347099c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-73b248b3-9e9d-4097-b296-90551347099c {
  
}
}@media (max-width: 767px){#s-73b248b3-9e9d-4097-b296-90551347099c {
  
}
}







#s-73b248b3-9e9d-4097-b296-90551347099c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73b248b3-9e9d-4097-b296-90551347099c.shg-box.shg-c {
  justify-content: center;
}

#s-2e8abfab-934f-4e6c-b180-89eb7eb67956 {
  margin-left: auto;
margin-right: auto;
}








#s-2e8abfab-934f-4e6c-b180-89eb7eb67956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e8abfab-934f-4e6c-b180-89eb7eb67956.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-b34217c2-d5df-45bc-9da6-d09d2268c0e2 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-6eb36bf0-109a-4ab1-bd52-ab01c999f520 {
  background-size: cover;
padding-top: 40px;
padding-left: 3%;
padding-bottom: 40px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: center top;
background-repeat: repeat;
}








#s-6eb36bf0-109a-4ab1-bd52-ab01c999f520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6eb36bf0-109a-4ab1-bd52-ab01c999f520.shg-box.shg-c {
  justify-content: center;
}

#s-92a9f883-47c2-4b83-aaa0-1368c00d1b41 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1150px;
}








#s-92a9f883-47c2-4b83-aaa0-1368c00d1b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92a9f883-47c2-4b83-aaa0-1368c00d1b41.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-00d2a734-8a8d-4836-9d55-176b7cc947b8 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-00d2a734-8a8d-4836-9d55-176b7cc947b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00d2a734-8a8d-4836-9d55-176b7cc947b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-00d2a734-8a8d-4836-9d55-176b7cc947b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-00d2a734-8a8d-4836-9d55-176b7cc947b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0em);
}

}

@media (max-width: 767px) {
  [id="s-00d2a734-8a8d-4836-9d55-176b7cc947b8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-069ee0a6-1667-4921-8dfa-04a25d56f7a0 {
  min-height: 50px;
}








#s-069ee0a6-1667-4921-8dfa-04a25d56f7a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-069ee0a6-1667-4921-8dfa-04a25d56f7a0.shg-box.shg-c {
  justify-content: center;
}

#s-fdc8d523-6dd0-4800-b022-39151f6ad261 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 550px;
}
@media (min-width: 1200px){#s-fdc8d523-6dd0-4800-b022-39151f6ad261 {
  display: none;
}
#s-fdc8d523-6dd0-4800-b022-39151f6ad261, #wrap-s-fdc8d523-6dd0-4800-b022-39151f6ad261 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdc8d523-6dd0-4800-b022-39151f6ad261 {
  display: none;
}
#s-fdc8d523-6dd0-4800-b022-39151f6ad261, #wrap-s-fdc8d523-6dd0-4800-b022-39151f6ad261 { display: none !important; }}
#s-c97e24e9-f4cf-4277-857d-aa794eb84ade {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
max-width: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c97e24e9-f4cf-4277-857d-aa794eb84ade {
  display: none;
}
#s-c97e24e9-f4cf-4277-857d-aa794eb84ade, #wrap-s-c97e24e9-f4cf-4277-857d-aa794eb84ade { display: none !important; }}@media (max-width: 767px){#s-c97e24e9-f4cf-4277-857d-aa794eb84ade {
  display: none;
}
#s-c97e24e9-f4cf-4277-857d-aa794eb84ade, #wrap-s-c97e24e9-f4cf-4277-857d-aa794eb84ade { display: none !important; }}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c6bd7a48-8c53-47fc-907d-e713d42e33b8 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1759px;
aspect-ratio: 1759/2048;
text-align: center;
}







  #s-c6bd7a48-8c53-47fc-907d-e713d42e33b8 img.shogun-image {
    

    
    
    
  }


#s-c6bd7a48-8c53-47fc-907d-e713d42e33b8 .shogun-image-content {
  
    align-items: center;
  
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-fa49b233-c00a-4d68-a690-053c25821d5f {
  margin-left: auto;
margin-right: auto;
max-width: 1759px;
aspect-ratio: 1759/2048;
text-align: center;
}



.shg-image-margin-container-s-fa49b233-c00a-4d68-a690-053c25821d5f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
    
    
  }


.s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa49b233-c00a-4d68-a690-053c25821d5f {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
      position: relative;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fa49b233-c00a-4d68-a690-053c25821d5f {
  
  
  
  
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
    
    
  }


.s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa49b233-c00a-4d68-a690-053c25821d5f {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
      position: relative;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-fa49b233-c00a-4d68-a690-053c25821d5f {
  
  
  
  
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
    
    
  }


.s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa49b233-c00a-4d68-a690-053c25821d5f {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
      position: relative;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-fa49b233-c00a-4d68-a690-053c25821d5f {
  
  
  
  
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
    
    
  }


.s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa49b233-c00a-4d68-a690-053c25821d5f {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
      position: relative;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-fa49b233-c00a-4d68-a690-053c25821d5f {
  
  
  
  
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa49b233-c00a-4d68-a690-053c25821d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
    
    
  }


.s-fa49b233-c00a-4d68-a690-053c25821d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa49b233-c00a-4d68-a690-053c25821d5f {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container {
      position: relative;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa49b233-c00a-4d68-a690-053c25821d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6a70c372-2485-496c-8384-08a12ecdd3d8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a70c372-2485-496c-8384-08a12ecdd3d8 {
  
}
}@media (max-width: 767px){#s-6a70c372-2485-496c-8384-08a12ecdd3d8 {
  
}
}







#s-6a70c372-2485-496c-8384-08a12ecdd3d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a70c372-2485-496c-8384-08a12ecdd3d8.shg-box.shg-c {
  justify-content: center;
}

#s-b66082c2-687c-42cf-b47e-05c7e946c062 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b66082c2-687c-42cf-b47e-05c7e946c062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b66082c2-687c-42cf-b47e-05c7e946c062.shg-box.shg-c {
  justify-content: center;
}

#s-06eb61b9-edb8-41e8-a615-52ce250f0351 {
  margin-top: 10px;
margin-bottom: -30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-06eb61b9-edb8-41e8-a615-52ce250f0351 {
  display: none;
}
#s-06eb61b9-edb8-41e8-a615-52ce250f0351, #wrap-s-06eb61b9-edb8-41e8-a615-52ce250f0351 { display: none !important; }}@media (max-width: 767px){#s-06eb61b9-edb8-41e8-a615-52ce250f0351 {
  display: none;
}
#s-06eb61b9-edb8-41e8-a615-52ce250f0351, #wrap-s-06eb61b9-edb8-41e8-a615-52ce250f0351 { display: none !important; }}
#s-f673fe9c-bd99-41b7-99aa-d6ad8a3a2b1f {
  margin-top: 10px;
margin-bottom: -40px;
}
@media (min-width: 1200px){#s-f673fe9c-bd99-41b7-99aa-d6ad8a3a2b1f {
  display: none;
}
#s-f673fe9c-bd99-41b7-99aa-d6ad8a3a2b1f, #wrap-s-f673fe9c-bd99-41b7-99aa-d6ad8a3a2b1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f673fe9c-bd99-41b7-99aa-d6ad8a3a2b1f {
  display: none;
}
#s-f673fe9c-bd99-41b7-99aa-d6ad8a3a2b1f, #wrap-s-f673fe9c-bd99-41b7-99aa-d6ad8a3a2b1f { display: none !important; }}
#s-b78fbb99-7e66-4a81-98f6-56ef07ff137c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b78fbb99-7e66-4a81-98f6-56ef07ff137c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b78fbb99-7e66-4a81-98f6-56ef07ff137c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-b78fbb99-7e66-4a81-98f6-56ef07ff137c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-b78fbb99-7e66-4a81-98f6-56ef07ff137c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

.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-d5614d29-dadb-4678-a608-3d7fe4033656 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-d5614d29-dadb-4678-a608-3d7fe4033656:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M2NzNhYjUtYzA3Yi00ZWM2LWE5M2UtOGNlMmRlNjg5ZjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzY3M2FiNS1jMDdiLTRlYzYtYTkzZS04Y2UyZGU2ODlmMDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-d5614d29-dadb-4678-a608-3d7fe4033656:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzViYWJmYjYtNGMyMC00MDFkLThmZmYtN2IwODFkNGVlOWUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NWJhYmZiNi00YzIwLTQwMWQtOGZmZi03YjA4MWQ0ZWU5ZTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d5614d29-dadb-4678-a608-3d7fe4033656-root {
    text-align: center;
  }


#s-d5614d29-dadb-4678-a608-3d7fe4033656.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5614d29-dadb-4678-a608-3d7fe4033656-root {
    text-align: center;
  }


#s-d5614d29-dadb-4678-a608-3d7fe4033656.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5614d29-dadb-4678-a608-3d7fe4033656-root {
    text-align: center;
  }


#s-d5614d29-dadb-4678-a608-3d7fe4033656.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5614d29-dadb-4678-a608-3d7fe4033656-root {
    text-align: center;
  }


#s-d5614d29-dadb-4678-a608-3d7fe4033656.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5614d29-dadb-4678-a608-3d7fe4033656-root {
    text-align: center;
  }


#s-d5614d29-dadb-4678-a608-3d7fe4033656.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-be6c5d25-df63-4c39-8324-635c61981cae {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-be6c5d25-df63-4c39-8324-635c61981cae:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RjNjc5MTQtMDdjZS00OTk5LTlmM2EtOGEwODUxMTQwY2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGM2NzkxNC0wN2NlLTQ5OTktOWYzYS04YTA4NTExNDBjZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-be6c5d25-df63-4c39-8324-635c61981cae:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTdjODUxYjUtYmYxMi00NDE0LWI3MjItYTNjZDJmYmM1OGY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlN2M4NTFiNS1iZjEyLTQ0MTQtYjcyMi1hM2NkMmZiYzU4ZjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-be6c5d25-df63-4c39-8324-635c61981cae-root {
    text-align: center;
  }


#s-be6c5d25-df63-4c39-8324-635c61981cae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be6c5d25-df63-4c39-8324-635c61981cae-root {
    text-align: center;
  }


#s-be6c5d25-df63-4c39-8324-635c61981cae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be6c5d25-df63-4c39-8324-635c61981cae-root {
    text-align: center;
  }


#s-be6c5d25-df63-4c39-8324-635c61981cae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be6c5d25-df63-4c39-8324-635c61981cae-root {
    text-align: center;
  }


#s-be6c5d25-df63-4c39-8324-635c61981cae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be6c5d25-df63-4c39-8324-635c61981cae-root {
    text-align: center;
  }


#s-be6c5d25-df63-4c39-8324-635c61981cae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-100d1ce3-7183-4288-b8f3-4828fb707c08 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-100d1ce3-7183-4288-b8f3-4828fb707c08:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQyMTNlM2QtMDBlZi00ZmMyLWE1MGEtNjMwZWM1MmI5YWE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZDIxM2UzZC0wMGVmLTRmYzItYTUwYS02MzBlYzUyYjlhYTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-100d1ce3-7183-4288-b8f3-4828fb707c08:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGZlZjFiYzUtYjc2OS00MzkzLTk2ODQtMGQ1NjA1Mzk3YjNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZmVmMWJjNS1iNzY5LTQzOTMtOTY4NC0wZDU2MDUzOTdiM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-100d1ce3-7183-4288-b8f3-4828fb707c08-root {
    text-align: center;
  }


#s-100d1ce3-7183-4288-b8f3-4828fb707c08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-100d1ce3-7183-4288-b8f3-4828fb707c08-root {
    text-align: center;
  }


#s-100d1ce3-7183-4288-b8f3-4828fb707c08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-100d1ce3-7183-4288-b8f3-4828fb707c08-root {
    text-align: center;
  }


#s-100d1ce3-7183-4288-b8f3-4828fb707c08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-100d1ce3-7183-4288-b8f3-4828fb707c08-root {
    text-align: center;
  }


#s-100d1ce3-7183-4288-b8f3-4828fb707c08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-100d1ce3-7183-4288-b8f3-4828fb707c08-root {
    text-align: center;
  }


#s-100d1ce3-7183-4288-b8f3-4828fb707c08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-d6e5d958-10f4-47ca-abe1-3d4c98246955 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d6e5d958-10f4-47ca-abe1-3d4c98246955"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-d6e5d958-10f4-47ca-abe1-3d4c98246955"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-d6e5d958-10f4-47ca-abe1-3d4c98246955"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-d6e5d958-10f4-47ca-abe1-3d4c98246955"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-707f247e-826a-41ca-bbfe-5621488644df {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-707f247e-826a-41ca-bbfe-5621488644df:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RjNjc5MTQtMDdjZS00OTk5LTlmM2EtOGEwODUxMTQwY2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGM2NzkxNC0wN2NlLTQ5OTktOWYzYS04YTA4NTExNDBjZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-707f247e-826a-41ca-bbfe-5621488644df:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODAxNWRkYTEtMjcxOS00Y2MyLWEyZDgtMWZmMjA5OWFhMTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDE1ZGRhMS0yNzE5LTRjYzItYTJkOC0xZmYyMDk5YWExNWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-707f247e-826a-41ca-bbfe-5621488644df-root {
    text-align: center;
  }


#s-707f247e-826a-41ca-bbfe-5621488644df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-707f247e-826a-41ca-bbfe-5621488644df-root {
    text-align: center;
  }


#s-707f247e-826a-41ca-bbfe-5621488644df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-707f247e-826a-41ca-bbfe-5621488644df-root {
    text-align: center;
  }


#s-707f247e-826a-41ca-bbfe-5621488644df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-707f247e-826a-41ca-bbfe-5621488644df-root {
    text-align: center;
  }


#s-707f247e-826a-41ca-bbfe-5621488644df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-707f247e-826a-41ca-bbfe-5621488644df-root {
    text-align: center;
  }


#s-707f247e-826a-41ca-bbfe-5621488644df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-ee2364fd-7509-40fa-a121-ed5272a072c2 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-ee2364fd-7509-40fa-a121-ed5272a072c2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M2NzNhYjUtYzA3Yi00ZWM2LWE5M2UtOGNlMmRlNjg5ZjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzY3M2FiNS1jMDdiLTRlYzYtYTkzZS04Y2UyZGU2ODlmMDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-ee2364fd-7509-40fa-a121-ed5272a072c2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTYyMmIzMzgtYWU4MC00NGE1LTg4MzgtNmRjMzFlM2EyNTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNjIyYjMzOC1hZTgwLTQ0YTUtODgzOC02ZGMzMWUzYTI1MjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ee2364fd-7509-40fa-a121-ed5272a072c2-root {
    text-align: center;
  }


#s-ee2364fd-7509-40fa-a121-ed5272a072c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee2364fd-7509-40fa-a121-ed5272a072c2-root {
    text-align: center;
  }


#s-ee2364fd-7509-40fa-a121-ed5272a072c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee2364fd-7509-40fa-a121-ed5272a072c2-root {
    text-align: center;
  }


#s-ee2364fd-7509-40fa-a121-ed5272a072c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee2364fd-7509-40fa-a121-ed5272a072c2-root {
    text-align: center;
  }


#s-ee2364fd-7509-40fa-a121-ed5272a072c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee2364fd-7509-40fa-a121-ed5272a072c2-root {
    text-align: center;
  }


#s-ee2364fd-7509-40fa-a121-ed5272a072c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-8baf2844-604c-4850-bc68-bf4c99d4b555 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-8baf2844-604c-4850-bc68-bf4c99d4b555:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RjNjc5MTQtMDdjZS00OTk5LTlmM2EtOGEwODUxMTQwY2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGM2NzkxNC0wN2NlLTQ5OTktOWYzYS04YTA4NTExNDBjZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-8baf2844-604c-4850-bc68-bf4c99d4b555:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE1MzI1MzQtNmFlMy00YzllLThhM2UtMTc4YTNhNzdlMmNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YTUzMjUzNC02YWUzLTRjOWUtOGEzZS0xNzhhM2E3N2UyY2YpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8baf2844-604c-4850-bc68-bf4c99d4b555-root {
    text-align: center;
  }


#s-8baf2844-604c-4850-bc68-bf4c99d4b555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8baf2844-604c-4850-bc68-bf4c99d4b555-root {
    text-align: center;
  }


#s-8baf2844-604c-4850-bc68-bf4c99d4b555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8baf2844-604c-4850-bc68-bf4c99d4b555-root {
    text-align: center;
  }


#s-8baf2844-604c-4850-bc68-bf4c99d4b555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8baf2844-604c-4850-bc68-bf4c99d4b555-root {
    text-align: center;
  }


#s-8baf2844-604c-4850-bc68-bf4c99d4b555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8baf2844-604c-4850-bc68-bf4c99d4b555-root {
    text-align: center;
  }


#s-8baf2844-604c-4850-bc68-bf4c99d4b555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RjNjc5MTQtMDdjZS00OTk5LTlmM2EtOGEwODUxMTQwY2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGM2NzkxNC0wN2NlLTQ5OTktOWYzYS04YTA4NTExNDBjZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJlZDE3ZTAtZmUyYy00OWYzLTkxYmUtZWY2ODQ0MmQyZWViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmVkMTdlMC1mZTJjLTQ5ZjMtOTFiZS1lZjY4NDQyZDJlZWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d-root {
    text-align: center;
  }


#s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d-root {
    text-align: center;
  }


#s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d-root {
    text-align: center;
  }


#s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d-root {
    text-align: center;
  }


#s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d-root {
    text-align: center;
  }


#s-bca635d0-7242-4ea7-b84c-b3af6a1c9a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-697ee008-fed3-4bbb-9753-30a4f9ccb706 {
  background-size: cover;
padding-top: 61px;
padding-left: 3%;
padding-bottom: 61px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
background-repeat: repeat;
}








#s-697ee008-fed3-4bbb-9753-30a4f9ccb706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-697ee008-fed3-4bbb-9753-30a4f9ccb706.shg-box.shg-c {
  justify-content: center;
}

#s-15dda861-e4b4-45de-8e51-54d24cf330c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-15dda861-e4b4-45de-8e51-54d24cf330c3 {
  
}
}@media (max-width: 767px){#s-15dda861-e4b4-45de-8e51-54d24cf330c3 {
  
}
}







#s-15dda861-e4b4-45de-8e51-54d24cf330c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15dda861-e4b4-45de-8e51-54d24cf330c3.shg-box.shg-c {
  justify-content: center;
}

#s-5f91ba83-c4f1-4035-850a-7f7fb89a8e48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5f91ba83-c4f1-4035-850a-7f7fb89a8e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f91ba83-c4f1-4035-850a-7f7fb89a8e48.shg-box.shg-c {
  justify-content: center;
}

#s-51eccd00-24a1-499c-add7-1bf2dad5696f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-color: #000;
border-style: none;
}

@media (min-width: 0px) {
[id="s-51eccd00-24a1-499c-add7-1bf2dad5696f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51eccd00-24a1-499c-add7-1bf2dad5696f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51eccd00-24a1-499c-add7-1bf2dad5696f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51eccd00-24a1-499c-add7-1bf2dad5696f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51eccd00-24a1-499c-add7-1bf2dad5696f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51eccd00-24a1-499c-add7-1bf2dad5696f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51eccd00-24a1-499c-add7-1bf2dad5696f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
max-width: 660px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
    
    
  }


.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
      position: relative;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  
  
  
  
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
    
    
  }


.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
      position: relative;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  
  
  
  
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
    
    
  }


.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
      position: relative;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  
  
  
  
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
    
    
  }


.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
      position: relative;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  
  
  
  
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
    
    
  }


.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container {
      position: relative;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9efbe56-6d01-42c2-91f8-43bb5dbbc756 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ad2b9a86-37d3-49e5-a01a-2b08ba87670d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

#s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3 {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3-root {
    text-align: center;
  }


#s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3-root {
    text-align: center;
  }


#s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3-root {
    text-align: center;
  }


#s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3-root {
    text-align: center;
  }


#s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3-root {
    text-align: center;
  }


#s-a79f35e0-6c3c-478e-b84b-b246f0f9a6a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-3f23d7d7-1148-4345-8872-dfb9a3b4faa4 {
  text-align: left;
}

#s-99b99c29-10a9-4493-8bdb-1e0ccbc1dc80 {
  background-size: cover;
padding-top: 61px;
padding-left: 3%;
padding-bottom: 61px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(75, 75, 75, 1);
background-position: center center;
background-repeat: repeat;
}








#s-99b99c29-10a9-4493-8bdb-1e0ccbc1dc80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99b99c29-10a9-4493-8bdb-1e0ccbc1dc80.shg-box.shg-c {
  justify-content: center;
}

#s-c48d2cf5-9821-4d90-a919-d7a64c3e1e44 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c48d2cf5-9821-4d90-a919-d7a64c3e1e44 {
  
}
}@media (max-width: 767px){#s-c48d2cf5-9821-4d90-a919-d7a64c3e1e44 {
  
}
}







#s-c48d2cf5-9821-4d90-a919-d7a64c3e1e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c48d2cf5-9821-4d90-a919-d7a64c3e1e44.shg-box.shg-c {
  justify-content: center;
}

#s-11097589-da97-4889-94ae-1b0b50ab61d0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-11097589-da97-4889-94ae-1b0b50ab61d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11097589-da97-4889-94ae-1b0b50ab61d0.shg-box.shg-c {
  justify-content: center;
}

#s-ae2c066d-3ff5-40d5-96d7-37d6ae774510 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-color: #000;
border-style: none;
}

@media (min-width: 0px) {
[id="s-ae2c066d-3ff5-40d5-96d7-37d6ae774510"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae2c066d-3ff5-40d5-96d7-37d6ae774510"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae2c066d-3ff5-40d5-96d7-37d6ae774510"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae2c066d-3ff5-40d5-96d7-37d6ae774510"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae2c066d-3ff5-40d5-96d7-37d6ae774510"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae2c066d-3ff5-40d5-96d7-37d6ae774510"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae2c066d-3ff5-40d5-96d7-37d6ae774510"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  margin-left: auto;
margin-right: auto;
max-width: 660px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
    
    
  }


.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-content {
  
    align-items: center;
  
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
      position: relative;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  
  
  
  
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
    
    
  }


.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-content {
  
    align-items: center;
  
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
      position: relative;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  
  
  
  
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
    
    
  }


.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-content {
  
    align-items: center;
  
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
      position: relative;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  
  
  
  
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
    
    
  }


.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-content {
  
    align-items: center;
  
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
      position: relative;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  
  
  
  
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
    
    
  }


.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 .shogun-image-content {
  
    align-items: center;
  
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container {
      position: relative;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db71cbe9-1703-4d1a-b86e-dd7cc8bba930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e0926a28-4e05-4c29-bbca-db2aa2f0bc42 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

#s-f4f6cfdd-0353-4d9b-aa05-322bdbaaa5cd {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f4f6cfdd-0353-4d9b-aa05-322bdbaaa5cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4f6cfdd-0353-4d9b-aa05-322bdbaaa5cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-f4f6cfdd-0353-4d9b-aa05-322bdbaaa5cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-f4f6cfdd-0353-4d9b-aa05-322bdbaaa5cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d-root {
    text-align: center;
  }


#s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d-root {
    text-align: center;
  }


#s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d-root {
    text-align: center;
  }


#s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d-root {
    text-align: center;
  }


#s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d-root {
    text-align: center;
  }


#s-8ed8c4d5-e407-4931-b1a8-5a2f0540193d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-389b27b9-df34-4b16-a93e-5085d1eee4de {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-389b27b9-df34-4b16-a93e-5085d1eee4de:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-389b27b9-df34-4b16-a93e-5085d1eee4de:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-389b27b9-df34-4b16-a93e-5085d1eee4de-root {
    text-align: center;
  }


#s-389b27b9-df34-4b16-a93e-5085d1eee4de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-389b27b9-df34-4b16-a93e-5085d1eee4de-root {
    text-align: center;
  }


#s-389b27b9-df34-4b16-a93e-5085d1eee4de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-389b27b9-df34-4b16-a93e-5085d1eee4de-root {
    text-align: center;
  }


#s-389b27b9-df34-4b16-a93e-5085d1eee4de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-389b27b9-df34-4b16-a93e-5085d1eee4de-root {
    text-align: center;
  }


#s-389b27b9-df34-4b16-a93e-5085d1eee4de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-389b27b9-df34-4b16-a93e-5085d1eee4de-root {
    text-align: center;
  }


#s-389b27b9-df34-4b16-a93e-5085d1eee4de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1-root {
    text-align: center;
  }


#s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1-root {
    text-align: center;
  }


#s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1-root {
    text-align: center;
  }


#s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1-root {
    text-align: center;
  }


#s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1-root {
    text-align: center;
  }


#s-d7c32fdf-9495-4cb8-a059-08e8ae44e4b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-3f08a0ea-fb37-4877-9bf7-b137f323defb {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3f08a0ea-fb37-4877-9bf7-b137f323defb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f08a0ea-fb37-4877-9bf7-b137f323defb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-3f08a0ea-fb37-4877-9bf7-b137f323defb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-3f08a0ea-fb37-4877-9bf7-b137f323defb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-3df01f07-573f-435d-8179-99b3c2ad0dda {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-3df01f07-573f-435d-8179-99b3c2ad0dda:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-3df01f07-573f-435d-8179-99b3c2ad0dda:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3df01f07-573f-435d-8179-99b3c2ad0dda-root {
    text-align: center;
  }


#s-3df01f07-573f-435d-8179-99b3c2ad0dda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3df01f07-573f-435d-8179-99b3c2ad0dda-root {
    text-align: center;
  }


#s-3df01f07-573f-435d-8179-99b3c2ad0dda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3df01f07-573f-435d-8179-99b3c2ad0dda-root {
    text-align: center;
  }


#s-3df01f07-573f-435d-8179-99b3c2ad0dda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3df01f07-573f-435d-8179-99b3c2ad0dda-root {
    text-align: center;
  }


#s-3df01f07-573f-435d-8179-99b3c2ad0dda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3df01f07-573f-435d-8179-99b3c2ad0dda-root {
    text-align: center;
  }


#s-3df01f07-573f-435d-8179-99b3c2ad0dda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-d0c50dab-b43b-4636-abd6-1611351f9e9a {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-d0c50dab-b43b-4636-abd6-1611351f9e9a:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-d0c50dab-b43b-4636-abd6-1611351f9e9a:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d0c50dab-b43b-4636-abd6-1611351f9e9a-root {
    text-align: center;
  }


#s-d0c50dab-b43b-4636-abd6-1611351f9e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d0c50dab-b43b-4636-abd6-1611351f9e9a-root {
    text-align: center;
  }


#s-d0c50dab-b43b-4636-abd6-1611351f9e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0c50dab-b43b-4636-abd6-1611351f9e9a-root {
    text-align: center;
  }


#s-d0c50dab-b43b-4636-abd6-1611351f9e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0c50dab-b43b-4636-abd6-1611351f9e9a-root {
    text-align: center;
  }


#s-d0c50dab-b43b-4636-abd6-1611351f9e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d0c50dab-b43b-4636-abd6-1611351f9e9a-root {
    text-align: center;
  }


#s-d0c50dab-b43b-4636-abd6-1611351f9e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2-root {
    text-align: center;
  }


#s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2-root {
    text-align: center;
  }


#s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2-root {
    text-align: center;
  }


#s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2-root {
    text-align: center;
  }


#s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2-root {
    text-align: center;
  }


#s-3031e94f-7e2a-4c95-a1a6-337c38f66ac2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-dcf4cfd6-dd23-4c4c-ad59-769561b0aa15 {
  text-align: left;
}

#s-65afd435-e4f9-4273-af40-2d3d963bf085 {
  background-repeat: repeat;
background-size: cover;
padding-top: 61px;
padding-left: 3%;
padding-bottom: 61px;
padding-right: 3%;
min-height: 50px;
background-position: center center;
}








#s-65afd435-e4f9-4273-af40-2d3d963bf085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65afd435-e4f9-4273-af40-2d3d963bf085.shg-box.shg-c {
  justify-content: center;
}

#s-5eb8bf9f-048b-4749-96a3-92357835d1ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5eb8bf9f-048b-4749-96a3-92357835d1ff {
  
}
}@media (max-width: 767px){#s-5eb8bf9f-048b-4749-96a3-92357835d1ff {
  
}
}







#s-5eb8bf9f-048b-4749-96a3-92357835d1ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5eb8bf9f-048b-4749-96a3-92357835d1ff.shg-box.shg-c {
  justify-content: center;
}

#s-a515144c-1891-417f-b4d9-9bb4f59358cd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a515144c-1891-417f-b4d9-9bb4f59358cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a515144c-1891-417f-b4d9-9bb4f59358cd.shg-box.shg-c {
  justify-content: center;
}

#s-4923d8b7-7166-441d-856f-bcb5162e2cf4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4923d8b7-7166-441d-856f-bcb5162e2cf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4923d8b7-7166-441d-856f-bcb5162e2cf4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4923d8b7-7166-441d-856f-bcb5162e2cf4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4923d8b7-7166-441d-856f-bcb5162e2cf4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4923d8b7-7166-441d-856f-bcb5162e2cf4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4923d8b7-7166-441d-856f-bcb5162e2cf4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4923d8b7-7166-441d-856f-bcb5162e2cf4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  margin-left: auto;
margin-right: auto;
max-width: 1759px;
aspect-ratio: 1759/2048;
text-align: center;
}



.shg-image-margin-container-s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
    
    
  }


.s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
      position: relative;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  
  
  
  
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
    
    
  }


.s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
      position: relative;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  
  
  
  
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
    
    
  }


.s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
      position: relative;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  
  
  
  
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
    
    
  }


.s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
      position: relative;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  
  
  
  
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
    
    
  }


.s-1bfba40e-533d-411a-94ac-9d227a86fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container {
      position: relative;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bfba40e-533d-411a-94ac-9d227a86fbfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-346aba5d-e2a1-479b-8224-68df3254b385 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1759px;
aspect-ratio: 1759/2048;
text-align: center;
}







  #s-346aba5d-e2a1-479b-8224-68df3254b385 img.shogun-image {
    

    
    
    
  }


#s-346aba5d-e2a1-479b-8224-68df3254b385 .shogun-image-content {
  
    align-items: center;
  
}

#s-c060426e-6e8a-48a0-8592-c557d1a2733e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: -80px;
margin-right: auto;
}

#s-b0179748-5673-4208-8a3c-df826341a8c4 {
  margin-top: 80px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-946b0a30-9b63-4628-b1af-8d8a65f149aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-946b0a30-9b63-4628-b1af-8d8a65f149aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-946b0a30-9b63-4628-b1af-8d8a65f149aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-946b0a30-9b63-4628-b1af-8d8a65f149aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-946b0a30-9b63-4628-b1af-8d8a65f149aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M2NzNhYjUtYzA3Yi00ZWM2LWE5M2UtOGNlMmRlNjg5ZjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzY3M2FiNS1jMDdiLTRlYzYtYTkzZS04Y2UyZGU2ODlmMDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzViYWJmYjYtNGMyMC00MDFkLThmZmYtN2IwODFkNGVlOWUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NWJhYmZiNi00YzIwLTQwMWQtOGZmZi03YjA4MWQ0ZWU5ZTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b-root {
    text-align: center;
  }


#s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b-root {
    text-align: center;
  }


#s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b-root {
    text-align: center;
  }


#s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b-root {
    text-align: center;
  }


#s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b-root {
    text-align: center;
  }


#s-c45b4dbf-7340-4e3a-bdf7-b7edaf76c34b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-1508c2b4-f717-44e3-bf40-deacd85bdbbd {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-1508c2b4-f717-44e3-bf40-deacd85bdbbd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RjNjc5MTQtMDdjZS00OTk5LTlmM2EtOGEwODUxMTQwY2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGM2NzkxNC0wN2NlLTQ5OTktOWYzYS04YTA4NTExNDBjZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-1508c2b4-f717-44e3-bf40-deacd85bdbbd:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTdjODUxYjUtYmYxMi00NDE0LWI3MjItYTNjZDJmYmM1OGY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlN2M4NTFiNS1iZjEyLTQ0MTQtYjcyMi1hM2NkMmZiYzU4ZjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1508c2b4-f717-44e3-bf40-deacd85bdbbd-root {
    text-align: center;
  }


#s-1508c2b4-f717-44e3-bf40-deacd85bdbbd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1508c2b4-f717-44e3-bf40-deacd85bdbbd-root {
    text-align: center;
  }


#s-1508c2b4-f717-44e3-bf40-deacd85bdbbd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1508c2b4-f717-44e3-bf40-deacd85bdbbd-root {
    text-align: center;
  }


#s-1508c2b4-f717-44e3-bf40-deacd85bdbbd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1508c2b4-f717-44e3-bf40-deacd85bdbbd-root {
    text-align: center;
  }


#s-1508c2b4-f717-44e3-bf40-deacd85bdbbd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1508c2b4-f717-44e3-bf40-deacd85bdbbd-root {
    text-align: center;
  }


#s-1508c2b4-f717-44e3-bf40-deacd85bdbbd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-04c5ec80-39c5-4655-a900-bbb86e5dde58 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-04c5ec80-39c5-4655-a900-bbb86e5dde58:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQyMTNlM2QtMDBlZi00ZmMyLWE1MGEtNjMwZWM1MmI5YWE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZDIxM2UzZC0wMGVmLTRmYzItYTUwYS02MzBlYzUyYjlhYTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-04c5ec80-39c5-4655-a900-bbb86e5dde58:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGZlZjFiYzUtYjc2OS00MzkzLTk2ODQtMGQ1NjA1Mzk3YjNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZmVmMWJjNS1iNzY5LTQzOTMtOTY4NC0wZDU2MDUzOTdiM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-04c5ec80-39c5-4655-a900-bbb86e5dde58-root {
    text-align: center;
  }


#s-04c5ec80-39c5-4655-a900-bbb86e5dde58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04c5ec80-39c5-4655-a900-bbb86e5dde58-root {
    text-align: center;
  }


#s-04c5ec80-39c5-4655-a900-bbb86e5dde58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04c5ec80-39c5-4655-a900-bbb86e5dde58-root {
    text-align: center;
  }


#s-04c5ec80-39c5-4655-a900-bbb86e5dde58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04c5ec80-39c5-4655-a900-bbb86e5dde58-root {
    text-align: center;
  }


#s-04c5ec80-39c5-4655-a900-bbb86e5dde58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04c5ec80-39c5-4655-a900-bbb86e5dde58-root {
    text-align: center;
  }


#s-04c5ec80-39c5-4655-a900-bbb86e5dde58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-1ee5c9fe-5060-4933-a083-6f48f5a1d739 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1ee5c9fe-5060-4933-a083-6f48f5a1d739"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-1ee5c9fe-5060-4933-a083-6f48f5a1d739"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-1ee5c9fe-5060-4933-a083-6f48f5a1d739"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-1ee5c9fe-5060-4933-a083-6f48f5a1d739"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-9129ac48-26a6-4a38-8cdc-2dbe2e197606 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-9129ac48-26a6-4a38-8cdc-2dbe2e197606:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RjNjc5MTQtMDdjZS00OTk5LTlmM2EtOGEwODUxMTQwY2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGM2NzkxNC0wN2NlLTQ5OTktOWYzYS04YTA4NTExNDBjZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-9129ac48-26a6-4a38-8cdc-2dbe2e197606:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODAxNWRkYTEtMjcxOS00Y2MyLWEyZDgtMWZmMjA5OWFhMTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDE1ZGRhMS0yNzE5LTRjYzItYTJkOC0xZmYyMDk5YWExNWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9129ac48-26a6-4a38-8cdc-2dbe2e197606-root {
    text-align: center;
  }


#s-9129ac48-26a6-4a38-8cdc-2dbe2e197606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9129ac48-26a6-4a38-8cdc-2dbe2e197606-root {
    text-align: center;
  }


#s-9129ac48-26a6-4a38-8cdc-2dbe2e197606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9129ac48-26a6-4a38-8cdc-2dbe2e197606-root {
    text-align: center;
  }


#s-9129ac48-26a6-4a38-8cdc-2dbe2e197606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9129ac48-26a6-4a38-8cdc-2dbe2e197606-root {
    text-align: center;
  }


#s-9129ac48-26a6-4a38-8cdc-2dbe2e197606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9129ac48-26a6-4a38-8cdc-2dbe2e197606-root {
    text-align: center;
  }


#s-9129ac48-26a6-4a38-8cdc-2dbe2e197606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-cacc58dc-323b-40e1-85af-57af48861dea {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-cacc58dc-323b-40e1-85af-57af48861dea:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M2NzNhYjUtYzA3Yi00ZWM2LWE5M2UtOGNlMmRlNjg5ZjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzY3M2FiNS1jMDdiLTRlYzYtYTkzZS04Y2UyZGU2ODlmMDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-cacc58dc-323b-40e1-85af-57af48861dea:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTYyMmIzMzgtYWU4MC00NGE1LTg4MzgtNmRjMzFlM2EyNTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNjIyYjMzOC1hZTgwLTQ0YTUtODgzOC02ZGMzMWUzYTI1MjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-cacc58dc-323b-40e1-85af-57af48861dea-root {
    text-align: center;
  }


#s-cacc58dc-323b-40e1-85af-57af48861dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cacc58dc-323b-40e1-85af-57af48861dea-root {
    text-align: center;
  }


#s-cacc58dc-323b-40e1-85af-57af48861dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cacc58dc-323b-40e1-85af-57af48861dea-root {
    text-align: center;
  }


#s-cacc58dc-323b-40e1-85af-57af48861dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cacc58dc-323b-40e1-85af-57af48861dea-root {
    text-align: center;
  }


#s-cacc58dc-323b-40e1-85af-57af48861dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cacc58dc-323b-40e1-85af-57af48861dea-root {
    text-align: center;
  }


#s-cacc58dc-323b-40e1-85af-57af48861dea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-8c38298c-e840-4179-a6e9-e2d4babbd225 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-8c38298c-e840-4179-a6e9-e2d4babbd225:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RjNjc5MTQtMDdjZS00OTk5LTlmM2EtOGEwODUxMTQwY2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGM2NzkxNC0wN2NlLTQ5OTktOWYzYS04YTA4NTExNDBjZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-8c38298c-e840-4179-a6e9-e2d4babbd225:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE1MzI1MzQtNmFlMy00YzllLThhM2UtMTc4YTNhNzdlMmNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YTUzMjUzNC02YWUzLTRjOWUtOGEzZS0xNzhhM2E3N2UyY2YpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8c38298c-e840-4179-a6e9-e2d4babbd225-root {
    text-align: center;
  }


#s-8c38298c-e840-4179-a6e9-e2d4babbd225.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c38298c-e840-4179-a6e9-e2d4babbd225-root {
    text-align: center;
  }


#s-8c38298c-e840-4179-a6e9-e2d4babbd225.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c38298c-e840-4179-a6e9-e2d4babbd225-root {
    text-align: center;
  }


#s-8c38298c-e840-4179-a6e9-e2d4babbd225.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c38298c-e840-4179-a6e9-e2d4babbd225-root {
    text-align: center;
  }


#s-8c38298c-e840-4179-a6e9-e2d4babbd225.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c38298c-e840-4179-a6e9-e2d4babbd225-root {
    text-align: center;
  }


#s-8c38298c-e840-4179-a6e9-e2d4babbd225.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-9a504e5d-e541-4317-a004-ae3036aeb59a {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(68, 66, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-9a504e5d-e541-4317-a004-ae3036aeb59a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RjNjc5MTQtMDdjZS00OTk5LTlmM2EtOGEwODUxMTQwY2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGM2NzkxNC0wN2NlLTQ5OTktOWYzYS04YTA4NTExNDBjZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a504e5d-e541-4317-a004-ae3036aeb59a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJlZDE3ZTAtZmUyYy00OWYzLTkxYmUtZWY2ODQ0MmQyZWViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDMwMzAzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWM5OTlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmVkMTdlMC1mZTJjLTQ5ZjMtOTFiZS1lZjY4NDQyZDJlZWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#030303"}, {"id"=>2, "pos"=>1, "color"=>"#9c999f"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9a504e5d-e541-4317-a004-ae3036aeb59a-root {
    text-align: center;
  }


#s-9a504e5d-e541-4317-a004-ae3036aeb59a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a504e5d-e541-4317-a004-ae3036aeb59a-root {
    text-align: center;
  }


#s-9a504e5d-e541-4317-a004-ae3036aeb59a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a504e5d-e541-4317-a004-ae3036aeb59a-root {
    text-align: center;
  }


#s-9a504e5d-e541-4317-a004-ae3036aeb59a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a504e5d-e541-4317-a004-ae3036aeb59a-root {
    text-align: center;
  }


#s-9a504e5d-e541-4317-a004-ae3036aeb59a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a504e5d-e541-4317-a004-ae3036aeb59a-root {
    text-align: center;
  }


#s-9a504e5d-e541-4317-a004-ae3036aeb59a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-186b9347-dc21-408b-982d-34cd398e50be {
  text-align: left;
}

#s-5e03308e-4f7c-4071-a5ef-5a2d92fe741b {
  background-size: cover;
padding-top: 61px;
padding-left: 3%;
padding-bottom: 61px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(75, 75, 75, 1);
background-position: center center;
background-repeat: repeat;
}








#s-5e03308e-4f7c-4071-a5ef-5a2d92fe741b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e03308e-4f7c-4071-a5ef-5a2d92fe741b.shg-box.shg-c {
  justify-content: center;
}

#s-f2537f9e-774d-49a3-8a06-6fc5a19eb300 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f2537f9e-774d-49a3-8a06-6fc5a19eb300"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2537f9e-774d-49a3-8a06-6fc5a19eb300"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2537f9e-774d-49a3-8a06-6fc5a19eb300"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f2537f9e-774d-49a3-8a06-6fc5a19eb300"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2537f9e-774d-49a3-8a06-6fc5a19eb300"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2537f9e-774d-49a3-8a06-6fc5a19eb300"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2537f9e-774d-49a3-8a06-6fc5a19eb300"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-01404ddf-04a0-4efc-b3fa-74b957b2b461 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01404ddf-04a0-4efc-b3fa-74b957b2b461 {
  
}
}@media (max-width: 767px){#s-01404ddf-04a0-4efc-b3fa-74b957b2b461 {
  
}
}







#s-01404ddf-04a0-4efc-b3fa-74b957b2b461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01404ddf-04a0-4efc-b3fa-74b957b2b461.shg-box.shg-c {
  justify-content: center;
}

#s-6d84c854-7d59-4bac-9739-ad495b1a6c7f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6d84c854-7d59-4bac-9739-ad495b1a6c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d84c854-7d59-4bac-9739-ad495b1a6c7f.shg-box.shg-c {
  justify-content: center;
}

#s-cdd035b7-553b-492d-9ad0-9f5e0ff69907 {
  margin-left: auto;
margin-right: auto;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: none;
}

@media (min-width: 0px) {
[id="s-cdd035b7-553b-492d-9ad0-9f5e0ff69907"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdd035b7-553b-492d-9ad0-9f5e0ff69907"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdd035b7-553b-492d-9ad0-9f5e0ff69907"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdd035b7-553b-492d-9ad0-9f5e0ff69907"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1760px;
aspect-ratio: 1759/2048;
text-align: center;
background-color: rgba(75, 75, 75, 1);
}



.shg-image-margin-container-s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
    
    
  }


.s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
      position: relative;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  
  
  
  
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
    
    
  }


.s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
      position: relative;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  
  
  
  
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
    
    
  }


.s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
      position: relative;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  
  
  
  
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
    
    
  }


.s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
      position: relative;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  
  
  
  
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
    
    
  }


.s-8f382053-6b4b-476c-a128-ee5a856a2ce0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container {
      position: relative;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382053-6b4b-476c-a128-ee5a856a2ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b32fb172-4594-4375-9dfa-723682b2c26d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-aaedd658-6921-4b8f-a8a8-77936d83a000 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-aaedd658-6921-4b8f-a8a8-77936d83a000:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-aaedd658-6921-4b8f-a8a8-77936d83a000:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-aaedd658-6921-4b8f-a8a8-77936d83a000-root {
    text-align: center;
  }


#s-aaedd658-6921-4b8f-a8a8-77936d83a000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aaedd658-6921-4b8f-a8a8-77936d83a000-root {
    text-align: center;
  }


#s-aaedd658-6921-4b8f-a8a8-77936d83a000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aaedd658-6921-4b8f-a8a8-77936d83a000-root {
    text-align: center;
  }


#s-aaedd658-6921-4b8f-a8a8-77936d83a000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aaedd658-6921-4b8f-a8a8-77936d83a000-root {
    text-align: center;
  }


#s-aaedd658-6921-4b8f-a8a8-77936d83a000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aaedd658-6921-4b8f-a8a8-77936d83a000-root {
    text-align: center;
  }


#s-aaedd658-6921-4b8f-a8a8-77936d83a000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  margin-left: auto;
margin-right: auto;
max-width: 1759px;
aspect-ratio: 1759/2048;
text-align: center;
}



.shg-image-margin-container-s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
    
    
  }


.s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
      position: relative;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  
  
  
  
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
    
    
  }


.s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
      position: relative;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  
  
  
  
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
    
    
  }


.s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
      position: relative;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  
  
  
  
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
    
    
  }


.s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
      position: relative;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  
  
  
  
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      aspect-ratio: 1759/2048;
      width: 100%;
      height: 100%;
    }

    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-link {
      aspect-ratio: 1759/2048;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
    
    
  }


.s-2d977237-0cd2-4b0f-90b5-9f05e552b171 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 {
      --shg-aspect-ratio: calc(1759/2048); 
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container {
      position: relative;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d977237-0cd2-4b0f-90b5-9f05e552b171 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bf32963d-caa6-40fd-bc9f-d69ed83d4eec {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5-root {
    text-align: center;
  }


#s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5-root {
    text-align: center;
  }


#s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5-root {
    text-align: center;
  }


#s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5-root {
    text-align: center;
  }


#s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5-root {
    text-align: center;
  }


#s-092df5c6-e0f2-4aba-8cbc-2f737d3268e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-3e049f07-88af-47c2-b893-815803a539ef {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3e049f07-88af-47c2-b893-815803a539ef > .shg-box-overlay {
  background-color: rgba(29, 34, 50, 1);
  opacity: 0;
  display: block;
}#s-3e049f07-88af-47c2-b893-815803a539ef.shg-box.shg-c {
  justify-content: center;
}

#s-e93c0d2f-cc15-4c9b-b2bf-becf38d6558f {
  margin-top: 0px;
margin-bottom: -60px;
}

#s-61f9b7e1-9a3d-4391-a5ee-5676a2b350df {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61f9b7e1-9a3d-4391-a5ee-5676a2b350df {
  
}
}@media (max-width: 767px){#s-61f9b7e1-9a3d-4391-a5ee-5676a2b350df {
  
}
}







#s-61f9b7e1-9a3d-4391-a5ee-5676a2b350df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61f9b7e1-9a3d-4391-a5ee-5676a2b350df.shg-box.shg-c {
  justify-content: center;
}

#s-f3c907aa-c85a-48be-be89-88b76012ac65 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f3c907aa-c85a-48be-be89-88b76012ac65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3c907aa-c85a-48be-be89-88b76012ac65.shg-box.shg-c {
  justify-content: center;
}

#s-9d4dc2fa-41d5-47ae-bd38-5bd015692e62 {
  margin-top: 10px;
margin-bottom: -30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d4dc2fa-41d5-47ae-bd38-5bd015692e62 {
  display: none;
}
#s-9d4dc2fa-41d5-47ae-bd38-5bd015692e62, #wrap-s-9d4dc2fa-41d5-47ae-bd38-5bd015692e62 { display: none !important; }}@media (max-width: 767px){#s-9d4dc2fa-41d5-47ae-bd38-5bd015692e62 {
  display: none;
}
#s-9d4dc2fa-41d5-47ae-bd38-5bd015692e62, #wrap-s-9d4dc2fa-41d5-47ae-bd38-5bd015692e62 { display: none !important; }}
#s-d3f631bf-7308-4855-9c55-ba49224822e0 {
  margin-top: 10px;
margin-bottom: -40px;
}
@media (min-width: 1200px){#s-d3f631bf-7308-4855-9c55-ba49224822e0 {
  display: none;
}
#s-d3f631bf-7308-4855-9c55-ba49224822e0, #wrap-s-d3f631bf-7308-4855-9c55-ba49224822e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3f631bf-7308-4855-9c55-ba49224822e0 {
  display: none;
}
#s-d3f631bf-7308-4855-9c55-ba49224822e0, #wrap-s-d3f631bf-7308-4855-9c55-ba49224822e0 { display: none !important; }}
#s-e39f067d-c3de-4d3e-9d2e-d47c049607aa {
  text-align: left;
}

#s-3eb6ac66-e49b-4b63-8ee5-a131deeea738 {
  background-size: cover;
padding-top: 61px;
padding-left: 3%;
padding-bottom: 61px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
background-repeat: repeat;
}








#s-3eb6ac66-e49b-4b63-8ee5-a131deeea738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3eb6ac66-e49b-4b63-8ee5-a131deeea738.shg-box.shg-c {
  justify-content: center;
}

#s-01132a22-04c6-44d5-912e-fa169def2206 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01132a22-04c6-44d5-912e-fa169def2206 {
  
}
}@media (max-width: 767px){#s-01132a22-04c6-44d5-912e-fa169def2206 {
  
}
}







#s-01132a22-04c6-44d5-912e-fa169def2206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01132a22-04c6-44d5-912e-fa169def2206.shg-box.shg-c {
  justify-content: center;
}

#s-763ff122-0338-43ab-ac34-ae886b0ec923 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-763ff122-0338-43ab-ac34-ae886b0ec923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-763ff122-0338-43ab-ac34-ae886b0ec923.shg-box.shg-c {
  justify-content: center;
}

#s-6a982ce3-34a3-4039-9e77-8cd6e65aad5c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6a982ce3-34a3-4039-9e77-8cd6e65aad5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a982ce3-34a3-4039-9e77-8cd6e65aad5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a982ce3-34a3-4039-9e77-8cd6e65aad5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a982ce3-34a3-4039-9e77-8cd6e65aad5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a982ce3-34a3-4039-9e77-8cd6e65aad5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a982ce3-34a3-4039-9e77-8cd6e65aad5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a982ce3-34a3-4039-9e77-8cd6e65aad5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-71920158-44bd-4df4-9a20-704327507f7d {
  margin-left: auto;
margin-right: auto;
max-width: 1759px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-71920158-44bd-4df4-9a20-704327507f7d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-71920158-44bd-4df4-9a20-704327507f7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
    
    
  }


.s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-content {
  
    align-items: center;
  
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71920158-44bd-4df4-9a20-704327507f7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
      position: relative;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-71920158-44bd-4df4-9a20-704327507f7d {
  
  
  
  
}

#s-71920158-44bd-4df4-9a20-704327507f7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
    
    
  }


.s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-content {
  
    align-items: center;
  
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71920158-44bd-4df4-9a20-704327507f7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
      position: relative;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-71920158-44bd-4df4-9a20-704327507f7d {
  
  
  
  
}

#s-71920158-44bd-4df4-9a20-704327507f7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
    
    
  }


.s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-content {
  
    align-items: center;
  
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71920158-44bd-4df4-9a20-704327507f7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
      position: relative;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-71920158-44bd-4df4-9a20-704327507f7d {
  
  
  
  
}

#s-71920158-44bd-4df4-9a20-704327507f7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
    
    
  }


.s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-content {
  
    align-items: center;
  
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71920158-44bd-4df4-9a20-704327507f7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
      position: relative;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-71920158-44bd-4df4-9a20-704327507f7d {
  
  
  
  
}

#s-71920158-44bd-4df4-9a20-704327507f7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71920158-44bd-4df4-9a20-704327507f7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
    
    
  }


.s-71920158-44bd-4df4-9a20-704327507f7d .shogun-image-content {
  
    align-items: center;
  
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71920158-44bd-4df4-9a20-704327507f7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container {
      position: relative;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71920158-44bd-4df4-9a20-704327507f7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8ed70c45-d27e-47ee-b090-6b39e47d7d7b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: -80px;
margin-right: auto;
}

#s-f003a961-fcb3-4be0-86cf-5c10e0a8a240 {
  margin-top: 80px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(216, 179, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346:hover {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}#s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346:active {background-image: url(https://i.shgcdn.com/8981bfa1-48af-43eb-a80e-0b0360d9f340/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346-root {
    text-align: center;
  }


#s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346-root {
    text-align: center;
  }


#s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346-root {
    text-align: center;
  }


#s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346-root {
    text-align: center;
  }


#s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346-root {
    text-align: center;
  }


#s-b9a157c7-d5a8-4aca-bbaa-11aad60c8346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Balthazar;
  display:  block ;
}
}
#s-d5c1f48a-1e8e-450c-904e-c436f54c7f55 {
  text-align: left;
}

#s-f466350c-10fc-4b58-a080-fa8debc318f1 {
  background-repeat: repeat;
background-size: cover;
padding-top: 61px;
padding-left: 3%;
padding-bottom: 61px;
padding-right: 3%;
min-height: 50px;
background-position: center center;
}








#s-f466350c-10fc-4b58-a080-fa8debc318f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f466350c-10fc-4b58-a080-fa8debc318f1.shg-box.shg-c {
  justify-content: center;
}

#s-4727ddbf-8b09-4b40-aa31-4fc2c308bc6f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4727ddbf-8b09-4b40-aa31-4fc2c308bc6f {
  
}
}@media (max-width: 767px){#s-4727ddbf-8b09-4b40-aa31-4fc2c308bc6f {
  
}
}







#s-4727ddbf-8b09-4b40-aa31-4fc2c308bc6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4727ddbf-8b09-4b40-aa31-4fc2c308bc6f.shg-box.shg-c {
  justify-content: center;
}

#s-e61836dd-4dc4-496c-b87c-8179eba097ac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e61836dd-4dc4-496c-b87c-8179eba097ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e61836dd-4dc4-496c-b87c-8179eba097ac.shg-box.shg-c {
  justify-content: center;
}

#s-3af7fecb-7748-4d39-a287-444b6aa1bfd8 {
  margin-top: 10px;
margin-bottom: -30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3af7fecb-7748-4d39-a287-444b6aa1bfd8 {
  display: none;
}
#s-3af7fecb-7748-4d39-a287-444b6aa1bfd8, #wrap-s-3af7fecb-7748-4d39-a287-444b6aa1bfd8 { display: none !important; }}@media (max-width: 767px){#s-3af7fecb-7748-4d39-a287-444b6aa1bfd8 {
  display: none;
}
#s-3af7fecb-7748-4d39-a287-444b6aa1bfd8, #wrap-s-3af7fecb-7748-4d39-a287-444b6aa1bfd8 { display: none !important; }}
#s-0ca6e957-70c7-4527-9598-807afef9518c {
  margin-top: 10px;
margin-bottom: -40px;
}
@media (min-width: 1200px){#s-0ca6e957-70c7-4527-9598-807afef9518c {
  display: none;
}
#s-0ca6e957-70c7-4527-9598-807afef9518c, #wrap-s-0ca6e957-70c7-4527-9598-807afef9518c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ca6e957-70c7-4527-9598-807afef9518c {
  display: none;
}
#s-0ca6e957-70c7-4527-9598-807afef9518c, #wrap-s-0ca6e957-70c7-4527-9598-807afef9518c { display: none !important; }}
#s-40623f4d-5189-47fe-b912-e28ab0afd52a {
  text-align: left;
}

#s-89f3fad6-a580-4d83-99cb-dce354a12bb0 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}








#s-89f3fad6-a580-4d83-99cb-dce354a12bb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89f3fad6-a580-4d83-99cb-dce354a12bb0.shg-box.shg-c {
  justify-content: center;
}

#s-2b303eed-7ebc-4a63-9993-b95ca306123f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b303eed-7ebc-4a63-9993-b95ca306123f {
  
}
}@media (max-width: 767px){#s-2b303eed-7ebc-4a63-9993-b95ca306123f {
  
}
}







#s-2b303eed-7ebc-4a63-9993-b95ca306123f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b303eed-7ebc-4a63-9993-b95ca306123f.shg-box.shg-c {
  justify-content: center;
}

#s-af9069c9-19e4-4118-ab89-45cfa67ab987 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-af9069c9-19e4-4118-ab89-45cfa67ab987"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af9069c9-19e4-4118-ab89-45cfa67ab987"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af9069c9-19e4-4118-ab89-45cfa67ab987"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af9069c9-19e4-4118-ab89-45cfa67ab987"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ced603f3-e47a-4748-a598-879e982aca87 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 4%;
padding-bottom: 70px;
padding-right: 4%;
min-height: 50px;
}








#s-ced603f3-e47a-4748-a598-879e982aca87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ced603f3-e47a-4748-a598-879e982aca87.shg-box.shg-c {
  justify-content: center;
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d {
  margin-top: -23px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-129bea56-28a3-4a0e-945b-359142f16f4d {
  margin-left: auto;
  margin-right: auto;
  margin-top: -23px;
  
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d {
  margin: 0 !important;
}





  img.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
    
    
  }


.s-129bea56-28a3-4a0e-945b-359142f16f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-129bea56-28a3-4a0e-945b-359142f16f4d {
  
  
  
  
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d {
  margin: 0 !important;
}





  img.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
    
    
  }


.s-129bea56-28a3-4a0e-945b-359142f16f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-129bea56-28a3-4a0e-945b-359142f16f4d {
  
  
  
  
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d {
  margin: 0 !important;
}





  img.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
    
    
  }


.s-129bea56-28a3-4a0e-945b-359142f16f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-129bea56-28a3-4a0e-945b-359142f16f4d {
  
  
  
  
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d {
  margin: 0 !important;
}





  img.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
    
    
  }


.s-129bea56-28a3-4a0e-945b-359142f16f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-129bea56-28a3-4a0e-945b-359142f16f4d {
  
  
  
  
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d {
  margin: 0 !important;
}





  img.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
    
    
  }


.s-129bea56-28a3-4a0e-945b-359142f16f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129bea56-28a3-4a0e-945b-359142f16f4d.shogun-image {
  box-sizing: border-box;
}




}
#s-05ed6202-0031-4363-84cb-4d2df14b3ee5 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 4%;
padding-bottom: 70px;
padding-right: 4%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-05ed6202-0031-4363-84cb-4d2df14b3ee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05ed6202-0031-4363-84cb-4d2df14b3ee5.shg-box.shg-c {
  justify-content: center;
}

#s-b941e960-660e-4b26-9c64-70199893b646 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
max-width: 300px;
}

#s-cb939df6-db16-4883-9e0c-57f7d9342ed9 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

@media (min-width: 0px) {
[id="s-cb939df6-db16-4883-9e0c-57f7d9342ed9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb939df6-db16-4883-9e0c-57f7d9342ed9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb939df6-db16-4883-9e0c-57f7d9342ed9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb939df6-db16-4883-9e0c-57f7d9342ed9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-582fc859-965c-4fdd-8abc-3ed67a777b81 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d1940af0-8167-458f-b823-11583bdf79ec {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

@media (min-width: 0px) {
[id="s-d1940af0-8167-458f-b823-11583bdf79ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d1940af0-8167-458f-b823-11583bdf79ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1940af0-8167-458f-b823-11583bdf79ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1940af0-8167-458f-b823-11583bdf79ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  margin-left: auto;
margin-right: auto;
max-width: 29px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
    
    
  }


.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
      position: relative;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  
  
  
  
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
    
    
  }


.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
      position: relative;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  
  
  
  
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
    
    
  }


.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
      position: relative;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  
  
  
  
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
    
    
  }


.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
      position: relative;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  
  
  
  
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
    
    
  }


.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container {
      position: relative;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cabb3a72-855f-4d43-8eb8-48fe1a52e9b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  margin-left: auto;
margin-right: auto;
max-width: 29px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
    
    
  }


.s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd11278-1111-4196-a11f-e9a4725eb201 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
      position: relative;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  
  
  
  
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
    
    
  }


.s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd11278-1111-4196-a11f-e9a4725eb201 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
      position: relative;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  
  
  
  
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
    
    
  }


.s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd11278-1111-4196-a11f-e9a4725eb201 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
      position: relative;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  
  
  
  
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
    
    
  }


.s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd11278-1111-4196-a11f-e9a4725eb201 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
      position: relative;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  
  
  
  
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fd11278-1111-4196-a11f-e9a4725eb201 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
    
    
  }


.s-2fd11278-1111-4196-a11f-e9a4725eb201 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fd11278-1111-4196-a11f-e9a4725eb201 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container {
      position: relative;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fd11278-1111-4196-a11f-e9a4725eb201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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

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

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