.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-e8ba2566-8c94-4550-a9cc-9527bd16ab56 {
  min-height: 50px;
}








#s-e8ba2566-8c94-4550-a9cc-9527bd16ab56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8ba2566-8c94-4550-a9cc-9527bd16ab56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-d94cdd21-dddc-4c50-91b1-49ec4ec29774 {
  background-image: url(https://i.shgcdn.com/b456e7ce-94ee-4359-a770-d729c3d334ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 150px;
padding-bottom: 130px;
background-position: center center;
opacity: 1;
}

#s-14615233-aa3c-47d1-9b23-406a9cdbd93e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-14615233-aa3c-47d1-9b23-406a9cdbd93e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14615233-aa3c-47d1-9b23-406a9cdbd93e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

@media (min-width: 0px) {
[id="s-26a7f5b7-c3a4-4756-9112-e79ebd298eb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26a7f5b7-c3a4-4756-9112-e79ebd298eb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26a7f5b7-c3a4-4756-9112-e79ebd298eb8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26a7f5b7-c3a4-4756-9112-e79ebd298eb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26a7f5b7-c3a4-4756-9112-e79ebd298eb8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26a7f5b7-c3a4-4756-9112-e79ebd298eb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26a7f5b7-c3a4-4756-9112-e79ebd298eb8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a0a47cc0-6b91-410b-bf21-82307308a284 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0a47cc0-6b91-410b-bf21-82307308a284 {
  
}
}@media (max-width: 767px){#s-a0a47cc0-6b91-410b-bf21-82307308a284 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-a0a47cc0-6b91-410b-bf21-82307308a284 {
  background-image: url(https://i.shgcdn.com/abf7dc29-1b8f-4941-83d1-d734baf1ff18/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a0a47cc0-6b91-410b-bf21-82307308a284 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a0a47cc0-6b91-410b-bf21-82307308a284 {
  cursor: pointer;
}#s-a0a47cc0-6b91-410b-bf21-82307308a284.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87b962ea-2347-4370-a82e-860addd9e96b {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(182, 214, 227, 1);
}
@media (max-width: 767px){#s-87b962ea-2347-4370-a82e-860addd9e96b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-87b962ea-2347-4370-a82e-860addd9e96b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-87b962ea-2347-4370-a82e-860addd9e96b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb-root {
    text-align: left;
  }


#s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb-root {
    text-align: left;
  }


#s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb-root {
    text-align: left;
  }


#s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb-root {
    text-align: left;
  }


#s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb-root {
    text-align: left;
  }


#s-f7c7c28b-db6d-4ae8-a4e4-c3893d4706bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-604eaf6b-5e89-473a-aaa8-d7953506c8b9 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-604eaf6b-5e89-473a-aaa8-d7953506c8b9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-b05b4b64-c811-4075-8fd8-410579203447 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b05b4b64-c811-4075-8fd8-410579203447"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b05b4b64-c811-4075-8fd8-410579203447"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b05b4b64-c811-4075-8fd8-410579203447"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b05b4b64-c811-4075-8fd8-410579203447"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-59c30832-37f3-4813-bb7d-348c8c711bb1 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-59c30832-37f3-4813-bb7d-348c8c711bb1 img.shogun-image {
    

    
    
    
  }


#s-59c30832-37f3-4813-bb7d-348c8c711bb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd74ec40-4c1c-419f-b15a-d0bb6003aee7 {
  margin-top: 12px;
}

#s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39-root {
    text-align: center;
  }


#s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39-root {
    text-align: center;
  }


#s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39-root {
    text-align: center;
  }


#s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39-root {
    text-align: center;
  }


#s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39-root {
    text-align: center;
  }


#s-48a3fff7-7a31-45f4-bfb0-d1b094dc6f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-b997cd5f-95bd-417f-ac0d-dea485e3422e {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image,
  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
    width: 100%;
    height: auto;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
    
    
  }


.s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shogun-image-content {
  
    align-items: center;
  
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
      position: relative;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image,
  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
    width: 100%;
    height: auto;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
    
    
  }


.s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shogun-image-content {
  
    align-items: center;
  
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
      position: relative;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image,
  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
    width: 100%;
    height: auto;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
    
    
  }


.s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shogun-image-content {
  
    align-items: center;
  
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
      position: relative;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image,
  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
    width: 100%;
    height: auto;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
    
    
  }


.s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shogun-image-content {
  
    align-items: center;
  
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
      position: relative;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image,
  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
    width: 100%;
    height: auto;
  }

  #s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
    
    
  }


.s-b997cd5f-95bd-417f-ac0d-dea485e3422e .shogun-image-content {
  
    align-items: center;
  
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container {
      position: relative;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b997cd5f-95bd-417f-ac0d-dea485e3422e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5c532bd0-7367-4aa0-a455-4e987f6e7e4c {
  margin-top: 12px;
}

#s-2289fe46-a46d-4e84-9756-2a6e9e406a62 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2289fe46-a46d-4e84-9756-2a6e9e406a62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2289fe46-a46d-4e84-9756-2a6e9e406a62:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2289fe46-a46d-4e84-9756-2a6e9e406a62-root {
    text-align: center;
  }


#s-2289fe46-a46d-4e84-9756-2a6e9e406a62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2289fe46-a46d-4e84-9756-2a6e9e406a62-root {
    text-align: center;
  }


#s-2289fe46-a46d-4e84-9756-2a6e9e406a62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2289fe46-a46d-4e84-9756-2a6e9e406a62-root {
    text-align: center;
  }


#s-2289fe46-a46d-4e84-9756-2a6e9e406a62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2289fe46-a46d-4e84-9756-2a6e9e406a62-root {
    text-align: center;
  }


#s-2289fe46-a46d-4e84-9756-2a6e9e406a62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2289fe46-a46d-4e84-9756-2a6e9e406a62-root {
    text-align: center;
  }


#s-2289fe46-a46d-4e84-9756-2a6e9e406a62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-18c9dc08-ca6c-454b-8a61-76a9ec19efef {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-18c9dc08-ca6c-454b-8a61-76a9ec19efef img.shogun-image {
    

    
    
    
  }


#s-18c9dc08-ca6c-454b-8a61-76a9ec19efef .shogun-image-content {
  
    align-items: center;
  
}

#s-042ad3ec-3e27-47be-825a-a556f0f1b528 {
  margin-top: 12px;
}

#s-b093c7e6-ab21-47b6-b1fa-133c97734b4e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b093c7e6-ab21-47b6-b1fa-133c97734b4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b093c7e6-ab21-47b6-b1fa-133c97734b4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b093c7e6-ab21-47b6-b1fa-133c97734b4e-root {
    text-align: center;
  }


#s-b093c7e6-ab21-47b6-b1fa-133c97734b4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b093c7e6-ab21-47b6-b1fa-133c97734b4e-root {
    text-align: center;
  }


#s-b093c7e6-ab21-47b6-b1fa-133c97734b4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b093c7e6-ab21-47b6-b1fa-133c97734b4e-root {
    text-align: center;
  }


#s-b093c7e6-ab21-47b6-b1fa-133c97734b4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b093c7e6-ab21-47b6-b1fa-133c97734b4e-root {
    text-align: center;
  }


#s-b093c7e6-ab21-47b6-b1fa-133c97734b4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b093c7e6-ab21-47b6-b1fa-133c97734b4e-root {
    text-align: center;
  }


#s-b093c7e6-ab21-47b6-b1fa-133c97734b4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-48b5d5ae-0b3a-40ef-88e0-af41d8588125 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-48b5d5ae-0b3a-40ef-88e0-af41d8588125 img.shogun-image,
  #s-48b5d5ae-0b3a-40ef-88e0-af41d8588125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48b5d5ae-0b3a-40ef-88e0-af41d8588125 {
    width: 100%;
    height: auto;
  }



  #s-48b5d5ae-0b3a-40ef-88e0-af41d8588125 img.shogun-image {
    

    
    
    
  }


#s-48b5d5ae-0b3a-40ef-88e0-af41d8588125 .shogun-image-content {
  
    align-items: center;
  
}

#s-bad465fb-b4a3-4015-a4a4-40b19442a4aa {
  margin-top: 12px;
}

#s-9bac2786-e864-4f10-b14f-94f038505a43 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9bac2786-e864-4f10-b14f-94f038505a43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bac2786-e864-4f10-b14f-94f038505a43:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9bac2786-e864-4f10-b14f-94f038505a43-root {
    text-align: center;
  }


#s-9bac2786-e864-4f10-b14f-94f038505a43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bac2786-e864-4f10-b14f-94f038505a43-root {
    text-align: center;
  }


#s-9bac2786-e864-4f10-b14f-94f038505a43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bac2786-e864-4f10-b14f-94f038505a43-root {
    text-align: center;
  }


#s-9bac2786-e864-4f10-b14f-94f038505a43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bac2786-e864-4f10-b14f-94f038505a43-root {
    text-align: center;
  }


#s-9bac2786-e864-4f10-b14f-94f038505a43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bac2786-e864-4f10-b14f-94f038505a43-root {
    text-align: center;
  }


#s-9bac2786-e864-4f10-b14f-94f038505a43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b4ceb62e-e816-4de7-9b11-197aec77b05c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 70px;
padding-bottom: 70px;
}

#s-6d89b4a0-d970-4131-8b48-d0c4de1331f7 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6d89b4a0-d970-4131-8b48-d0c4de1331f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6d89b4a0-d970-4131-8b48-d0c4de1331f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6d89b4a0-d970-4131-8b48-d0c4de1331f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d89b4a0-d970-4131-8b48-d0c4de1331f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-19372ee1-c246-4e54-be99-07bf174ac1ba {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-19372ee1-c246-4e54-be99-07bf174ac1ba img.shogun-image,
  #s-19372ee1-c246-4e54-be99-07bf174ac1ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19372ee1-c246-4e54-be99-07bf174ac1ba {
    width: 100%;
    height: auto;
  }



  #s-19372ee1-c246-4e54-be99-07bf174ac1ba img.shogun-image {
    

    
    
    
  }


#s-19372ee1-c246-4e54-be99-07bf174ac1ba .shogun-image-content {
  
    align-items: center;
  
}

#s-7684559c-a224-461f-8d1e-e2eb30b4e382 {
  margin-top: 12px;
}

#s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef-root {
    text-align: center;
  }


#s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef-root {
    text-align: center;
  }


#s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef-root {
    text-align: center;
  }


#s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef-root {
    text-align: center;
  }


#s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef-root {
    text-align: center;
  }


#s-8ccf1b9a-e277-43d3-9f8c-ec0d01ff5bef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6bdc13a7-d854-40e4-9972-d832d08beeea {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image,
  #s-6bdc13a7-d854-40e4-9972-d832d08beeea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea {
    width: 100%;
    height: auto;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
    
    
  }


.s-6bdc13a7-d854-40e4-9972-d832d08beeea .shogun-image-content {
  
    align-items: center;
  
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bdc13a7-d854-40e4-9972-d832d08beeea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
      position: relative;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image,
  #s-6bdc13a7-d854-40e4-9972-d832d08beeea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea {
    width: 100%;
    height: auto;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
    
    
  }


.s-6bdc13a7-d854-40e4-9972-d832d08beeea .shogun-image-content {
  
    align-items: center;
  
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bdc13a7-d854-40e4-9972-d832d08beeea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
      position: relative;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image,
  #s-6bdc13a7-d854-40e4-9972-d832d08beeea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea {
    width: 100%;
    height: auto;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
    
    
  }


.s-6bdc13a7-d854-40e4-9972-d832d08beeea .shogun-image-content {
  
    align-items: center;
  
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bdc13a7-d854-40e4-9972-d832d08beeea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
      position: relative;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image,
  #s-6bdc13a7-d854-40e4-9972-d832d08beeea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea {
    width: 100%;
    height: auto;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
    
    
  }


.s-6bdc13a7-d854-40e4-9972-d832d08beeea .shogun-image-content {
  
    align-items: center;
  
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bdc13a7-d854-40e4-9972-d832d08beeea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
      position: relative;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image,
  #s-6bdc13a7-d854-40e4-9972-d832d08beeea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea {
    width: 100%;
    height: auto;
  }

  #s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
    
    
  }


.s-6bdc13a7-d854-40e4-9972-d832d08beeea .shogun-image-content {
  
    align-items: center;
  
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bdc13a7-d854-40e4-9972-d832d08beeea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container {
      position: relative;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bdc13a7-d854-40e4-9972-d832d08beeea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4d1e2093-a53a-4a38-9143-e6b60e33ac9a {
  margin-top: 12px;
margin-bottom: 12px;
}

#s-1702ca3a-3a34-4826-82b0-4bef111cd5b3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1702ca3a-3a34-4826-82b0-4bef111cd5b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1702ca3a-3a34-4826-82b0-4bef111cd5b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1702ca3a-3a34-4826-82b0-4bef111cd5b3-root {
    text-align: center;
  }


#s-1702ca3a-3a34-4826-82b0-4bef111cd5b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1702ca3a-3a34-4826-82b0-4bef111cd5b3-root {
    text-align: center;
  }


#s-1702ca3a-3a34-4826-82b0-4bef111cd5b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1702ca3a-3a34-4826-82b0-4bef111cd5b3-root {
    text-align: center;
  }


#s-1702ca3a-3a34-4826-82b0-4bef111cd5b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1702ca3a-3a34-4826-82b0-4bef111cd5b3-root {
    text-align: center;
  }


#s-1702ca3a-3a34-4826-82b0-4bef111cd5b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1702ca3a-3a34-4826-82b0-4bef111cd5b3-root {
    text-align: center;
  }


#s-1702ca3a-3a34-4826-82b0-4bef111cd5b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image,
  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
    width: 100%;
    height: auto;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
    
    
  }


.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shogun-image-content {
  
    align-items: center;
  
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
      position: relative;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image,
  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
    width: 100%;
    height: auto;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
    
    
  }


.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shogun-image-content {
  
    align-items: center;
  
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
      position: relative;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image,
  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
    width: 100%;
    height: auto;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
    
    
  }


.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shogun-image-content {
  
    align-items: center;
  
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
      position: relative;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image,
  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
    width: 100%;
    height: auto;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
    
    
  }


.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shogun-image-content {
  
    align-items: center;
  
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
      position: relative;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image,
  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
    width: 100%;
    height: auto;
  }

  #s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
    
    
  }


.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af .shogun-image-content {
  
    align-items: center;
  
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container {
      position: relative;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ac9c8a-96f5-446f-83e1-4b30ef1247af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-63e91adc-662e-4f21-a023-936645bcb3ac {
  margin-top: 12px;
margin-bottom: 12px;
}

#s-2d11ca7f-3585-4341-a355-ea212054f8df {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2d11ca7f-3585-4341-a355-ea212054f8df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d11ca7f-3585-4341-a355-ea212054f8df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d11ca7f-3585-4341-a355-ea212054f8df-root {
    text-align: center;
  }


#s-2d11ca7f-3585-4341-a355-ea212054f8df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d11ca7f-3585-4341-a355-ea212054f8df-root {
    text-align: center;
  }


#s-2d11ca7f-3585-4341-a355-ea212054f8df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d11ca7f-3585-4341-a355-ea212054f8df-root {
    text-align: center;
  }


#s-2d11ca7f-3585-4341-a355-ea212054f8df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d11ca7f-3585-4341-a355-ea212054f8df-root {
    text-align: center;
  }


#s-2d11ca7f-3585-4341-a355-ea212054f8df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d11ca7f-3585-4341-a355-ea212054f8df-root {
    text-align: center;
  }


#s-2d11ca7f-3585-4341-a355-ea212054f8df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-97807666-70c4-49c3-81c0-1fb847846ce3 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-97807666-70c4-49c3-81c0-1fb847846ce3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-a51a0850-4dc2-4a0c-a141-f7d6bef739f2 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a51a0850-4dc2-4a0c-a141-f7d6bef739f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a51a0850-4dc2-4a0c-a141-f7d6bef739f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a51a0850-4dc2-4a0c-a141-f7d6bef739f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a51a0850-4dc2-4a0c-a141-f7d6bef739f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-57c027f6-0892-403b-93a8-728fd18acc6b {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-57c027f6-0892-403b-93a8-728fd18acc6b img.shogun-image,
  #s-57c027f6-0892-403b-93a8-728fd18acc6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57c027f6-0892-403b-93a8-728fd18acc6b {
    width: 100%;
    height: auto;
  }



  #s-57c027f6-0892-403b-93a8-728fd18acc6b img.shogun-image {
    

    
    
    
  }


#s-57c027f6-0892-403b-93a8-728fd18acc6b .shogun-image-content {
  
    align-items: center;
  
}

#s-93621e2d-4549-4468-9b87-418033c6bba9 {
  margin-top: 12px;
}

#s-e4456aa3-7f60-4cae-8ec3-b764abe7edba {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-e4456aa3-7f60-4cae-8ec3-b764abe7edba img.shogun-image {
    

    
    
    
  }


#s-e4456aa3-7f60-4cae-8ec3-b764abe7edba .shogun-image-content {
  
    align-items: center;
  
}

#s-62605588-e9f6-491e-9c1a-0c9786d222d3 {
  margin-top: 12px;
}

#s-25d9738c-1b63-47ea-a479-af72592453fa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-25d9738c-1b63-47ea-a479-af72592453fa img.shogun-image {
    

    
    
    
  }


#s-25d9738c-1b63-47ea-a479-af72592453fa .shogun-image-content {
  
    align-items: center;
  
}

#s-bdcd34a5-a811-47d3-a7fb-775e5c330b95 {
  margin-top: 12px;
margin-bottom: 12px;
}

#s-01ba51d2-586e-4b7f-91ef-acb39691f805 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-01ba51d2-586e-4b7f-91ef-acb39691f805 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-5e6a6ef5-7ade-4fb2-8b9b-d64b6a5f89d2 {
  margin-top: 60px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-5e6a6ef5-7ade-4fb2-8b9b-d64b6a5f89d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e6a6ef5-7ade-4fb2-8b9b-d64b6a5f89d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5e6a6ef5-7ade-4fb2-8b9b-d64b6a5f89d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e6a6ef5-7ade-4fb2-8b9b-d64b6a5f89d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8e616ace-1c3e-4a9e-b79c-fc9620af568e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-8e616ace-1c3e-4a9e-b79c-fc9620af568e img.shogun-image {
    

    
    
    
  }


#s-8e616ace-1c3e-4a9e-b79c-fc9620af568e .shogun-image-content {
  
    align-items: center;
  
}

#s-5a41b368-20a8-4b6c-b686-8a89d13b2f28 {
  margin-top: 12px;
}

#s-a43dc29f-720e-4d22-8ef5-17910e083bbd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-a43dc29f-720e-4d22-8ef5-17910e083bbd img.shogun-image {
    

    
    
    
  }


#s-a43dc29f-720e-4d22-8ef5-17910e083bbd .shogun-image-content {
  
    align-items: center;
  
}

#s-65de0719-ac87-434f-b6e3-3f5b88759a5f {
  margin-top: 12px;
}

#s-0fa08ef4-60d5-4558-b0b0-6b83b475dffb {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0fa08ef4-60d5-4558-b0b0-6b83b475dffb img.shogun-image,
  #s-0fa08ef4-60d5-4558-b0b0-6b83b475dffb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fa08ef4-60d5-4558-b0b0-6b83b475dffb {
    width: 100%;
    height: auto;
  }



  #s-0fa08ef4-60d5-4558-b0b0-6b83b475dffb img.shogun-image {
    

    
    
    
  }


#s-0fa08ef4-60d5-4558-b0b0-6b83b475dffb .shogun-image-content {
  
    align-items: center;
  
}

#s-20deb093-517f-4011-8c32-ad601271cf89 {
  margin-top: 12px;
}

#s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image,
  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
    width: 100%;
    height: auto;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
    
    
  }


.s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
      position: relative;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image,
  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
    width: 100%;
    height: auto;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
    
    
  }


.s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
      position: relative;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image,
  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
    width: 100%;
    height: auto;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
    
    
  }


.s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
      position: relative;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image,
  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
    width: 100%;
    height: auto;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
    
    
  }


.s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
      position: relative;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image,
  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
    width: 100%;
    height: auto;
  }

  #s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
    
    
  }


.s-4cd31de9-e945-4013-abb6-5ccfd55a8420 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container {
      position: relative;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd31de9-e945-4013-abb6-5ccfd55a8420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-779eb819-ee93-461a-81fa-bf1512a76389 {
  margin-top: 12px;
}

#s-64f3ec5a-ee68-42fc-be3a-d3b7cbde9e71 {
  margin-top: 60px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-64f3ec5a-ee68-42fc-be3a-d3b7cbde9e71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64f3ec5a-ee68-42fc-be3a-d3b7cbde9e71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-64f3ec5a-ee68-42fc-be3a-d3b7cbde9e71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-64f3ec5a-ee68-42fc-be3a-d3b7cbde9e71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image,
  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
    width: 100%;
    height: auto;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
    
    
  }


.s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shogun-image-content {
  
    align-items: center;
  
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
      position: relative;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image,
  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
    width: 100%;
    height: auto;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
    
    
  }


.s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shogun-image-content {
  
    align-items: center;
  
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
      position: relative;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image,
  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
    width: 100%;
    height: auto;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
    
    
  }


.s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shogun-image-content {
  
    align-items: center;
  
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
      position: relative;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image,
  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
    width: 100%;
    height: auto;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
    
    
  }


.s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shogun-image-content {
  
    align-items: center;
  
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
      position: relative;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image,
  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
    width: 100%;
    height: auto;
  }

  #s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
    
    
  }


.s-b120d69e-9776-4124-9f5b-5a4af0b1019d .shogun-image-content {
  
    align-items: center;
  
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container {
      position: relative;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b120d69e-9776-4124-9f5b-5a4af0b1019d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-16afc01f-8a16-449c-83ad-13cea5dea7d2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-16afc01f-8a16-449c-83ad-13cea5dea7d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16afc01f-8a16-449c-83ad-13cea5dea7d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16afc01f-8a16-449c-83ad-13cea5dea7d2-root {
    text-align: center;
  }


#s-16afc01f-8a16-449c-83ad-13cea5dea7d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16afc01f-8a16-449c-83ad-13cea5dea7d2-root {
    text-align: center;
  }


#s-16afc01f-8a16-449c-83ad-13cea5dea7d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16afc01f-8a16-449c-83ad-13cea5dea7d2-root {
    text-align: center;
  }


#s-16afc01f-8a16-449c-83ad-13cea5dea7d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16afc01f-8a16-449c-83ad-13cea5dea7d2-root {
    text-align: center;
  }


#s-16afc01f-8a16-449c-83ad-13cea5dea7d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16afc01f-8a16-449c-83ad-13cea5dea7d2-root {
    text-align: center;
  }


#s-16afc01f-8a16-449c-83ad-13cea5dea7d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-05072b5a-6181-42cd-9826-19620974191b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-05072b5a-6181-42cd-9826-19620974191b img.shogun-image {
    

    
    
    
  }


#s-05072b5a-6181-42cd-9826-19620974191b .shogun-image-content {
  
    align-items: center;
  
}

#s-694078a0-9bc4-49bd-9d24-ce40bead8a47 {
  margin-top: 12px;
}

#s-7a53c593-879e-450c-8b40-1d82cb7d9b9d {
  min-height: 50px;
}








#s-7a53c593-879e-450c-8b40-1d82cb7d9b9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a53c593-879e-450c-8b40-1d82cb7d9b9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image,
  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
    width: 100%;
    height: auto;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
    
    
  }


.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
      position: relative;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image,
  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
    width: 100%;
    height: auto;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
    
    
  }


.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
      position: relative;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image,
  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
    width: 100%;
    height: auto;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
    
    
  }


.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
      position: relative;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image,
  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
    width: 100%;
    height: auto;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
    
    
  }


.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
      position: relative;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image,
  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
    width: 100%;
    height: auto;
  }

  #s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
    
    
  }


.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container {
      position: relative;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e52ccf7-1cef-421a-bade-2b13bd61b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b622dcc3-458e-499b-86f8-bbbe2690e5c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b622dcc3-458e-499b-86f8-bbbe2690e5c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b622dcc3-458e-499b-86f8-bbbe2690e5c3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b622dcc3-458e-499b-86f8-bbbe2690e5c3-root {
    text-align: center;
  }


#s-b622dcc3-458e-499b-86f8-bbbe2690e5c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b622dcc3-458e-499b-86f8-bbbe2690e5c3-root {
    text-align: center;
  }


#s-b622dcc3-458e-499b-86f8-bbbe2690e5c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b622dcc3-458e-499b-86f8-bbbe2690e5c3-root {
    text-align: center;
  }


#s-b622dcc3-458e-499b-86f8-bbbe2690e5c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b622dcc3-458e-499b-86f8-bbbe2690e5c3-root {
    text-align: center;
  }


#s-b622dcc3-458e-499b-86f8-bbbe2690e5c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b622dcc3-458e-499b-86f8-bbbe2690e5c3-root {
    text-align: center;
  }


#s-b622dcc3-458e-499b-86f8-bbbe2690e5c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image,
  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
    width: 100%;
    height: auto;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
    
    
  }


.s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
      position: relative;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image,
  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
    width: 100%;
    height: auto;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
    
    
  }


.s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
      position: relative;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image,
  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
    width: 100%;
    height: auto;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
    
    
  }


.s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
      position: relative;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image,
  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
    width: 100%;
    height: auto;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
    
    
  }


.s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
      position: relative;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image,
  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
    width: 100%;
    height: auto;
  }

  #s-ea349e2f-8ca0-4a93-8624-471612ebeb86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
    
    
  }


.s-ea349e2f-8ca0-4a93-8624-471612ebeb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container {
      position: relative;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea349e2f-8ca0-4a93-8624-471612ebeb86 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;
}

@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;
  }
}

#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;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@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}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
