.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-a5c9ae8b-26a9-46fb-9a81-a5ef902cf9b6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: -8%;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (max-width: 767px){#s-a5c9ae8b-26a9-46fb-9a81-a5ef902cf9b6 {
  margin-bottom: -5%;
}
}







#s-a5c9ae8b-26a9-46fb-9a81-a5ef902cf9b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5c9ae8b-26a9-46fb-9a81-a5ef902cf9b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-faf4bedb-6fd0-4950-be25-0f929afa7231 {
  max-width: 1900px;
text-align: center;
}







  img.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
    
    
  }


.s-faf4bedb-6fd0-4950-be25-0f929afa7231 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
    
    
  }


.s-faf4bedb-6fd0-4950-be25-0f929afa7231 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
  box-sizing: border-box;
}



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





  img.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
    
    
  }


.s-faf4bedb-6fd0-4950-be25-0f929afa7231 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
  box-sizing: border-box;
}



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





  img.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
    
    
  }


.s-faf4bedb-6fd0-4950-be25-0f929afa7231 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
  box-sizing: border-box;
}



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





  img.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
    
    
  }


.s-faf4bedb-6fd0-4950-be25-0f929afa7231 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf4bedb-6fd0-4950-be25-0f929afa7231.shogun-image {
  box-sizing: border-box;
}



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

#s-8736de00-f44e-41ab-89a8-a0265b6d9722 {
  margin-left: 5%;
}

@media (min-width: 0px) {
[id="s-8736de00-f44e-41ab-89a8-a0265b6d9722"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8736de00-f44e-41ab-89a8-a0265b6d9722"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8736de00-f44e-41ab-89a8-a0265b6d9722"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8736de00-f44e-41ab-89a8-a0265b6d9722"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7 {
  margin-top: -16%;
margin-left: 6%;
max-width: 150px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7 {
  margin-top: 18%;
}
}@media (max-width: 767px){#s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7 {
  margin-top: 31%;
margin-left: 0%;
max-width: 50px;
}
}






  img.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
    
    
  }


.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
    
    
  }


.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
    
    
  }


.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
    
    
  }


.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
    
    
  }


.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d3e8142-6ef1-4b39-816a-ca0b3c4ce1f7.shogun-image {
  box-sizing: border-box;
}



}
.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-41e7d5ea-b229-4261-aa32-d98ee2193e84 {
  margin-top: 0%;
margin-left: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-41e7d5ea-b229-4261-aa32-d98ee2193e84 {
  display: none;
}
#s-41e7d5ea-b229-4261-aa32-d98ee2193e84, #wrap-s-41e7d5ea-b229-4261-aa32-d98ee2193e84 { display: none !important; }}@media (max-width: 767px){#s-41e7d5ea-b229-4261-aa32-d98ee2193e84 {
  display: none;
}
#s-41e7d5ea-b229-4261-aa32-d98ee2193e84, #wrap-s-41e7d5ea-b229-4261-aa32-d98ee2193e84 { display: none !important; }}
#s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf {
  margin-top: 0%;
margin-left: 6%;
}
@media (min-width: 1200px){#s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf {
  display: none;
}
#s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf, #wrap-s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf {
  display: none;
}
#s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf, #wrap-s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf { display: none !important; }}@media (max-width: 767px){#s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf {
  display: none;
}
#s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf, #wrap-s-4f2fae04-d4e2-4fc1-a38d-7ad8260daddf { display: none !important; }}
#s-728a08bd-ac94-485f-8118-c95b7b811980 {
  margin-top: 0%;
margin-left: 6%;
}
@media (min-width: 1200px){#s-728a08bd-ac94-485f-8118-c95b7b811980 {
  display: none;
}
#s-728a08bd-ac94-485f-8118-c95b7b811980, #wrap-s-728a08bd-ac94-485f-8118-c95b7b811980 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-728a08bd-ac94-485f-8118-c95b7b811980 {
  display: none;
}
#s-728a08bd-ac94-485f-8118-c95b7b811980, #wrap-s-728a08bd-ac94-485f-8118-c95b7b811980 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-728a08bd-ac94-485f-8118-c95b7b811980 {
  display: none;
}
#s-728a08bd-ac94-485f-8118-c95b7b811980, #wrap-s-728a08bd-ac94-485f-8118-c95b7b811980 { display: none !important; }}@media (max-width: 767px){#s-728a08bd-ac94-485f-8118-c95b7b811980 {
  margin-top: 0%;
margin-left: 0%;
}
}
#s-8925df28-aade-4d08-8d11-72b8de0763f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8925df28-aade-4d08-8d11-72b8de0763f2 {
  display: none;
}
#s-8925df28-aade-4d08-8d11-72b8de0763f2, #wrap-s-8925df28-aade-4d08-8d11-72b8de0763f2 { display: none !important; }}@media (max-width: 767px){#s-8925df28-aade-4d08-8d11-72b8de0763f2 {
  display: none;
}
#s-8925df28-aade-4d08-8d11-72b8de0763f2, #wrap-s-8925df28-aade-4d08-8d11-72b8de0763f2 { display: none !important; }}







#s-8925df28-aade-4d08-8d11-72b8de0763f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8925df28-aade-4d08-8d11-72b8de0763f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  display: none;
}
#s-8f024b6f-a65b-493c-a250-261a164e2956, #wrap-s-8f024b6f-a65b-493c-a250-261a164e2956 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  display: none;
}
#s-8f024b6f-a65b-493c-a250-261a164e2956, #wrap-s-8f024b6f-a65b-493c-a250-261a164e2956 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  display: none;
}
#s-8f024b6f-a65b-493c-a250-261a164e2956, #wrap-s-8f024b6f-a65b-493c-a250-261a164e2956 { display: none !important; }}@media (max-width: 767px){#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  display: none;
}
#s-8f024b6f-a65b-493c-a250-261a164e2956, #wrap-s-8f024b6f-a65b-493c-a250-261a164e2956 { display: none !important; }}
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f024b6f-a65b-493c-a250-261a164e2956 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-8f024b6f-a65b-493c-a250-261a164e2956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f024b6f-a65b-493c-a250-261a164e2956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-84d68ae6-9d51-468f-ba50-75f36fd9a3d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84d68ae6-9d51-468f-ba50-75f36fd9a3d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84d68ae6-9d51-468f-ba50-75f36fd9a3d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84d68ae6-9d51-468f-ba50-75f36fd9a3d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2981409d-0223-40f0-a52a-6acd5195bda4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 10%;
min-height: 150px;
max-width: 150px;
aspect-ratio: 300/148;
text-align: center;
}





  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image,
  #s-2981409d-0223-40f0-a52a-6acd5195bda4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 {
    width: 100%;
    height: auto;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
    
    
  }


.s-2981409d-0223-40f0-a52a-6acd5195bda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2981409d-0223-40f0-a52a-6acd5195bda4 {
      --shg-aspect-ratio: calc(300/148); 
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
      position: relative;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image,
  #s-2981409d-0223-40f0-a52a-6acd5195bda4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 {
    width: 100%;
    height: auto;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
    
    
  }


.s-2981409d-0223-40f0-a52a-6acd5195bda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2981409d-0223-40f0-a52a-6acd5195bda4 {
      --shg-aspect-ratio: calc(300/148); 
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
      position: relative;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image,
  #s-2981409d-0223-40f0-a52a-6acd5195bda4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 {
    width: 100%;
    height: auto;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
    
    
  }


.s-2981409d-0223-40f0-a52a-6acd5195bda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2981409d-0223-40f0-a52a-6acd5195bda4 {
      --shg-aspect-ratio: calc(300/148); 
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
      position: relative;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image,
  #s-2981409d-0223-40f0-a52a-6acd5195bda4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 {
    width: 100%;
    height: auto;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
    
    
  }


.s-2981409d-0223-40f0-a52a-6acd5195bda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2981409d-0223-40f0-a52a-6acd5195bda4 {
      --shg-aspect-ratio: calc(300/148); 
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
      position: relative;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image,
  #s-2981409d-0223-40f0-a52a-6acd5195bda4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 {
    width: 100%;
    height: auto;
  }

  #s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
    
    
  }


.s-2981409d-0223-40f0-a52a-6acd5195bda4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2981409d-0223-40f0-a52a-6acd5195bda4 {
      --shg-aspect-ratio: calc(300/148); 
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container {
      position: relative;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2981409d-0223-40f0-a52a-6acd5195bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5018d276-5bc7-416c-b80a-d986fdd24787 {
  margin-top: -20%;
margin-bottom: -20%;
padding-bottom: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image,
  #s-5018d276-5bc7-416c-b80a-d986fdd24787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 {
    width: 100%;
    height: auto;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
    
    
  }


.s-5018d276-5bc7-416c-b80a-d986fdd24787 .shogun-image-content {
  
    align-items: center;
  
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5018d276-5bc7-416c-b80a-d986fdd24787 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
      position: relative;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image,
  #s-5018d276-5bc7-416c-b80a-d986fdd24787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 {
    width: 100%;
    height: auto;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
    
    
  }


.s-5018d276-5bc7-416c-b80a-d986fdd24787 .shogun-image-content {
  
    align-items: center;
  
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5018d276-5bc7-416c-b80a-d986fdd24787 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
      position: relative;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image,
  #s-5018d276-5bc7-416c-b80a-d986fdd24787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 {
    width: 100%;
    height: auto;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
    
    
  }


.s-5018d276-5bc7-416c-b80a-d986fdd24787 .shogun-image-content {
  
    align-items: center;
  
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5018d276-5bc7-416c-b80a-d986fdd24787 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
      position: relative;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image,
  #s-5018d276-5bc7-416c-b80a-d986fdd24787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 {
    width: 100%;
    height: auto;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
    
    
  }


.s-5018d276-5bc7-416c-b80a-d986fdd24787 .shogun-image-content {
  
    align-items: center;
  
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5018d276-5bc7-416c-b80a-d986fdd24787 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
      position: relative;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image,
  #s-5018d276-5bc7-416c-b80a-d986fdd24787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 {
    width: 100%;
    height: auto;
  }

  #s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
    
    
  }


.s-5018d276-5bc7-416c-b80a-d986fdd24787 .shogun-image-content {
  
    align-items: center;
  
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5018d276-5bc7-416c-b80a-d986fdd24787 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container {
      position: relative;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5018d276-5bc7-416c-b80a-d986fdd24787 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5d629ad1-f4ee-4f8c-9057-7c4b6c66d1b6 {
  min-height: 50px;
}








#s-5d629ad1-f4ee-4f8c-9057-7c4b6c66d1b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d629ad1-f4ee-4f8c-9057-7c4b6c66d1b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5b355134-a2f0-4a73-b0a3-3fb2c071a16c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b355134-a2f0-4a73-b0a3-3fb2c071a16c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b355134-a2f0-4a73-b0a3-3fb2c071a16c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b355134-a2f0-4a73-b0a3-3fb2c071a16c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b355134-a2f0-4a73-b0a3-3fb2c071a16c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b355134-a2f0-4a73-b0a3-3fb2c071a16c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b355134-a2f0-4a73-b0a3-3fb2c071a16c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-6e076168-0830-4166-96e7-d1fd3957ca3b {
  min-height: 50px;
}








#s-6e076168-0830-4166-96e7-d1fd3957ca3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e076168-0830-4166-96e7-d1fd3957ca3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe909cd9-4f78-41ae-960c-543e2ea50094 {
  padding-left: 18%;
}

#s-f97c7706-1ab4-4f53-8036-f3497423270b {
  margin-top: -10%;
margin-bottom: 0%;
margin-right: -30%;
padding-left: 0%;
max-width: 1920px;
aspect-ratio: 1920/860;
text-align: center;
}





  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image,
  #s-f97c7706-1ab4-4f53-8036-f3497423270b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b {
    width: 100%;
    height: auto;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
    
    
  }


.s-f97c7706-1ab4-4f53-8036-f3497423270b .shogun-image-content {
  
    align-items: center;
  
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97c7706-1ab4-4f53-8036-f3497423270b {
      --shg-aspect-ratio: calc(1920/860); 
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
      position: relative;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image,
  #s-f97c7706-1ab4-4f53-8036-f3497423270b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b {
    width: 100%;
    height: auto;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
    
    
  }


.s-f97c7706-1ab4-4f53-8036-f3497423270b .shogun-image-content {
  
    align-items: center;
  
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97c7706-1ab4-4f53-8036-f3497423270b {
      --shg-aspect-ratio: calc(1920/860); 
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
      position: relative;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image,
  #s-f97c7706-1ab4-4f53-8036-f3497423270b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b {
    width: 100%;
    height: auto;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
    
    
  }


.s-f97c7706-1ab4-4f53-8036-f3497423270b .shogun-image-content {
  
    align-items: center;
  
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97c7706-1ab4-4f53-8036-f3497423270b {
      --shg-aspect-ratio: calc(1920/860); 
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
      position: relative;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image,
  #s-f97c7706-1ab4-4f53-8036-f3497423270b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b {
    width: 100%;
    height: auto;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
    
    
  }


.s-f97c7706-1ab4-4f53-8036-f3497423270b .shogun-image-content {
  
    align-items: center;
  
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97c7706-1ab4-4f53-8036-f3497423270b {
      --shg-aspect-ratio: calc(1920/860); 
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
      position: relative;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image,
  #s-f97c7706-1ab4-4f53-8036-f3497423270b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b {
    width: 100%;
    height: auto;
  }

  #s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
    
    
  }


.s-f97c7706-1ab4-4f53-8036-f3497423270b .shogun-image-content {
  
    align-items: center;
  
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97c7706-1ab4-4f53-8036-f3497423270b {
      --shg-aspect-ratio: calc(1920/860); 
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container {
      position: relative;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97c7706-1ab4-4f53-8036-f3497423270b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4e9ce9fc-3900-4191-b12d-646b356bf14b {
  margin-top: -15%;
padding-left: 18%;
}

.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-97685a72-4f28-4579-ad2b-927f5dd94a3a {
  margin-top: 0%;
margin-left: 18%;
padding-left: 0%;
padding-bottom: 0%;
border-top-width: 15px;
border-left-width: 15px;
border-bottom-width: 15px;
border-right-width: 15px;
border-color: rgba(223, 0, 0, 1);
border-style: solid;
border-radius: 35px;
max-width: 250px;
background-color: rgba(223, 0, 0, 1);
}



#s-97685a72-4f28-4579-ad2b-927f5dd94a3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-97685a72-4f28-4579-ad2b-927f5dd94a3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-97685a72-4f28-4579-ad2b-927f5dd94a3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-97685a72-4f28-4579-ad2b-927f5dd94a3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-97685a72-4f28-4579-ad2b-927f5dd94a3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}

#s-97685a72-4f28-4579-ad2b-927f5dd94a3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
  margin-bottom: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image,
  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
    width: 100%;
    height: auto;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
    
    
  }


.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
      position: relative;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image,
  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
    width: 100%;
    height: auto;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
    
    
  }


.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
      position: relative;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image,
  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
    width: 100%;
    height: auto;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
    
    
  }


.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
      position: relative;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image,
  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
    width: 100%;
    height: auto;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
    
    
  }


.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
      position: relative;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image,
  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
    width: 100%;
    height: auto;
  }

  #s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
    
    
  }


.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container {
      position: relative;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fadb5d7-c6bc-40f3-ae2b-e03086393ed6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-30263fed-488e-471e-9d12-dd22e0fe1ea0 {
  min-height: 100px;
background-color: rgba(223, 0, 0, 1);
}








#s-30263fed-488e-471e-9d12-dd22e0fe1ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30263fed-488e-471e-9d12-dd22e0fe1ea0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a987d3d-e34a-45ac-a2ed-bae257500b69 {
  min-height: 300px;
background-color: rgba(0, 0, 0, 1);
}








#s-7a987d3d-e34a-45ac-a2ed-bae257500b69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a987d3d-e34a-45ac-a2ed-bae257500b69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70742e10-ed1f-44b0-8e70-161cd5d3300d {
  margin-top: 0%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-70742e10-ed1f-44b0-8e70-161cd5d3300d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70742e10-ed1f-44b0-8e70-161cd5d3300d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
  max-width: 900px;
aspect-ratio: 900/220;
text-align: center;
}





  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image,
  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
    width: 100%;
    height: auto;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
    
    
  }


.s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shogun-image-content {
  
    align-items: center;
  
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
      position: relative;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image,
  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
    width: 100%;
    height: auto;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
    
    
  }


.s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shogun-image-content {
  
    align-items: center;
  
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
      position: relative;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image,
  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
    width: 100%;
    height: auto;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
    
    
  }


.s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shogun-image-content {
  
    align-items: center;
  
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
      position: relative;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image,
  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
    width: 100%;
    height: auto;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
    
    
  }


.s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shogun-image-content {
  
    align-items: center;
  
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
      position: relative;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image,
  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
    width: 100%;
    height: auto;
  }

  #s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
    
    
  }


.s-482417ad-b039-4c1f-8a68-3d734edc6e68 .shogun-image-content {
  
    align-items: center;
  
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container {
      position: relative;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482417ad-b039-4c1f-8a68-3d734edc6e68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d069b942-a71a-4da0-8603-7a7de4a85a1a {
  min-height: 700px;
background-color: rgba(238, 238, 238, 1);
}








#s-d069b942-a71a-4da0-8603-7a7de4a85a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d069b942-a71a-4da0-8603-7a7de4a85a1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15066a6c-bee1-46c4-9a26-4d92f9c5ff88 {
  margin-top: -3%;
margin-bottom: 0%;
}

#s-9384a076-4b3a-449e-815c-8647f1257760 {
  margin-top: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-9384a076-4b3a-449e-815c-8647f1257760"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9384a076-4b3a-449e-815c-8647f1257760"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9384a076-4b3a-449e-815c-8647f1257760"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9384a076-4b3a-449e-815c-8647f1257760"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-769ca8b6-8bc1-4e66-8a03-ca6b408b9da7 {
  box-shadow:1px 1px 6px 1px rgba(170, 170, 170, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 350px;
max-width: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-769ca8b6-8bc1-4e66-8a03-ca6b408b9da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-769ca8b6-8bc1-4e66-8a03-ca6b408b9da7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85e9692a-318c-4977-881c-da4a44674279 {
  max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image,
  #s-85e9692a-318c-4977-881c-da4a44674279 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 {
    width: 100%;
    height: auto;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
    
    
  }


.s-85e9692a-318c-4977-881c-da4a44674279 .shogun-image-content {
  
    align-items: center;
  
}

.s-85e9692a-318c-4977-881c-da4a44674279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85e9692a-318c-4977-881c-da4a44674279 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
      position: relative;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image,
  #s-85e9692a-318c-4977-881c-da4a44674279 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 {
    width: 100%;
    height: auto;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
    
    
  }


.s-85e9692a-318c-4977-881c-da4a44674279 .shogun-image-content {
  
    align-items: center;
  
}

.s-85e9692a-318c-4977-881c-da4a44674279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85e9692a-318c-4977-881c-da4a44674279 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
      position: relative;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image,
  #s-85e9692a-318c-4977-881c-da4a44674279 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 {
    width: 100%;
    height: auto;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
    
    
  }


.s-85e9692a-318c-4977-881c-da4a44674279 .shogun-image-content {
  
    align-items: center;
  
}

.s-85e9692a-318c-4977-881c-da4a44674279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85e9692a-318c-4977-881c-da4a44674279 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
      position: relative;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image,
  #s-85e9692a-318c-4977-881c-da4a44674279 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 {
    width: 100%;
    height: auto;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
    
    
  }


.s-85e9692a-318c-4977-881c-da4a44674279 .shogun-image-content {
  
    align-items: center;
  
}

.s-85e9692a-318c-4977-881c-da4a44674279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85e9692a-318c-4977-881c-da4a44674279 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
      position: relative;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image,
  #s-85e9692a-318c-4977-881c-da4a44674279 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 {
    width: 100%;
    height: auto;
  }

  #s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
    
    
  }


.s-85e9692a-318c-4977-881c-da4a44674279 .shogun-image-content {
  
    align-items: center;
  
}

.s-85e9692a-318c-4977-881c-da4a44674279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e9692a-318c-4977-881c-da4a44674279.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85e9692a-318c-4977-881c-da4a44674279 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container {
      position: relative;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85e9692a-318c-4977-881c-da4a44674279.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85e9692a-318c-4977-881c-da4a44674279 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e3649c01-71c1-4019-ab25-5df862669160 {
  margin-left: 1%;
margin-right: 1%;
}

#s-79169446-ad7d-42ae-9dd9-5d1e1f2e61df {
  box-shadow:1px 1px 6px 1px rgba(170, 170, 170, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 350px;
max-width: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-79169446-ad7d-42ae-9dd9-5d1e1f2e61df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79169446-ad7d-42ae-9dd9-5d1e1f2e61df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
  max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image,
  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
    width: 100%;
    height: auto;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
    
    
  }


.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shogun-image-content {
  
    align-items: center;
  
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
      position: relative;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image,
  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
    width: 100%;
    height: auto;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
    
    
  }


.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shogun-image-content {
  
    align-items: center;
  
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
      position: relative;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image,
  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
    width: 100%;
    height: auto;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
    
    
  }


.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shogun-image-content {
  
    align-items: center;
  
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
      position: relative;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image,
  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
    width: 100%;
    height: auto;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
    
    
  }


.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shogun-image-content {
  
    align-items: center;
  
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
      position: relative;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image,
  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
    width: 100%;
    height: auto;
  }

  #s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
    
    
  }


.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc .shogun-image-content {
  
    align-items: center;
  
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container {
      position: relative;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f74454c-4dd4-4f2e-88a6-23cce5933ccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0eb80d74-a0b6-4697-9d01-fa01d9bb4c5a {
  margin-left: 1%;
margin-right: 1%;
}

#s-f25f323c-f5de-48cb-8a19-64df2ffa554a {
  box-shadow:1px 1px 6px 1px rgba(170, 170, 170, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 350px;
max-width: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-f25f323c-f5de-48cb-8a19-64df2ffa554a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f25f323c-f5de-48cb-8a19-64df2ffa554a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
  max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image,
  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
    width: 100%;
    height: auto;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
    
    
  }


.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
      position: relative;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image,
  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
    width: 100%;
    height: auto;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
    
    
  }


.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
      position: relative;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image,
  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
    width: 100%;
    height: auto;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
    
    
  }


.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
      position: relative;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image,
  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
    width: 100%;
    height: auto;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
    
    
  }


.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
      position: relative;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image,
  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
    width: 100%;
    height: auto;
  }

  #s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
    
    
  }


.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a .shogun-image-content {
  
    align-items: center;
  
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container {
      position: relative;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-785f4d8e-c06c-4e25-bcdb-e979322f3c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-137fd006-e5d4-4617-a276-d3c7961becda {
  margin-left: 1%;
margin-right: 1%;
}

#s-8c351703-cab4-4fab-a52c-264475d80fee {
  margin-bottom: 0%;
padding-bottom: 5%;
min-height: 150px;
background-color: rgba(238, 238, 238, 1);
}








#s-8c351703-cab4-4fab-a52c-264475d80fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c351703-cab4-4fab-a52c-264475d80fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2 {
  border-top-width: 15px;
border-left-width: 15px;
border-bottom-width: 15px;
border-right-width: 15px;
border-color: rgba(223, 0, 0, 1);
border-style: solid;
border-radius: 35px;
min-height: 1px;
max-width: 250px;
background-color: rgba(223, 0, 0, 1);
text-align: center;
}


  #s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2-root {
    text-align: center;
  }


#s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2-root {
    text-align: center;
  }


#s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2-root {
    text-align: center;
  }


#s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2-root {
    text-align: center;
  }


#s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2-root {
    text-align: center;
  }


#s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
  #s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2-root {
    text-align: center;
  }


#s-f7bd6b1e-8b2a-4b19-9635-e1c3f8ad23d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-9f785efd-ec04-40fd-a015-4fb68d4a3aaf {
  min-height: 100px;
background-color: rgba(223, 0, 0, 1);
}








#s-9f785efd-ec04-40fd-a015-4fb68d4a3aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f785efd-ec04-40fd-a015-4fb68d4a3aaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da4fe723-6f0d-4c51-87c0-29ec789a5a91 {
  margin-left: 1%;
margin-right: 1%;
min-height: 50px;
}
@media (min-width: 1200px){#s-da4fe723-6f0d-4c51-87c0-29ec789a5a91 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da4fe723-6f0d-4c51-87c0-29ec789a5a91 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da4fe723-6f0d-4c51-87c0-29ec789a5a91 {
  
}
}@media (max-width: 767px){#s-da4fe723-6f0d-4c51-87c0-29ec789a5a91 {
  
}
}







#s-da4fe723-6f0d-4c51-87c0-29ec789a5a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da4fe723-6f0d-4c51-87c0-29ec789a5a91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

  .slideshow-desktop
{
  width:100%;
  height:auto;
  border-radius:15px;
  overflow:hidden;
}
.slideshow-mobile
{
  width:100%;
  height:auto;
  border-radius:15px;
  overflow:hidden;
}
/*.carrusel
{
  display: inline-block;
}*/
@media (max-width:751px)
{
.slideshow-desktop {display:none;}
}

@media (min-width:752px)
{
.slideshow-mobile {display:none;}
}
.shg-sld-dot
{
  float:left;
  
}
.shg-sld-dot.shg-sld-active{background-color:#df0000 !important;}
#s-6d135fe4-0d60-47f5-9660-c7f3400da7e5 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e {
  display: none;
}
#s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e, #wrap-s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e {
  display: none;
}
#s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e, #wrap-s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e { display: none !important; }}







#s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed95a9f5-e649-4b27-b067-65d0d4a83f8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  display: none;
}
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57, #wrap-s-6532c55d-cecd-4848-84f6-cc4da6c62a57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  display: none;
}
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57, #wrap-s-6532c55d-cecd-4848-84f6-cc4da6c62a57 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  display: none;
}
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57, #wrap-s-6532c55d-cecd-4848-84f6-cc4da6c62a57 { display: none !important; }}@media (max-width: 767px){#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  display: none;
}
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57, #wrap-s-6532c55d-cecd-4848-84f6-cc4da6c62a57 { display: none !important; }}
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 {
  background-image: url(https://i.shgcdn.com/2f50adc2-7ddb-49e2-a7de-632e0be91787/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-6532c55d-cecd-4848-84f6-cc4da6c62a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6532c55d-cecd-4848-84f6-cc4da6c62a57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d2890a21-6d16-4fc0-9df1-bf4bbfb90981"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d2890a21-6d16-4fc0-9df1-bf4bbfb90981"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d2890a21-6d16-4fc0-9df1-bf4bbfb90981"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d2890a21-6d16-4fc0-9df1-bf4bbfb90981"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
  margin-top: 20%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
max-width: 75px;
aspect-ratio: 1:1;
text-align: center;
}





  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image,
  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
    width: 100%;
    height: auto;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
    
    
  }


.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shogun-image-content {
  
    align-items: center;
  
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
      position: relative;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image,
  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
    width: 100%;
    height: auto;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
    
    
  }


.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shogun-image-content {
  
    align-items: center;
  
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
      position: relative;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image,
  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
    width: 100%;
    height: auto;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
    
    
  }


.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shogun-image-content {
  
    align-items: center;
  
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
      position: relative;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image,
  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
    width: 100%;
    height: auto;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
    
    
  }


.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shogun-image-content {
  
    align-items: center;
  
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
      position: relative;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image,
  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
    width: 100%;
    height: auto;
  }

  #s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
    
    
  }


.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd .shogun-image-content {
  
    align-items: center;
  
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container {
      position: relative;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b81e4d-c6ff-47b0-bab7-1a56808693dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
  margin-top: -20%;
margin-bottom: -20%;
padding-bottom: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image,
  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
    width: 100%;
    height: auto;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
    
    
  }


.s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
      position: relative;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image,
  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
    width: 100%;
    height: auto;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
    
    
  }


.s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
      position: relative;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image,
  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
    width: 100%;
    height: auto;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
    
    
  }


.s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
      position: relative;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image,
  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
    width: 100%;
    height: auto;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
    
    
  }


.s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
      position: relative;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image,
  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
    width: 100%;
    height: auto;
  }

  #s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
    
    
  }


.s-cdba4060-8f74-46ba-af2e-70ed9303ec28 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container {
      position: relative;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdba4060-8f74-46ba-af2e-70ed9303ec28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-3d8477a7-c26b-4334-8d19-9406ed9362f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-3d8477a7-c26b-4334-8d19-9406ed9362f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3d8477a7-c26b-4334-8d19-9406ed9362f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d8477a7-c26b-4334-8d19-9406ed9362f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-91b998f6-a474-4148-afff-2d95d0b5ce35 {
  display: none;
}
#s-91b998f6-a474-4148-afff-2d95d0b5ce35, #wrap-s-91b998f6-a474-4148-afff-2d95d0b5ce35 { display: none !important; }}
@media (min-width: 0px) {
[id="s-91b998f6-a474-4148-afff-2d95d0b5ce35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91b998f6-a474-4148-afff-2d95d0b5ce35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-91b998f6-a474-4148-afff-2d95d0b5ce35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-91b998f6-a474-4148-afff-2d95d0b5ce35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-e412aa82-fa88-4eae-ab0a-e57ef5bee120 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e412aa82-fa88-4eae-ab0a-e57ef5bee120 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: -12%;
padding-left: 0%;
text-align: left;
}







  img.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
    
    
  }


.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
    
    
  }


.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
    
    
  }


.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
    
    
  }


.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
    
    
  }


.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1d7bcc8-19d8-4b26-a65f-90869aa8bb73.shogun-image {
  box-sizing: border-box;
}



}
#s-52f308b2-6d8c-4c4d-a945-94192d76e80d {
  margin-top: -15%;
margin-left: 0%;
margin-right: 0%;
padding-left: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-52f308b2-6d8c-4c4d-a945-94192d76e80d {
  padding-top: 15%;
}
}
#s-e19a8b27-bbbc-4df3-ab35-9206555bbe22 {
  margin-top: 0%;
margin-left: 18%;
margin-bottom: 10%;
padding-left: 0%;
padding-bottom: 0%;
border-top-width: 15px;
border-left-width: 15px;
border-bottom-width: 15px;
border-right-width: 15px;
border-color: rgba(223, 0, 0, 1);
border-style: solid;
border-radius: 35px;
max-width: 150px;
background-color: rgba(223, 0, 0, 1);
}



#s-e19a8b27-bbbc-4df3-ab35-9206555bbe22.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-e19a8b27-bbbc-4df3-ab35-9206555bbe22.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-e19a8b27-bbbc-4df3-ab35-9206555bbe22.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-e19a8b27-bbbc-4df3-ab35-9206555bbe22.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-e19a8b27-bbbc-4df3-ab35-9206555bbe22.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}

#s-e19a8b27-bbbc-4df3-ab35-9206555bbe22.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e {
  margin-top: 10%;
margin-left: 10%;
margin-right: -10%;
}
@media (min-width: 1200px){#s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e {
  display: none;
}
#s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e, #wrap-s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e {
  display: none;
}
#s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e, #wrap-s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e { display: none !important; }}@media (max-width: 767px){#s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e {
  display: none;
}
#s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e, #wrap-s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e { display: none !important; }}
@media (min-width: 0px) {
[id="s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed4e6854-49cf-4bd5-bd0e-e6a90415be9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

}

#s-3d66e64e-8738-4fe3-99f0-21c4d2acb05d {
  margin-left: 5%;
margin-bottom: 5%;
padding-left: 1%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d66e64e-8738-4fe3-99f0-21c4d2acb05d {
  margin-right: 2%;
}
}
#s-f10ba13b-bfa4-43df-9013-e312971264ef {
  margin-top: -15%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: -45%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}







  img.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
    
    
  }


.s-f10ba13b-bfa4-43df-9013-e312971264ef .shogun-image-content {
  
    align-items: center;
  
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
    
    
  }


.s-f10ba13b-bfa4-43df-9013-e312971264ef .shogun-image-content {
  
    align-items: center;
  
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
    
    
  }


.s-f10ba13b-bfa4-43df-9013-e312971264ef .shogun-image-content {
  
    align-items: center;
  
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
    
    
  }


.s-f10ba13b-bfa4-43df-9013-e312971264ef .shogun-image-content {
  
    align-items: center;
  
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
    
    
  }


.s-f10ba13b-bfa4-43df-9013-e312971264ef .shogun-image-content {
  
    align-items: center;
  
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10ba13b-bfa4-43df-9013-e312971264ef.shogun-image {
  box-sizing: border-box;
}



}
#s-433b8bcb-e2b6-4431-b04e-7af00338ac7a {
  margin-top: -30%;
margin-left: 0%;
margin-right: 0%;
padding-left: 11%;
}
@media (min-width: 768px) and (max-width: 991px){#s-433b8bcb-e2b6-4431-b04e-7af00338ac7a {
  padding-top: 15%;
}
}
#s-eef2337b-3135-4431-9e0b-8eb3b42cf0f9 {
  margin-top: 0%;
margin-left: 25%;
margin-bottom: 10%;
padding-left: 0%;
padding-bottom: 0%;
border-top-width: 15px;
border-left-width: 15px;
border-bottom-width: 15px;
border-right-width: 15px;
border-color: rgba(223, 0, 0, 1);
border-style: solid;
border-radius: 35px;
max-width: 150px;
background-color: rgba(223, 0, 0, 1);
}



#s-eef2337b-3135-4431-9e0b-8eb3b42cf0f9.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-eef2337b-3135-4431-9e0b-8eb3b42cf0f9.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-eef2337b-3135-4431-9e0b-8eb3b42cf0f9.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-eef2337b-3135-4431-9e0b-8eb3b42cf0f9.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-eef2337b-3135-4431-9e0b-8eb3b42cf0f9.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}

#s-eef2337b-3135-4431-9e0b-8eb3b42cf0f9.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-44900a29-3796-45b0-ae70-42ed63a0f326 {
  margin-bottom: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image,
  #s-44900a29-3796-45b0-ae70-42ed63a0f326 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 {
    width: 100%;
    height: auto;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
    
    
  }


.s-44900a29-3796-45b0-ae70-42ed63a0f326 .shogun-image-content {
  
    align-items: center;
  
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44900a29-3796-45b0-ae70-42ed63a0f326 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
      position: relative;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image,
  #s-44900a29-3796-45b0-ae70-42ed63a0f326 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 {
    width: 100%;
    height: auto;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
    
    
  }


.s-44900a29-3796-45b0-ae70-42ed63a0f326 .shogun-image-content {
  
    align-items: center;
  
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44900a29-3796-45b0-ae70-42ed63a0f326 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
      position: relative;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image,
  #s-44900a29-3796-45b0-ae70-42ed63a0f326 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 {
    width: 100%;
    height: auto;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
    
    
  }


.s-44900a29-3796-45b0-ae70-42ed63a0f326 .shogun-image-content {
  
    align-items: center;
  
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44900a29-3796-45b0-ae70-42ed63a0f326 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
      position: relative;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image,
  #s-44900a29-3796-45b0-ae70-42ed63a0f326 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 {
    width: 100%;
    height: auto;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
    
    
  }


.s-44900a29-3796-45b0-ae70-42ed63a0f326 .shogun-image-content {
  
    align-items: center;
  
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44900a29-3796-45b0-ae70-42ed63a0f326 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
      position: relative;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image,
  #s-44900a29-3796-45b0-ae70-42ed63a0f326 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 {
    width: 100%;
    height: auto;
  }

  #s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
    
    
  }


.s-44900a29-3796-45b0-ae70-42ed63a0f326 .shogun-image-content {
  
    align-items: center;
  
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44900a29-3796-45b0-ae70-42ed63a0f326 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container {
      position: relative;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44900a29-3796-45b0-ae70-42ed63a0f326 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6f811cce-3536-46dd-bced-2c9fa33c70af {
  min-height: 100px;
background-color: rgba(223, 0, 0, 1);
}








#s-6f811cce-3536-46dd-bced-2c9fa33c70af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f811cce-3536-46dd-bced-2c9fa33c70af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d737faf5-2efe-40ba-aaa7-2fc9a88666f5 {
  padding-left: 1%;
padding-right: 1%;
}

#s-1efb6da0-4bcb-48a9-8abe-97b3441778a6 {
  min-height: 300px;
background-color: rgba(0, 0, 0, 1);
}








#s-1efb6da0-4bcb-48a9-8abe-97b3441778a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1efb6da0-4bcb-48a9-8abe-97b3441778a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcfa9733-bc96-43f4-b0f3-0e11d704edf4 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcfa9733-bc96-43f4-b0f3-0e11d704edf4 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-bcfa9733-bc96-43f4-b0f3-0e11d704edf4 {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-71caf1b1-e556-4f08-9928-e8e2607198d7 {
  margin-top: 0%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-71caf1b1-e556-4f08-9928-e8e2607198d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71caf1b1-e556-4f08-9928-e8e2607198d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
  max-width: 900px;
aspect-ratio: 900/220;
text-align: center;
}





  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image,
  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
    width: 100%;
    height: auto;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
    
    
  }


.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
      position: relative;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image,
  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
    width: 100%;
    height: auto;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
    
    
  }


.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
      position: relative;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image,
  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
    width: 100%;
    height: auto;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
    
    
  }


.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
      position: relative;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image,
  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
    width: 100%;
    height: auto;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
    
    
  }


.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
      position: relative;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image,
  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
    width: 100%;
    height: auto;
  }

  #s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
    
    
  }


.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 {
      --shg-aspect-ratio: calc(900/220); 
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container {
      position: relative;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5fb2f51-6142-4c31-9120-47f3ffb914a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8d783099-f804-4cc8-9284-71b86eebeaaa {
  margin-top: 5%;
min-height: 700px;
background-color: rgba(238, 238, 238, 1);
}








#s-8d783099-f804-4cc8-9284-71b86eebeaaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d783099-f804-4cc8-9284-71b86eebeaaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cefe84c6-6b87-4ca8-91b1-9dc23c3ddd6f {
  margin-top: 5%;
margin-bottom: 0%;
}

#s-6da08eef-7ec7-4dbe-9bca-58414bea995f {
  margin-top: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-6da08eef-7ec7-4dbe-9bca-58414bea995f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6da08eef-7ec7-4dbe-9bca-58414bea995f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6da08eef-7ec7-4dbe-9bca-58414bea995f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6da08eef-7ec7-4dbe-9bca-58414bea995f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6c6b78ad-e77e-4fa5-824d-ed88eea7f370 {
  box-shadow:1px 1px 6px 1px rgba(170, 170, 170, 1);
margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 350px;
max-width: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c6b78ad-e77e-4fa5-824d-ed88eea7f370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c6b78ad-e77e-4fa5-824d-ed88eea7f370.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
  max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image,
  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
    width: 100%;
    height: auto;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
    
    
  }


.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
      position: relative;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image,
  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
    width: 100%;
    height: auto;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
    
    
  }


.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
      position: relative;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image,
  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
    width: 100%;
    height: auto;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
    
    
  }


.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
      position: relative;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image,
  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
    width: 100%;
    height: auto;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
    
    
  }


.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
      position: relative;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image,
  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
    width: 100%;
    height: auto;
  }

  #s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
    
    
  }


.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container {
      position: relative;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3dcc4bc-3226-4191-8467-1b36f4d8f208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b62cd257-395b-4a77-b164-c51af653e33b {
  margin-left: 1%;
margin-right: 1%;
}

#s-107f42ce-cdc7-43b4-903f-1a874490ca1c {
  box-shadow:1px 1px 6px 1px rgba(170, 170, 170, 1);
margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 350px;
max-width: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-107f42ce-cdc7-43b4-903f-1a874490ca1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-107f42ce-cdc7-43b4-903f-1a874490ca1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc082cba-fe34-4d18-913e-e13f27781241 {
  max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image,
  #s-dc082cba-fe34-4d18-913e-e13f27781241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 {
    width: 100%;
    height: auto;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
    
    
  }


.s-dc082cba-fe34-4d18-913e-e13f27781241 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc082cba-fe34-4d18-913e-e13f27781241 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
      position: relative;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image,
  #s-dc082cba-fe34-4d18-913e-e13f27781241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 {
    width: 100%;
    height: auto;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
    
    
  }


.s-dc082cba-fe34-4d18-913e-e13f27781241 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc082cba-fe34-4d18-913e-e13f27781241 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
      position: relative;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image,
  #s-dc082cba-fe34-4d18-913e-e13f27781241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 {
    width: 100%;
    height: auto;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
    
    
  }


.s-dc082cba-fe34-4d18-913e-e13f27781241 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc082cba-fe34-4d18-913e-e13f27781241 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
      position: relative;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image,
  #s-dc082cba-fe34-4d18-913e-e13f27781241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 {
    width: 100%;
    height: auto;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
    
    
  }


.s-dc082cba-fe34-4d18-913e-e13f27781241 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc082cba-fe34-4d18-913e-e13f27781241 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
      position: relative;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image,
  #s-dc082cba-fe34-4d18-913e-e13f27781241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 {
    width: 100%;
    height: auto;
  }

  #s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
    
    
  }


.s-dc082cba-fe34-4d18-913e-e13f27781241 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc082cba-fe34-4d18-913e-e13f27781241 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container {
      position: relative;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc082cba-fe34-4d18-913e-e13f27781241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-25586aaf-5b32-4399-90ca-46a5fad716ca {
  margin-left: 1%;
margin-right: 1%;
}

#s-e3bc30c5-4cdd-4794-94b2-08b1e6f90498 {
  box-shadow:1px 1px 6px 1px rgba(170, 170, 170, 1);
margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 350px;
max-width: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-e3bc30c5-4cdd-4794-94b2-08b1e6f90498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3bc30c5-4cdd-4794-94b2-08b1e6f90498.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
  max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image,
  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
    width: 100%;
    height: auto;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
    
    
  }


.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
      position: relative;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image,
  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
    width: 100%;
    height: auto;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
    
    
  }


.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
      position: relative;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image,
  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
    width: 100%;
    height: auto;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
    
    
  }


.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
      position: relative;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image,
  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
    width: 100%;
    height: auto;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
    
    
  }


.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
      position: relative;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image,
  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
    width: 100%;
    height: auto;
  }

  #s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
    
    
  }


.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container {
      position: relative;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-848ee899-5f57-4be8-8d9b-e91bda6bfcb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d738de81-b032-4c0b-bd62-11e694caf391 {
  margin-left: 1%;
margin-right: 1%;
}

#s-fa345c3a-694c-4d7f-83d1-a14fad5402aa {
  margin-bottom: 0%;
padding-bottom: 5%;
min-height: 150px;
background-color: rgba(238, 238, 238, 1);
}








#s-fa345c3a-694c-4d7f-83d1-a14fad5402aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa345c3a-694c-4d7f-83d1-a14fad5402aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74ce1649-31a9-4cda-abfa-dc356fafe747 {
  border-top-width: 15px;
border-left-width: 15px;
border-bottom-width: 15px;
border-right-width: 15px;
border-color: rgba(223, 0, 0, 1);
border-style: solid;
border-radius: 35px;
min-height: 1px;
max-width: 250px;
background-color: rgba(223, 0, 0, 1);
text-align: center;
}


  #s-74ce1649-31a9-4cda-abfa-dc356fafe747-root {
    text-align: center;
  }


#s-74ce1649-31a9-4cda-abfa-dc356fafe747.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74ce1649-31a9-4cda-abfa-dc356fafe747-root {
    text-align: center;
  }


#s-74ce1649-31a9-4cda-abfa-dc356fafe747.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74ce1649-31a9-4cda-abfa-dc356fafe747-root {
    text-align: center;
  }


#s-74ce1649-31a9-4cda-abfa-dc356fafe747.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74ce1649-31a9-4cda-abfa-dc356fafe747-root {
    text-align: center;
  }


#s-74ce1649-31a9-4cda-abfa-dc356fafe747.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74ce1649-31a9-4cda-abfa-dc356fafe747-root {
    text-align: center;
  }


#s-74ce1649-31a9-4cda-abfa-dc356fafe747.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
  #s-74ce1649-31a9-4cda-abfa-dc356fafe747-root {
    text-align: center;
  }


#s-74ce1649-31a9-4cda-abfa-dc356fafe747.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-1c1a42b8-3598-4a8c-90e9-c6cd1b748b8e {
  min-height: 100px;
background-color: rgba(223, 0, 0, 1);
}








#s-1c1a42b8-3598-4a8c-90e9-c6cd1b748b8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c1a42b8-3598-4a8c-90e9-c6cd1b748b8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e721bfda-8d68-48d6-be9c-9b33a9f3a9de {
  margin-left: 1%;
margin-right: 1%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e721bfda-8d68-48d6-be9c-9b33a9f3a9de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e721bfda-8d68-48d6-be9c-9b33a9f3a9de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e721bfda-8d68-48d6-be9c-9b33a9f3a9de {
  
}
}@media (max-width: 767px){#s-e721bfda-8d68-48d6-be9c-9b33a9f3a9de {
  
}
}







#s-e721bfda-8d68-48d6-be9c-9b33a9f3a9de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e721bfda-8d68-48d6-be9c-9b33a9f3a9de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-677a9816-1879-41f4-962d-ccb60174e0ff {
  margin-top: 2%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

/*
  $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}
