.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c68ebbab-dc91-4e9a-a815-efdc588babbe {
  min-height: 50px;
}








#s-c68ebbab-dc91-4e9a-a815-efdc588babbe > .shg-box-overlay {
  background-color: rgba(40, 73, 110, 1);
  opacity: 0;
  display: block;
}#s-c68ebbab-dc91-4e9a-a815-efdc588babbe.shg-box.shg-c {
  justify-content: center;
}

#s-9d7996a6-8792-4098-a066-7855057a3eed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9d7996a6-8792-4098-a066-7855057a3eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d7996a6-8792-4098-a066-7855057a3eed.shg-box.shg-c {
  justify-content: center;
}

#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 725px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  margin-right: 1.5em;
min-height: 750px;
}
}@media (max-width: 767px){#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  display: none;
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10, #wrap-s-03c3f525-9037-42e8-8cdb-2083300e5e10 { display: none !important; }}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/-/resize/480x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/-/resize/960x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/-/resize/768x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/-/resize/1536x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/-/resize/1024x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/-/resize/2048x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/-/resize/1200x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-03c3f525-9037-42e8-8cdb-2083300e5e10 {
  background-image: url(https://i.shgcdn.com/140423bd-fe6b-4e33-96de-e09f2cb9497b/-/resize/2048x/);
}
#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-03c3f525-9037-42e8-8cdb-2083300e5e10 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-03c3f525-9037-42e8-8cdb-2083300e5e10 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-03c3f525-9037-42e8-8cdb-2083300e5e10 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-03c3f525-9037-42e8-8cdb-2083300e5e10.shg-box.shg-c {
  justify-content: flex-end;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-7fc72104-71fa-4716-a916-9bccff761b4a {
  margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (min-width: 1200px){#s-7fc72104-71fa-4716-a916-9bccff761b4a {
  margin-right: 3em;
}
}
#s-7fc72104-71fa-4716-a916-9bccff761b4a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: right;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-b26ae8ce-1843-4d46-8a49-3827d9d00274 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 1200px){#s-b26ae8ce-1843-4d46-8a49-3827d9d00274 {
  margin-top: 0.5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b26ae8ce-1843-4d46-8a49-3827d9d00274 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-b26ae8ce-1843-4d46-8a49-3827d9d00274 {
  display: none;
}
#s-b26ae8ce-1843-4d46-8a49-3827d9d00274, #wrap-s-b26ae8ce-1843-4d46-8a49-3827d9d00274 { display: none !important; }}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  margin-left: 4em;
margin-right: auto;
}
@media (min-width: 1200px){#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  margin-left: 4em;
margin-bottom: -15em;
margin-right: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  display: none;
}
#s-ed493eb5-b26f-4017-b1f1-385352abf8ea, #wrap-s-ed493eb5-b26f-4017-b1f1-385352abf8ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  display: none;
}
#s-ed493eb5-b26f-4017-b1f1-385352abf8ea, #wrap-s-ed493eb5-b26f-4017-b1f1-385352abf8ea { display: none !important; }}@media (max-width: 767px){#s-ed493eb5-b26f-4017-b1f1-385352abf8ea {
  display: none;
}
#s-ed493eb5-b26f-4017-b1f1-385352abf8ea, #wrap-s-ed493eb5-b26f-4017-b1f1-385352abf8ea { display: none !important; }}
@media (min-width: 0px) {
[id="s-ed493eb5-b26f-4017-b1f1-385352abf8ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-ed493eb5-b26f-4017-b1f1-385352abf8ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-ed493eb5-b26f-4017-b1f1-385352abf8ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-ed493eb5-b26f-4017-b1f1-385352abf8ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

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

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

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-6f596688-fc81-4043-b65f-1d3f1280378d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTNmNjBiMDUtMzViOS00MTk5LWIzM2ItOTljZmY3YjRlZjc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhYTM4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDdiMjNjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhM2Y2MGIwNS0zNWI5LTQxOTktYjMzYi05OWNmZjdiNGVmNzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 0.5em;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ebaa38"}, {"id"=>2, "pos"=>1, "color"=>"#d7b23c"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-6f596688-fc81-4043-b65f-1d3f1280378d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f596688-fc81-4043-b65f-1d3f1280378d:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6f596688-fc81-4043-b65f-1d3f1280378d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTQ0OTM2OWItYzA3ZS00MDY3LThkY2YtZjYzNDcxYjVmNWFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDliNDM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTlhNDNhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NDQ5MzY5Yi1jMDdlLTQwNjctOGRjZi1mNjM0NzFiNWY1YWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d9b439"}, {"id"=>2, "pos"=>1, "color"=>"#e9a43a"}];
}
#s-6f596688-fc81-4043-b65f-1d3f1280378d:hover {background-color: rgba(233, 164, 58, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f596688-fc81-4043-b65f-1d3f1280378d:active {background-color: rgba(250, 165, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-6f596688-fc81-4043-b65f-1d3f1280378d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f596688-fc81-4043-b65f-1d3f1280378d {
  text-align: center;
}
}

  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f596688-fc81-4043-b65f-1d3f1280378d-root {
    text-align: center;
  }


#s-6f596688-fc81-4043-b65f-1d3f1280378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-85e87918-80b8-4010-8845-77f37fbbd191 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(211, 21, 44, 1);
}
#s-85e87918-80b8-4010-8845-77f37fbbd191:hover {background-color: rgba(245, 245, 245, 1) !important;
text-decoration: none !important;
color: rgba(211, 21, 44, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-85e87918-80b8-4010-8845-77f37fbbd191:active {background-color: rgba(123, 107, 80, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-85e87918-80b8-4010-8845-77f37fbbd191 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
color: rgba(233, 164, 58, 1);
}
#s-85e87918-80b8-4010-8845-77f37fbbd191:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(233, 164, 58, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-85e87918-80b8-4010-8845-77f37fbbd191:active {background-color: rgba(255, 154, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-85e87918-80b8-4010-8845-77f37fbbd191 {
  padding-left: 20px;
padding-right: 20px;
}
}

  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(233, 164, 58, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-85e87918-80b8-4010-8845-77f37fbbd191-root {
    text-align: center;
  }


#s-85e87918-80b8-4010-8845-77f37fbbd191.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  margin-left: 4em;
margin-right: auto;
}
@media (min-width: 1200px){#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  display: none;
}
#s-0c509fec-92c1-4363-bd51-613c376bf970, #wrap-s-0c509fec-92c1-4363-bd51-613c376bf970 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  margin-top: 1em;
margin-bottom: -15em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  margin-bottom: -21em;
margin-right: 3em;
}
}@media (max-width: 767px){#s-0c509fec-92c1-4363-bd51-613c376bf970 {
  display: none;
}
#s-0c509fec-92c1-4363-bd51-613c376bf970, #wrap-s-0c509fec-92c1-4363-bd51-613c376bf970 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c509fec-92c1-4363-bd51-613c376bf970"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzRjMTExZTgtYTYxYS00MjdjLWE4MGEtMDE4NmZlYmI4NDMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNGMxMTFlOC1hNjFhLTQyN2MtYTgwYS0wMTg2ZmViYjg0MzMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 0.5em;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJlODFlZjQtNjNmMS00Y2JlLWI0YWQtZjNhNzI5YmU0ZWFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDliNDM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTlhNDNhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMmU4MWVmNC02M2YxLTRjYmUtYjRhZC1mM2E3MjliZTRlYWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-right: 2em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d9b439"}, {"id"=>2, "pos"=>1, "color"=>"#e9a43a"}];
}
#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:hover {background-color: rgba(233, 164, 58, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:active {background-color: rgba(255, 154, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGYxNGE4YTYtNGI3ZS00NjdkLTg2OGUtMGM5MDliMDgwZTY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDliNDM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTlhNDNhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZjE0YThhNi00YjdlLTQ2N2QtODY4ZS0wYzkwOWIwODBlNjcpIi8+PC9zdmc+);
background-repeat: no-repeat;
text-align: center;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d9b439"}, {"id"=>2, "pos"=>1, "color"=>"#e9a43a"}];
}
#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:hover {background-color: rgba(233, 164, 58, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6:active {background-color: rgba(226, 140, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6-root {
    text-align: center;
  }


#s-1dc3ec45-64d4-4bb9-a9b7-7b06ea4f42c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(211, 21, 44, 1);
}
#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:hover {background-color: rgba(245, 245, 245, 1) !important;
text-decoration: none !important;
color: rgba(211, 21, 44, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:active {background-color: rgba(123, 107, 80, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1 {
  margin-right: 2em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
color: rgba(233, 164, 58, 1);
}
#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:hover {background-color: rgba(233, 164, 58, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:active {background-color: rgba(255, 154, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1 {
  color: rgba(233, 164, 58, 1);
}
#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:hover {background-color: rgba(233, 164, 58, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1:active {background-color: rgba(226, 140, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(233, 164, 58, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(233, 164, 58, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1-root {
    text-align: center;
  }


#s-c7388a13-0f46-4fe9-aa7b-902bd85f9ed1.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: auto;
}
@media (min-width: 1200px){#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 {
  display: none;
}
#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4, #wrap-s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 {
  display: none;
}
#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4, #wrap-s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 {
  display: none;
}
#s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4, #wrap-s-9526fa5b-e7ee-4d93-a487-bdf86740a2f4 { display: none !important; }}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-41bd0dc2-b070-46ab-b007-409976bc647a {
  margin-top: 0.25em;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41bd0dc2-b070-46ab-b007-409976bc647a .shogun-heading-component h3 {
  
  font-weight:  300 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-406d5ace-d0dc-4c29-a73a-233b81666bd7 {
  text-align: left;
}

#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  display: none;
}
#s-99ee3e1f-92a3-48d5-8435-81810c886d1f, #wrap-s-99ee3e1f-92a3-48d5-8435-81810c886d1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  display: none;
}
#s-99ee3e1f-92a3-48d5-8435-81810c886d1f, #wrap-s-99ee3e1f-92a3-48d5-8435-81810c886d1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  display: none;
}
#s-99ee3e1f-92a3-48d5-8435-81810c886d1f, #wrap-s-99ee3e1f-92a3-48d5-8435-81810c886d1f { display: none !important; }}@media (max-width: 767px){#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-99ee3e1f-92a3-48d5-8435-81810c886d1f {
  background-image: url(https://i.shgcdn.com/27b60a3b-90b7-4ea9-b11e-c431515da998/);
}








#s-99ee3e1f-92a3-48d5-8435-81810c886d1f > .shg-box-overlay {
  background-color: rgba(62, 62, 62, 1);
  opacity: 0.1;
  display: block;
}#s-99ee3e1f-92a3-48d5-8435-81810c886d1f.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-99ee3e1f-92a3-48d5-8435-81810c886d1f > .shg-box-overlay {
  background-color: rgba(62, 62, 62, 1);
  opacity: 0.3;
  display: block;
}#s-99ee3e1f-92a3-48d5-8435-81810c886d1f.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-d3c68a3b-e883-42f2-888b-402759c901c6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-d3c68a3b-e883-42f2-888b-402759c901c6 {
  display: none;
}
#s-d3c68a3b-e883-42f2-888b-402759c901c6, #wrap-s-d3c68a3b-e883-42f2-888b-402759c901c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3c68a3b-e883-42f2-888b-402759c901c6 {
  display: none;
}
#s-d3c68a3b-e883-42f2-888b-402759c901c6, #wrap-s-d3c68a3b-e883-42f2-888b-402759c901c6 { display: none !important; }}@media (max-width: 767px){#s-d3c68a3b-e883-42f2-888b-402759c901c6 {
  margin-bottom: 0px;
}
}
#s-d3c68a3b-e883-42f2-888b-402759c901c6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: center;
}



#s-06187bd9-3440-4343-9029-1c500b8cf488 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-06187bd9-3440-4343-9029-1c500b8cf488 {
  display: none;
}
#s-06187bd9-3440-4343-9029-1c500b8cf488, #wrap-s-06187bd9-3440-4343-9029-1c500b8cf488 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06187bd9-3440-4343-9029-1c500b8cf488 {
  display: none;
}
#s-06187bd9-3440-4343-9029-1c500b8cf488, #wrap-s-06187bd9-3440-4343-9029-1c500b8cf488 { display: none !important; }}@media (max-width: 767px){#s-06187bd9-3440-4343-9029-1c500b8cf488 {
  display: none;
}
#s-06187bd9-3440-4343-9029-1c500b8cf488, #wrap-s-06187bd9-3440-4343-9029-1c500b8cf488 { display: none !important; }}
#s-1543917a-4866-4aaa-bc2e-d27cc36ebc25 {
  margin-left: 2em;
margin-right: 2em;
}
@media (max-width: 767px){#s-1543917a-4866-4aaa-bc2e-d27cc36ebc25 {
  margin-bottom: -15px;
}
}
#s-fba73744-2da5-418d-9c57-467b66f7d9b3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI5ZjFhZGItYzZkYy00MGI2LWFiNWUtYTliMjViNGEzZWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjlmMWFkYi1jNmRjLTQwYjYtYWI1ZS1hOWIyNWI0YTNlZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-fba73744-2da5-418d-9c57-467b66f7d9b3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGM0N2RmODEtMDlmOC00M2E4LWIwZWEtMTE0NDhhNzA5NDFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzQ3ZGY4MS0wOWY4LTQzYTgtYjBlYS0xMTQ0OGE3MDk0MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}#s-fba73744-2da5-418d-9c57-467b66f7d9b3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGY1MzUzZTEtNWQyZS00ZjQzLTg5M2UtNjQ0ZWM2NjBkZGY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjUzNTNlMS01ZDJlLTRmNDMtODkzZS02NDRlYzY2MGRkZjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}@media (max-width: 767px){#s-fba73744-2da5-418d-9c57-467b66f7d9b3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTM2ZDMzZjAtZmZkYS00ZWVhLTk4MmEtYmQ1ODM5NmViMmYwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDliNDM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTlhNDNhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMzZkMzNmMC1mZmRhLTRlZWEtOTgyYS1iZDU4Mzk2ZWIyZjApIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d9b439"}, {"id"=>2, "pos"=>1, "color"=>"#e9a43a"}];
}
#s-fba73744-2da5-418d-9c57-467b66f7d9b3:hover {background-color: rgba(240, 161, 38, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fba73744-2da5-418d-9c57-467b66f7d9b3:active {background-color: rgba(226, 140, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fba73744-2da5-418d-9c57-467b66f7d9b3-root {
    text-align: center;
  }


#s-fba73744-2da5-418d-9c57-467b66f7d9b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-ef35ba86-9f65-41ed-add3-c843a175c4c2 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#289049"}, {"id"=>2, "pos"=>1, "color"=>"#0f5d28"}];
hover-type: gradient;
color: rgba(211, 21, 44, 1);
letter-spacing: 1px;
}
#s-ef35ba86-9f65-41ed-add3-c843a175c4c2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGM0N2RmODEtMDlmOC00M2E4LWIwZWEtMTE0NDhhNzA5NDFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzQ3ZGY4MS0wOWY4LTQzYTgtYjBlYS0xMTQ0OGE3MDk0MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}#s-ef35ba86-9f65-41ed-add3-c843a175c4c2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhiNDhlNjgtNDRjMC00NzUxLWFkNTQtY2YyZTQxYjg3NGQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOGI0OGU2OC00NGMwLTQ3NTEtYWQ1NC1jZjJlNDFiODc0ZDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}@media (max-width: 767px){#s-ef35ba86-9f65-41ed-add3-c843a175c4c2 {
  margin-top: 1em;
margin-bottom: 3em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
color: rgba(233, 164, 58, 1);
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-ef35ba86-9f65-41ed-add3-c843a175c4c2:hover {background-color: rgba(233, 164, 58, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef35ba86-9f65-41ed-add3-c843a175c4c2:active {background-color: rgba(226, 140, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(211, 21, 44, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef35ba86-9f65-41ed-add3-c843a175c4c2-root {
    text-align: center;
  }


#s-ef35ba86-9f65-41ed-add3-c843a175c4c2.shg-btn {
  color: rgba(233, 164, 58, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  box-shadow:0px 0px 0px 0px rgba(32, 32, 32, 0);
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  display: none;
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-s-3ecdbc39-844a-4f46-baf9-d041cd765eee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  display: none;
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-s-3ecdbc39-844a-4f46-baf9-d041cd765eee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  display: none;
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-s-3ecdbc39-844a-4f46-baf9-d041cd765eee { display: none !important; }}@media (max-width: 767px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  padding-left: 0em;
padding-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-842572d2-14a3-4c74-87e1-c30628b411e6 {
  margin-bottom: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-842572d2-14a3-4c74-87e1-c30628b411e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2bf230a-fa74-45c2-8347-9d5daf406eaf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-d2bf230a-fa74-45c2-8347-9d5daf406eaf .shogun-image-content {
  
    align-items: center;
  
}

#s-2ddbc145-791c-43ab-aeea-baff3cf6242c {
  margin-bottom: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-2ddbc145-791c-43ab-aeea-baff3cf6242c .shogun-image-content {
  
    align-items: center;
  
}

#s-218b120b-6262-4d51-938f-67943a27f7fd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-218b120b-6262-4d51-938f-67943a27f7fd .shogun-image-content {
  
    align-items: center;
  
}

#s-12b6f07e-de12-4d82-91bb-320b4cba4f6d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-12b6f07e-de12-4d82-91bb-320b4cba4f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-84282bfc-9990-44ca-bd82-a26b683b7791 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-84282bfc-9990-44ca-bd82-a26b683b7791 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ae390f4-e91d-436d-b463-e38bc097a00d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-0ae390f4-e91d-436d-b463-e38bc097a00d {
  margin-top: 0px;
margin-bottom: 0em;
}
}







#s-0ae390f4-e91d-436d-b463-e38bc097a00d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ae390f4-e91d-436d-b463-e38bc097a00d.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
opacity: 0.91;
}
@media (min-width: 1200px){#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  display: none;
}
#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef, #wrap-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  display: none;
}
#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef, #wrap-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef { display: none !important; }}@media (max-width: 767px){#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  display: none;
}
#s-5fd6c73d-6daf-4d06-b6df-dea0af638eef, #wrap-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-prev,
#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-prev svg,
#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5fd6c73d-6daf-4d06-b6df-dea0af638eef .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}



.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}






.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  
  
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}






.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  
  
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}






.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  
  
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}






.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  
  
  
  
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 {
  margin: 0 !important;
}






.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202af8f5-f44d-443e-bbda-e3ef58ea62d8.shogun-image {
  box-sizing: border-box;
}




}
#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}



.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}






.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  
  
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}






.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  
  
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}






.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  
  
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}






.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  
  
  
  
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 {
  margin: 0 !important;
}






.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f218294e-3ddc-4e29-b1f7-3d8fc785cf17.shogun-image {
  box-sizing: border-box;
}




}
#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}



.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}






.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  
  
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}






.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  
  
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}






.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  
  
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}






.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  
  
  
  
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730 {
  margin: 0 !important;
}






.s-5741aa29-30f1-48ea-9e35-58ff05e5a730 .shogun-image-content {
  
    align-items: center;
  
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5741aa29-30f1-48ea-9e35-58ff05e5a730.shogun-image {
  box-sizing: border-box;
}




}
#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}



.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}






.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  
  
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}






.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  
  
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}






.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  
  
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}






.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  
  
  
  
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f {
  margin: 0 !important;
}






.s-92aea7ea-9233-48b2-9c11-78485e6c039f .shogun-image-content {
  
    align-items: center;
  
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92aea7ea-9233-48b2-9c11-78485e6c039f.shogun-image {
  box-sizing: border-box;
}




}
#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  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: none;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}



.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}






.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  
  
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}






.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  
  
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}






.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  
  
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}






.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  
  
  
  
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 {
  margin: 0 !important;
}






.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de51f8ba-5d40-42a4-a666-fe34ca2d64d6.shogun-image {
  box-sizing: border-box;
}




}
#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  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: none;
border-radius: 1.25em;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  max-width: 1000px;
}
}


.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}






.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  
  
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}






.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  
  
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}






.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  
  
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}






.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  
  
  
  
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74 {
  margin: 0 !important;
}






.s-6e0182b0-0c22-4462-8ff1-a98d38035a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e0182b0-0c22-4462-8ff1-a98d38035a74.shogun-image {
  box-sizing: border-box;
}




}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 {
  margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (min-width: 1200px){#s-17d7c342-7eeb-437b-a562-38a1dd774229 {
  display: none;
}
#s-17d7c342-7eeb-437b-a562-38a1dd774229, #wrap-s-17d7c342-7eeb-437b-a562-38a1dd774229 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17d7c342-7eeb-437b-a562-38a1dd774229 {
  display: none;
}
#s-17d7c342-7eeb-437b-a562-38a1dd774229, #wrap-s-17d7c342-7eeb-437b-a562-38a1dd774229 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17d7c342-7eeb-437b-a562-38a1dd774229 {
  display: none;
}
#s-17d7c342-7eeb-437b-a562-38a1dd774229, #wrap-s-17d7c342-7eeb-437b-a562-38a1dd774229 { display: none !important; }}

  #s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (max-width: 767px){
  #s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(67, 177, 221, 1);
  }
  #s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 177, 221, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(27, 164, 193, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 177, 221, 1);
}

#s-17d7c342-7eeb-437b-a562-38a1dd774229 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-2be93575-136c-4efe-9b8b-3feb0a063232 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 > .swiper-button-prev,
#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 > .swiper-button-prev svg,
#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2be93575-136c-4efe-9b8b-3feb0a063232 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  margin: 0 !important;
}






.s-f7194afd-31d4-4a81-aa3d-bd1831857501 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  
  
  
  
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  margin: 0 !important;
}






.s-f7194afd-31d4-4a81-aa3d-bd1831857501 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  
  
  
  
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  margin: 0 !important;
}






.s-f7194afd-31d4-4a81-aa3d-bd1831857501 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  
  
  
  
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  margin: 0 !important;
}






.s-f7194afd-31d4-4a81-aa3d-bd1831857501 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  
  
  
  
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501 {
  margin: 0 !important;
}






.s-f7194afd-31d4-4a81-aa3d-bd1831857501 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7194afd-31d4-4a81-aa3d-bd1831857501.shogun-image {
  box-sizing: border-box;
}




}
#s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  margin: 0 !important;
}






.s-6805da57-3c4c-4de8-99d6-ce4128139268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  
  
  
  
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  margin: 0 !important;
}






.s-6805da57-3c4c-4de8-99d6-ce4128139268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  
  
  
  
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  margin: 0 !important;
}






.s-6805da57-3c4c-4de8-99d6-ce4128139268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  
  
  
  
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  margin: 0 !important;
}






.s-6805da57-3c4c-4de8-99d6-ce4128139268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  
  
  
  
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268 {
  margin: 0 !important;
}






.s-6805da57-3c4c-4de8-99d6-ce4128139268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6805da57-3c4c-4de8-99d6-ce4128139268.shogun-image {
  box-sizing: border-box;
}




}
#s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  margin: 0 !important;
}






.s-a52a8e05-f807-4fa1-a688-3908a72d2864 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  
  
  
  
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  margin: 0 !important;
}






.s-a52a8e05-f807-4fa1-a688-3908a72d2864 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  
  
  
  
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  margin: 0 !important;
}






.s-a52a8e05-f807-4fa1-a688-3908a72d2864 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  
  
  
  
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  margin: 0 !important;
}






.s-a52a8e05-f807-4fa1-a688-3908a72d2864 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  
  
  
  
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864 {
  margin: 0 !important;
}






.s-a52a8e05-f807-4fa1-a688-3908a72d2864 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52a8e05-f807-4fa1-a688-3908a72d2864.shogun-image {
  box-sizing: border-box;
}




}
#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  margin: 0 !important;
}






.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  
  
  
  
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  margin: 0 !important;
}






.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  
  
  
  
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  margin: 0 !important;
}






.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  
  
  
  
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  margin: 0 !important;
}






.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  
  
  
  
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db {
  margin: 0 !important;
}






.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db .shogun-image-content {
  
    align-items: center;
  
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5eb89ad-d12c-41d2-b1b7-b89d2da297db.shogun-image {
  box-sizing: border-box;
}




}
#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  margin: 0 !important;
}






.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff .shogun-image-content {
  
    align-items: center;
  
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  
  
  
  
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  margin: 0 !important;
}






.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff .shogun-image-content {
  
    align-items: center;
  
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  
  
  
  
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  margin: 0 !important;
}






.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff .shogun-image-content {
  
    align-items: center;
  
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  
  
  
  
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  margin: 0 !important;
}






.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff .shogun-image-content {
  
    align-items: center;
  
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  
  
  
  
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff {
  margin: 0 !important;
}






.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff .shogun-image-content {
  
    align-items: center;
  
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0cd5cff-e135-49ac-910d-b21c41ce3eff.shogun-image {
  box-sizing: border-box;
}




}
#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  margin: 0 !important;
}






.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f .shogun-image-content {
  
    align-items: center;
  
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  
  
  
  
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  margin: 0 !important;
}






.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f .shogun-image-content {
  
    align-items: center;
  
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  
  
  
  
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  margin: 0 !important;
}






.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f .shogun-image-content {
  
    align-items: center;
  
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  
  
  
  
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  margin: 0 !important;
}






.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f .shogun-image-content {
  
    align-items: center;
  
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  
  
  
  
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f {
  margin: 0 !important;
}






.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f .shogun-image-content {
  
    align-items: center;
  
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bf7fb-aa2a-4773-8741-d25ca0ae115f.shogun-image {
  box-sizing: border-box;
}




}
#s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  margin: 0 !important;
}






.s-9dff5884-6090-4c86-9aa9-281cb59e81f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  
  
  
  
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  margin: 0 !important;
}






.s-9dff5884-6090-4c86-9aa9-281cb59e81f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  
  
  
  
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  margin: 0 !important;
}






.s-9dff5884-6090-4c86-9aa9-281cb59e81f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  
  
  
  
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  margin: 0 !important;
}






.s-9dff5884-6090-4c86-9aa9-281cb59e81f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  
  
  
  
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6 {
  margin: 0 !important;
}






.s-9dff5884-6090-4c86-9aa9-281cb59e81f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dff5884-6090-4c86-9aa9-281cb59e81f6.shogun-image {
  box-sizing: border-box;
}




}
#s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  margin: 0 !important;
}






.s-37854621-fdcd-44e9-98dc-cbfc31024b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  
  
  
  
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  margin: 0 !important;
}






.s-37854621-fdcd-44e9-98dc-cbfc31024b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  
  
  
  
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  margin: 0 !important;
}






.s-37854621-fdcd-44e9-98dc-cbfc31024b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  
  
  
  
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  margin: 0 !important;
}






.s-37854621-fdcd-44e9-98dc-cbfc31024b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  
  
  
  
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22 {
  margin: 0 !important;
}






.s-37854621-fdcd-44e9-98dc-cbfc31024b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37854621-fdcd-44e9-98dc-cbfc31024b22.shogun-image {
  box-sizing: border-box;
}




}
#s-52a98635-e3c1-45d8-af14-bc618b8d97e9 {
  margin-left: 0em;
margin-right: 0em;
}

#s-fe2ece2c-c78b-4260-9c3b-0fe0cb418551 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5833e660-4098-4d74-8c90-9a6a374319ed {
  margin-left: 0em;
margin-right: 0em;
}

#s-9a5b5009-bce6-4979-8377-dea1d859f5b7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e28809ad-39dd-4af4-b085-4877ce2c53ca {
  margin-left: 0em;
margin-right: 0em;
}

#s-82fa882b-bf0a-4c78-a85d-40393591d7ba {
  margin-left: 0em;
margin-right: 0em;
}

#s-9357a478-3166-46af-876a-c8be5c9e1c9c {
  margin-left: 0em;
margin-right: 0em;
}

#s-dfa9817f-4969-4980-8f69-8a009333fe92 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 > .swiper-button-prev,
#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 > .swiper-button-prev svg,
#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6f34641e-3948-4c7f-9e66-acc8f8f08b14 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  margin: 0 !important;
}






.s-e77e7815-8ecb-41bc-947e-5620856cd728 .shogun-image-content {
  
    align-items: center;
  
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  
  
  
  
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  margin: 0 !important;
}






.s-e77e7815-8ecb-41bc-947e-5620856cd728 .shogun-image-content {
  
    align-items: center;
  
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  
  
  
  
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  margin: 0 !important;
}






.s-e77e7815-8ecb-41bc-947e-5620856cd728 .shogun-image-content {
  
    align-items: center;
  
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  
  
  
  
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  margin: 0 !important;
}






.s-e77e7815-8ecb-41bc-947e-5620856cd728 .shogun-image-content {
  
    align-items: center;
  
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  
  
  
  
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728 {
  margin: 0 !important;
}






.s-e77e7815-8ecb-41bc-947e-5620856cd728 .shogun-image-content {
  
    align-items: center;
  
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77e7815-8ecb-41bc-947e-5620856cd728.shogun-image {
  box-sizing: border-box;
}




}
#s-c35c7244-6a61-487b-9616-85288e186199 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-c35c7244-6a61-487b-9616-85288e186199 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c35c7244-6a61-487b-9616-85288e186199 {
  margin: 0 !important;
}






.s-c35c7244-6a61-487b-9616-85288e186199 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35c7244-6a61-487b-9616-85288e186199.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35c7244-6a61-487b-9616-85288e186199.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35c7244-6a61-487b-9616-85288e186199.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c35c7244-6a61-487b-9616-85288e186199 {
  
  
  
  
}

#s-c35c7244-6a61-487b-9616-85288e186199 {
  margin: 0 !important;
}






.s-c35c7244-6a61-487b-9616-85288e186199 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35c7244-6a61-487b-9616-85288e186199.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35c7244-6a61-487b-9616-85288e186199.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35c7244-6a61-487b-9616-85288e186199.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c35c7244-6a61-487b-9616-85288e186199 {
  
  
  
  
}

#s-c35c7244-6a61-487b-9616-85288e186199 {
  margin: 0 !important;
}






.s-c35c7244-6a61-487b-9616-85288e186199 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35c7244-6a61-487b-9616-85288e186199.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35c7244-6a61-487b-9616-85288e186199.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35c7244-6a61-487b-9616-85288e186199.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c35c7244-6a61-487b-9616-85288e186199 {
  
  
  
  
}

#s-c35c7244-6a61-487b-9616-85288e186199 {
  margin: 0 !important;
}






.s-c35c7244-6a61-487b-9616-85288e186199 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35c7244-6a61-487b-9616-85288e186199.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35c7244-6a61-487b-9616-85288e186199.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35c7244-6a61-487b-9616-85288e186199.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c35c7244-6a61-487b-9616-85288e186199 {
  
  
  
  
}

#s-c35c7244-6a61-487b-9616-85288e186199 {
  margin: 0 !important;
}






.s-c35c7244-6a61-487b-9616-85288e186199 .shogun-image-content {
  
    align-items: center;
  
}

.s-c35c7244-6a61-487b-9616-85288e186199.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35c7244-6a61-487b-9616-85288e186199.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35c7244-6a61-487b-9616-85288e186199.shogun-image {
  box-sizing: border-box;
}




}
#s-7746f584-cde1-4727-a671-a1087fcb7102 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-7746f584-cde1-4727-a671-a1087fcb7102 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7746f584-cde1-4727-a671-a1087fcb7102 {
  margin: 0 !important;
}






.s-7746f584-cde1-4727-a671-a1087fcb7102 .shogun-image-content {
  
    align-items: center;
  
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7746f584-cde1-4727-a671-a1087fcb7102 {
  
  
  
  
}

#s-7746f584-cde1-4727-a671-a1087fcb7102 {
  margin: 0 !important;
}






.s-7746f584-cde1-4727-a671-a1087fcb7102 .shogun-image-content {
  
    align-items: center;
  
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7746f584-cde1-4727-a671-a1087fcb7102 {
  
  
  
  
}

#s-7746f584-cde1-4727-a671-a1087fcb7102 {
  margin: 0 !important;
}






.s-7746f584-cde1-4727-a671-a1087fcb7102 .shogun-image-content {
  
    align-items: center;
  
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7746f584-cde1-4727-a671-a1087fcb7102 {
  
  
  
  
}

#s-7746f584-cde1-4727-a671-a1087fcb7102 {
  margin: 0 !important;
}






.s-7746f584-cde1-4727-a671-a1087fcb7102 .shogun-image-content {
  
    align-items: center;
  
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7746f584-cde1-4727-a671-a1087fcb7102 {
  
  
  
  
}

#s-7746f584-cde1-4727-a671-a1087fcb7102 {
  margin: 0 !important;
}






.s-7746f584-cde1-4727-a671-a1087fcb7102 .shogun-image-content {
  
    align-items: center;
  
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7746f584-cde1-4727-a671-a1087fcb7102.shogun-image {
  box-sizing: border-box;
}




}
#s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  margin: 0 !important;
}






.s-10d137c8-32b2-47f6-a1b3-287e60816e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  
  
  
  
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  margin: 0 !important;
}






.s-10d137c8-32b2-47f6-a1b3-287e60816e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  
  
  
  
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  margin: 0 !important;
}






.s-10d137c8-32b2-47f6-a1b3-287e60816e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  
  
  
  
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  margin: 0 !important;
}






.s-10d137c8-32b2-47f6-a1b3-287e60816e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  
  
  
  
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72 {
  margin: 0 !important;
}






.s-10d137c8-32b2-47f6-a1b3-287e60816e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d137c8-32b2-47f6-a1b3-287e60816e72.shogun-image {
  box-sizing: border-box;
}




}
#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  margin: 0 !important;
}






.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 .shogun-image-content {
  
    align-items: center;
  
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  
  
  
  
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  margin: 0 !important;
}






.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 .shogun-image-content {
  
    align-items: center;
  
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  
  
  
  
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  margin: 0 !important;
}






.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 .shogun-image-content {
  
    align-items: center;
  
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  
  
  
  
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  margin: 0 !important;
}






.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 .shogun-image-content {
  
    align-items: center;
  
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  
  
  
  
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 {
  margin: 0 !important;
}






.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71 .shogun-image-content {
  
    align-items: center;
  
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23fa6fbf-057a-466e-b8ea-78d94d47ea71.shogun-image {
  box-sizing: border-box;
}




}
#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  margin: 0 !important;
}






.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  
  
  
  
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  margin: 0 !important;
}






.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  
  
  
  
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  margin: 0 !important;
}






.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  
  
  
  
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  margin: 0 !important;
}






.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  
  
  
  
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 {
  margin: 0 !important;
}






.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1c8733-4eb5-4d5b-a728-9ff1ef91ef50.shogun-image {
  box-sizing: border-box;
}




}
#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  margin: 0 !important;
}






.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  
  
  
  
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  margin: 0 !important;
}






.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  
  
  
  
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  margin: 0 !important;
}






.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  
  
  
  
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  margin: 0 !important;
}






.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  
  
  
  
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 {
  margin: 0 !important;
}






.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b07d4-58c9-4f04-a7fc-e56e1a9cb4e2.shogun-image {
  box-sizing: border-box;
}




}
#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  margin: 0 !important;
}






.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 .shogun-image-content {
  
    align-items: center;
  
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  
  
  
  
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  margin: 0 !important;
}






.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 .shogun-image-content {
  
    align-items: center;
  
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  
  
  
  
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  margin: 0 !important;
}






.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 .shogun-image-content {
  
    align-items: center;
  
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  
  
  
  
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  margin: 0 !important;
}






.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 .shogun-image-content {
  
    align-items: center;
  
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  
  
  
  
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 {
  margin: 0 !important;
}






.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73 .shogun-image-content {
  
    align-items: center;
  
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02e0a8e-bb0b-417b-bc57-b9b026a21b73.shogun-image {
  box-sizing: border-box;
}




}
#s-203e2e35-e949-4c90-9189-b401709734c2 {
  margin-left: 0em;
margin-right: 0em;
}

#s-dc5774e9-4960-43cf-bc1d-39edc1ed23a1 {
  margin-left: 0em;
margin-right: 0em;
}

#s-9e70d93d-287a-456a-87c4-df962bc29a6b {
  margin-left: 0em;
margin-right: 0em;
}

#s-d52c5d56-7277-44a8-8590-fe5ce2df54ba {
  margin-left: 0em;
margin-right: 0em;
}

#s-3ba54ce9-b3dd-43c1-a9c8-5eac2f1c0125 {
  margin-left: 0em;
margin-right: 0em;
}

#s-9f36c705-a579-452d-aa3c-62573486d417 {
  margin-left: 0em;
margin-right: 0em;
}

#s-c2acf959-6630-4e02-b741-e3221786ada9 {
  margin-left: 0em;
margin-right: 0em;
}

#s-9e512ba6-abea-4f53-91cc-bdcb55877bb0 {
  margin-left: 0em;
margin-right: 0em;
}

#s-8f44dbd8-2bf7-4c7e-a459-14cc2bf9449d {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-8f44dbd8-2bf7-4c7e-a459-14cc2bf9449d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f44dbd8-2bf7-4c7e-a459-14cc2bf9449d.shg-box.shg-c {
  justify-content: center;
}

#s-4c4fda98-4e14-4db1-9d43-70f137b0b09a {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-prev,
#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-prev svg,
#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4c4fda98-4e14-4db1-9d43-70f137b0b09a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}






.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  
  
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}






.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  
  
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}






.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  
  
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}






.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  
  
  
  
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6 {
  margin: 0 !important;
}






.s-cb7ae272-d8be-406b-97b6-fc88d43960a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7ae272-d8be-406b-97b6-fc88d43960a6.shogun-image {
  box-sizing: border-box;
}




}
#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}






.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  
  
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}






.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  
  
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}






.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  
  
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}






.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  
  
  
  
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f {
  margin: 0 !important;
}






.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96cca9d-2bdf-4d7e-a380-e01849150c5f.shogun-image {
  box-sizing: border-box;
}




}
#s-67df6929-f29d-4627-89da-de8741e96555 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}






.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  
  
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}






.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  
  
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}






.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  
  
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}






.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-67df6929-f29d-4627-89da-de8741e96555 {
  
  
  
  
}

#s-67df6929-f29d-4627-89da-de8741e96555 {
  margin: 0 !important;
}






.s-67df6929-f29d-4627-89da-de8741e96555 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df6929-f29d-4627-89da-de8741e96555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df6929-f29d-4627-89da-de8741e96555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df6929-f29d-4627-89da-de8741e96555.shogun-image {
  box-sizing: border-box;
}




}
#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}






.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  
  
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}






.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  
  
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}






.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  
  
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}






.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  
  
  
  
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f {
  margin: 0 !important;
}






.s-5e4c391d-b806-469d-a98d-bb5f3778476f .shogun-image-content {
  
    align-items: center;
  
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e4c391d-b806-469d-a98d-bb5f3778476f.shogun-image {
  box-sizing: border-box;
}




}
#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}






.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  
  
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}






.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  
  
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}






.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  
  
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}






.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  
  
  
  
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9 {
  margin: 0 !important;
}






.s-1b29112d-5cba-4a2e-ae08-242445a69ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b29112d-5cba-4a2e-ae08-242445a69ea9.shogun-image {
  box-sizing: border-box;
}




}
#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}






.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  
  
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}






.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  
  
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}






.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  
  
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}






.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  
  
  
  
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e {
  margin: 0 !important;
}






.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f518fd-68b7-4dbe-ae56-d085f37c1e3e.shogun-image {
  box-sizing: border-box;
}




}
#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}






.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  
  
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}






.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  
  
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}






.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  
  
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}






.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  
  
  
  
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74 {
  margin: 0 !important;
}






.s-c40f1ad0-63bf-46ae-916b-c59278182d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c40f1ad0-63bf-46ae-916b-c59278182d74.shogun-image {
  box-sizing: border-box;
}




}
#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}






.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  
  
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}






.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  
  
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}






.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  
  
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}






.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  
  
  
  
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752 {
  margin: 0 !important;
}






.s-acaa8ad1-9624-474c-84e5-4f294c328752 .shogun-image-content {
  
    align-items: center;
  
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaa8ad1-9624-474c-84e5-4f294c328752.shogun-image {
  box-sizing: border-box;
}




}
#s-822cfb42-9dc8-42e2-9dec-fe42e78b560d {
  margin-left: 0em;
margin-right: 0em;
}

#s-72a01efa-1679-4b31-9187-96d5dbb225e3 {
  margin-left: 0em;
margin-right: 0em;
}

#s-357359af-14c1-46d3-95a2-54fc9e2a7a04 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5bdf9ddf-0feb-4a29-acdd-5e41c57a3e09 {
  margin-left: 0em;
margin-right: 0em;
}

#s-703c382b-4b4a-4550-8296-e194c99a89f1 {
  margin-left: 0em;
margin-right: 0em;
}

#s-eafe0907-22c0-4c5b-aaa2-7ef03dac9d71 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e08831f2-daf4-469f-9ede-4049feee3aca {
  margin-left: 0em;
margin-right: 0em;
}

#s-ce0341e3-2b2d-47af-9714-bd03476bd4f8 {
  margin-left: 0em;
margin-right: 0em;
}

#s-374ff504-9e6a-4b5a-9a29-c2c9312a481e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  margin-left: 1.5em;
margin-right: 1.5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  display: none;
}
#s-87fbc212-0cd9-4f44-aaf0-acba92914239, #wrap-s-87fbc212-0cd9-4f44-aaf0-acba92914239 { display: none !important; }}@media (max-width: 767px){#s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  display: none;
}
#s-87fbc212-0cd9-4f44-aaf0-acba92914239, #wrap-s-87fbc212-0cd9-4f44-aaf0-acba92914239 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 {
  --swiper-pagination-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-prev,
#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-prev svg,
#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-87fbc212-0cd9-4f44-aaf0-acba92914239 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  max-width: 600px;
}
}


.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}






.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  
  
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}






.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  
  
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}






.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  
  
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}






.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  
  
  
  
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12 {
  margin: 0 !important;
}






.s-6dd1398e-c90f-4812-b22e-14cf48345c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd1398e-c90f-4812-b22e-14cf48345c12.shogun-image {
  box-sizing: border-box;
}




}
#s-bde350b1-bbb9-435f-a4b4-1debd7e4c0eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}



.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}






.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  
  
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}






.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  
  
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}






.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  
  
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}






.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  
  
  
  
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b {
  margin: 0 !important;
}






.s-84023924-162c-4674-9f9b-b52dcc9c4e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84023924-162c-4674-9f9b-b52dcc9c4e0b.shogun-image {
  box-sizing: border-box;
}




}
#s-e81bbf09-51ad-4850-9a3f-0936abd88938 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  max-width: 600px;
}
}


.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}






.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  
  
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}






.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  
  
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}






.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  
  
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}






.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  
  
  
  
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76 {
  margin: 0 !important;
}






.s-18b13a92-ec3e-49de-ba05-af7209f4fe76 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b13a92-ec3e-49de-ba05-af7209f4fe76.shogun-image {
  box-sizing: border-box;
}




}
#s-2deb5841-2796-497e-a4f1-2403d7198b3b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  max-width: 600px;
}
}


.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}






.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  
  
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}






.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  
  
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}






.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  
  
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}






.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  
  
  
  
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5 {
  margin: 0 !important;
}






.s-04be78de-9c80-4522-a76a-05cc14cc92b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04be78de-9c80-4522-a76a-05cc14cc92b5.shogun-image {
  box-sizing: border-box;
}




}
#s-8d28075a-c942-4857-994f-cdecd600fc30 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  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: none;
border-radius: 1.25em;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  max-width: 600px;
}
}


.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}






.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  
  
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}






.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  
  
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}






.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  
  
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}






.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  
  
  
  
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327 {
  margin: 0 !important;
}






.s-da434f60-908c-4148-a8b3-1e4adfdab327 .shogun-image-content {
  
    align-items: center;
  
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da434f60-908c-4148-a8b3-1e4adfdab327.shogun-image {
  box-sizing: border-box;
}




}
#s-5c74adaa-41e4-40f8-9f2f-51a182ca4dcd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  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: none;
border-radius: 1.25em;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  max-width: 1000px;
}
}


.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}






.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  
  
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}






.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  
  
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}






.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  
  
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}






.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1858e564-68b7-443e-a815-0ebcebc81262 {
  
  
  
  
}

#s-1858e564-68b7-443e-a815-0ebcebc81262 {
  margin: 0 !important;
}






.s-1858e564-68b7-443e-a815-0ebcebc81262 .shogun-image-content {
  
    align-items: center;
  
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1858e564-68b7-443e-a815-0ebcebc81262.shogun-image {
  box-sizing: border-box;
}




}
#s-5fbdf8ff-960a-4c0a-8884-0e85490b20f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-d6740335-aaa9-4ad2-b7cd-be204f480964 {
  margin-left: 1.5em;
margin-right: 1.5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6740335-aaa9-4ad2-b7cd-be204f480964 {
  
}
}@media (max-width: 767px){#s-d6740335-aaa9-4ad2-b7cd-be204f480964 {
  display: none;
}
#s-d6740335-aaa9-4ad2-b7cd-be204f480964, #wrap-s-d6740335-aaa9-4ad2-b7cd-be204f480964 { display: none !important; }}

  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(67, 177, 221, 1);
  }
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 177, 221, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(67, 177, 221, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 177, 221, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(67, 177, 221, 1);
  }
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 177, 221, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(67, 177, 221, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 177, 221, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(67, 177, 221, 1);
  }
  #s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(67, 177, 221, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(67, 177, 221, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(67, 177, 221, 1);
}

#s-d6740335-aaa9-4ad2-b7cd-be204f480964 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-55c75171-24cf-4cf3-b7c3-643b19164cdb {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb > .swiper-button-prev,
#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb > .swiper-button-prev svg,
#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-55c75171-24cf-4cf3-b7c3-643b19164cdb .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  margin: 0 !important;
}






.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b .shogun-image-content {
  
    align-items: center;
  
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  
  
  
  
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  margin: 0 !important;
}






.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b .shogun-image-content {
  
    align-items: center;
  
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  
  
  
  
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  margin: 0 !important;
}






.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b .shogun-image-content {
  
    align-items: center;
  
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  
  
  
  
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  margin: 0 !important;
}






.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b .shogun-image-content {
  
    align-items: center;
  
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  
  
  
  
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b {
  margin: 0 !important;
}






.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b .shogun-image-content {
  
    align-items: center;
  
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9184a6b2-bb20-44d2-adaf-9ac97f7eb22b.shogun-image {
  box-sizing: border-box;
}




}
#s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  margin: 0 !important;
}






.s-99386d17-c1bc-4eff-9f88-439789ecbc87 .shogun-image-content {
  
    align-items: center;
  
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  
  
  
  
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  margin: 0 !important;
}






.s-99386d17-c1bc-4eff-9f88-439789ecbc87 .shogun-image-content {
  
    align-items: center;
  
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  
  
  
  
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  margin: 0 !important;
}






.s-99386d17-c1bc-4eff-9f88-439789ecbc87 .shogun-image-content {
  
    align-items: center;
  
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  
  
  
  
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  margin: 0 !important;
}






.s-99386d17-c1bc-4eff-9f88-439789ecbc87 .shogun-image-content {
  
    align-items: center;
  
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  
  
  
  
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87 {
  margin: 0 !important;
}






.s-99386d17-c1bc-4eff-9f88-439789ecbc87 .shogun-image-content {
  
    align-items: center;
  
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99386d17-c1bc-4eff-9f88-439789ecbc87.shogun-image {
  box-sizing: border-box;
}




}
#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  margin: 0 !important;
}






.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  
  
  
  
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  margin: 0 !important;
}






.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  
  
  
  
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  margin: 0 !important;
}






.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  
  
  
  
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  margin: 0 !important;
}






.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  
  
  
  
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f {
  margin: 0 !important;
}






.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7019f6fd-c31b-47f1-9d1c-b009edcc2c3f.shogun-image {
  box-sizing: border-box;
}




}
#s-5e801f3f-7925-43d1-9134-692b38b0910e {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-5e801f3f-7925-43d1-9134-692b38b0910e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e {
  margin: 0 !important;
}






.s-5e801f3f-7925-43d1-9134-692b38b0910e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5e801f3f-7925-43d1-9134-692b38b0910e {
  
  
  
  
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e {
  margin: 0 !important;
}






.s-5e801f3f-7925-43d1-9134-692b38b0910e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e801f3f-7925-43d1-9134-692b38b0910e {
  
  
  
  
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e {
  margin: 0 !important;
}






.s-5e801f3f-7925-43d1-9134-692b38b0910e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e801f3f-7925-43d1-9134-692b38b0910e {
  
  
  
  
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e {
  margin: 0 !important;
}






.s-5e801f3f-7925-43d1-9134-692b38b0910e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e801f3f-7925-43d1-9134-692b38b0910e {
  
  
  
  
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e {
  margin: 0 !important;
}






.s-5e801f3f-7925-43d1-9134-692b38b0910e .shogun-image-content {
  
    align-items: center;
  
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e801f3f-7925-43d1-9134-692b38b0910e.shogun-image {
  box-sizing: border-box;
}




}
#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  margin: 0 !important;
}






.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  
  
  
  
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  margin: 0 !important;
}






.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  
  
  
  
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  margin: 0 !important;
}






.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  
  
  
  
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  margin: 0 !important;
}






.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  
  
  
  
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e {
  margin: 0 !important;
}






.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5eaf33-5fdc-4396-9f99-0fa60fab440e.shogun-image {
  box-sizing: border-box;
}




}
#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  margin: 0 !important;
}






.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  
  
  
  
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  margin: 0 !important;
}






.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  
  
  
  
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  margin: 0 !important;
}






.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  
  
  
  
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  margin: 0 !important;
}






.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  
  
  
  
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f {
  margin: 0 !important;
}






.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6ddc5c-5c45-4269-b87b-45338fa3143f.shogun-image {
  box-sizing: border-box;
}




}
#s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  margin: 0 !important;
}






.s-93b8548b-5a7b-47c6-9703-971f045a7f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  
  
  
  
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  margin: 0 !important;
}






.s-93b8548b-5a7b-47c6-9703-971f045a7f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  
  
  
  
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  margin: 0 !important;
}






.s-93b8548b-5a7b-47c6-9703-971f045a7f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  
  
  
  
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  margin: 0 !important;
}






.s-93b8548b-5a7b-47c6-9703-971f045a7f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  
  
  
  
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79 {
  margin: 0 !important;
}






.s-93b8548b-5a7b-47c6-9703-971f045a7f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b8548b-5a7b-47c6-9703-971f045a7f79.shogun-image {
  box-sizing: border-box;
}




}
#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  margin: 0 !important;
}






.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  
  
  
  
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  margin: 0 !important;
}






.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  
  
  
  
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  margin: 0 !important;
}






.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  
  
  
  
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  margin: 0 !important;
}






.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  
  
  
  
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 {
  margin: 0 !important;
}






.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b027fa8f-5806-45a0-bf59-282bfdb98ad2.shogun-image {
  box-sizing: border-box;
}




}
#s-b1bf493e-8212-45f9-a69e-f4d5d920155b {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-b1bf493e-8212-45f9-a69e-f4d5d920155b {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-1cdb66ef-3c4e-4d00-892b-203446fee0fe {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-1cdb66ef-3c4e-4d00-892b-203446fee0fe {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-9f922158-e7d4-460d-9dfb-1446852b6a28 {
  margin-left: 1em;
margin-right: 1em;
}

#s-5b026e5b-e871-4ad9-b0c3-90fe8fba7d7d {
  margin-left: 1em;
margin-right: 1em;
}

#s-d1608a93-2d14-47ef-9d9e-939421afa09f {
  margin-left: 1em;
margin-right: 1em;
}

#s-2c5afed1-b651-437f-9787-bd91f5068375 {
  margin-left: 1em;
margin-right: 1em;
}

#s-cf4fb59d-1da1-4132-9865-f2863566e8de {
  margin-left: 1em;
margin-right: 1em;
}

#s-4d848ae7-143a-4810-ac62-9fcc696ff34d {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-4d848ae7-143a-4810-ac62-9fcc696ff34d {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-4a98b441-ce54-4d39-8669-a8903d57e2ab {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab > .swiper-button-prev,
#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab > .swiper-button-prev svg,
#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4a98b441-ce54-4d39-8669-a8903d57e2ab .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  margin: 0 !important;
}






.s-f737e121-0cb3-4f13-aa20-b8b182a57911 .shogun-image-content {
  
    align-items: center;
  
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  
  
  
  
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  margin: 0 !important;
}






.s-f737e121-0cb3-4f13-aa20-b8b182a57911 .shogun-image-content {
  
    align-items: center;
  
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  
  
  
  
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  margin: 0 !important;
}






.s-f737e121-0cb3-4f13-aa20-b8b182a57911 .shogun-image-content {
  
    align-items: center;
  
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  
  
  
  
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  margin: 0 !important;
}






.s-f737e121-0cb3-4f13-aa20-b8b182a57911 .shogun-image-content {
  
    align-items: center;
  
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  
  
  
  
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911 {
  margin: 0 !important;
}






.s-f737e121-0cb3-4f13-aa20-b8b182a57911 .shogun-image-content {
  
    align-items: center;
  
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f737e121-0cb3-4f13-aa20-b8b182a57911.shogun-image {
  box-sizing: border-box;
}




}
#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  margin: 0 !important;
}






.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  
  
  
  
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  margin: 0 !important;
}






.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  
  
  
  
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  margin: 0 !important;
}






.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  
  
  
  
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  margin: 0 !important;
}






.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  
  
  
  
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d {
  margin: 0 !important;
}






.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a3dded-aaef-4e0d-abdf-ac3d0db43d1d.shogun-image {
  box-sizing: border-box;
}




}
#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  margin: 0 !important;
}






.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  
  
  
  
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  margin: 0 !important;
}






.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  
  
  
  
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  margin: 0 !important;
}






.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  
  
  
  
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  margin: 0 !important;
}






.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  
  
  
  
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 {
  margin: 0 !important;
}






.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2080a9f2-c7dc-4bd1-88d4-6d9fed86bcf9.shogun-image {
  box-sizing: border-box;
}




}
#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  margin: 0 !important;
}






.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b .shogun-image-content {
  
    align-items: center;
  
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  
  
  
  
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  margin: 0 !important;
}






.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b .shogun-image-content {
  
    align-items: center;
  
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  
  
  
  
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  margin: 0 !important;
}






.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b .shogun-image-content {
  
    align-items: center;
  
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  
  
  
  
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  margin: 0 !important;
}






.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b .shogun-image-content {
  
    align-items: center;
  
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  
  
  
  
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b {
  margin: 0 !important;
}






.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b .shogun-image-content {
  
    align-items: center;
  
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51a75cb-d193-496f-8ac0-6fdd6cc7997b.shogun-image {
  box-sizing: border-box;
}




}
#s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  margin: 0 !important;
}






.s-3bdf00b9-8e83-4044-85db-47e59ba9404a .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  
  
  
  
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  margin: 0 !important;
}






.s-3bdf00b9-8e83-4044-85db-47e59ba9404a .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  
  
  
  
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  margin: 0 !important;
}






.s-3bdf00b9-8e83-4044-85db-47e59ba9404a .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  
  
  
  
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  margin: 0 !important;
}






.s-3bdf00b9-8e83-4044-85db-47e59ba9404a .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  
  
  
  
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a {
  margin: 0 !important;
}






.s-3bdf00b9-8e83-4044-85db-47e59ba9404a .shogun-image-content {
  
    align-items: center;
  
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdf00b9-8e83-4044-85db-47e59ba9404a.shogun-image {
  box-sizing: border-box;
}




}
#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  margin: 0 !important;
}






.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  
  
  
  
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  margin: 0 !important;
}






.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  
  
  
  
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  margin: 0 !important;
}






.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  
  
  
  
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  margin: 0 !important;
}






.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  
  
  
  
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 {
  margin: 0 !important;
}






.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438 .shogun-image-content {
  
    align-items: center;
  
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3fcd8f-b30f-4d04-aeec-68c1a0694438.shogun-image {
  box-sizing: border-box;
}




}
#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  margin: 0 !important;
}






.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  
  
  
  
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  margin: 0 !important;
}






.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  
  
  
  
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  margin: 0 !important;
}






.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  
  
  
  
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  margin: 0 !important;
}






.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  
  
  
  
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a {
  margin: 0 !important;
}






.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a .shogun-image-content {
  
    align-items: center;
  
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ddf22f4-38b5-4a34-b71e-1c76aba2846a.shogun-image {
  box-sizing: border-box;
}




}
#s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  margin: 0 !important;
}






.s-2e7fd6b4-4a84-40a2-82c6-940016506405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  
  
  
  
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  margin: 0 !important;
}






.s-2e7fd6b4-4a84-40a2-82c6-940016506405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  
  
  
  
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  margin: 0 !important;
}






.s-2e7fd6b4-4a84-40a2-82c6-940016506405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  
  
  
  
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  margin: 0 !important;
}






.s-2e7fd6b4-4a84-40a2-82c6-940016506405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  
  
  
  
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405 {
  margin: 0 !important;
}






.s-2e7fd6b4-4a84-40a2-82c6-940016506405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7fd6b4-4a84-40a2-82c6-940016506405.shogun-image {
  box-sizing: border-box;
}




}
#s-4b82dd9c-d1ba-496d-9fae-8ca839d4fb4b {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-4b82dd9c-d1ba-496d-9fae-8ca839d4fb4b {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-814855d0-6c88-45a2-8202-555c02a5caf0 {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-814855d0-6c88-45a2-8202-555c02a5caf0 {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-6e3ead44-4812-4333-a0ca-91f6b23149a7 {
  margin-left: 1em;
margin-right: 1em;
}

#s-f3f94a30-bf9f-445d-9463-d40ce0334e92 {
  margin-left: 1em;
margin-right: 1em;
}

#s-f7c8bd3c-acbf-4ba4-b291-91ffc874ae6b {
  margin-left: 1em;
margin-right: 1em;
}

#s-b0043598-02cf-46ec-970d-2c8d2c850b28 {
  margin-left: 1em;
margin-right: 1em;
}

#s-2029e0bf-c113-400f-94e4-bbe3d7ac174d {
  margin-left: 1em;
margin-right: 1em;
}

#s-064fd143-227e-4780-b789-1519c9c3e95d {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-064fd143-227e-4780-b789-1519c9c3e95d {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-bf7c44fe-1ae8-4f97-927d-a571604c2373 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-bf7c44fe-1ae8-4f97-927d-a571604c2373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf7c44fe-1ae8-4f97-927d-a571604c2373.shg-box.shg-c {
  justify-content: center;
}

#s-d63d3fee-522e-4b73-8613-daf3d2e7929a {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-prev,
#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-prev svg,
#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-d63d3fee-522e-4b73-8613-daf3d2e7929a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}






.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  
  
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}






.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  
  
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}






.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  
  
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}






.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-065bf462-6a38-4c40-bb11-33fb2026454b {
  
  
  
  
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b {
  margin: 0 !important;
}






.s-065bf462-6a38-4c40-bb11-33fb2026454b .shogun-image-content {
  
    align-items: center;
  
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-065bf462-6a38-4c40-bb11-33fb2026454b.shogun-image {
  box-sizing: border-box;
}




}
#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}






.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  
  
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}






.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  
  
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}






.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  
  
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}






.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-033d904f-487d-4114-818f-041b44f9b9bf {
  
  
  
  
}

#s-033d904f-487d-4114-818f-041b44f9b9bf {
  margin: 0 !important;
}






.s-033d904f-487d-4114-818f-041b44f9b9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d904f-487d-4114-818f-041b44f9b9bf.shogun-image {
  box-sizing: border-box;
}




}
#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}






.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  
  
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}






.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  
  
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}






.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  
  
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}






.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  
  
  
  
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606 {
  margin: 0 !important;
}






.s-f1c3b863-7103-4a0b-b555-9a34e80ad606 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c3b863-7103-4a0b-b555-9a34e80ad606.shogun-image {
  box-sizing: border-box;
}




}
#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}






.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  
  
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}






.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  
  
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}






.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  
  
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}






.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  
  
  
  
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 {
  margin: 0 !important;
}






.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb9dc09-2dc0-4515-b92f-648b74ed74c5.shogun-image {
  box-sizing: border-box;
}




}
#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}






.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  
  
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}






.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  
  
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}






.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  
  
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}






.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  
  
  
  
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a {
  margin: 0 !important;
}






.s-dbe08a30-ce50-493f-a78e-75d762f67e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe08a30-ce50-493f-a78e-75d762f67e3a.shogun-image {
  box-sizing: border-box;
}




}
#s-d7114bc4-3f99-406d-8d20-991504312914 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}






.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  
  
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}






.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  
  
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}






.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  
  
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}






.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d7114bc4-3f99-406d-8d20-991504312914 {
  
  
  
  
}

#s-d7114bc4-3f99-406d-8d20-991504312914 {
  margin: 0 !important;
}






.s-d7114bc4-3f99-406d-8d20-991504312914 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7114bc4-3f99-406d-8d20-991504312914.shogun-image {
  box-sizing: border-box;
}




}
#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}






.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  
  
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}






.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  
  
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}






.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  
  
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}






.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  
  
  
  
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3 {
  margin: 0 !important;
}






.s-f76275ec-174e-4afd-bf3f-3120e1e605e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76275ec-174e-4afd-bf3f-3120e1e605e3.shogun-image {
  box-sizing: border-box;
}




}
#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}






.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  
  
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}






.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  
  
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}






.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  
  
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}






.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4202800d-2393-42de-a6b3-f24443f150eb {
  
  
  
  
}

#s-4202800d-2393-42de-a6b3-f24443f150eb {
  margin: 0 !important;
}






.s-4202800d-2393-42de-a6b3-f24443f150eb .shogun-image-content {
  
    align-items: center;
  
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4202800d-2393-42de-a6b3-f24443f150eb.shogun-image {
  box-sizing: border-box;
}




}
#s-e583661e-b661-4d92-93f9-41a8dd11ec3c {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-e583661e-b661-4d92-93f9-41a8dd11ec3c {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-a8f0b01d-5ff5-43e9-a214-5e150c15165e {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-a8f0b01d-5ff5-43e9-a214-5e150c15165e {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-b058b40f-c58b-4056-a24b-0d49b0b4b226 {
  margin-left: 1em;
margin-right: 1em;
}

#s-e27c9f23-1498-4c7d-8a8e-8aa99d834521 {
  margin-left: 1em;
margin-right: 1em;
}

#s-f7f89656-523f-47a4-bc93-b0207f70a1f9 {
  margin-left: 1em;
margin-right: 1em;
}

#s-de208e45-373b-4d6c-995c-c1dc2e8909f8 {
  margin-left: 1em;
margin-right: 1em;
}

#s-2a1346ea-48a9-4f92-94a4-2b6dfc8f74aa {
  margin-left: 1em;
margin-right: 1em;
}

#s-24b316e2-262e-4eea-8102-aaa65c03f271 {
  margin-left: 0em;
margin-right: 0em;
}
@media (min-width: 1200px){#s-24b316e2-262e-4eea-8102-aaa65c03f271 {
  margin-left: 1em;
margin-right: 1em;
}
}
#s-64e376f9-0c9d-410c-94cd-4e7e4b8fc5ba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 {
  display: none;
}
#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87, #wrap-s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-46a249e5-ea21-45c9-9149-2a2ff991c061 {
  margin-top: 0.25em;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46a249e5-ea21-45c9-9149-2a2ff991c061 .shogun-heading-component h3 {
  
  font-weight:  300 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-748d67be-af32-4831-b7d0-78272308bcc0 {
  text-align: left;
}

#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  display: none;
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a, #wrap-s-eb813ba2-1bf5-4094-91bb-dea3de52c60a { display: none !important; }}@media (max-width: 767px){#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  display: none;
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a, #wrap-s-eb813ba2-1bf5-4094-91bb-dea3de52c60a { display: none !important; }}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/-/resize/480x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/-/resize/960x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/-/resize/768x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/-/resize/1536x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/-/resize/1024x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/-/resize/2048x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/-/resize/1200x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/94d739c8-7f4b-4772-8b3f-4f1e07d63d51/-/resize/2048x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-e81e4f14-0498-460b-b7f7-052628e32f19 {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (max-width: 767px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 {
  margin-right: 1.5em;
text-align: center;
}
}
#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 {
  display: none;
}
#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 {
  display: none;
}
#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 {
  display: none;
}
#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 { display: none !important; }}
#s-208abfa9-ab32-425c-973e-22a1a23da45e {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-208abfa9-ab32-425c-973e-22a1a23da45e {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-208abfa9-ab32-425c-973e-22a1a23da45e {
  display: none;
}
#s-208abfa9-ab32-425c-973e-22a1a23da45e, #wrap-s-208abfa9-ab32-425c-973e-22a1a23da45e { display: none !important; }}
#s-7441a5e5-df08-4c07-b9d4-e732defb052d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBkZDMyNzgtNDY3NC00N2QzLTlhODItMzllOGU0Y2YxMzhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGRkMzI3OC00Njc0LTQ3ZDMtOWE4Mi0zOWU4ZTRjZjEzOGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-7441a5e5-df08-4c07-b9d4-e732defb052d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7441a5e5-df08-4c07-b9d4-e732defb052d:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7441a5e5-df08-4c07-b9d4-e732defb052d {
  display: none;
}
#s-7441a5e5-df08-4c07-b9d4-e732defb052d, #wrap-s-7441a5e5-df08-4c07-b9d4-e732defb052d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7441a5e5-df08-4c07-b9d4-e732defb052d {
  display: none;
}
#s-7441a5e5-df08-4c07-b9d4-e732defb052d, #wrap-s-7441a5e5-df08-4c07-b9d4-e732defb052d { display: none !important; }}

  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-d578133a-6e40-488a-9fea-a8bf28e92943 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-d578133a-6e40-488a-9fea-a8bf28e92943 {
  display: none;
}
#s-d578133a-6e40-488a-9fea-a8bf28e92943, #wrap-s-d578133a-6e40-488a-9fea-a8bf28e92943 { display: none !important; }}@media (max-width: 767px){#s-d578133a-6e40-488a-9fea-a8bf28e92943 {
  display: none;
}
#s-d578133a-6e40-488a-9fea-a8bf28e92943, #wrap-s-d578133a-6e40-488a-9fea-a8bf28e92943 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d578133a-6e40-488a-9fea-a8bf28e92943"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d578133a-6e40-488a-9fea-a8bf28e92943"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d578133a-6e40-488a-9fea-a8bf28e92943"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d578133a-6e40-488a-9fea-a8bf28e92943"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-138ac573-ae6d-40f8-a884-71925249c0a8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-138ac573-ae6d-40f8-a884-71925249c0a8:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-138ac573-ae6d-40f8-a884-71925249c0a8:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-138ac573-ae6d-40f8-a884-71925249c0a8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDdkNWY1M2UtYzFmYy00M2EyLThhMjgtMWFjZjcxYjRjMDE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0N2Q1ZjUzZS1jMWZjLTQzYTItOGEyOC0xYWNmNzFiNGMwMTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-138ac573-ae6d-40f8-a884-71925249c0a8:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-138ac573-ae6d-40f8-a884-71925249c0a8:active {background-color: rgba(67, 177, 221, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-138ac573-ae6d-40f8-a884-71925249c0a8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2JjOGNjOWQtNjBmYS00OGJiLTlkZTMtNGU4OTRiYTljMDM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYmM4Y2M5ZC02MGZhLTQ4YmItOWRlMy00ZTg5NGJhOWMwMzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-138ac573-ae6d-40f8-a884-71925249c0a8:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-138ac573-ae6d-40f8-a884-71925249c0a8:active {background-color: rgba(67, 177, 221, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  display: none;
}
#s-29568f73-69e0-47f1-ad93-379384cfbe77, #wrap-s-29568f73-69e0-47f1-ad93-379384cfbe77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  display: none;
}
#s-29568f73-69e0-47f1-ad93-379384cfbe77, #wrap-s-29568f73-69e0-47f1-ad93-379384cfbe77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  display: none;
}
#s-29568f73-69e0-47f1-ad93-379384cfbe77, #wrap-s-29568f73-69e0-47f1-ad93-379384cfbe77 { display: none !important; }}@media (max-width: 767px){#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}
#s-29568f73-69e0-47f1-ad93-379384cfbe77 {
  background-image: url(https://i.shgcdn.com/279d7183-5765-46e0-ad48-e4cb3baffc64/);
}








#s-29568f73-69e0-47f1-ad93-379384cfbe77 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-29568f73-69e0-47f1-ad93-379384cfbe77.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-29568f73-69e0-47f1-ad93-379384cfbe77 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-29568f73-69e0-47f1-ad93-379384cfbe77.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-22af9ddf-d214-4685-924f-55963886bf3a {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (max-width: 767px){#s-22af9ddf-d214-4685-924f-55963886bf3a {
  margin-right: 1.5em;
text-align: center;
}
}
#s-22af9ddf-d214-4685-924f-55963886bf3a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-22af9ddf-d214-4685-924f-55963886bf3a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-22af9ddf-d214-4685-924f-55963886bf3a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  display: none;
}
#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa, #wrap-s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  display: none;
}
#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa, #wrap-s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  display: none;
}
#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa, #wrap-s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa { display: none !important; }}@media (max-width: 767px){#s-3f6de15e-05e5-4810-8ae3-1f56f75f28aa {
  margin-bottom: 1em;
}
}
#s-8d93e1ed-c667-44ba-a1b4-693704b83401 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d93e1ed-c667-44ba-a1b4-693704b83401 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-8d93e1ed-c667-44ba-a1b4-693704b83401 {
  display: none;
}
#s-8d93e1ed-c667-44ba-a1b4-693704b83401, #wrap-s-8d93e1ed-c667-44ba-a1b4-693704b83401 { display: none !important; }}
#s-ed512512-86e5-47df-a120-3281dd387b8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-ed512512-86e5-47df-a120-3281dd387b8c:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ed512512-86e5-47df-a120-3281dd387b8c:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ed512512-86e5-47df-a120-3281dd387b8c {
  display: none;
}
#s-ed512512-86e5-47df-a120-3281dd387b8c, #wrap-s-ed512512-86e5-47df-a120-3281dd387b8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed512512-86e5-47df-a120-3281dd387b8c {
  display: none;
}
#s-ed512512-86e5-47df-a120-3281dd387b8c, #wrap-s-ed512512-86e5-47df-a120-3281dd387b8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed512512-86e5-47df-a120-3281dd387b8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjUxYmU0MjAtYWE1MS00ZmY3LWIyOTAtMjU0YzY3ZDhmYWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NTFiZTQyMC1hYTUxLTRmZjctYjI5MC0yNTRjNjdkOGZhZTkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-ed512512-86e5-47df-a120-3281dd387b8c:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ed512512-86e5-47df-a120-3281dd387b8c:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-ed512512-86e5-47df-a120-3281dd387b8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTIwOWVmZDMtNTQxOS00M2U1LWI2MDktYzc1YzhkMWU2OTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMjA5ZWZkMy01NDE5LTQzZTUtYjYwOS1jNzVjOGQxZTY5NzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-ed512512-86e5-47df-a120-3281dd387b8c:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ed512512-86e5-47df-a120-3281dd387b8c:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ed512512-86e5-47df-a120-3281dd387b8c-root {
    text-align: center;
  }


#s-ed512512-86e5-47df-a120-3281dd387b8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 {
  display: none;
}
#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0, #wrap-s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 { display: none !important; }}@media (max-width: 767px){#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 {
  display: none;
}
#s-86436d39-8b0c-4b05-b009-cb6dd8d316a0, #wrap-s-86436d39-8b0c-4b05-b009-cb6dd8d316a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-86436d39-8b0c-4b05-b009-cb6dd8d316a0"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-563eec8a-dad4-4976-9165-5f16daa12a10 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-563eec8a-dad4-4976-9165-5f16daa12a10:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-563eec8a-dad4-4976-9165-5f16daa12a10:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-563eec8a-dad4-4976-9165-5f16daa12a10-root {
    text-align: center;
  }


#s-563eec8a-dad4-4976-9165-5f16daa12a10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center -10em;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  display: none;
}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-s-d72bb5da-6cf0-46b3-846c-26c4fb661241 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  display: none;
}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-s-d72bb5da-6cf0-46b3-846c-26c4fb661241 { display: none !important; }}@media (max-width: 767px){#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
display: none;
}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-s-d72bb5da-6cf0-46b3-846c-26c4fb661241 { display: none !important; }}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  background-image: url(https://i.shgcdn.com/279d7183-5765-46e0-ad48-e4cb3baffc64/);
}








#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-d72bb5da-6cf0-46b3-846c-26c4fb661241.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-d72bb5da-6cf0-46b3-846c-26c4fb661241.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-f1ffc44b-1112-4900-9472-b5602d59c3ed {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (max-width: 767px){#s-f1ffc44b-1112-4900-9472-b5602d59c3ed {
  margin-right: 1.5em;
text-align: center;
}
}
#s-f1ffc44b-1112-4900-9472-b5602d59c3ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f1ffc44b-1112-4900-9472-b5602d59c3ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-f1ffc44b-1112-4900-9472-b5602d59c3ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  display: none;
}
#s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-s-65137fb6-9adc-422f-a39c-6dc03328cbfa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  display: none;
}
#s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-s-65137fb6-9adc-422f-a39c-6dc03328cbfa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  display: none;
}
#s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-s-65137fb6-9adc-422f-a39c-6dc03328cbfa { display: none !important; }}@media (max-width: 767px){#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  margin-bottom: 1em;
}
}
#s-8f61d469-9587-48d0-a3f2-582224ad20bb {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f61d469-9587-48d0-a3f2-582224ad20bb {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-8f61d469-9587-48d0-a3f2-582224ad20bb {
  display: none;
}
#s-8f61d469-9587-48d0-a3f2-582224ad20bb, #wrap-s-8f61d469-9587-48d0-a3f2-582224ad20bb { display: none !important; }}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  display: none;
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d, #wrap-s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  display: none;
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d, #wrap-s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2IzMDhiMjktZDQxMy00ODI3LWFhNDctZTA5ZWZjYTMwMDFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YjMwOGIyOS1kNDEzLTQ4MjctYWE0Ny1lMDllZmNhMzAwMWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: -3em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTIwOWVmZDMtNTQxOS00M2U1LWI2MDktYzc1YzhkMWU2OTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMjA5ZWZkMy01NDE5LTQzZTUtYjYwOS1jNzVjOGQxZTY5NzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-35fd82cd-66c6-4089-855c-2fe885b87f3b {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-35fd82cd-66c6-4089-855c-2fe885b87f3b {
  display: none;
}
#s-35fd82cd-66c6-4089-855c-2fe885b87f3b, #wrap-s-35fd82cd-66c6-4089-855c-2fe885b87f3b { display: none !important; }}@media (max-width: 767px){#s-35fd82cd-66c6-4089-855c-2fe885b87f3b {
  display: none;
}
#s-35fd82cd-66c6-4089-855c-2fe885b87f3b, #wrap-s-35fd82cd-66c6-4089-855c-2fe885b87f3b { display: none !important; }}
@media (min-width: 0px) {
[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-f9e60984-a2ce-40e7-9d0a-228d0a852459 {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-f9e60984-a2ce-40e7-9d0a-228d0a852459 {
  display: none;
}
#s-f9e60984-a2ce-40e7-9d0a-228d0a852459, #wrap-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 {
  --swiper-pagination-color: rgba(201, 55, 55, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(201, 55, 55, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-prev,
#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-prev svg,
#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-f9e60984-a2ce-40e7-9d0a-228d0a852459 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-fcf00052-02b0-4cb3-a0f4-e13826402e34 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-fcf00052-02b0-4cb3-a0f4-e13826402e34 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e0c92dd-8217-4aeb-b8ea-37239a503429 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-0e0c92dd-8217-4aeb-b8ea-37239a503429 .shogun-image-content {
  
    align-items: center;
  
}

#s-461994d3-1611-4a77-8215-42928ae219bd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-461994d3-1611-4a77-8215-42928ae219bd .shogun-image-content {
  
    align-items: center;
  
}

#s-8932a2ad-b5d1-432f-9359-d262dbc02d63 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-8932a2ad-b5d1-432f-9359-d262dbc02d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-b423a71d-605a-47e4-be85-1b25adcded67 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-b423a71d-605a-47e4-be85-1b25adcded67 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce406e6a-9c3c-47f0-8e06-588deefc9125 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-ce406e6a-9c3c-47f0-8e06-588deefc9125 .shogun-image-content {
  
    align-items: center;
  
}

#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (max-width: 767px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  --swiper-pagination-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev,
#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev svg,
#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-17c52842-61c1-4e9b-854e-50a7dcde54ab {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-17c52842-61c1-4e9b-854e-50a7dcde54ab .shogun-image-content {
  
    align-items: center;
  
}

#s-32155151-644c-46bb-b672-7b72380ea850 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-32155151-644c-46bb-b672-7b72380ea850 .shogun-image-content {
  
    align-items: center;
  
}

#s-5de3d462-e7d1-4d60-aacf-b340547b7a38 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-5de3d462-e7d1-4d60-aacf-b340547b7a38 .shogun-image-content {
  
    align-items: center;
  
}

#s-91503fa2-1d29-40e4-a6eb-471b125baee4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-91503fa2-1d29-40e4-a6eb-471b125baee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed32dd43-a0f3-4632-9993-224e8400216b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-ed32dd43-a0f3-4632-9993-224e8400216b .shogun-image-content {
  
    align-items: center;
  
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (max-width: 767px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}

  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 768px) and (max-width: 991px){
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (max-width: 767px){
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-8358f341-9abd-49db-be34-27b0f5a203a1 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-8358f341-9abd-49db-be34-27b0f5a203a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8358f341-9abd-49db-be34-27b0f5a203a1.shg-box.shg-c {
  justify-content: center;
}

#s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev,
#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev svg,
#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  
  
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  
  
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  
  
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  
  
  
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    align-items: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}




}
#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  
  
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  
  
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  
  
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  
  
  
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    align-items: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}




}
#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  
  
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  
  
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  
  
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  
  
  
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}




}
#s-b41f107c-de53-4455-a0db-344838112aa9 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  
  
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  
  
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  
  
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  
  
  
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}




}
#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  
  
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  
  
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  
  
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  
  
  
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    align-items: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}




}
#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  
  
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  
  
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  
  
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  
  
  
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}




}
#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  
  
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  
  
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  
  
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  
  
  
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}




}
#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  
  
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  
  
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  
  
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  
  
  
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    align-items: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}




}
#s-230bd65f-0736-4087-94ee-8c80ef32f598 {
  margin-left: 1em;
margin-right: 1em;
}

#s-e33e42da-e701-446f-a8e1-8b35c923a50b {
  margin-left: 1em;
margin-right: 1em;
}

#s-0b1ed557-7d51-49cb-badf-a4e8f3a46a8e {
  margin-left: 1em;
margin-right: 1em;
}

#s-3f3907d5-06c8-49b0-bda6-0aaf70afa31c {
  margin-left: 0em;
margin-right: 0em;
}

#s-d597b2ea-6c05-4fa4-bf79-6c5162ab190c {
  margin-left: 1em;
margin-right: 1em;
}

#s-e4a95e0c-43c9-461b-a144-f8e597428c3e {
  margin-left: 1em;
margin-right: 1em;
}

#s-e2fab97e-149f-4690-a9a1-86389e605eb8 {
  margin-left: 0em;
margin-right: 0em;
}

#s-623b8918-eab8-4ebe-999d-4948734e8258 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76.shg-box.shg-c {
  justify-content: center;
}

#s-dc6cb210-84cc-43e5-9e9c-157e95913a8c {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev,
#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev svg,
#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  
  
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  
  
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  
  
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  
  
  
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    align-items: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}




}
#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  
  
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  
  
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  
  
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  
  
  
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    align-items: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}




}
#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  
  
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  
  
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  
  
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  
  
  
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}




}
#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  
  
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  
  
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  
  
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  
  
  
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}




}
#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  
  
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  
  
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  
  
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  
  
  
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}




}
#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  
  
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  
  
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  
  
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  
  
  
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}




}
#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  
  
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  
  
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  
  
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  
  
  
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}




}
#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  
  
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  
  
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  
  
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  
  
  
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}




}
#s-8d5439d3-cb58-4251-94b5-cfdb11900537 {
  margin-left: 0em;
margin-right: 0em;
}

#s-83d58259-eca0-4f47-8b16-fdf18b1e925f {
  margin-left: 0em;
margin-right: 0em;
}

#s-8dc716d3-7295-4537-9b59-9ff3ab4e50eb {
  margin-left: 0em;
margin-right: 0em;
}

#s-9b773bf7-bcb0-407e-a1db-4e798c804d30 {
  margin-left: 0em;
margin-right: 0em;
}

#s-edd6aab9-63cd-4573-8985-1f88079a4c6c {
  margin-left: 0em;
margin-right: 0em;
}

#s-aa89c27b-56c9-4f06-84f8-a7cf69261c6d {
  margin-left: 0em;
margin-right: 0em;
}

#s-4b6005ea-e8fd-49bb-af95-918b08b96695 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6c0f33bc-9d87-46ae-a793-1eb010e96d20 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26.shg-box.shg-c {
  justify-content: center;
}

#s-5cda502b-7b6b-4ab8-a567-c713a954da72 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev,
#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev svg,
#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  
  
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  
  
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  
  
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  
  
  
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}




}
#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  
  
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  
  
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  
  
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  
  
  
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}




}
#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  
  
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  
  
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  
  
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  
  
  
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    align-items: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}




}
#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  
  
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  
  
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  
  
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  
  
  
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    align-items: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}




}
#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  
  
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  
  
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  
  
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  
  
  
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}




}
#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  
  
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  
  
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  
  
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  
  
  
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}




}
#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  
  
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  
  
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  
  
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  
  
  
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}




}
#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  
  
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  
  
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  
  
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  
  
  
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    align-items: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}




}
#s-f81805d9-7738-4175-a4a0-1448f9fd2346 {
  margin-left: 0em;
margin-right: 0em;
}

#s-c18aa92d-104c-4e12-bb1b-f8e8b59ab183 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ba8dc2d1-98dd-49ed-824e-22e549b297b1 {
  margin-left: 0em;
margin-right: 0em;
}

#s-0d429ed4-9279-44f1-8273-8c65c4c8102e {
  margin-left: 0em;
margin-right: 0em;
}

#s-bbf68827-9108-433f-89b0-be5875a3c03a {
  margin-left: 0em;
margin-right: 0em;
}

#s-b006ec4d-1a3d-47b4-9beb-3f90d778d6b9 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6e93a8e2-a6ea-4483-abfa-14ea54fc172a {
  margin-left: 0em;
margin-right: 0em;
}

#s-1455e0c4-9a86-40c4-8874-af52aae753ba {
  margin-left: 0em;
margin-right: 0em;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  
}
}@media (max-width: 767px){#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  display: none;
}
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a, #wrap-s-8f6396f8-edc0-473a-82f0-5aca56a2df5a { display: none !important; }}

  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-c62ac0d3-52bd-4b06-b313-c230200ab430 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-c62ac0d3-52bd-4b06-b313-c230200ab430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c62ac0d3-52bd-4b06-b313-c230200ab430.shg-box.shg-c {
  justify-content: center;
}

#s-4bc0da05-d684-463c-bb4e-797d059d2048 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev,
#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev svg,
#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  
  
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  
  
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  
  
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  
  
  
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}




}
#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  
  
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  
  
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  
  
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  
  
  
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}




}
#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  
  
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  
  
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  
  
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  
  
  
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    align-items: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}




}
#s-1d847b57-2305-434c-aacc-11472f635636 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  
  
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  
  
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  
  
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  
  
  
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}




}
#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  
  
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  
  
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  
  
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  
  
  
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}




}
#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  
  
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  
  
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  
  
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  
  
  
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}




}
#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  
  
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  
  
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  
  
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  
  
  
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}




}
#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  
  
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  
  
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  
  
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  
  
  
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}




}
#s-07329842-f561-4dae-a140-f1a670eecc8e {
  margin-left: 1em;
margin-right: 1em;
}

#s-24721098-ee0c-4eb9-8b21-ed612a46a828 {
  margin-left: 1em;
margin-right: 1em;
}

#s-a5bb3c29-c077-4ea0-8658-658d503a350d {
  margin-left: 1em;
margin-right: 1em;
}

#s-1374e2db-1e27-42ea-8cb3-06a83d638798 {
  margin-left: 0em;
margin-right: 0em;
}

#s-8114c200-fc44-49bf-a97b-d3d3fa2b8f10 {
  margin-left: 1em;
margin-right: 1em;
}

#s-b14d1f65-7c15-44a7-b3a9-ec298edd3b4b {
  margin-left: 1em;
margin-right: 1em;
}

#s-8ed5660c-b4d6-45d3-a0ec-a97202e76a05 {
  margin-left: 0em;
margin-right: 0em;
}

#s-d53883c6-642f-4067-bf51-5edaa4eeaa89 {
  margin-left: 0em;
margin-right: 0em;
}

#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0.shg-box.shg-c {
  justify-content: center;
}

#s-5e6b87b7-badb-4791-ba64-e009e59ccccb {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev,
#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev svg,
#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  
  
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  
  
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  
  
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  
  
  
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}




}
#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  
  
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  
  
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  
  
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  
  
  
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    align-items: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}




}
#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  
  
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  
  
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  
  
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  
  
  
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}




}
#s-3db48837-41da-41a3-b037-f9a123579035 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  
  
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  
  
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  
  
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  
  
  
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    align-items: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}




}
#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  
  
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  
  
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  
  
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  
  
  
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}




}
#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  
  
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  
  
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  
  
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  
  
  
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}




}
#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  
  
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  
  
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  
  
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  
  
  
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}




}
#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  
  
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  
  
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  
  
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  
  
  
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    align-items: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}




}
#s-0ba8a82b-7a06-4e22-a4f2-27d25ce8b017 {
  margin-left: 0em;
margin-right: 0em;
}

#s-a6b75d51-1d57-46a7-ab4a-5cbb325293b2 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5693e745-f90c-4d40-8e63-4295fbdafff9 {
  margin-left: 0em;
margin-right: 0em;
}

#s-b13df2a8-36e3-4aac-a645-fd3bcb0552ef {
  margin-left: 0em;
margin-right: 0em;
}

#s-30d2d898-f4e8-47a3-a2e6-ee7413792c62 {
  margin-left: 0em;
margin-right: 0em;
}

#s-07b1f49c-a20b-4306-8bf7-31a2c72ef94d {
  margin-left: 0em;
margin-right: 0em;
}

#s-6512ea6b-c233-48a6-ac0b-08a5be1cf1ba {
  margin-left: 0em;
margin-right: 0em;
}

#s-9eddf187-3beb-4de7-9ff5-de442d3ac4b7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b.shg-box.shg-c {
  justify-content: center;
}

#s-de56029d-ba10-49b5-960c-4838d9416ce2 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev,
#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev svg,
#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  
  
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  
  
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  
  
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  
  
  
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    align-items: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}




}
#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  
  
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  
  
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  
  
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  
  
  
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}




}
#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  
  
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  
  
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  
  
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  
  
  
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}




}
#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  
  
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  
  
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  
  
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  
  
  
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}




}
#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  
  
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  
  
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  
  
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  
  
  
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    align-items: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}




}
#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  
  
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  
  
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  
  
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  
  
  
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    align-items: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}




}
#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  
  
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  
  
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  
  
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  
  
  
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    align-items: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}




}
#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  
  
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  
  
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  
  
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  
  
  
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    align-items: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}




}
#s-6eaa57bb-4972-417e-ba0f-3654770a8923 {
  margin-left: 0em;
margin-right: 0em;
}

#s-905db424-090a-49f0-ac85-54c02cfbf88c {
  margin-left: 0em;
margin-right: 0em;
}

#s-9a0e1311-fd70-4152-9295-a87067ee626d {
  margin-left: 0em;
margin-right: 0em;
}

#s-8b75d2db-15a0-44d6-b066-14c5a3325288 {
  margin-left: 0em;
margin-right: 0em;
}

#s-17678a38-b7d2-47b4-b2b2-b967595e8cba {
  margin-left: 0em;
margin-right: 0em;
}

#s-3149d746-e6a4-4475-8aee-ef44bf1238ae {
  margin-left: 0em;
margin-right: 0em;
}

#s-a0d551ee-415a-485b-8dd4-548352145e04 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ac92d4a3-12ac-4506-b4e9-d545779240fe {
  margin-left: 0em;
margin-right: 0em;
}

#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1em;
margin-right: 1em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  margin-left: 1.5em;
margin-right: 1.5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  display: none;
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0, #wrap-s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 { display: none !important; }}@media (max-width: 767px){#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  display: none;
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0, #wrap-s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 { display: none !important; }}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/-/resize/480x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/-/resize/960x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/-/resize/768x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/-/resize/1536x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/-/resize/1024x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/-/resize/2048x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/-/resize/1200x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/805fa6b1-2cfb-43b4-92c5-cbaab0a5b3ff/-/resize/2048x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 {
  margin-left: 3em;
text-align: left;
}
@media (min-width: 1200px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 {
  margin-right: 3em;
padding-top: 10em;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 {
  margin-right: 3em;
text-align: left;
}
}@media (max-width: 767px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 {
  margin-left: 1.5em;
text-align: center;
}
}
#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-9dbdc457-9218-456c-ae3c-9b4f367dd0b8 .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-left: 3em;
margin-right: 3em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-left: 3em;
margin-right: 3em;
}
}@media (max-width: 767px){#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-bottom: 8em;
margin-right: 3em;
display: none;
}
#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b, #wrap-s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b { display: none !important; }}
#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (max-width: 767px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 3em;
}
}
#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  margin-left: 3em;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  display: none;
}
#s-98e3adfc-bb32-425c-a836-df4682919ff9, #wrap-s-98e3adfc-bb32-425c-a836-df4682919ff9 { display: none !important; }}@media (max-width: 767px){#s-98e3adfc-bb32-425c-a836-df4682919ff9 {
  display: none;
}
#s-98e3adfc-bb32-425c-a836-df4682919ff9, #wrap-s-98e3adfc-bb32-425c-a836-df4682919ff9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-98e3adfc-bb32-425c-a836-df4682919ff9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98e3adfc-bb32-425c-a836-df4682919ff9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-98e3adfc-bb32-425c-a836-df4682919ff9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-98e3adfc-bb32-425c-a836-df4682919ff9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-8c60f104-0971-495e-a767-d2abad82f081 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQ2NjhmZmEtMTcxZC00MWQyLTliZDEtZDdjYWIyNzEyZTRiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZDY2OGZmYS0xNzFkLTQxZDItOWJkMS1kN2NhYjI3MTJlNGIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-8c60f104-0971-495e-a767-d2abad82f081:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c60f104-0971-495e-a767-d2abad82f081:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8c60f104-0971-495e-a767-d2abad82f081 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDJjZmRmNjEtY2ZlNS00NjJlLWI0ZGYtMmM1ZmU4YzM2NTVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZGQ0Mzk0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcwYzU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMmNmZGY2MS1jZmU1LTQ2MmUtYjRkZi0yYzVmZThjMzY1NWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#dd4394"}, {"id"=>2, "pos"=>1, "color"=>"#970c55"}];
}
#s-8c60f104-0971-495e-a767-d2abad82f081:hover {background-color: rgba(151, 12, 85, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c60f104-0971-495e-a767-d2abad82f081:active {background-color: rgba(194, 50, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-8c60f104-0971-495e-a767-d2abad82f081 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzAyNzk3YWItMjE0Ny00MTgzLWJkYzktMGI4Yjc4MjI1ODMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZGQ0Mzk0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcwYzU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDI3OTdhYi0yMTQ3LTQxODMtYmRjOS0wYjhiNzgyMjU4MzApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#dd4394"}, {"id"=>2, "pos"=>1, "color"=>"#970c55"}];
}
#s-8c60f104-0971-495e-a767-d2abad82f081:hover {background-color: rgba(151, 12, 85, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c60f104-0971-495e-a767-d2abad82f081:active {background-color: rgba(221, 67, 148, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c60f104-0971-495e-a767-d2abad82f081-root {
    text-align: center;
  }


#s-8c60f104-0971-495e-a767-d2abad82f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGJmM2JlNTMtYTg2YS00MjRiLTk1YmUtMWViYjVlZjQwYjczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYmYzYmU1My1hODZhLTQyNGItOTViZS0xZWJiNWVmNDBiNzMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-03bbfce8-c7da-4d84-a548-77a5203966df:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  display: none;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df, #wrap-s-03bbfce8-c7da-4d84-a548-77a5203966df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  display: none;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df, #wrap-s-03bbfce8-c7da-4d84-a548-77a5203966df { display: none !important; }}

  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1em;
margin-right: 1em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  display: none;
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  display: none;
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  display: none;
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 { display: none !important; }}@media (max-width: 767px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0%;
padding-right: 0%;
}
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  background-image: url(https://i.shgcdn.com/950fd6c2-b9f9-41f3-b751-b420cc5a28e5/);
}








#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 3em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 0em;
margin-right: 3em;
padding-top: 6em;
text-align: right;
}
}@media (max-width: 767px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 1.5em;
text-align: center;
}
}
#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 768px) and (max-width: 991px){#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-top: 0px;
margin-right: 3em;
padding-top: 4px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-bottom: 8em;
margin-right: 3em;
display: none;
}
#s-98690c98-79f8-4b51-b40b-efcb9136e56c, #wrap-s-98690c98-79f8-4b51-b40b-efcb9136e56c { display: none !important; }}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (max-width: 767px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  margin-left: 1.5em;
margin-bottom: -1em;
margin-right: 1.5em;
}
}
#s-112b8939-b551-4305-8ffa-d488881b0420 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-112b8939-b551-4305-8ffa-d488881b0420 {
  display: none;
}
#s-112b8939-b551-4305-8ffa-d488881b0420, #wrap-s-112b8939-b551-4305-8ffa-d488881b0420 { display: none !important; }}@media (max-width: 767px){#s-112b8939-b551-4305-8ffa-d488881b0420 {
  display: none;
}
#s-112b8939-b551-4305-8ffa-d488881b0420, #wrap-s-112b8939-b551-4305-8ffa-d488881b0420 { display: none !important; }}
@media (min-width: 0px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTNjZDhjMGQtYjQ4ZS00NTZiLTgxNjctOTY5OTBjN2I3MjJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlM2NkOGMwZC1iNDhlLTQ1NmItODE2Ny05Njk5MGM3YjcyMmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTRmN2JhODctNzc3Ny00MThhLWE0YzctNTQwNDZlMjIwMjc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NGY3YmE4Ny03Nzc3LTQxOGEtYTRjNy01NDA0NmUyMjAyNzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  display: none;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d, #wrap-s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  display: none;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d, #wrap-s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTcyOGQwMWYtOWI5Yy00ODlhLTllOWYtM2I5NjE4ZTYxMGNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNzI4ZDAxZi05YjljLTQ4OWEtOWU5Zi0zYjk2MThlNjEwY2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2Q4MmE1NWMtMzJlNC00NGViLTkyNGEtNmU0MDZmNGZiOWE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZGQ0Mzk0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQyMjcyNzI3MjcyNzI3MjczIiBzdHlsZT0ic3RvcC1jb2xvcjojZGQ0Mzk0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcwYzU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZDgyYTU1Yy0zMmU0LTQ0ZWItOTI0YS02ZTQwNmY0ZmI5YTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#dd4394"}, {"id"=>3, "pos"=>0.4227272727272727, "color"=>"#dd4394"}, {"id"=>2, "pos"=>1, "color"=>"#970c55"}];
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(151, 12, 85, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(221, 67, 148, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1em;
margin-right: 1em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center -12em;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  display: none;
}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-s-ec46c435-ea66-4bec-9426-9fa20c83b04e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  display: none;
}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-s-ec46c435-ea66-4bec-9426-9fa20c83b04e { display: none !important; }}@media (max-width: 767px){#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-s-ec46c435-ea66-4bec-9426-9fa20c83b04e { display: none !important; }}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  background-image: url(https://i.shgcdn.com/950fd6c2-b9f9-41f3-b751-b420cc5a28e5/);
}








#s-ec46c435-ea66-4bec-9426-9fa20c83b04e > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-ec46c435-ea66-4bec-9426-9fa20c83b04e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-ec46c435-ea66-4bec-9426-9fa20c83b04e > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-ec46c435-ea66-4bec-9426-9fa20c83b04e.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-d0bd3eda-b7ca-4722-a317-4513e654e6be {
  margin-left: 3em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0bd3eda-b7ca-4722-a317-4513e654e6be {
  margin-left: 0em;
margin-right: 3em;
padding-top: 6em;
text-align: right;
}
}@media (max-width: 767px){#s-d0bd3eda-b7ca-4722-a317-4513e654e6be {
  margin-left: 1.5em;
text-align: center;
}
}
#s-d0bd3eda-b7ca-4722-a317-4513e654e6be .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d0bd3eda-b7ca-4722-a317-4513e654e6be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-d0bd3eda-b7ca-4722-a317-4513e654e6be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-85bca9d5-d66b-434a-bf23-b603221bbccb {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 768px) and (max-width: 991px){#s-85bca9d5-d66b-434a-bf23-b603221bbccb {
  margin-top: 0px;
margin-right: 3em;
padding-top: 4px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-85bca9d5-d66b-434a-bf23-b603221bbccb {
  margin-bottom: 8em;
margin-right: 3em;
display: none;
}
#s-85bca9d5-d66b-434a-bf23-b603221bbccb, #wrap-s-85bca9d5-d66b-434a-bf23-b603221bbccb { display: none !important; }}
#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  display: none;
}
#s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-s-a1617e9c-336f-4374-b34f-19a05ea9c34e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  display: none;
}
#s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-s-a1617e9c-336f-4374-b34f-19a05ea9c34e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  display: none;
}
#s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-s-a1617e9c-336f-4374-b34f-19a05ea9c34e { display: none !important; }}@media (max-width: 767px){#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  margin-left: 1.5em;
margin-bottom: -1em;
margin-right: 1.5em;
}
}
#s-bb597129-a6e3-4cc7-aebe-736e94511b03 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb597129-a6e3-4cc7-aebe-736e94511b03 {
  display: none;
}
#s-bb597129-a6e3-4cc7-aebe-736e94511b03, #wrap-s-bb597129-a6e3-4cc7-aebe-736e94511b03 { display: none !important; }}@media (max-width: 767px){#s-bb597129-a6e3-4cc7-aebe-736e94511b03 {
  display: none;
}
#s-bb597129-a6e3-4cc7-aebe-736e94511b03, #wrap-s-bb597129-a6e3-4cc7-aebe-736e94511b03 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTNjZDhjMGQtYjQ4ZS00NTZiLTgxNjctOTY5OTBjN2I3MjJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlM2NkOGMwZC1iNDhlLTQ1NmItODE2Ny05Njk5MGM3YjcyMmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-d1368425-7027-482c-ab43-e1946c25516b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTRmN2JhODctNzc3Ny00MThhLWE0YzctNTQwNDZlMjIwMjc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NGY3YmE4Ny03Nzc3LTQxOGEtYTRjNy01NDA0NmUyMjAyNzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-d1368425-7027-482c-ab43-e1946c25516b:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1368425-7027-482c-ab43-e1946c25516b:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d1368425-7027-482c-ab43-e1946c25516b {
  display: none;
}
#s-d1368425-7027-482c-ab43-e1946c25516b, #wrap-s-d1368425-7027-482c-ab43-e1946c25516b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1368425-7027-482c-ab43-e1946c25516b {
  display: none;
}
#s-d1368425-7027-482c-ab43-e1946c25516b, #wrap-s-d1368425-7027-482c-ab43-e1946c25516b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1368425-7027-482c-ab43-e1946c25516b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWMwZjc4ZTctMjBjYS00MmE2LWI1MmMtNDMyMmI1Y2QwOGVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZGQ0Mzk0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcwYzU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzBmNzhlNy0yMGNhLTQyYTYtYjUyYy00MzIyYjVjZDA4ZWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: -3em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#dd4394"}, {"id"=>2, "pos"=>1, "color"=>"#970c55"}];
}
#s-d1368425-7027-482c-ab43-e1946c25516b:hover {background-color: rgba(151, 12, 85, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1368425-7027-482c-ab43-e1946c25516b:active {background-color: rgba(221, 67, 148, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-d1368425-7027-482c-ab43-e1946c25516b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2Q4MmE1NWMtMzJlNC00NGViLTkyNGEtNmU0MDZmNGZiOWE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZGQ0Mzk0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQyMjcyNzI3MjcyNzI3MjczIiBzdHlsZT0ic3RvcC1jb2xvcjojZGQ0Mzk0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcwYzU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZDgyYTU1Yy0zMmU0LTQ0ZWItOTI0YS02ZTQwNmY0ZmI5YTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#dd4394"}, {"id"=>3, "pos"=>0.4227272727272727, "color"=>"#dd4394"}, {"id"=>2, "pos"=>1, "color"=>"#970c55"}];
}
#s-d1368425-7027-482c-ab43-e1946c25516b:hover {background-color: rgba(151, 12, 85, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1368425-7027-482c-ab43-e1946c25516b:active {background-color: rgba(221, 67, 148, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-d1368425-7027-482c-ab43-e1946c25516b-root {
    text-align: center;
  }


#s-d1368425-7027-482c-ab43-e1946c25516b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1368425-7027-482c-ab43-e1946c25516b-root {
    text-align: center;
  }


#s-d1368425-7027-482c-ab43-e1946c25516b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1368425-7027-482c-ab43-e1946c25516b-root {
    text-align: center;
  }


#s-d1368425-7027-482c-ab43-e1946c25516b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1368425-7027-482c-ab43-e1946c25516b-root {
    text-align: center;
  }


#s-d1368425-7027-482c-ab43-e1946c25516b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1368425-7027-482c-ab43-e1946c25516b-root {
    text-align: center;
  }


#s-d1368425-7027-482c-ab43-e1946c25516b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-77224d59-c57e-4cb5-a23b-973fdf42bcca {
  margin-top: 1.5em;
margin-left: 3em;
margin-bottom: 1.5em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-77224d59-c57e-4cb5-a23b-973fdf42bcca {
  display: none;
}
#s-77224d59-c57e-4cb5-a23b-973fdf42bcca, #wrap-s-77224d59-c57e-4cb5-a23b-973fdf42bcca { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca {
  --swiper-pagination-color: rgba(201, 55, 55, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(201, 55, 55, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-prev,
#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-prev svg,
#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-77224d59-c57e-4cb5-a23b-973fdf42bcca .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-ecf843cf-813f-48db-9790-035da65a1767 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-ecf843cf-813f-48db-9790-035da65a1767 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c0d007f-a232-4afc-9e00-df55fb25b40b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-4c0d007f-a232-4afc-9e00-df55fb25b40b .shogun-image-content {
  
    align-items: center;
  
}

#s-81c08db8-4bff-4503-84e8-f7b73b02ef53 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-81c08db8-4bff-4503-84e8-f7b73b02ef53 .shogun-image-content {
  
    align-items: center;
  
}

#s-a19f0f56-e5ec-4dca-bd58-14859a6727fc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-a19f0f56-e5ec-4dca-bd58-14859a6727fc .shogun-image-content {
  
    align-items: center;
  
}

#s-be66a3f0-1e50-476b-8599-10b13fdba71f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-be66a3f0-1e50-476b-8599-10b13fdba71f .shogun-image-content {
  
    align-items: center;
  
}

#s-9fd70e0b-6f74-4bba-8895-84a9aec445c9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-9fd70e0b-6f74-4bba-8895-84a9aec445c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  margin-top: 1.5em;
margin-left: 1em;
margin-bottom: 1.5em;
margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (max-width: 767px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  --swiper-pagination-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev,
#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev svg,
#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f88f24df-e641-45ff-bc3d-67e6e93da890 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}








#s-f88f24df-e641-45ff-bc3d-67e6e93da890 .shogun-image-content {
  
    align-items: center;
  
}

#s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-194d2a6c-8785-489c-b777-65561c5c914d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-194d2a6c-8785-489c-b777-65561c5c914d .shogun-image-content {
  
    align-items: center;
  
}

#s-a72c2722-2f17-4d8f-83e0-36a098ccecad {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-a72c2722-2f17-4d8f-83e0-36a098ccecad .shogun-image-content {
  
    align-items: center;
  
}

#s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 .shogun-image-content {
  
    align-items: center;
  
}

#s-23a15665-43cb-4b05-9feb-47e46579af80 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}








#s-23a15665-43cb-4b05-9feb-47e46579af80 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  margin-top: 3em;
margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (min-width: 1200px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (max-width: 767px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}

  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 768px) and (max-width: 991px){
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (max-width: 767px){
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e.shg-box.shg-c {
  justify-content: center;
}

#s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev,
#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev svg,
#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  
  
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  
  
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  
  
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  
  
  
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    align-items: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}




}
#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  
  
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  
  
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  
  
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  
  
  
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    align-items: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}




}
#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  
  
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  
  
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  
  
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  
  
  
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    align-items: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}




}
#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  
  
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  
  
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  
  
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  
  
  
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    align-items: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}




}
#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  
  
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  
  
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  
  
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  
  
  
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    align-items: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}




}
#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  
  
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  
  
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  
  
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  
  
  
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}




}
#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 822px;
text-align: center;
}



.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  
  
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  
  
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  
  
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  
  
  
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}




}
#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  
  
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  
  
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  
  
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  
  
  
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    align-items: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}




}
#s-d87ced87-162c-49ec-9655-d4a81aea279d {
  margin-left: 0em;
margin-right: 0em;
}

#s-6e190c0d-7d3c-4d31-a439-7398f69941ad {
  margin-left: 0em;
margin-right: 0em;
}

#s-70820bbc-2681-43e0-8f9b-6ab00fcbbcab {
  margin-left: 0em;
margin-right: 0em;
}

#s-dd30fb26-5235-477e-93cf-dae0a0d31b14 {
  margin-left: 0em;
margin-right: 0em;
}

#s-9a660a58-a21f-4831-ac1f-fe8caa23ad13 {
  margin-left: 0em;
margin-right: 0em;
}

#s-0ced8dd9-29bf-42f4-8b36-3c68c8371255 {
  margin-left: 0em;
margin-right: 0em;
}

#s-74f9881e-553a-4217-abf7-b0f1a7177447 {
  margin-left: 0em;
margin-right: 0em;
}

#s-efca7e43-7ecf-4b59-958a-6d4ecc8ec0e7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ff08cc84-325a-4579-9aaa-4462ff7de924 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-ff08cc84-325a-4579-9aaa-4462ff7de924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff08cc84-325a-4579-9aaa-4462ff7de924.shg-box.shg-c {
  justify-content: center;
}

#s-139ac2b3-fab6-4d68-871c-178f3c7115e5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev,
#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev svg,
#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  
  
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  
  
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  
  
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  
  
  
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    align-items: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}




}
#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  
  
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  
  
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  
  
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  
  
  
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    align-items: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}




}
#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  
  
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  
  
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  
  
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  
  
  
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}




}
#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  
  
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  
  
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  
  
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  
  
  
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    align-items: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}




}
#s-49fd2775-930d-41e4-a567-0afaa836998b {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  
  
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  
  
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  
  
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  
  
  
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    align-items: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}




}
#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  
  
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  
  
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  
  
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  
  
  
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}




}
#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  
  
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  
  
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  
  
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  
  
  
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}




}
#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  
  
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  
  
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  
  
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  
  
  
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    align-items: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}




}
#s-7b882597-99be-45d1-92f3-a4be65901606 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5548baaa-8740-44fa-a35d-b045961cd270 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e207556a-7f37-430c-b0a8-dd31fcdb88aa {
  margin-left: 0em;
margin-right: 0em;
}

#s-68842618-5a18-41dc-a5a9-85e53d17f128 {
  margin-left: 0em;
margin-right: 0em;
}

#s-1949531c-6c40-4a58-a3dd-fa723e663b0b {
  margin-left: 0em;
margin-right: 0em;
}

#s-820b205c-fb62-4b3c-8041-934374c04a6f {
  margin-left: 0em;
margin-right: 0em;
}

#s-c00e6f07-8e69-47d1-b1ef-fd45cce20908 {
  margin-left: 0em;
margin-right: 0em;
}

#s-4d112fea-cb19-4626-ae9b-e5a94ea1c8ec {
  margin-left: 0em;
margin-right: 0em;
}

#s-43b38255-b836-4fb8-adea-29b7eabb7ffc {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-43b38255-b836-4fb8-adea-29b7eabb7ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43b38255-b836-4fb8-adea-29b7eabb7ffc.shg-box.shg-c {
  justify-content: center;
}

#s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev,
#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev svg,
#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  
  
  
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  
  
  
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  
  
  
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  
  
  
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}




}
#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  
  
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  
  
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  
  
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  
  
  
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    align-items: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}




}
#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  
  
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  
  
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  
  
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  
  
  
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    align-items: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}




}
#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  
  
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  
  
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  
  
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  
  
  
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}




}
#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  
  
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  
  
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  
  
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  
  
  
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}




}
#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  
  
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  
  
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  
  
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  
  
  
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}




}
#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  
  
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  
  
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  
  
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  
  
  
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    align-items: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}




}
#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  
  
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  
  
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  
  
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  
  
  
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    align-items: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}




}
#s-b75faa21-4256-466c-82c2-f9c1d0eb20d4 {
  margin-left: 0em;
margin-right: 0em;
}

#s-2a093d38-3964-4866-9c6b-d350f0bfc5aa {
  margin-left: 0em;
margin-right: 0em;
}

#s-ab1e2275-5546-4929-baad-755422003234 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ce810d68-63b0-47f5-9fdc-2672f3632fcb {
  margin-left: 0em;
margin-right: 0em;
}

#s-c152e60b-c010-49a6-b945-73b34d3eb599 {
  margin-left: 0em;
margin-right: 0em;
}

#s-157bd383-c815-450d-9b8a-d0d1a84e5441 {
  margin-left: 0em;
margin-right: 0em;
}

#s-65339181-ef31-4514-96b7-1d38a1e3d641 {
  margin-left: 0em;
margin-right: 0em;
}

#s-f989b8ce-e436-4b06-8942-f49d91c23d09 {
  margin-left: 0em;
margin-right: 0em;
}

#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (max-width: 767px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  margin-left: 1em;
margin-right: 1.5em;
}
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  background-image: url(https://i.shgcdn.com/4364fce4-a999-4a40-bb87-4303005dc001/);
}








#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 > .shg-box-overlay {
  background-color: rgba(30, 30, 30, 1);
  opacity: 0.2;
  display: block;
}#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 > .shg-box-overlay {
  background-color: rgba(30, 30, 30, 1);
  opacity: 0.2;
  display: block;
}#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  margin-left: 3em;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  
}
}@media (max-width: 767px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  margin-left: 1.5em;
}
}
#s-6879157d-e243-429b-8006-aeb1bf416d30 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d {
  margin-left: 3em;
}
@media (max-width: 767px){#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d {
  display: none;
}
#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d, #wrap-s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d { display: none !important; }}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 4em;
background-color: rgba(125, 125, 125, 0);
}
@media (min-width: 1200px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (max-width: 767px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  margin-left: 2em;
margin-bottom: 8em;
margin-right: 2em;
}
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ2NzVlMGEtMTcwYy00NzdlLWI4YTEtYTIzMmRkOTYyOTVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZDY3NWUwYS0xNzBjLTQ3N2UtYjhhMS1hMjMyZGQ5NjI5NWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 0em;
margin-right: 65%;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzQxNjM2NzEtZDkzNi00YTA2LWE2MGUtNTAxY2UzNTFkMTRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNDE2MzY3MS1kOTM2LTRhMDYtYTYwZS01MDFjZTM1MWQxNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 0px;
margin-right: 1.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  
}
}@media (max-width: 767px){#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  display: none;
}
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e, #wrap-s-e4887d90-9159-4683-b1f8-d9a21ebb363e { display: none !important; }}

  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-84354546-fe9a-42ae-b714-e663b00169bd {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-84354546-fe9a-42ae-b714-e663b00169bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84354546-fe9a-42ae-b714-e663b00169bd.shg-box.shg-c {
  justify-content: center;
}

#s-546c76e6-7804-4362-af01-1434f1f0ea45 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev,
#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev svg,
#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  
  
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  
  
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  
  
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  
  
  
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}




}
#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  
  
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  
  
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  
  
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  
  
  
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    align-items: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}




}
#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  
  
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  
  
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  
  
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  
  
  
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}




}
#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  
  
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  
  
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  
  
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  
  
  
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    align-items: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}




}
#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  
  
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  
  
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  
  
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  
  
  
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    align-items: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}




}
#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  
  
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  
  
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  
  
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  
  
  
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}




}
#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 822px;
text-align: center;
}



.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  
  
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  
  
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  
  
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  
  
  
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    align-items: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}




}
#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  
  
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  
  
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  
  
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  
  
  
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    align-items: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}




}
#s-004f3979-3e09-41e1-b45c-11c50578c9e3 {
  margin-left: 1em;
margin-right: 1em;
}

#s-cee35783-1074-4177-85f5-54cd685e813f {
  margin-left: 1em;
margin-right: 1em;
}

#s-74839fb4-41da-4968-879f-778e0ed7e227 {
  margin-left: 1em;
margin-right: 1em;
}

#s-5868e90c-6dff-4fc8-a4f8-9e0d66873d7a {
  margin-left: 1em;
margin-right: 1em;
}

#s-9f6981df-6e4a-4c1d-aa89-ef1d798d44b4 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ede7f475-fe88-4b58-92cc-1f649669cf0e {
  margin-left: 1em;
margin-right: 1em;
}

#s-2ec59483-2c53-4ac2-8a55-ee05a38bb909 {
  margin-left: 1em;
margin-right: 1em;
}

#s-4a3f144c-982c-492c-a51d-d8a3d516299b {
  margin-left: 0em;
margin-right: 0em;
}

#s-28ace082-dfd1-426a-bce2-9a9c17566dba {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-28ace082-dfd1-426a-bce2-9a9c17566dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ace082-dfd1-426a-bce2-9a9c17566dba.shg-box.shg-c {
  justify-content: center;
}

#s-6feba19e-a648-4f1c-8e63-5a2380e703cb {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev,
#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev svg,
#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  
  
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  
  
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  
  
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  
  
  
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}




}
#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  
  
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  
  
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  
  
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  
  
  
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    align-items: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}




}
#s-32207edb-8f8e-480f-9001-1ec98715882e {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  
  
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  
  
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  
  
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  
  
  
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    align-items: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}




}
#s-6782249b-c722-4db5-b1db-478dd736da6d {
  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: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  
  
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  
  
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  
  
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  
  
  
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    align-items: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}




}
#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  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: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  
  
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  
  
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  
  
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  
  
  
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}




}
#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  
  
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  
  
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  
  
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  
  
  
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}




}
#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  
  
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  
  
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  
  
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  
  
  
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    align-items: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}




}
#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  
  
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  
  
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  
  
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  
  
  
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    align-items: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}




}
#s-2e9d0533-5400-4167-97ae-27bf8b12a99d {
  margin-left: 0em;
margin-right: 0em;
}

#s-85b40463-c262-41c9-9e34-60213f8ad7a8 {
  margin-left: 0em;
margin-right: 0em;
}

#s-61d50061-2999-4b0a-b314-3f4768238884 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ea62e6f7-67b7-40cc-a136-747f7ea738da {
  margin-left: 0em;
margin-right: 0em;
}

#s-1c7c575d-7e2a-4312-b4d7-cda53e6c0ca5 {
  margin-left: 0em;
margin-right: 0em;
}

#s-20acf547-4c36-4128-9440-05b1678f8c32 {
  margin-left: 0em;
margin-right: 0em;
}

#s-b5b832ee-d640-4f44-af65-288401e1127e {
  margin-left: 0em;
margin-right: 0em;
}

#s-9701a25c-54d3-4706-8260-3199a82e837b {
  margin-left: 0em;
margin-right: 0em;
}

#s-bb22f56d-7301-4f97-bdd8-b26887f815c8 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-bb22f56d-7301-4f97-bdd8-b26887f815c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb22f56d-7301-4f97-bdd8-b26887f815c8.shg-box.shg-c {
  justify-content: center;
}

#s-a23fae6c-0122-4ee6-8454-9716320ae4f9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev,
#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev svg,
#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  
  
  
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  
  
  
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  
  
  
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  
  
  
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    align-items: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}




}
#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  
  
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  
  
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  
  
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  
  
  
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}




}
#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  
  
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  
  
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  
  
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  
  
  
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}




}
#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  
  
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  
  
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  
  
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  
  
  
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}




}
#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  
  
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  
  
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  
  
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  
  
  
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}




}
#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  
  
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  
  
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  
  
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  
  
  
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    align-items: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}




}
#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  
  
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  
  
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  
  
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  
  
  
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}




}
#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.25em;
max-width: 640px;
text-align: center;
}



.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  
  
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  
  
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  
  
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  
  
  
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}




}
#s-641957ac-3f04-4302-b560-8d4825e3774e {
  margin-left: 0em;
margin-right: 0em;
}

#s-c3a41aab-e2fe-434f-8616-d88207539223 {
  margin-left: 0em;
margin-right: 0em;
}

#s-76f9ec4c-92e5-4c53-9d87-3a077bc381da {
  margin-left: 0em;
margin-right: 0em;
}

#s-952e60f3-7832-483a-8dba-6ab88b5469d2 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ed1cd6ad-7d9e-4d06-ade2-7416afb0b0dc {
  margin-left: 0em;
margin-right: 0em;
}

#s-60457a6f-22b7-40de-95c3-366057c69136 {
  margin-left: 0em;
margin-right: 0em;
}

#s-1ccc411b-12ba-49b4-b07c-2d80e6c314b7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ce2c48b6-0b55-4781-ada3-8fe2bdb27220 {
  margin-left: 0em;
margin-right: 0em;
}

#s-a7588db7-ff30-4993-b605-d158a438bfe2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: left center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  display: none;
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917, #wrap-s-b58d415b-b200-45e2-9d19-deaf303a5917 { display: none !important; }}
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/480x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/960x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/768x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/1536x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/1024x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/2048x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/1200x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/305e4d9e-b3e4-4298-825d-ad42a9f50e74/-/resize/2048x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-left: 3em;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  
}
}@media (max-width: 767px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-left: 1.5em;
}
}
#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}



#s-af44636d-1819-4627-861a-a60779dbe07d {
  margin-left: 3em;
}
@media (min-width: 1200px){#s-af44636d-1819-4627-861a-a60779dbe07d {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (max-width: 767px){#s-af44636d-1819-4627-861a-a60779dbe07d {
  display: none;
}
#s-af44636d-1819-4627-861a-a60779dbe07d, #wrap-s-af44636d-1819-4627-861a-a60779dbe07d { display: none !important; }}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 4em;
}
@media (min-width: 1200px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (max-width: 767px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  margin-left: 2em;
}
}
#s-35143161-ddfc-49c8-bfc2-5a398c9fdb50 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-35143161-ddfc-49c8-bfc2-5a398c9fdb50 {
  margin-top: 0em;
margin-bottom: 5em;
padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTU5ZWViNjktMDQxZC00NjRkLWJlMmItMjAyMzU4OTdlZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NTllZWI2OS0wNDFkLTQ2NGQtYmUyYi0yMDIzNTg5N2VkNDEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFmZGRkNDctZjA2YS00NjVjLWE2MjItNjY0ZGZlNmI2ZmNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MWZkZGQ0Ny1mMDZhLTQ2NWMtYTYyMi02NjRkZmU2YjZmY2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTdhM2RhZGEtNDBjZS00YWFhLTk3OWUtY2VhMzA1M2YyNWM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxN2EzZGFkYS00MGNlLTRhYWEtOTc5ZS1jZWEzMDUzZjI1YzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhjNjVhNGYtYzUzMi00ZTBiLThiYWQtYTgwYjljYTdjMmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOGM2NWE0Zi1jNTMyLTRlMGItOGJhZC1hODBiOWNhN2MyZmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}